Im attempting to lots items and also rates utilizing the API. All items are readily available with the API telephone call “ items” yet the cost is missing out on:
{{baseUrl}} / V1/products? searchCriteria? …
To obtain rates I make use of the “products-render-info” yet it is not feasible to obtain rates for all items …:
{{baseUrl}} / V1/products-render-info?
The above API telephone call returns for some SKU’s:
for some items purchable in the store.
I additionally attempted the “graphql” and also it coincides trouble yet with various items:
{{baseUrl}} / pub/graphql
Demand:
{ items(. filter: {sku: {eq:" 033434"}} pageSize: 50. currentPage: 1. kind: {name: DESC} ) { total_count. page_info { total_pages. current_page. } things { id. sku. name. __ typename. ... on ConfigurableProduct { attribute_set_id. } ... on CustomizableProductInterface { alternatives { needed. title. __ typename. option_id. ... on CustomizableDropDownOption { worth { title. cost. price_type. } } ... on CustomizableRadioOption { worth { title. cost. price_type. } } } } cost { regularPrice { quantity { money. worth. } } minimalPrice { quantity { money. worth. } } maximalPrice { quantity { money. worth. } } } classifications { id. name. } picture { link. tag. } media_gallery_entries { tag. id. documents. kinds. media_type. } } } }
Reaction:
{ " information": { " items": { " total_count": 0,. " page_info": { " total_pages": 0,. " current_page": 1. },. " things":[] } } }
Why cant I obtain rates for all items?