FulfillmentItemDTO
The fulfillment item details.
id
stringRequiredThe ID of the fulfillment item.
title
stringRequiredThe title of the fulfillment item.
quantity
numberRequiredThe quantity of the fulfillment item.
sku
stringRequiredThe sku of the fulfillment item.
barcode
stringRequiredThe barcode of the fulfillment item.
line_item_id
null | stringRequiredThe associated line item's ID.
inventory_item_id
null | stringRequiredThe associated inventory item's ID.
fulfillment_id
stringRequiredThe associated fulfillment's ID.
The associated fulfillment.
created_at
DateRequiredThe creation date of the fulfillment item.
updated_at
DateRequiredThe update date of the fulfillment item.
deleted_at
null | DateRequiredThe deletion date of the fulfillment item.
Was this section helpful?