Batch update Variant stock
To batch update stock, all provided Stores and Variants must be known to the Omnichannel Add-on.
Batch Processing Details | Description |
---|---|
Processing Order | Requests are processed sequentially based on submission order (First In – First Out). |
System Capacity | Handles up to 1.5 million items per hour. Tip: Submitting ordered variants may improve processing efficiency. |
Batch Limit | 100 (default) - 2,000 variants per request (available upon request). |
If you require an extended limit, please contact your SCAYLE Account Manager for configuration.
Errors
Error Type | Description |
---|---|
Max Variants Exceeded | If the maximum number of variants is exceeded, the request will fail with a 400 status code and error message: "The number of variants must not exceed the company variant import batch update limit." |
Unknown Stores or Variants | If the batch request contains unknown stores or variants, the batch update request will not be executed, and a 400 error will be returned. |
Update store variant stock level in batches
Request body
Parameter | Details |
---|---|
variants | object id stringExample: key=abc-129 or 209292 quantity integerExample: 52 |
source | string Example: Tenant OMS |
Responses
201
successful operation
application/json
Success
msg
string
Example:
Started batch stock update successfully
400
Bad Request
Error
401
Unauthorized
Error
422
Unprocessable Entity
application/json
Error
POST
Request samples
Response samples
201Content type: application/json