Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.03 KB

GlobalFulfillmentCancellationItemResponse.md

File metadata and controls

16 lines (11 loc) · 1.03 KB

# GlobalFulfillmentCancellationItemResponse

Properties

Name Type Description Notes
fulfillment_order_item_id string The identifier of the fulfillment order item. [optional] [readonly]
fulfillment_order_item_upstream_id string The identifier of the item in the upstream fulfillment order [optional] [readonly]
inventory_item_id string The identifier of the inventory item. [optional] [readonly]
quantity int The quantity specified in the fulfillment cancellation request. [optional] [readonly]
quantity_accepted int The quantity accepted for cancellation by the fulfiller. [optional] [readonly]
state string An enumeration indicating the current state of the item in the fulfillment cancellation. [optional] [readonly]

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