/
Get Product Listings
Get Product Listings
pre-requisites
Overview
Search for orders
Endpoint
GET https://api.adcellerant.com/product-listings
Example Request
GET https://api.adcellerant.com/product-listings?pageNumber=1&pageSize=25&authorizationId=1ad4ed2a-72e5-481a-a329-07db829e88ae
Example Response
Status: 200 OK
Header Specifications
header | value |
---|---|
Authorization | Basic <your encoded value> |
See: Authentication
Input Specifications
Field | Description |
---|---|
pageNumber (query param) | The page of orders to return. Value must be greater than 0. Defaults to 1. |
pageSize (query param) | The number of orders to return per page. Value must be between 1 and 50. Defaults to 25. |
authorizationId (query param) | The uid that authorizes access to specific orders. |
Output Specifications
The page of product listings
Related content
Product Listing Response
Product Listing Response
More like this
Search Orders
Search Orders
More like this
Get Authorizations
Get Authorizations
More like this
Product Listings API
Product Listings API
More like this
Update Order
Update Order
More like this