Get fulfilled packaging options

GET /packages/fulfilled/packaging-options

Requires fulfil_orders permission

Headers

  • Account-ID string(uuid) Required

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

Responses

  • 200 application/json

    Fulfilled packaging options with counts

    Hide response attribute Show response attribute object
    • data array[object]
GET /packages/fulfilled/packaging-options
curl \
 --request GET 'https://api.gb.enjovia.app/packages/fulfilled/packaging-options' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "Account-ID: string"
Response examples (200)
{
  "data": [
    {}
  ]
}