Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.57 KB

File metadata and controls

22 lines (18 loc) · 1.57 KB

Org.OpenAPITools.Model.OrderReturnUpdate

Properties

Name Type Description Notes
ReturnId string Return ID
OrderId string Defines the order id [optional]
StoreId string Store Id [optional]
ItemRestock bool Boolean, whether or not to add the line items back to the store inventory. [optional] [default to false]
ReturnStatusId string Defines return request status [optional]
StaffNote string Specifies staff note [optional]
Comment string Specifies return comment [optional]
SendNotifications bool Send notifications to customer after order was created [optional] [default to false]
RejectReason string Defines return reject reason [optional]
ReturnAction string Defines return request action [optional]
ReturnReason string Defines return request reason [optional]
IdempotencyKey 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]
OrderProducts List<OrderReturnUpdateOrderProductsInner>

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