v1

latestOpenAPI 3.0.12026-07-23155.1 KB

Create a new order or update an existing order for the given order number

post/orders

Request body

order_numberstring required

The unique number for this order.

order_idstring

The internal ID of the order on the custom backend.

shipping_costnumber float

Cost to ship this order.

shipping_discountnumber float

Discount applied on the shipping cost.

discountnumber float

Discount applied on the total cost (excluding shipping)

order_datestring date-time required

Date when the order was placed.

shipping_datestring date-time

Date when the order is shipped.

payment_methodsstring

Methods used to pay for this order.

tagsstring

Tag for this order.

Response

Order created successfully.

All 1 operations