Skip to content

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
string
Required
Format
"uuid"
productUuid*
Type
string
Required
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": {
  
}
}

Playground

Authorization
Variables
Key
Value
Body

Samples