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 serial number by id

GET

https://api.pack.cloud/v1/warehouses/{warehouseId}/products/{productId}/serial-numbers/{serialNumberId}

Request

Path parameters

warehouseIdstring
productIdstring
serialNumberIdstring

Response

OK

Body

idstring
ID of the serial number
product_idstring
ID of the linked product
stock_idstringnull
ID of the stock containing this serial number
fulfillment_line_idstringnull
ID of the fulfillment line that shipped this serial number
codestring
The serial number itself
Example:ABC123-XYZ456-789QWE
created_atstring
Creation time of resource
updated_atstring
Latest update time of resource