Skip to content
BolderBolder API
Esc
navigateopen⌘Jpreview

List product price items

Returns price items for a specific product.

GET/products/{id}/price_items
Authorization
AuthorizationBearer token (JWT) · headerrequired
Path parameters
idstringrequired
Product ID or slug
Responses
200Price items list
404Product not found
Request
curl -X GET "https://api.onbolder.com/v2/products/string/price_items" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
{
  "_class": [
    "results",
    "priceItems"
  ],
  "total_items": 3
}