diff --git a/reference/orders.sf.yml b/reference/orders.sf.yml index c7a4f2ef4..174d2cfb6 100644 --- a/reference/orders.sf.yml +++ b/reference/orders.sf.yml @@ -44,6 +44,19 @@ paths: exclusiveMinimum: false type: integer format: int32 + - name: include + in: query + 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: ''