Skip to main content

Return default price of a product

GET 

/api/v1/supplier_products/:id/default_price

Return default price of a product

Request

Path Parameters

    id stringrequired

    id of the product of which price you want to retrieve

Responses

Return default price of a product

Schema

    data

    object

    required

    id string
    type string

    attributes

    object

    in_cents integer
    default boolean
    supplier-product-id string
    businesses array
    custom_ref string
Loading...