This method is deprecated and was replaced with Create Order.
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.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.