Import Product Data
POST/api/v1/products/import/
Import product data through external API with support for multi-site organizations. This endpoint allows external systems to create or update product information in OmniSegment.
Key Features:
- Product data validation and processing
- Multi-site organization support
- Price validation and parsing
- Asynchronous processing
- Error handling and validation
Important Notes:
- For multi-site organizations, the
siteparameter is required - For single-site organizations, the
siteparameter should not be provided - Price field will be validated for proper numeric format
- Required fields must be present in the data object
Request
Responses
- 201
- 400
- 401
- 403
- 429
- 500
- 502
- 503
- 504
Bad Request
Forbidden
Too Many Requests - Rate limit exceeded. Please implement retry logic with exponential backoff.
Internal Server Error
Bad Gateway
Service Unavailable
Gateway Timeout