Sample Response

Each API endpoint returns a response that contains the following fields:

Name

Type

Description

type

int

Response type

code

int

Response code

payload

array

Return list of Product RefId

message

string

Error message in case response type is not successful

Example:

{
    "payload": ["1234", "5678", "9012"],
    "type": 1,
    "code": 0
}

Last updated