Skip to main content

Return all available Suppliers Products

GET 

/api/v1/supplier_products

Return all available Suppliers Products

Request

Query Parameters

    sort string
    custom_catalogs boolean

    Possible values: [true, false]

    business_id string
    filter[supplier_id] string
    filter[parent_category_name] string

    Requires supplier_id. Mutually exclusive with filters: supplier_names, category_names

    page int32

    Default value: 1

    Page offset to fetch.

    per_page int32

    Default value: 10

    Number of results to return per page.

    filter[product_names] string[]
    filter[supplier_names] string[]
    filter[category_names] string[]

Responses

Return all available Suppliers Products

Schema

    data

    object[]

    required

  • Array [

  • id string
    type string

    attributes

    object

    description string
    description-en string
    description-fr string
    description-de string
    description-it string
    description-es string
    description-el string
    image binary
    is-available boolean

    Possible values: [true, false]

    name string
    name-en string
    name-fr string
    name-de string
    name-it string
    name-es string
    name-el string
    price-per-unit-cents integer

    Price of one unit in the package that the product is being sold in

    selling-price-cents integer

    Price of the product (per package sold)

    price-in-cents integer

    Price of the product for a specific business

    sku-ref integer
    specifications object
    supplier-name string
    supplier-id string
    open-quantity float
    fixed-quantity integer
    quantity-type string
    units string
    from-custom-catalog boolean

    Possible values: [true, false]

    ordering-deadline integer
    ordering-lead-time integer
  • ]

  • meta

    object

    required

    total-count numberrequired
    total-pages numberrequired
Loading...