curl --request GET \
--url https://api.pricenow.dev/api/orders/{orderId}/receipt-url \
--header 'accept-language: <accept-language>' \
--header 'pratiq-channel-uuid: <pratiq-channel-uuid>'{
"data": {
"receiptUrl": "<string>"
}
}Get the receipt url for an order. Returns an S3 presigned url to the PDF receipt.
curl --request GET \
--url https://api.pricenow.dev/api/orders/{orderId}/receipt-url \
--header 'accept-language: <accept-language>' \
--header 'pratiq-channel-uuid: <pratiq-channel-uuid>'{
"data": {
"receiptUrl": "<string>"
}
}