Skip to main content

Return default price of a product

GET 

https://api.staging.powerapi.com/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
curl -L 'https://api.staging.powerapi.com/api/v1/supplier_products/:id/default_price' \
-H 'Accept: application/vnd.api+json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://api.staging.powerapi.com
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!