Import Event Registration Data
POST/api/v1/products/import-event-registration-data/
Import event registration data through external API. This endpoint allows external systems to register member participation in events with optional product associations.
Key Features:
- Event registration processing
- Member association via member_sn
- Optional product linking via SKUs
- Data type validation
- SKU-based product lookup validation
- Asynchronous processing
- Comprehensive error handling
Request
Responses
- 200
- 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