This endpoint creates a representation of an order in Extend’s system. Orders should represent the complete order as processed through a merchant’s store, including line details that enable Extend to determine how to process each line.

Orders will require at least one order line item to be created. Extend will automatically categorize each order line item based on the information that is sent with it. The four line item types are:

  • Contract
    • Determined by receiving a Product and a Plan ID
    • Will trigger creation of a product protection contract
  • Lead
    • Determined by receiving a warrantable Product without a Plan ID
    • Will trigger creation of a lead token
  • Shipping Protection Contract
    • Determined by receiving Shipment Info and a Quote ID
    • Will trigger creation of a shipping protection contract
  • Non-Warrantable
    • determined by receiving a non-warrantable product

Orders created after items have been received by the customer and sent with a fulfilled status will immediately trigger contract creation. Orders can also be created at the time of purchase with line items sent in an unfulfilled status and subsequently updated to fulfill line items triggering contract creation once the customers receive the product.

Important

Order Line Items should include all items purchased on the order regardless of contract status.

Language
Click Try It! to start a request and see the response here!