POST api/labels
Requeues the shipment for printing.
- A valid access Key must be provided in access_key request header.
- connote - consignment number to be printed
- printtoprinter - optional - if supplied the access_key profile printer is used
A string text of response message.
Error messages will range in the below
- Not a valid consignment number
- Print job sent
- Print job queued
- API Key not associated with a valid printer
Request
https://api.gosweetspot.com/api/labels?connote=ABC123
Headers
access_key: [access_key_for_site_account]
Content-Type: application/json; charset=utf-8
Response
Print job sent