Skip to main content
GET
Single product pricing

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.

Path Parameters

productId
string
required

The unique identifier of the product

Response

Detailed pricing information for the product

id
integer

Product ID

Example:

1

name
string

Product name

Example:

"Basic Product"

sku
string

Product SKU

Example:

"BASIC-001"

is_active
boolean

Whether the product is active

Example:

true

wholesale_price
number<float>

The wholesale price of the product

Example:

100

retail_price
number<float>

The retail price of the product

Example:

150

pricing_schedule
object

Pricing schedule configuration for the product

company_pricing
object[] | null

Company-specific pricing overrides (if applicable)