AdminPostOrdersOrderReturnsReq
internal.internal.AdminPostOrdersOrderReturnsReq
Schema
AdminPostOrdersOrderReturnsReq type: object required:
- items
properties:
items:
description: The line items that will be returned.
type: array
items:
type: object
required:return_shipping: description: The Shipping Method to be used to handle the return shipment. type: object properties: option_id: type: string description: The ID of the Shipping Option to create the Shipping Method from. price: type: integer description: The price to charge for the Shipping Method. note: description: An optional note with information about the Return. type: string receive_now: description: A flag to indicate if the Return should be registerd as received immediately. type: boolean default: false no_notification: description: If set to
- item_id
- quantity
properties:
item_id:
description: The ID of the Line Item.
type: string
reason_id:
description: The ID of the Return Reason to use.
type: string
note:
description: An optional note with information about the Return.
type: string
quantity:
description: The quantity of the Line Item.
type: integertrue
, no notification will be sent to the customer related to this Return. type: boolean refund: description: The amount to refund. type: integer
Properties
location_id
stringno_notification
booleannote
stringreceive_now
booleanrefund
numberreturn_shipping
ReturnShippingWas this section helpful?