chore(docs): Generated API Reference (#4706)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
committed by
GitHub
parent
efdea04963
commit
658339767b
@@ -17,13 +17,15 @@ properties:
|
||||
- quantity
|
||||
properties:
|
||||
item_id:
|
||||
description: The ID of the Line Item from the Order.
|
||||
description: The ID of the order's line item to return.
|
||||
type: string
|
||||
quantity:
|
||||
description: The quantity to swap.
|
||||
description: The quantity to return.
|
||||
type: integer
|
||||
reason_id:
|
||||
description: The ID of the reason of this return.
|
||||
description: >-
|
||||
The ID of the reason of this return. Return reasons can be retrieved
|
||||
from the List Return Reasons endpoint.
|
||||
type: string
|
||||
note:
|
||||
description: The note to add to the item being swapped.
|
||||
@@ -32,7 +34,7 @@ properties:
|
||||
type: string
|
||||
description: The ID of the Shipping Option to create the Shipping Method from.
|
||||
additional_items:
|
||||
description: The items to exchange the returned items to.
|
||||
description: The items to exchange the returned items with.
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
@@ -41,8 +43,8 @@ properties:
|
||||
- quantity
|
||||
properties:
|
||||
variant_id:
|
||||
description: The ID of the Product Variant to send.
|
||||
description: The ID of the Product Variant.
|
||||
type: string
|
||||
quantity:
|
||||
description: The quantity to send of the variant.
|
||||
description: The quantity of the variant.
|
||||
type: integer
|
||||
|
||||
Reference in New Issue
Block a user