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 return receipt line by id

GET

https://api.pack.cloud/v1/warehouses/{warehouseId}/return-receipts/{returnReceiptId}/lines/{returnReceiptLineId}

Request

Path parameters

warehouseIdstring
returnReceiptIdstring
returnReceiptLineIdstring

Response

OK

Body

idstring
ID of the return receipt line
return_request_line_idstring
ID of the return request line
quantity_receivedinteger
Quantity that is received back
conditionstring
Condition of the received items
Allowed values:saleableunsalable
remarksstring
Remarks of the received items
created_atstring
Creation time of resource
updated_atstring
Latest update time of resource