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