- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
CreateFulfillmentDTO
The fulfillment to be created.
location_id
stringThe associated location's ID.
provider_id
stringThe associated fulfillment provider's ID.
delivery_address
Omit<CreateFulfillmentAddressDTO, "fulfillment_id">The address associated with the fulfillment. It's used for delivery.
delivery_address
Omit<CreateFulfillmentAddressDTO, "fulfillment_id">items
Omit<CreateFulfillmentItemDTO, "fulfillment_id">[]The items associated with the fulfillment.
items
Omit<CreateFulfillmentItemDTO, "fulfillment_id">[]The associated location's data.
packed_at
null | DateOptionalThe date the fulfillment was packed.
shipped_at
null | DateOptionalThe date the fulfillment was shipped.
created_by
null | stringOptionalThe id of the user that created the fulfillment
delivered_at
null | DateOptionalThe date the fulfillment was delivered.
canceled_at
null | DateOptionalThe date the fulfillment was canceled.
data
null | Record<string, unknown>OptionalThe data necessary for the associated fulfillment provider to process the fulfillment.
shipping_option_id
null | stringOptionalThe associated shipping option's ID.
requires_shipping
booleanOptionalFlag to indicate whether shipping is required
metadata
null | Record<string, unknown>OptionalHolds custom data in key-value pairs.
The labels associated with the fulfillment.
The associated order to be sent to the provider.
Was this page helpful?