Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique retailer ID. In the Dropship UI this is called the Merchant ID. To find your Merchant ID, click your merchant name in the top nav.
1001
The unique permit identifier. This ID is automatically generated when a permit is created.
Body
Retailer price
"12.99"
Retailer cost
"8.99"
Time of permit beginning
"2021-07-10T15:24:56Z"
Time of permit ending
"2022-11-10T15:24:56Z"
Time of when permit got revoked
"2022-08-10T15:24:56Z"
Time of permit acknowledgement (UTC format)
"2022-08-10T15:24:56Z"
Response
Ok
Permit ID
10004
Retailer price
"12.99"
Retailer cost
"8.99"
Time of permit beginning
"2021-07-10T15:24:56Z"
Time of permit ending
"2022-11-10T15:24:56Z"
true: Permit is in effect | false: Permit is not in effect
true
Time of when permit got revoked
"2022-08-10T15:24:56Z"
true: Permit is acknowledged | false: Permit is not acknowledged
true
Time of permit acknowledgement (UTC format)
"2022-08-10T15:24:56Z"