Order Utilities
Utility endpoints for orders (barcode, etc.)
Generates a barcode image for the specified order.
Business Logic:
Validates the signed order number.
The signature has an expiration time (default: 30 minutes) for security.
Returns an HTML page with the barcode image.
Use Cases:
In-store pickup verification.
Order tracking at physical locations.
Warehouse order processing.
Path parameters
signed_order_numberstringRequiredExample:
Signed order number (time-limited signature for security).
eyJvcmRlcl9udW1iZXIiOiJPUkQtMjAyNC0wMDEyMzQifQ:1sAbCd:xyz123Responses
200
HTML page with barcode image
text/html
Responsestring
404
Signature expired or invalid
application/json
get
/orders/barcode/{signed_order_number}/Last updated
Was this helpful?

