Content
Last updated
Was this helpful?
Last updated
Was this helpful?
The content endpoints provide additional endpoints to the Umbraco Content Delivery API to help with fetching product related content.
By default the variants property editor from Umbraco Commerce will only return attribute information with a product node to save on excessive payload sizes. The variants endpoint can be called to dynamically fetch an attibute combinations content only when it is requested.
The ID of the content item that has an Umbraco Commerce variants property editor defined on it
fd77b9ea-5b7b-4b94-aab8-3fcdad7efada
The attribute combination of the variant to return
["key1:value1","key2:value2"]
Defines the properties that should be expanded in the response. Refer to the documentation for more details on this.
{"value":""}
Defines the language to return. Use this when querying language variant content items.
{"value":""}
API key specified through configuration to authorize access to the API.
Whether to request draft content.
URL segment or GUID of a root content item.