Create or Update (Upsert) products, items and materials
PUT/api/v1/customer-data/products
This endpoint allows you to create or update products, items, materials and item sets in your Data Set in Inspectorio Platform. Take special attention on the constraints documented about force_update
and API Rate Limits in our 429 Response Headers.
Request​
Responses​
- 207
- 400
- 401
- 403
- 429
Multi-Status
Bad Request
Unauthorized
Forbidden
Too Many Requests
Response Headers
RateLimit-Reset
The number of seconds to wait before making a new request.
RateLimit-Remaining
The number of requests remaining in the current rate limit window.
RateLimit-Limit
The maximum number of requests that can be made in a given amount of time.
Retry-After
The number of seconds to wait before making a new request.