โฌ๏ธRequest and Response
Request to the API endpoint
Get product listings (A.K.A. publiations) associated with the account
Query Parameters
Name
Type
Description
{
"Total": integer,
"Paging": {
"Limit": integer,
"Offset": integer,
"Total": integer,
},
"SortBy": {
"Id": string,
"Name": string
},
"AvailableSorts": [{
"Id": string,
"Name": string
}],
"Results":[ ProductListingType ]
}{
"Total": integer,
"Paging": {
"Limit": integer,
"Offset": integer,
"Total": integer,
},
"SortBy": {
"Id": string,
"Name": string
},
"AvailableSorts": [{
"Id": string,
"Name": string
}],
"Results":[ ProductListingType ]
}Parameters details
API_KEY
accountId
status
marketplaceId
includeChilds
brand
sku
externalID
sort
offset
limit
Paging example:
Last updated
Was this helpful?