Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.54 KB

File metadata and controls

21 lines (18 loc) · 1.54 KB

# OrderReturnUpdate

Properties

Name Type Description Notes
return_id string Return ID
order_id string Defines the order id [optional]
store_id string Store Id [optional]
item_restock bool Boolean, whether or not to add the line items back to the store inventory. [optional] [default to false]
return_status_id string Defines return request status [optional]
staff_note string Specifies staff note [optional]
comment string Specifies return comment [optional]
send_notifications bool Send notifications to customer after order was created [optional] [default to false]
reject_reason string Defines return reject reason [optional]
return_action string Defines return request action [optional]
return_reason string Defines return request reason [optional]
idempotency_key string A unique identifier associated with a specific request. Repeated requests with the same <strong>idempotency_key</strong> return a cached response without re-executing the business logic. <strong>Please note that the cache lifetime is 15 minutes.</strong> [optional]
order_products \OpenAPI\Client\Model\OrderReturnUpdateOrderProductsInner[]

[Back to Model list] [Back to API list] [Back to README]