Appearance
warehouse-products
Update warehouse product
PATCH
/accounts/{accountUuid}/warehouse/v2/warehouse-products/{productUuid}
Update the warehouse product
Authorizations
ApiToken
Bearer token authentication. Create tokens in Settings > API Token.
Type
HTTP (bearer)
Parameters
Path Parameters
accountUuid*
Type
Requiredstring
Format
"uuid"productUuid*
Type
Requiredstring
Format
"uuid"Request Body
application/json
JSON "calculationStartDate": "string"
{
}
Responses
Successful response
application/json
JSON "data": { "active": true, "calculationStartDate": "string" }, "message": "string", "status": 200, "meta": { }
{
}