Skip to main content

Order PDF by lookup key

GET 

/orders/:lookupKey/:lookupId/pdf

Generate a base64 encoded version of the order confirmation pdf based on the Propeller order confirmation template

Reference an order by a specific lookupKey / lookupId combination.

lookupKeys
id
externalId

What are lookup keys?

Request

Path Parameters

    lookupKey stringrequired

    Use id or externalId

    lookupId stringrequired

    The id or externalId of the order

Responses

Order PDF by lookup key - 200

Response Headers

  • Alt-Svc

    string

  • Via

    string

  • alt-svc

    string

  • content-length

    string

  • date

    string

  • return-format

    string

  • server

    string

  • x-request-id

    string

Schema

    data

    object

    base64 string
    contentType string
    fileName string
    messages string[]
    total number
Loading...