- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
UpdateOrderItemDTO
The data to update in the order items.
id
stringThe ID of the item.
order_id
stringOptionalThe associated order's ID.
version
numberOptionalThe version of the item.
item_id
stringOptionalThe associated item's ID.
The quantity of the item.
The fulfilled quantity of the item.
The requested quantity of the item to be returned.
The quantity of the item received through a return.
The dismissed quantity of the item through a return.
The quantity written off of the item due to
an order change.
metadata
null | Record<string, unknown>OptionalHolds custom data in key-value pairs.
Was this page helpful?