CreateFulfillmentDTO
The fulfillment to be created.
location_id
stringRequiredThe associated location's ID.
provider_id
stringRequiredThe associated fulfillment provider's ID.
The address associated with the fulfillment. It's used for delivery.
The items associated with the fulfillment.
The labels associated with the fulfillment.
The associated fulfillment order.
packed_at
null | DateThe date the fulfillment was packed.
shipped_at
null | DateThe date the fulfillment was shipped.
delivered_at
null | DateThe date the fulfillment was delivered.
canceled_at
null | DateThe date the fulfillment was canceled.
data
null | Record<string, unknown>The data necessary for the associated fulfillment provider to process the fulfillment.
shipping_option_id
null | stringThe associated shipping option's ID.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?