A valid request URL is required to generate request examples[
{
"attributeFQN": "<string>",
"isMultiSelect": true,
"isRequired": true,
"values": [
{
"attributeVocabularyValueDetail": {
"content": {
"localeCode": "<string>",
"stringValue": "<string>"
},
"displayOrder": 123,
"localizedContent": [
{
"localeCode": "<string>",
"stringValue": "<string>"
}
],
"mappedGenericValues": [
"<unknown>"
],
"productName": "<string>",
"value": "<unknown>",
"valueSequence": 123
},
"deltaPrice": {
"currencyCode": "<string>",
"deltaPrice": 123
},
"deltaWeight": 123,
"isDefaulted": true,
"localizedDeltaPrice": [
{
"currencyCode": "<string>",
"deltaPrice": 123
}
],
"quantity": 123,
"value": null
}
]
}
]Get extras for the product. This current version of the Products API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 and have upgraded your implementation to support this feature, you can still access product data that has not yet been rewritten to the new model by providing an x-api-version header set to “1”.
A valid request URL is required to generate request examples[
{
"attributeFQN": "<string>",
"isMultiSelect": true,
"isRequired": true,
"values": [
{
"attributeVocabularyValueDetail": {
"content": {
"localeCode": "<string>",
"stringValue": "<string>"
},
"displayOrder": 123,
"localizedContent": [
{
"localeCode": "<string>",
"stringValue": "<string>"
}
],
"mappedGenericValues": [
"<unknown>"
],
"productName": "<string>",
"value": "<unknown>",
"valueSequence": 123
},
"deltaPrice": {
"currencyCode": "<string>",
"deltaPrice": 123
},
"deltaWeight": 123,
"isDefaulted": true,
"localizedDeltaPrice": [
{
"currencyCode": "<string>",
"deltaPrice": 123
}
],
"quantity": 123,
"value": null
}
]
}
]Documentation Index
Fetch the complete documentation index at: https://docs.kibocommerce.com/llms.txt
Use this file to discover all available pages before exploring further.
JWT Authorization header using the Bearer scheme.
limits which fields are returned in the response body