Skip to main content

Returns all prices for this SupplierProduct

GET 

/api/v1/supplier_products/:id/custom_prices

Returns all prices for this SupplierProduct

Request

Path Parameters

    id stringrequired

    id of the product of which price you want to retrieve

Query Parameters

    page int32

    Default value: 1

    Page offset to fetch.

    per_page int32

    Default value: 10

    Number of results to return per page.

Responses

Index prices

Schema

    data

    object[]

    required

  • Array [

  • id string
    type string

    attributes

    object

    in_cents integer
    default boolean
    supplier-product-id string
    businesses array
    custom_ref string
  • ]

  • meta

    object

    required

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