Download all outstanding envelopes

GET /packages/download/envelopes/outstanding

Requires fulfil_orders permission

Headers

  • Account-ID string(uuid) Required

    Account ID - Can be found on the Dashboard under Settings → API Tokens

Query parameters

  • filter[store.id] string(uuid)
  • filter[packaging_option.id] string(uuid)
  • filter[delivery_method.id] string(uuid)

Responses

  • 200 application/pdf

    PDF download

GET /packages/download/envelopes/outstanding
curl \
 --request GET 'https://api.gb.enjovia.app/packages/download/envelopes/outstanding' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "Account-ID: string"