Order Utilities

Utility endpoints for orders (barcode, etc.)

Generate Order Barcode

get

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_numberstringRequired

Signed order number (time-limited signature for security).

Example: eyJvcmRlcl9udW1iZXIiOiJPUkQtMjAyNC0wMDEyMzQifQ:1sAbCd:xyz123
Responses
200

HTML page with barcode image

text/html
Responsestring
get
/orders/barcode/{signed_order_number}/

Last updated

Was this helpful?