Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

General Information

...

NameSourceMandatoryTypeSpecial FormatDescription
codeBodyYESStringThe length is between 4 - 5Product code
nameBodyYESStringN/AProduct name
descriptionBodyNOStringN/A

Product description

...

Code Block
languagejs
titleError Response Sample
{
    "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)

...