# List of all products and pricelist prices

Using this endpoint, you can get list of all products with basic data such as  product guid, id, code and its prices across all pricelists.


Response will be in jsonlines format with each product taking one line of output file. See Product price list snapshot schema for more details.


Result file is compressed using GZIP.

Endpoint: GET /api/products/snapshot/pricelists
Version: 1.0.0
Security: shoptetAccessToken, shoptetPrivateApiToken

## Header parameters:

  - `Content-Type` (string, required)

## Response 202 fields (application/json):

  - `data` (object)

  - `data.jobId` (string, required)
    token of job

  - `errors` (array,null)

  - `errors.errorCode` (string, required)
    Short text error identification

  - `errors.message` (string, required)
    Descriptive error message

  - `errors.instance` (string, required)
    Identification of the entity referenced

  - `metadata` (object)

  - `metadata.requestId` (string, required)
    Request identifier. Useful for logging/reporting purposes.


