From 428aa9845a824efeefc0af3243fdaff654615099 Mon Sep 17 00:00:00 2001 From: Shayne Gabor Even <109577044+BC-SEven@users.noreply.github.com> Date: Thu, 16 Jan 2025 14:54:09 +1100 Subject: [PATCH] doc(orders): DEVDOCS-6194 re-word desc Co-authored-by: vincent.zhao --- reference/orders.v2.oas2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/orders.v2.oas2.yml b/reference/orders.v2.oas2.yml index 19b148045..90d6c4f4f 100644 --- a/reference/orders.v2.oas2.yml +++ b/reference/orders.v2.oas2.yml @@ -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