Perform update operation on container in batches

API to update Container in batch via JSON payload.

PARAMETERDESCRIPTIONTYPEVALIDATION
payloadArray of container update request.
ㅤ↳containerIdunique identifier of each container.string
ㅤ↳dataAttributes that define a container and can be modified after container creation.
trackingDetailsField to represent tracking ID (such as AWB) for a container which is usually pasted on the container and used for scanning it.
There can be multiple tracking IDs for a container, owned by different operators and hence it will be stored as a list.
ㅤㅤ↳operator*Field to specify the owner of the tracking ID.stringminLength: 3 maxLength: 64
example: Delhivery
ㅤㅤ↳trackingId*Tracking ID.stringminLength: 1 maxLength: 128
example: 132121232423232
ㅤㅤ↳isPrimary*It defines whether it is a primary tracking ID or not. If none of the tracking details is set as primary we assume first tracking ID as a primary tracking id.booleandefault: false
ㅤ↳attributesA map to provide values for the attributes defined in Container-type configuration APIs.
ㅤ↳itemsList of items can be added into container only if container-type is a leaf.
ㅤㅤ↳name*Name of the item.stringminLength: 3 maxLength: 128
example: pant/shirt
ㅤㅤ↳codeCode of the item.stringminLength: 3 maxLength: 128
ㅤㅤ↳cost*cost of the item.
ㅤㅤㅤ↳unitRepresents unit price of the item..
ㅤㅤㅤㅤ↳amountThe value of the amount accurate to three decimal places.number
ㅤㅤㅤㅤ↳currencyCurrency of the price of the item.string
ㅤㅤㅤ↳total*Represents total price of the item.
ㅤㅤㅤㅤ↳amountThe value of the amount accurate to three decimal places.number
ㅤㅤㅤㅤ↳currencyCurrency of the price of the item.string
ㅤㅤ↳quantity
ㅤㅤㅤ↳valueA number quantifying measurement.integer
ㅤㅤㅤ↳unitUnit for measurement.string​​Enum: [ cm, m, l, ml, nos, g, kg, mm ]
ㅤㅤ↳callbackRepresents callback URL, which can be to notify status(success/failed) of API.stringA valid URL
callbackRepresents callback URL, which can be to notify status(success/failed) of API.object{url: "string", meta: {}}

*This is required.

HTTP Status Code Summary
| Code | Description |
| --- | ---- |
| 202 - Accepted | Everything worked as expected. |
| 400 - Bad Request | The request was unacceptable, often due to missing a required parameter. |
| 401 - Unauthorized | No valid API key provided. |
| 503 - Server Errors | Something went wrong on our end. (These are rare.) |

Callbacks
Language
URL
Click Try It! to start a request and see the response here!