The Pick and Pack Order changes API manages order modifications in a Pick and Pack order. This API supports actions like updating deadlines, adding items, modifying quantities, rejecting or replacing items, and updating item details.
This API is currently in beta and subject to changes. Use it with caution in production environments.
Common parameters
Parameter name
Description
Type
{{accountName}}
Name of the VTEX account. Used as part of the URL.
Server variable.
{{environment}}
Environment to use. The default value is vtexcommercestable. Used in the URL.
Server variable.
X-VTEX-API-AppKey
Unique identifier of the API key. Must be used together with X-VTEX-API-AppToken.
Authentication header
X-VTEX-API-AppToken
Secret token of the API key. Must be used together with X-VTEX-API-AppKey.
Authentication header
VtexIdclientAutCookie
User token valid for 24 hours. Alternative to appKey + appToken.