Queries
Arguments must be provided by the user.
Arguments preceded by an exclamation mark (
!
) are not nullable.Product
Field | Argument | Type | Description |
---|---|---|---|
product | StoreProduct! | Returns the details of a product based on the specified locator. | |
locator | [IStoreSelectedFacet!]! | An array of selected search facets. | |
allProducts | StoreProductConnection! | Returns information about all products. | |
first | Int! | Product pagination argument, indicating how many items should be returned from the complete result list. | |
after | String | Product pagination argument, indicating the cursor corresponding with the item after which the items should be fetched. |
Collection
Field | Argument | Type | Description |
---|---|---|---|
collection | StoreCollection! | Returns the details of a collection based on the collection slug. | |
slug | String! | Collection slug. | |
allCollections | StoreCollectionConnection! | Returns information about all collections. | |
first | Int! | Collection pagination argument, indicating how many items should be returned from the complete result list. | |
after | String | Collection pagination argument, indicating the cursor corresponding with the item after which the items should be fetched. |
Search
Field | Argument | Type | Description |
---|---|---|---|
search | StoreSearchResult! | Returns the result of a product, facet, or suggestion search. | |
first | Int! | Search pagination argument, indicating how many results should be returned from the complete result list. | |
after | String | Search pagination argument, indicating the cursor corresponding with the item after which the results should be fetched. | |
sort | StoreSort | Search results sorting mode. | |
term | String | Search term. | |
selectedFacets | [IStoreSelectedFacet!] | Array of selected search facets. | |
redirect | StoreRedirect | Returns if there's a redirect for a search. | |
term | String | Search term. | |
selectedFacets | [IStoreSelectedFacet!] | Array of selected search facets. |
Shipping
Field | Argument | Type | Description |
---|---|---|---|
shipping | ShippingData | Returns information about shipping simulation. | |
items | [IShippingItem!]! | Shipping Simulation item input. | |
postalCode | String! | Postal code to freight calculator. | |
country | String! | Country of postal code. |
Sellers
Field | Argument | Type | Description |
---|---|---|---|
sellers | SellersData | Returns a list of sellers available for a specific localization. | |
postalCode | String | Postal code input to calculate sellers. | |
geoCoordinates | IGeoCoordinates | Geocoordinates input to calculate sellers. | |
country | String! | Country of localization. | |
salesChannel | String | Sales channel of the navigation. |