v54

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-01594762.7 KB
Batch operations

Confirm batch inventory

Confirms that the CSV upload is complete and triggers asynchronous processing of the batch inventory. The batch status will transition to QUEUED.

ℹ️ This feature is in early access, which means that we are working to improve it. If you want to use this feature, please contact our Support Center.

This endpoint is part of the Batch operations section for high-throughput inventory updates. Learn more about inventory management at VTEX.

Permissions

Any user or API key must have at least one of the appropriate License Manager resources to be able to successfully run this request. Otherwise, they will receive a status code 403 error. These are the applicable resources for this endpoint:

ProductCategoryResource
LogisticsLogistics accessLogistics - Full access

You can create a custom role with that resource or use one of the following predefined roles:

RoleResource
Logistics - Full accessLogistics - Full access
OMS - Full accessLogistics - Full access

❗ Assigning a predefined role to users or API keys usually grants permission to multiple License Manager resources. If some of these permissions are not necessary, consider creating a custom role instead. For more information regarding security, see Best practices for using API keys.

To learn more about machine authentication at VTEX, see Authentication overview.

post/availability/v1/inventory/batch/{batchId}/confirm

Path parameters

batchIdstring uuid required
Example:550e8400-e29b-41d4-a716-446655440000

Unique identifier for the batch job, returned by the Create batch inventory job endpoint.

Headers

Acceptstring required
Example:application/json

HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.

Response

Accepted

Upload confirmed and batch queued for processing.