From c8ba4b54a96c5316fbece8e06b38e77a6e57bdaa Mon Sep 17 00:00:00 2001 From: Tina Gomez Date: Wed, 18 Oct 2023 12:31:52 -0500 Subject: [PATCH] Add enumerated list to Get Order query parameters --- reference/orders.sf.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/reference/orders.sf.yml b/reference/orders.sf.yml index 4ac444d39..174d2cfb6 100644 --- a/reference/orders.sf.yml +++ b/reference/orders.sf.yml @@ -49,6 +49,14 @@ paths: description: Sub-resources to include in an Order, in a comma-separated list. The ID and the specified fields will be returned. schema: type: string + enum: + - lineItems + - billingAddress + - coupons + - currency + - taxes + - payments + - consignments responses: '200': description: ''