The contract defines 23 schemas that model the data the API accepts and returns. The most detailed are MerchantOrderDto (26 properties), order_line (15 properties), SelectedShippingOptionDto (14 properties), address (13 properties). Each schema is shown below with its type and property counts.
UpdateConsumer
object
1 property
Cancel not allowed error message
object
3 properties
Capture
object
11 properties
Timeslot
object
The chosen timeslot of the selected shipping option
5 properties
SelectedShippingOptionDto
object
The shipping option selected by the user.
14 properties
subscription
object
Subscription information, such as the cadence and product name of the subscription that an order line item belongs to.
3 properties3 required
MerchantOrderDto
object
Order
26 properties
CarrierProduct
object
The chosen timeslot of the selected shipping option
2 properties
shipping_info
object
Shipping information for this capture.
7 properties
Refund
object
7 properties
InitialPaymentMethodDto
object
Initial payment method for this order
3 properties
Update merchant references
object
2 properties
Addon
object
Array consisting of add-ons selected by the consumer, may be empty
4 properties2 required
order_line
object
List of order lines for the capture shown to the customer.
15 properties4 required
No such order error message
object
3 properties
ProductIdentifiers
object
productidentifiers
6 properties
Address
object
The address of the location
6 properties2 required
Not allowed error message
object
3 properties
Location
object
The location of the selected shipping option
4 properties
address
object
Shipping address for the capture.
13 properties
UpdateShippingInfo
object
1 property1 required
customer
object
Information about the customer placing the order.
2 properties
Update authorization
object
3 properties1 required
Specification
The full machine-readable OpenAPI contract behind this narrative.