docs
  1. Add-on Documentation
  2. Omni-channel Add-on
  3. Developer Guide
  4. Api Reference
  5. Variants
  6. Update Variant Stock

Update Variant stock

Update store variant stock level

Path Parameters

ParameterDetails
storeId
  • required
integer
Examples:
  • {
      "type": "integer"
    }
  • {
      "type": "string"
    }
variantId
  • required
string

Request body

ParameterDetails
quantity
integer
Example:
52
source
string
Example:
Tenant OMS

Responses

201
successful operation
application/json
Success
msg
string
Example:
Stock updated
401
Unauthorized
Error
404
Not Found
Error
422
Unprocessable Entity
application/json
Error
POST/stores/{storeId}/variants/{variantId}/stock-update

Request samples

Response samples

201
Content type: application/json
Provide Feedback