CartItemSuggestionGroup

Groups CartItemSuggestions with a title

Field Type Description
name String Name of the group
suggestions [CartItemSuggestion] Array of CartItemSuggestion

Examples

Request

When used inside a request.

Example 1

{
    "name": "...",
    "suggestions": [
        {
            "name": "...",
            "description": "...",
            "image": {
                "resolutions": [
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    }
                ],
                "white_background": true
            },
            "price_change": {
                "value": 16,
                "currency": "EUR"
            },
            "price_change_without_discount": {
                "value": 14,
                "currency": "EUR"
            },
            "item": {
                "amount": 10,
                "persons": 14,
                "gram": 10,
                "comment": "...",
                "product_id": 19,
                "product_price_id": 18,
                "shop_id": 12,
                "options": [
                    {
                        "option_id": 11,
                        "upload_id": 16,
                        "amount": 16
                    },
                    {
                        "option_id": 13,
                        "upload_id": 13,
                        "amount": 14
                    },
                    {
                        "option_id": 15,
                        "upload_id": 18,
                        "amount": 13
                    }
                ]
            }
        },
        {
            "name": "...",
            "description": "...",
            "image": {
                "resolutions": [
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    }
                ],
                "white_background": true
            },
            "price_change": {
                "value": 18,
                "currency": "EUR"
            },
            "price_change_without_discount": {
                "value": 16,
                "currency": "EUR"
            },
            "item": {
                "amount": 14,
                "persons": 11,
                "gram": 12,
                "comment": "...",
                "product_id": 13,
                "product_price_id": 10,
                "shop_id": 16,
                "options": [
                    {
                        "option_id": 19,
                        "upload_id": 14,
                        "amount": 11
                    },
                    {
                        "option_id": 19,
                        "upload_id": 18,
                        "amount": 14
                    },
                    {
                        "option_id": 11,
                        "upload_id": 11,
                        "amount": 18
                    }
                ]
            }
        },
        {
            "name": "...",
            "description": "...",
            "image": {
                "resolutions": [
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    }
                ],
                "white_background": true
            },
            "price_change": {
                "value": 16,
                "currency": "EUR"
            },
            "price_change_without_discount": {
                "value": 14,
                "currency": "EUR"
            },
            "item": {
                "amount": 15,
                "persons": 17,
                "gram": 18,
                "comment": "...",
                "product_id": 19,
                "product_price_id": 12,
                "shop_id": 12,
                "options": [
                    {
                        "option_id": 14,
                        "upload_id": 14,
                        "amount": 19
                    },
                    {
                        "option_id": 10,
                        "upload_id": 18,
                        "amount": 18
                    },
                    {
                        "option_id": 15,
                        "upload_id": 14,
                        "amount": 14
                    }
                ]
            }
        }
    ]
}

Response

When returned in a response.

Example 1

