Get product

Returns a single product by ID.

GEThttps://api.tracksales.co/v1/products/{uuid}

Required scope: products:read

Request URL: https://api.tracksales.co/v1/products/{uuid}

Path Params

uuidstringrequired

Product UUID

Query Params

location_idstring

Branch location UUID. When provided, inventory reflects stock at that branch; quantities still includes every branch.

Responses

200OK

Request succeeded.

401Unauthorized

API key is missing or invalid.

403Forbidden

API key lacks the required scope.

404Not Found

Product was not found.

422Validation Error

Request validation failed.