Skip to main content
Version: 202201

List Suppliers

GET 

/openapi/2022-01/suppliers

Allows users to retrieve a list of suppliers with optional filtering by specific supplier IDs.

Request

Query Parameters

    ids string[]

    A list of supplier IDs to filter results. Empty value retrieves all suppliers.

    page int32

    Page number of results to retrieve, starting from 1. Must be a positive integer.

    limit int32

    The maximum number of results per page. Acceptable range: 1 to 100.

Responses

200

Schema
    suppliers object[]
  • Array [
  • idstring
    Example: 382453603865993516
    titlestring
    Example: example supplier
    urlstring
    Example: https://shoplazza.com
    created_atstring
    Example: 2024-05-21T08:54:05Z
    updated_atstring
    Example: 2024-05-21T08:54:05Z
  • ]
  • countinteger
    Default value: 0
    Example: 1