CStoreOffice® Support & Learning

Getting Started with Business Documents API

To get documents through the Business Documents API, make an HTTP GET request to the following endpoints:

  • Level selection endpoints:
  • /account-level-resources: Fetch the list of available resources at the account level.
  • /business-unit-level-resources: Fetch the list of available resources at the business unit level.
  • Start calling the API with one of the above endpoints.

  • /business-documents: Fetch the list of available documents at the selected level.
  • /business-document: Fetch a specific document at the selected level.

To learn more about calling the API, see Calling the Business Documents API.

Exported business documents

The complete list of the XML and JSON files exported via API is presented in the sections below.

Documents exported at the account level

To export XML/JSON files at the account level, start calling the API from the /account-level-resources endpoint with the following document type identifier:

Documents exported at the business unit level

To export XML/JSON files at the business unit level, start calling the API from the /business-unit-level-resourcesendpoint with the following document type identifier:

Before you begin

Before you start using the Business Documents API, you need:

  1. Get the API authorization token.
  2. Prepare the input parameters for API request.
    This step is required only if you call the API at the business unit level.