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 goods receipts

GET

https://api.pack.cloud/v1/organizations/{organizationId}/goods-receipts

Request

Path parameters

organizationIdstring

Query parameters

filter[purchase_orders.id]string
filter[status]array
Allowed values:canceledexpectedarrivedpendingcompleted
filter[warehouse_id]string
sortstring
Allowed values:created_at-created_at

Response

OK

Body

idstring
ID of the goods receipt
warehouse_idstring
ID of the warehouse
remarksstring
statusstring
Status of the goods receipt
Allowed values:canceledexpectedarrivedpendingcompleted
expected_delivery_atstring
Expected delivery date
arrived_atstring
Time that receipt was arrived
completed_atstring
Time that receipt was completed
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