General Information
...
Name | Source | Mandatory | Type | Special Format | Description |
---|---|---|---|---|---|
code | Body | YES | String | The length is between 4 - 5 | Product code |
name | Body | YES | String | N/A | Product name |
description | Body | NO | String | N/A | Product description |
...
Code Block | ||||
---|---|---|---|---|
| ||||
{ "result":false, "errors":{ "codes":[460468], "details":[ { "code":460468, "message":"UnableProduct toalready find productsexists" } ] } } |
Error Codes
Code | Description |
---|---|
468 | Product already exists |
469 | Unable to add the product record |
474 | Missing required field: either id or code |
Example (CURL)
...