Add product serial

Adds a serial number to a serialized product.

POSThttps://api.tracksales.co/api/v1/products/{uuid}/serials

Required scope: products:create

Path Params

uuidstringrequired

Resource UUID (RFC 4122)

Body Params

serialstringrequired

Serial number

Responses

201Created

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.