You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/orders.v2.oas2.yml
+35-16Lines changed: 35 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -1446,8 +1446,8 @@ components:
1446
1446
name: include
1447
1447
in: query
1448
1448
description: |-
1449
-
* `consignments` - include the response returned from the request to the `/orders/{order_id}/consignments` endpoint. You should also specify `consignment_structure=object` as a request parameter when including consignments. The default array structure provided is legacy and may not be supported in the future.
1450
-
* `consignments.line_items` - include the response returned from the request to the `/orders/{order_id}/products` endpoint in consignments. This implies `include=consignments`. You should also specify `consignment_structure=object` as a request parameter when including consignments. The default array structure provided is legacy and will be removed in the future.
1449
+
* `consignments` - include the response returned from the request to the `/orders/{order_id}/consignments` endpoint. Current default array structure is legacy and will be deprecated from **1 Feb 2026**. Specify `consignment_structure=object` as a request parameter when including consignments.
1450
+
* `consignments.line_items` - include the response returned from the request to the `/orders/{order_id}/products` endpoint in consignments. This will also includes the resources associated with `include=consignments`. Current default array structure is legacy and will be deprecated from **1 Feb 2026**. Specify `consignment_structure=object` as a request parameter when including consignments.
1451
1451
* `fees` - include the response returned from the request to the `/orders/{order_id}/fees` endpoint.
1452
1452
style: form
1453
1453
explode: false
@@ -1966,7 +1966,7 @@ components:
1966
1966
staff_notes: BIN-45
1967
1967
customer_message: Custom Journal Added
1968
1968
discount_amount: '0'
1969
-
coupon_discount": 0
1969
+
coupon_discount: 0
1970
1970
shipping_address_count: 1
1971
1971
ebay_order_id: '0'
1972
1972
cart_id: 8b84f622-faf1-4c10-887b-f5dff2f9eaf4
@@ -2981,6 +2981,7 @@ components:
2981
2981
type: object
2982
2982
description: ''
2983
2983
x-internal: false
2984
+
additionalProperties: false
2984
2985
properties:
2985
2986
id:
2986
2987
description: Numeric ID of this product within this order.
0 commit comments