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

[DEVDOCS-4798]: [Revise] Orders SF, Add include field to the Get Order params #1502

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions reference/orders.sf.yml
Original file line number Diff line number Diff line change
@@ -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: ''
Loading