This method has been replaced with CreateOrder, and will be removed on September 4, 2024.
Deprecation Notice:
This endpoint has been replaced with eCommerce Create Order and will be removed on September 4, 2024.
Creates a new order.
Notes:
paymentStatus
parameter set as "PAID"
or "NOT_PAID"
will show up in the site owner's Stores Orders tab in their dashboard.billingInfo.paymentProviderTransactionId
and billingInfo.paymentMethod
parameters can only be passed when paymentStatus is PAID.billingInfo
.address parameter is required unless channelInfo.type: "POS"
.shippingInfo.shipmentDetails.address
parameter is required unless one of the following is true:
shippingInfo.pickupDetails
is passed insteadchannelInfo.type: "POS"
lineItems.lineItemType: "DIGITAL"
.lineItems.variantId
, lineItems.options
is required.lineItems.productId
, lineItem.lineItemType
is limited to "PHYSICAL"
.lineItems.productId
, lineItem.lineItemType
is limited to "CUSTOM_AMOUNT_ITEM"
.You can only call this method when authenticated as a Wix app or Wix user identity.