Skip to main content
GET
/
api
/
pricing
/
records
/
product
/
{product_key}
Get Price Records By Product
curl --request GET \
  --url https://api.merchantops.ai/api/pricing/records/product/{product_key}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Headers

authorization
string | null
X-Organization-ID
string | null

Path Parameters

product_key
string
required

Query Parameters

price_type
string | null

Filter by price type

Cookies

stytch_session
string | null

Response

Successful Response