Create bulk request
Create a new bulk request.
Rate Limit: 300 Max attempts within 1 minute.
Request body
requiredParameter | Details |
---|---|
callbacks | object requestUrl string
Format: url Example: https://example.com/api/internal/callback/request operationUrl string
Format: url Example: https://client.aboutyou.cloud/api/internal/callback/operation requestStatus stringDefault: complete Example: complete Enum: complete incomplete bulkRequestKey integer
Example: 2241 |
operations | object key string
Example: create-product url string
Example: /products method stringExample: POST Enum: GET HEAD POST PUT PATCH DELETE |
Responses
201
Bulk request was successfully created.
application/json
Success
key
integer
Example:
123
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
POST
Request samples
Response samples
201CreateBulkRequestResponse:
Content type: application/json