Skip to content
Open
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
14 changes: 6 additions & 8 deletions reference/orders.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ paths:

**Note:**
Order refunds should be processed sequentially. Processing multiple concurrent refunds on the same order are not yet supported.

operationId: createOrderRefund
parameters:
- $ref: '#/components/parameters/ContentType'
Expand Down Expand Up @@ -317,7 +317,7 @@ paths:
$ref: '#/components/responses/Refund_Resp'
'422':
description: |
Unable to process a guest refund with store credit.
Unable to process a guest refund with store credit.
content:
application/json:
schema:
Expand Down Expand Up @@ -1668,7 +1668,6 @@ components:
- nmi
- paypalexpress
- paypalpaymentsprous
- paypalpaymentsprouk
- plugnpay
- qbmsv2
- securenet
Expand Down Expand Up @@ -1803,7 +1802,6 @@ components:
- nmi
- paypalexpress
- paypalpaymentsprous
- paypalpaymentsprouk
- plugnpay
- qbmsv2
- securenet
Expand Down Expand Up @@ -2623,7 +2621,7 @@ components:
example: checkout_paypalexpress
amount:
type: number
description: Amount refunded with this provider.
description: Amount refunded with this provider.
example: 9.99
offline:
type: boolean
Expand Down Expand Up @@ -3045,7 +3043,7 @@ components:
properties:
data:
$ref: '#/components/schemas/Metafield'
meta:
meta:
$ref: '#/components/schemas/metaEmpty_Full'
MetafieldBase:
type: object
Expand Down Expand Up @@ -3269,7 +3267,7 @@ components:
type: integer
description: |
The unique identifier for the metafield.
example:
example:
- 123
errors:
type: array
Expand All @@ -3289,7 +3287,7 @@ components:
type: integer
description: |
The unique identifier for the metafield.
example:
example:
- 123
- 124
- 125
Expand Down
Loading