curl --location 'https://api.techrar.com/inventory/v1/items/bundle-categories/?main_item_id=undefined&show_all_options=undefined&customer_id=undefined&page=1&page_size=5' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>'{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"id": 41,
"name_en": "Packaging",
"name_ar": "التغليف",
"ordering": 1,
"is_selectable": true,
"max_selections": 1,
"min_selections": 1,
"is_optional": true,
"options": [
{
"id": 135,
"ordering": 0,
"sku": "smart_packaging_box",
"name_en": "Smart Packaging Box",
"name_ar": "Smart Packaging Box",
"price": 3.0,
"stock": {
"in_stock": true,
"qty": 100
},
"discount": {
"is_applied": false,
"price_after_discount": 3.0
},
"pricing_model": "fixed",
"tier_type": "flat",
"usage_unit": "order",
"usage_limit": 0.0,
"charge_at_start": true,
"is_optional": true,
"images": []
}
]
}
]
}