suggest_bundle
Generate product bundle recommendations based on frequently purchased together items and complementary art supplies to help customers discover relevant combinations.
Instructions
Suggest product bundles based on frequently bought together items or complementary products.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
baseSku | Yes | Base product SKU to build bundle around |
Input Schema (JSON Schema)
{
"properties": {
"baseSku": {
"description": "Base product SKU to build bundle around",
"type": "string"
}
},
"required": [
"baseSku"
],
"type": "object"
}