patch https://restapi.ordergroove.com/products-batch/update/
Updates multiple products
Authentication
Response Body
{
"results": [
{
"product_id": "169869470520111636",
"status": 200
},
{
"product_id": "169869470520111637",
"status": 400
},
{
"product_id": "MISSING_PRODUCT",
"status": 404
}
]
}
Response Body Definitions
Name | Type | Description | Example |
---|---|---|---|
product_id | string | Product ID | "0070000693" |
status | int | Status of the product update. 200 for success. 404 for not found. 400 for error. | 20 |
Throttle Rates
Requests are throttled at 600req/min.