added

QR Code for AU Drop Off

📘

Executive Summary

AU drop off orders within 25 km of eligible Print In-Store drop off locations in Australia will have QR code in PNG format as part of the label object.

Changes

QR Code will be returned in the labels object for drop off orders within 25km of an eligible Print In-Store drop off locations in Australia with format = png and size = cropped in the following API calls:

Sample Response

"labels": [
  {
    "format": "pdf",
    "size": "a4",
    "url": "https://api.sendle.com/api/orders/f5233746-71d4-4b05-bf63-56f4abaed5f6/labels/a4.pdf"
  },
  {
    "format": "pdf",
    "size": "cropped",
    "url": "https://api.sendle.com/api/orders/f5233746-71d4-4b05-bf63-56f4abaed5f6/labels/cropped.pdf"
  },
  {
    "format": "png",
    "size": "cropped",
    "url": "https://api.sendle.com/api/orders/f5233746-71d4-4b05-bf63-56f4abaed5f6/labels/cropped.png"
  },
]

We also have this help centre article explaining Print In-Store service in more detail.

If you have any questions, please reach out to [email protected].