Skip to main content

Return all supplier catalogs for specific supplier

GET 

/api/v1/suppliers/:id/supplier_catalogs

Return all supplier catalogs for specific supplier

Request

Path Parameters

    id int32required

Query Parameters

    include string

    Include associations (delimited with comma). Available associations: pictures, supplier_products

    page int32

    Default value: 1

    Page offset to fetch.

    per_page int32

    Default value: 10

    Number of results to return per page.

Responses

Return all supplier catalogs for specific supplier

Schema

    data

    object

    required

    id string
    type string

    attributes

    object

    name string
    custom boolean

    Possible values: [true, false]

Loading...