Adjust product quantity

Adjust stock quantity (`add` or `subtract`).

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

Required scope: products:update

Path Params

uuidstringrequired

Resource UUID (RFC 4122)

typestringrequired

add or subtract

Body Params

quantitynumberrequired

Quantity to adjust

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.