Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ruleset unique identifier. To retrieve this ID, login to Dropship and navigate to Settings > Product Rulesets and select a ruleset. The ruleset ID appears at the end of the HTTP URL.
Example:
228
Response
200 - application/json
OK
The total number of records
Example:
100
Next page (applicable in a paginated response)
Example:
"https://api.example.org/demo/{retailer_id}/?page=5"
Previous page (applicable in a paginated response)
Example:
"https://api.example.org/demo/{retailer_id}/?page=3"