Skip to content

Commit

Permalink
doc(orders): DEVDOCS-6194 re-word desc
Browse files Browse the repository at this point in the history
Co-authored-by: vincent.zhao <[email protected]>
  • Loading branch information
BC-SEven and bc-vincent-zhao committed Jan 17, 2025
1 parent bb45cb1 commit c3a09db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/orders.v2.oas2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1435,7 +1435,7 @@ components:
in: query
description: |-
* `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.
* `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 may not be supported in the future.
* `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.
* `fees` - include the response returned from the request to the `/orders/{order_id}/fees` endpoint.
style: form
explode: false
Expand Down

0 comments on commit c3a09db

Please sign in to comment.