...
Supplier can use this API to create one or more products.
It is used when registering a new product.
This endpoint only generates task id. So you can check progress status in other endpoint. - Product - Check Task Status.
2. API Spec
1) Request
Endpoint |
|
---|---|
Method |
|
Description | Register new product. |
Content-Type |
|
...
Name | Type | Description |
---|---|---|
task_id | UUID | This task takes quite a bit of time. So this endpoint return only task id. You can use this task id for checking task status to other endpoint - https://axchange.atlassian.net/wiki/spaces/AC/pages/edit-v2/378109983 |
4) Error Spec
Status Code | Message | Solution |
---|---|---|
403 |
| The valid supplier access key must be entered |
400 |
| The valid files composed of depth combination, contents, images must be entered |
...