Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
get_all_products_with_not_voided_variants · Boson Protocol
Skip to content

get_all_products_with_not_voided_variants

Reads product groupings with at least one non-voided variant from the Boson subgraph. Useful for storefront displays. Supports pagination and ordering. Read-only.

Category: Other. Returns unsigned tx? No — read-only or returns signed payload.

Input schema

FieldTypeRequiredDescription
productsSkipnumberno
productsFirstnumberno
productsOrderByallVariantsVoided | brand | brand__id | brand__name | category | category__id | category__name | description | details_category | details_offerCategory | details_personalisation | details_sections | details_subCategory | details_subCategory2 | details_tags | disputeResolverId | id | identification_productId | identification_productIdType | identification_sKU | maxValidFromDate | maxValidUntilDate | minValidFromDate | minValidUntilDate | notVoidedVariants | offerCategory | packaging_dimensions_height | packaging_dimensions_length | packaging_dimensions_unit | packaging_dimensions_width | packaging_packageQuantity | packaging_weight_unit | packaging_weight_value | personalisation | productV1Seller | productV1Seller__contactPreference | productV1Seller__defaultVersion | productV1Seller__description | productV1Seller__externalUrl | productV1Seller__id | productV1Seller__name | productV1Seller__sellerId | productV1Seller__tokenId | productionInformation_brandName | productionInformation_manufacturer | productionInformation_manufacturerPartNumber | productionInformation_materials | productionInformation_modelNumber | salesChannels | sections | sellerId | subCategory | subCategory2 | subCategory2__id | subCategory2__name | subCategory__id | subCategory__name | tags | title | uuid | variants | version | visuals_images | visuals_videosno
productsOrderDirectionasc | descno
productsFilterobjectno
configIdstringyesBoson/Fermion Protocol deployment identifier. Format: '<env>-<chainId>-<index>' e.g. 'production-137-0' (Polygon mainnet), 'testing-80002-0' (Amoy testnet). Call get_config_ids to list all valid values for this server.

Related