Acknowledge receipt of a new permit
Retailers, generally, include is_acknowledged=0 as a query parameter to get only new permits. Then, for each permit returned, retailers should process the permit and update any necessary internal systems, such as Product Catalog. After processing a permit successfully, they should acknowledge the permit using this endpoint so that subsequent queries to the /shipments/?is_acknowledged=0 endpoint does not return the processed shipment.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Permit ID
Retailer ID
Body
Retailer price
Retailer cost
Time of permit beginning
Time of permit ending
Time of when permit got revoked
Time of permit acknowledgement (UTC format)
Response
Permit ID
Retailer price
Retailer cost
Time of permit beginning
Time of permit ending
true: Permit is in effect <br /> false: Permit is not in effect
Time of when permit got revoked
true: Permit is acknowledged <br /> false: Permit is not acknowledged
Time of permit acknowledgement (UTC format)
Was this page helpful?