Skip to content
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@ paths:
- $ref: '#/components/parameters/until'
- $ref: '#/components/parameters/status'
- $ref: '#/components/parameters/siteId'
- $ref: '#/components/parameters/expand'
- name: limit
in: query
required: false
Expand Down Expand Up @@ -4958,6 +4959,14 @@ components:
required: false
schema:
type: string
expand:
name: expand
in: query
description: Expand options for the order.
required: false
example: oms
schema:
type: string
paymentInstrumentId:
name: paymentInstrumentId
in: path
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ paths:
- $ref: '#/components/parameters/organizationId'
- $ref: '#/components/parameters/siteId'
- $ref: '#/components/parameters/locale'
- $ref: '#/components/parameters/expand'
responses:
'200':
description: Success, the response body contains the order.
Expand Down Expand Up @@ -2468,6 +2469,14 @@ components:
required: true
schema:
$ref: '#/components/schemas/PaymentInstrumentId'
expand:
name: expand
in: query
description: Expand options for the order.
required: false
example: oms
schema:
type: string
examples:
OrderPost:
value:
Expand Down
Loading