This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Creates an info section.
To assign the info section to a product, include the infoSection.id
or infoSection.uniqueName
when creating or
updating a product.
You can only call this method when authenticated as a Wix app or Wix user identity.
Info section to create.
Created info section.
Creates an info section of type paragraph, with product feature descriptions.
curl -X POST \
'https://www.wixapis.com/stores/v3/info-sections' \
-H 'Content-type: application/json' \
-H 'Authorization: <AUTH>' \
-d '{
"infoSection": {
"uniqueName": "Series 4 Cup",
"title": "Product Features",
"description": {
"nodes": [
{
"type": "PARAGRAPH",
"id": "ohot5271",
"nodes": [
{
"type": "TEXT",
"textData": {
"text": "Dual-wall",
"decorations": [
{
"type": "COLOR",
"colorData": {
"foreground": "#ff0000"
}
},
{
"type": "BOLD",
"fontWeightValue": 700
}
]
}
},
{
"type": "TEXT",
"textData": {
"text": " design for the hydration bottle keeps drinks cold for up to 24 hours & hot for up to 12 hours "
}
}
]
},
{
"type": "TABLE",
"id": "jx3te102",
"nodes": [
{
"type": "TABLE_ROW",
"id": "yysx7107",
"nodes": [
{
"type": "TABLE_CELL",
"id": "gl0nw108",
"nodes": [
{
"type": "PARAGRAPH",
"id": "h0mav109",
"nodes": [
{
"type": "TEXT",
"textData": {
"text": "product"
}
}
]
}
]
}
]
}
],
"tableData": {
"dimensions": {
"colsWidthRatio": [
587
],
"rowsHeight": [
47
],
"colsMinWidth": [
120
]
}
}
},
{
"type": "PARAGRAPH",
"id": "cjje5104"
}
],
"metadata": {
"version": 1
}
}
}
}'
{
"infoSection": {
"id": "5db34212-4870-4a28-b210-187be25b24cd",
"revision": "1",
"createdDate": "2024-06-30T12:58:08.297Z",
"updatedDate": "2024-06-30T12:58:08.297Z",
"uniqueName": "Series 5 Cup",
"title": "Product Features",
"description": {
"nodes": [
{
"type": "PARAGRAPH",
"id": "ohot5271",
"nodes": [
{
"type": "TEXT",
"id": "",
"nodes": [],
"textData": {
"text": "Dual-wall",
"decorations": [
{
"type": "COLOR",
"colorData": {
"foreground": "#ff0000"
}
},
{
"type": "BOLD",
"fontWeightValue": 700
}
]
}
},
{
"type": "TEXT",
"id": "",
"nodes": [],
"textData": {
"text": " design for the hydration bottle keeps drinks cold for up to 24 hours & hot for up to 12 hours ",
"decorations": []
}
}
]
},
{
"type": "TABLE",
"id": "jx3te102",
"nodes": [
{
"type": "TABLE_ROW",
"id": "yysx7107",
"nodes": [
{
"type": "TABLE_CELL",
"id": "gl0nw108",
"nodes": [
{
"type": "PARAGRAPH",
"id": "h0mav109",
"nodes": [
{
"type": "TEXT",
"id": "",
"nodes": [],
"textData": {
"text": "product",
"decorations": []
}
}
]
}
]
}
]
}
],
"tableData": {
"dimensions": {
"colsWidthRatio": [587],
"rowsHeight": [47],
"colsMinWidth": [120]
}
}
},
{
"type": "PARAGRAPH",
"id": "cjje5104",
"nodes": []
}
],
"metadata": {
"version": 1
}
}
}
}
There are 2 errors with this status code.
This method may also return standard errors. Learn more about standard Wix errors.