{
    "name": "...",
    "suggestions": [
        {
            "name": "...",
            "description": "...",
            "image": {
                "resolutions": [
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    }
                ],
                "white_background": true
            },
            "price_change": {
                "value": 18,
                "currency": "EUR"
            },
            "price_change_without_discount": {
                "value": 17,
                "currency": "EUR"
            },
            "item": {
                "amount": 14,
                "persons": 18,
                "gram": 18,
                "comment": "...",
                "product": {
                    "id": 13,
                    "name": "...",
                    "images": [
                        {
                            "resolutions": [
                                {
                                    "src": "https://example.com",
                                    "width": 600,
                                    "height": 350
                                },
                                {
                                    "src": "https://example.com",
                                    "width": 600,
                                    "height": 350
                                },
                                {
                                    "src": "https://example.com",
                                    "width": 600,
                                    "height": 350
                                }
                            ],
                            "white_background": true
                        },
                        {
                            "resolutions": [
                                {
                                    "src": "https://example.com",
                                    "width": 600,
                                    "height": 350
                                },
                                {
                                    "src": "https://example.com",
                                    "width": 600,
                                    "height": 350
                                },
                                {
                                    "src": "https://example.com",
                                    "width": 600,
                                    "height": 350
                                }
                            ],
                            "white_background": false
                        },
                        {
                            "resolutions": [
                                {
                                    "src": "https://example.com",
                                    "width": 600,
                                    "height": 350
                                },
                                {
                                    "src": "https://example.com",
                                    "width": 600,
                                    "height": 350
                                },
                                {
                                    "src": "https://example.com",
                                    "width": 600,
                                    "height": 350
                                }
                            ],
                            "white_background": true
                        }
                    ],
                    "price_type": "PER_UNIT",
                    "target_price": true,
                    "price": {
                        "value": 11,
                        "currency": "EUR"
                    },
                    "only_order_in_store": false,
                    "category": {
                        "id": 12,
                        "name": "..."
                    },
                    "origin": "..."
                },
                "product_price": {
                    "id": 17,
                    "name": "...",
                    "price": {
                        "value": 10,
                        "currency": "EUR"
                    }
                },
                "calculated_prices": {
                    "unit_price": {
                        "value": 17,
                        "currency": "EUR"
                    },
                    "price": {
                        "value": 13,
                        "currency": "EUR"
                    }
                },
                "discount_prices": {
                    "unit_price": {
                        "value": 18,
                        "currency": "EUR"
                    },
                    "price": {
                        "value": 19,
                        "currency": "EUR"
                    }
                },
                "amount_free": 15,
                "shop": {
                    "id": 14,
                    "name": "Baylee Abernathy",
                    "address": {
                        "street": "Sint-Denijslaan",
                        "nr": "96",
                        "zipcode": "9000",
                        "city": "Gent",
                        "country": "BE",
                        "position": {
                            "latitude": 1.54361,
                            "longitude": 0.45645
                        }
                    },
                    "allow_comments": false,
                    "url": "...",
                    "allow_order_comments": false,
                    "allow_product_comments": true,
                    "allow_order_messages": false,
                    "allow_orders": true,
                    "currency": "EUR"
                },
                "options": [
                    {
                        "option": {
                            "id": 17,
                            "name": "...",
                            "price_change": {
                                "value": 13,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            },
                            "require_image": false,
                            "code": "...",
                            "price_calculation": "PER_PIECE",
                            "optionset": {
                                "id": 15,
                                "name": "...",
                                "code": "...",
                                "multiple_choice": false,
                                "choose_amount": false,
                                "min_different_options": 17,
                                "max_different_options": 17,
                                "min_amount_options": 16,
                                "max_amount_options": 17
                            }
                        },
                        "upload": {
                            "id": 18,
                            "url": "https://example.com"
                        },
                        "amount": 12
                    },
                    {
                        "option": {
                            "id": 14,
                            "name": "...",
                            "price_change": {
                                "value": 13,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": true
                            },
                            "require_image": true,
                            "code": "...",
                            "price_calculation": "PER_PIECE",
                            "optionset": {
                                "id": 13,
                                "name": "...",
                                "code": "...",
                                "multiple_choice": true,
                                "choose_amount": true,
                                "min_different_options": 18,
                                "max_different_options": 13,
                                "min_amount_options": 13,
                                "max_amount_options": 19
                            }
                        },
                        "upload": {
                            "id": 14,
                            "url": "https://example.com"
                        },
                        "amount": 19
                    },
                    {
                        "option": {
                            "id": 19,
                            "name": "...",
                            "price_change": {
                                "value": 17,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": true
                            },
                            "require_image": true,
                            "code": "...",
                            "price_calculation": "PER_PIECE",
                            "optionset": {
                                "id": 17,
                                "name": "...",
                                "code": "...",
                                "multiple_choice": true,
                                "choose_amount": true,
                                "min_different_options": 19,
                                "max_different_options": 10,
                                "min_amount_options": 18,
                                "max_amount_options": 10
                            }
                        },
                        "upload": {
                            "id": 13,
                            "url": "https://example.com"
                        },
                        "amount": 10
                    }
                ]
            }
        },
        {
            "name": "...",
            "description": "...",
            "image": {
                "resolutions": [
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    }
                ],
                "white_background": true
            },
            "price_change": {
                "value": 17,
                "currency": "EUR"
            },
            "price_change_without_discount": {
                "value": 15,
                "currency": "EUR"
            },
            "item": {
                "amount": 17,
                "persons": 14,
                "gram": 17,
                "comment": "...",
                "product": {
                    "id": 11,
                    "name": "...",
                    "images": [
                        {
                            "resolutions": [
                                {
                                    "src": "https://example.com",
                                    "width": 600,
                                    "height": 350
                                },
                                {
                                    "src": "https://example.com",
                                    "width": 600,
                                    "height": 350
                                },
                                {
                                    "src": "https://example.com",
                                    "width": 600,
                                    "height": 350
                                }
                            ],
                            "white_background": true
                        },
                        {
                            "resolutions": [
                                {
                                    "src": "https://example.com",
                                    "width": 600,
                                    "height": 350
                                },
                                {
                                    "src": "https://example.com",
                                    "width": 600,
                                    "height": 350
                                },
                                {
                                    "src": "https://example.com",
                                    "width": 600,
                                    "height": 350
                                }
                            ],
                            "white_background": true
                        },
                        {
                            "resolutions": [
                                {
                                    "src": "https://example.com",
                                    "width": 600,
                                    "height": 350
                                },
                                {
                                    "src": "https://example.com",
                                    "width": 600,
                                    "height": 350
                                },
                                {
                                    "src": "https://example.com",
                                    "width": 600,
                                    "height": 350
                                }
                            ],
                            "white_background": true
                        }
                    ],
                    "price_type": "PER_UNIT",
                    "target_price": true,
                    "price": {
                        "value": 17,
                        "currency": "EUR"
                    },
                    "only_order_in_store": true,
                    "category": {
                        "id": 11,
                        "name": "..."
                    },
                    "origin": "..."
                },
                "product_price": {
                    "id": 13,
                    "name": "...",
                    "price": {
                        "value": 15,
                        "currency": "EUR"
                    }
                },
                "calculated_prices": {
                    "unit_price": {
                        "value": 11,
                        "currency": "EUR"
                    },
                    "price": {
                        "value": 10,
                        "currency": "EUR"
                    }
                },
                "discount_prices": {
                    "unit_price": {
                        "value": 15,
                        "currency": "EUR"
                    },
                    "price": {
                        "value": 16,
                        "currency": "EUR"
                    }
                },
                "amount_free": 18,
                "shop": {
                    "id": 17,
                    "name": "Cristopher Pfeffer",
                    "address": {
                        "street": "Sint-Denijslaan",
                        "nr": "96",
                        "zipcode": "9000",
                        "city": "Gent",
                        "country": "BE",
                        "position": {
                            "latitude": 1.54361,
                            "longitude": 0.45645
                        }
                    },
                    "allow_comments": false,
                    "url": "...",
                    "allow_order_comments": false,
                    "allow_product_comments": true,
                    "allow_order_messages": false,
                    "allow_orders": true,
                    "currency": "EUR"
                },
                "options": [
                    {
                        "option": {
                            "id": 16,
                            "name": "...",
                            "price_change": {
                                "value": 13,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": true
                            },
                            "require_image": false,
                            "code": "...",
                            "price_calculation": "PER_PIECE",
                            "optionset": {
                                "id": 11,
                                "name": "...",
                                "code": "...",
                                "multiple_choice": true,
                                "choose_amount": false,
                                "min_different_options": 15,
                                "max_different_options": 17,
                                "min_amount_options": 15,
                                "max_amount_options": 17
                            }
                        },
                        "upload": {
                            "id": 17,
                            "url": "https://example.com"
                        },
                        "amount": 11
                    },
                    {
                        "option": {
                            "id": 17,
                            "name": "...",
                            "price_change": {
                                "value": 13,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": true
                            },
                            "require_image": false,
                            "code": "...",
                            "price_calculation": "PER_PIECE",
                            "optionset": {
                                "id": 19,
                                "name": "...",
                                "code": "...",
                                "multiple_choice": false,
                                "choose_amount": false,
                                "min_different_options": 12,
                                "max_different_options": 17,
                                "min_amount_options": 13,
                                "max_amount_options": 12
                            }
                        },
                        "upload": {
                            "id": 15,
                            "url": "https://example.com"
                        },
                        "amount": 11
                    },
                    {
                        "option": {
                            "id": 12,
                            "name": "...",
                            "price_change": {
                                "value": 13,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": true
                            },
                            "require_image": false,
                            "code": "...",
                            "price_calculation": "PER_PIECE",
                            "optionset": {
                                "id": 17,
                                "name": "...",
                                "code": "...",
                                "multiple_choice": false,
                                "choose_amount": true,
                                "min_different_options": 17,
                                "max_different_options": 14,
                                "min_amount_options": 15,
                                "max_amount_options": 16
                            }
                        },
                        "upload": {
                            "id": 12,
                            "url": "https://example.com"
                        },
                        "amount": 10
                    }
                ]
            }
        },
        {
            "name": "...",
            "description": "...",
            "image": {
                "resolutions": [
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    }
                ],
                "white_background": false
            },
            "price_change": {
                "value": 14,
                "currency": "EUR"
            },
            "price_change_without_discount": {
                "value": 12,
                "currency": "EUR"
            },
            "item": {
                "amount": 15,
                "persons": 13,
                "gram": 12,
                "comment": "...",
                "product": {
                    "id": 10,
                    "name": "...",
                    "images": [
                        {
                            "resolutions": [
                                {
                                    "src": "https://example.com",
                                    "width": 600,
                                    "height": 350
                                },
                                {
                                    "src": "https://example.com",
                                    "width": 600,
                                    "height": 350
                                },
                                {
                                    "src": "https://example.com",
                                    "width": 600,
                                    "height": 350
                                }
                            ],
                            "white_background": false
                        },
                        {
                            "resolutions": [
                                {
                                    "src": "https://example.com",
                                    "width": 600,
                                    "height": 350
                                },
                                {
                                    "src": "https://example.com",
                                    "width": 600,
                                    "height": 350
                                },
                                {
                                    "src": "https://example.com",
                                    "width": 600,
                                    "height": 350
                                }
                            ],
                            "white_background": true
                        },
                        {
                            "resolutions": [
                                {
                                    "src": "https://example.com",
                                    "width": 600,
                                    "height": 350
                                },
                                {
                                    "src": "https://example.com",
                                    "width": 600,
                                    "height": 350
                                },
                                {
                                    "src": "https://example.com",
                                    "width": 600,
                                    "height": 350
                                }
                            ],
                            "white_background": false
                        }
                    ],
                    "price_type": "PER_UNIT",
                    "target_price": false,
                    "price": {
                        "value": 15,
                        "currency": "EUR"
                    },
                    "only_order_in_store": true,
                    "category": {
                        "id": 19,
                        "name": "..."
                    },
                    "origin": "..."
                },
                "product_price": {
                    "id": 18,
                    "name": "...",
                    "price": {
                        "value": 17,
                        "currency": "EUR"
                    }
                },
                "calculated_prices": {
                    "unit_price": {
                        "value": 11,
                        "currency": "EUR"
                    },
                    "price": {
                        "value": 15,
                        "currency": "EUR"
                    }
                },
                "discount_prices": {
                    "unit_price": {
                        "value": 12,
                        "currency": "EUR"
                    },
                    "price": {
                        "value": 13,
                        "currency": "EUR"
                    }
                },
                "amount_free": 16,
                "shop": {
                    "id": 19,
                    "name": "Cecil Mann",
                    "address": {
                        "street": "Sint-Denijslaan",
                        "nr": "96",
                        "zipcode": "9000",
                        "city": "Gent",
                        "country": "BE",
                        "position": {
                            "latitude": 1.54361,
                            "longitude": 0.45645
                        }
                    },
                    "allow_comments": false,
                    "url": "...",
                    "allow_order_comments": false,
                    "allow_product_comments": true,
                    "allow_order_messages": true,
                    "allow_orders": false,
                    "currency": "EUR"
                },
                "options": [
                    {
                        "option": {
                            "id": 14,
                            "name": "...",
                            "price_change": {
                                "value": 11,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            },
                            "require_image": true,
                            "code": "...",
                            "price_calculation": "PER_PIECE",
                            "optionset": {
                                "id": 17,
                                "name": "...",
                                "code": "...",
                                "multiple_choice": true,
                                "choose_amount": false,
                                "min_different_options": 13,
                                "max_different_options": 12,
                                "min_amount_options": 15,
                                "max_amount_options": 15
                            }
                        },
                        "upload": {
                            "id": 10,
                            "url": "https://example.com"
                        },
                        "amount": 14
                    },
                    {
                        "option": {
                            "id": 10,
                            "name": "...",
                            "price_change": {
                                "value": 19,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            },
                            "require_image": true,
                            "code": "...",
                            "price_calculation": "PER_PIECE",
                            "optionset": {
                                "id": 10,
                                "name": "...",
                                "code": "...",
                                "multiple_choice": true,
                                "choose_amount": false,
                                "min_different_options": 18,
                                "max_different_options": 18,
                                "min_amount_options": 11,
                                "max_amount_options": 12
                            }
                        },
                        "upload": {
                            "id": 12,
                            "url": "https://example.com"
                        },
                        "amount": 17
                    },
                    {
                        "option": {
                            "id": 12,
                            "name": "...",
                            "price_change": {
                                "value": 10,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": true
                            },
                            "require_image": true,
                            "code": "...",
                            "price_calculation": "PER_PIECE",
                            "optionset": {
                                "id": 18,
                                "name": "...",
                                "code": "...",
                                "multiple_choice": false,
                                "choose_amount": false,
                                "min_different_options": 10,
                                "max_different_options": 15,
                                "min_amount_options": 14,
                                "max_amount_options": 19
                            }
                        },
                        "upload": {
                            "id": 13,
                            "url": "https://example.com"
                        },
                        "amount": 16
                    }
                ]
            }
        }
    ]
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.7.0 stable