Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
[DEVDOCS-4798]: [Revise] Orders SF, Add include field to the Get Or…
Browse files Browse the repository at this point in the history
…der params (#1502)
  • Loading branch information
bc-tgomez authored Oct 19, 2023
1 parent 350c345 commit a06afb8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions reference/orders.sf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ''
Expand Down

0 comments on commit a06afb8

Please sign in to comment.