API Method
GET
Headers
API Endpoint
https://shopstg.vodacom.co.za/index.php/graphql?query={ products( filter: {sku: { in: ["<productSku>"]}, is_deal_product: { eq: "1" }, is_hidden_product: {eq: "1"}} ) { total_count items { name plan_name_label componentid contract_sku plan_name sku primary_product_sku badges primary_product_image promo_data minutes minutes_label airtime sms componentid contract_sku payment_terms payment_terms_label badges_label manufacturer manufacturer_label promotion_tag_label stock_status low_stock_threshold display_low_stock_badge deal_go_live_date deal_end_date deal_label is_deal_locked monthly_recurring old_tariff old_installment old_monthly_recurring server_time categories { id name url_key image } __typename price_range { minimum_price { regular_price { value currency } final_price { value currency } discount { amount_off percent_off } } maximum_price { regular_price { value currency } final_price { value currency } discount { amount_off percent_off } } } price_tiers { discount { amount_off percent_off } final_price { value currency } quantity } image { url label } small_image { url label } ... on BundleProduct { dynamic_sku dynamic_price dynamic_weight price_view ship_bundle_items items { option_id title required type position sku options { id quantity position is_default price price_type can_change_quantity label product { id name sku quantity __typename price_range { minimum_price { regular_price { value currency } final_price { value currency } discount { amount_off percent_off } } } } } } } } } }