Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 763 Bytes

FulfillmentResponseItem.md

File metadata and controls

15 lines (10 loc) · 763 Bytes

# FulfillmentResponseItem

Properties

Name Type Description Notes
item_id string The unique identifier of the line item. [optional] [readonly]
sku_id string The unique identifier of the sku. [optional] [readonly]
shipment_item_id string The unique identifier associated to the shipment item [optional]
quantity int The number of items fulfilled. [optional] [readonly]
cancel_quantity int The number of items cancelled. [optional] [readonly]

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