docs
  1. Admin Api
  2. Resources
  3. Products
  4. Bulk Create Or Update Products

Create bulk request

Create a new bulk request.

Rate Limit: 300 Max attempts within 1 minute.

Request body

required
ParameterDetails
callbacks
object
requestUrl
string
  • nullable
  • MaxLength: 255
Format:
url
Example:
https://example.com/api/internal/callback/request
operationUrl
string
  • nullable
  • MaxLength: 255
Format:
url
Example:
https://client.aboutyou.cloud/api/internal/callback/operation
requestStatus
string
Default:
complete
Example:
complete
Enum:
complete
incomplete
bulkRequestKey
integer
  • nullable
Example:
2241
operations
object
key
string
  • MaxLength: 100
Example:
create-product
url
string
  • MaxLength: 255
Example:
/products
method
string
Example:
POST
Enum:
GET
HEAD
POST
PUT
PATCH
DELETE
headers
object
body
object

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/products/bulk-requests

Request samples

Response samples

201
CreateBulkRequestResponse:
Content type: application/json

Last updated: February 04, 2025

Provide Feedback