curl --request GET \
--url https://api.scalev.com/v3/stores/{store_id}/public/bundle-price-options/{slug} \
--header 'X-Scalev-Storefront-Api-Key: <x-scalev-storefront-api-key>'{
"id": 123,
"bundle_price_option_id": 123,
"bundle_id": 123,
"slug": "<string>",
"name": "<string>",
"entity_type": "bundle_price_option",
"in_stock": true,
"price_range": {
"min": "<string>",
"max": "<string>"
},
"images": [
"<string>"
],
"description": "<string>",
"meta_thumbnail": "<string>",
"is_multiple": true,
"option1_name": "<string>",
"option2_name": "<string>",
"option3_name": "<string>",
"taxonomy": {
"id": 123,
"name": "<string>",
"full_path": "<string>"
},
"created_at": "2023-11-07T05:31:56Z",
"rich_description": "<string>",
"bundle_name": "<string>",
"bundle_price_option_name": "<string>",
"price": "<string>",
"weight_bump": 123,
"bundlelines": [
{
"variant_id": 123,
"quantity": 2,
"variant_name": "<string>",
"product_name": "<string>"
}
]
}Public storefront endpoint. Fetches a store-scoped bundle price option by slug. Use the returned bundle_price_option_id in cart and checkout payloads.
curl --request GET \
--url https://api.scalev.com/v3/stores/{store_id}/public/bundle-price-options/{slug} \
--header 'X-Scalev-Storefront-Api-Key: <x-scalev-storefront-api-key>'{
"id": 123,
"bundle_price_option_id": 123,
"bundle_id": 123,
"slug": "<string>",
"name": "<string>",
"entity_type": "bundle_price_option",
"in_stock": true,
"price_range": {
"min": "<string>",
"max": "<string>"
},
"images": [
"<string>"
],
"description": "<string>",
"meta_thumbnail": "<string>",
"is_multiple": true,
"option1_name": "<string>",
"option2_name": "<string>",
"option3_name": "<string>",
"taxonomy": {
"id": 123,
"name": "<string>",
"full_path": "<string>"
},
"created_at": "2023-11-07T05:31:56Z",
"rich_description": "<string>",
"bundle_name": "<string>",
"bundle_price_option_name": "<string>",
"price": "<string>",
"weight_bump": 123,
"bundlelines": [
{
"variant_id": 123,
"quantity": 2,
"variant_name": "<string>",
"product_name": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.scalev.com/llms.txt
Use this file to discover all available pages before exploring further.
Publishable storefront public API key for the target store.
Storefront bundle price option detail
Bundle price option ID.
Bundle price option ID used in cart and checkout payloads.
Owning bundle ID.
Public bundle display name.
bundle_price_option Show child attributes
Show child attributes
Owning bundle name.
Bundle price option display name.
Show child attributes
Apakah halaman ini membantu?