The REST API is deprecated and will be removed in the future. Some endpoints may no longer be available. Use the GraphQL API instead.

Get goods receipt line by id

GET

https://api.pack.cloud/v1/warehouses/{warehouseId}/goods-receipts/{goodsReceiptId}/lines/{lineId}

Request

Path parameters

warehouseIdstring
goodsReceiptIdstring
lineIdstring

Response

OK

Body

idstring
ID of the goods receipt piece line
goods_receipt_piece_idstring
ID of the goods receipt piece
product_idstring
ID of the product
quantity_receivedinteger
Quantity that is received back
created_atstring
Creation time of resource
updated_atstring
Latest update time of resource