Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 908 Bytes

OrderRequestBody.md

File metadata and controls

33 lines (20 loc) · 908 Bytes

@bigcommerce/checkout-sdk / OrderRequestBody

Interface: OrderRequestBody

An object that contains the information required for submitting an order.

Table of contents

Properties

Properties

payment

Optional payment: OrderPaymentRequestBody

An object that contains the payment details of a customer. In some cases, you can omit this object if the order does not require further payment. For example, the customer is able to use their store credit to pay for the entire order. Or they have already submitted their payment details using PayPal.


useStoreCredit

Optional useStoreCredit: boolean

If true, apply the store credit of the customer to the order. It only works if the customer has previously signed in.