The Rest API is deprecated and will be removed in the future. We recommend using the GraphQL API instead. Some endpoints may not be available anymore.

Get order fulfillments

GET

https://api.pack.cloud/v1/organizations/{organizationId}/fulfillments

Request

Path parameters

organizationIdstring

Query parameters

filter[orders.id]string
filter[status]array
Include fulfillments that has status
Allowed values:calculatingon_holdunscheduledqueuedpendingpickingpickedshipped
filter[warehouse_id]string
includearray
Allowed values:lineslines.productlines.serial_numbersordersshipmentswarehouse
sortstring
Allowed values:created_at-created_at

Response

OK

Body

idstring
ID of the fulfillment
referencestringnull
Reference of the fulfillment
statusstring
Status of the fulfillment
Allowed values:calculatingon_holdunscheduledqueuedpendingpickingpickedshipped
release_atstringnull
Available for picking time
shipped_atstringnull
Completed time
created_atstring
Creation time of resource
updated_atstring
Latest update time of resource
prevstringnull
Link to previous page
nextstringnull
Link to next page
per_pageinteger
Item count per page
Example:25