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 receipt pieces

GET

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

Request

Path parameters

organizationIdstring

Query parameters

filter[goods_receipt_id]string
filter[status]string
Allowed values:canceledexpectedarrivedpendingcompleted

Response

OK

Body

idstring
ID of the piece
goods_receipt_idstring
ID of the goods receipt
carrier_codestringnull
barcodestringnull
The (shipment) barcode that represents the goods receipt piece
Example:3STEST1000000
statusstring
Status of the piece
Allowed values:canceledexpectedarrivedpendingcompleted
typestring
The piece type
Allowed values:packagepallet
arrived_atstring
Time that piece arrived
completed_atstring
Time that the piece was completed
created_atstring
Creation time of resource
updated_atstring
Latest update time of resource