Skip to content

Commit

Permalink
Update VTEX - Logistics API.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Isabella-Veloso committed Nov 12, 2024
1 parent 212399a commit de9066b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions VTEX - Logistics API.json
Original file line number Diff line number Diff line change
Expand Up @@ -3505,6 +3505,18 @@
},
"400": {
"description": "Bad Request"
},
"423": {
"description": "Locked",
"content": {
"text/plain": {
"schema": {
"type": "string",
"description": "When too many inventory update requests are made within milliseconds for the same SKU, warehouse, and seller, you can receive a status code response `423 Locked`, meaning only the first request was accepted by the platform, and the others were discarded. You must wait a few seconds before making another request. This platform constraint objective is to increase merchants' control and precision and prevent errors."
},
"example": "Unable to acquire lock for key: {{warehouseName}}."
}
}
}
}
}
Expand Down

0 comments on commit de9066b

Please sign in to comment.