{ products(filter: { sku: { in:[$skus] }} districtId:$Id ) { items { id attribute_set_id name sku __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 } } } categories { id } image { url label position disabled } small_image { url label position disabled } thumbnail { url label position disabled } media_gallery { url label } } } }
{ products(filter: { sku: { in:[$skus] } } districtId:$Id ) { items { id attribute_set_id name sku __typename url_key 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 } } } categories { name url_key is_brand} image { url label position disabled } small_image { url label position disabled } thumbnail { url label position disabled } media_gallery { url label } } } }
query dealerprovider { dealerprovider(search: "", filter: { brand: { in: [] }, category: { eq: "" }, dealerprovider_city: { eq: "" }, dealerprovider_state: { eq: "$state" }, dealerprovider_district: { eq: "$district" }, pincode: { eq: "" }, id: { eq: "" }, concent: { eq: "1" } }, pageSize: 20000, currentPage: 1) { total_count total_pages dealerList { id firmname dealer_name dealer_code dealer_brand distributor_name mobile experience email phone address state district district_id pincode zone category latitude longitude city url_key } dealerproviderFilter { attribute_label attribute_code options { label value} } } }
query serviceprovider { serviceprovider(search:"", filter:{ serviceprovider_city:{eq:""}, serviceprovider_group:{eq:"$group"}, experience:{eq:""}, pincode:{eq:""}, serviceprovider_district:{eq:"$district"}, services_provided:{eq:""}, serviceprovider_state:{eq:"$state"}, id:{eq:""}, cost:{eq:""}, rating:{eq:""} } pageSize:20000 currentPage:1 ) {serviceproviderList { url_key id prefix first_name last_name pincode email service_provider_profile_pic about_service_provider serviceprovider_address serviceprovider_city rating rating_count phone serviceprovider_district serviceprovider_group serviceprovider_website enquiry_count serviceprovider_state saved_by_count building_name_address cost street_address area_address landmark_address pincode_address services_provided experience website_link instagram_link facebook_link services_provided lat_long no_of_employees working_open_at working_close_at working_days organisation_name projects{project_uid project_name project_cost project_area project_size project_highlights project_floors project_location project_complete_year project_pincode project_images {image_id image_url image_type priority} created_at updated_at}} serviceproviderFilter { attribute_label attribute_code options { label value } } } }
{categoryList(filters:{parent_id:{in:["1"]}}){children{uid url_path name image_url is_brand brand_display_order children{uid url_path name image_url }}}}
{categoryList(filters:{parent_id:{in:["1"]}}){children{uid url_path name image_url is_brand children{uid url_path name image_url }}}}
/content/aashiyana-redesign/language-masters/{{language}}/brands/
{ products( currentPage: 1 districtId: "${districtId}" filter: { category_uid: { eq: "${category_uid}" } } ) { total_count items { sku uid name short_description { html } small_image { url } image { label url } thumbnail { label url } url_key staged __typename ... on CustomizableProductInterface { options { title required sort_order option_id uid __typename ... on CustomizableDropDownOption { value { title uid option_type_id sku } } } } } } }
{ products(filter: { sku: { eq: "$skus" }}, districtId: "$Id" ) { items { id attribute_set_id name sku __typename ... on CustomizableProductInterface { options { title required sort_order uid option_id __typename ... on CustomizableDropDownOption { value { option_type_id title uid sku } } } } price_range { minimum_price { regular_price { value currency } } } categories { id } ... on ConfigurableProduct { configurable_options { id uid attribute_id label position use_default attribute_code values { uid value_index label swatch_data { value } } product_id } variants { product { id name sku attribute_set_id short_description{ html}description{html} key_features... on PhysicalProductInterface { weight } price_range { minimum_price { regular_price { value currency } } } } attributes { label code value_index } } } } }}
{ products(filter: { sku: {in:[$skus] } } districtId:$Id ) { items { id attribute_set_id name sku url_key length_width_height product_bought __typename bestseller_tag categories{name url_key is_brand} image { url label position disabled } small_image { url label position disabled } thumbnail { url label position disabled } image_gallery{media_url media_type priority} 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 } } } free_delivery {shipping_amount shipping_charges } base_wire_diameter barb_wire_diameter dimension tiscobuild_height tiscobuild_length tiscobuild_thickness dhurvigold_weight poc_width poc_height review_count reviews { items {average_rating text nickname created_at }} } } }
/content/aashiyana-redesign/language-masters/en/help-support/cancellation-policy/jcr:content/root/container
/content/aashiyana-redesign/language-masters/en/help-support/return-policy/jcr:content/root/container
/content/aashiyana-redesign/language-masters/en/help-support/shipping-policy/jcr:content/root/container
{ products(filter: { sku: { eq: "$skus" }}, districtId: "$Id" ) { items { id attribute_set_id name sku updated_at rating_count { star count } review_count reviews{ items{product{sku} verified_purchase average_rating text nickname created_at ratings_breakdown{ name value }}} categories{name brand_dimension_url offer_label} __typename ... on CustomizableProductInterface { options { title required sort_order uid option_id __typename ... on CustomizableDropDownOption { value { option_type_id title uid sku } } } } price_range { minimum_price { regular_price { value currency } } } categories { id } ... on ConfigurableProduct { configurable_options { id uid attribute_id label position use_default attribute_code values { uid value_index label swatch_data { value } } product_id } variants { product { id name sku attribute_set_id short_description{ html}description{html} key_features... on PhysicalProductInterface { weight } price_range { minimum_price { regular_price { value currency } } } } attributes { label code value_index } } } } }}