Fields
bundle_group_id
StringThe unique identifier for the bundle group. For example, `bundle_group_id` can be set to '507f1f77bcf86cd799439011'.
name
StringThe name of the bundle. For example, `name` can be set to 'Sample Name'.
slug
StringThe slug identifier for the bundle. For example, `slug` can be set to 'value'.
price_marked
FloatThe marked price of the bundle. For example, `price_marked` can be set to 2499.5.
price_effective
FloatThe effective price of the bundle. For example, `price_effective` can be set to 2499.5.
item_id
IntThe unique identifier for the bundle item. For example, `item_id` can be set to 1.
item_type
BundleTypeEnumThe type of the bundle item. For example, `item_type` can be set to a BundleTypeEnum object.
images
[String]An array of image URLs for the bundle. For example, `images` can be set to ['value'].
seller_identifier
StringThe seller identifier for the bundle. For example, `seller_identifier` can be set to '507f1f77bcf86cd799439011'.
is_base
BooleanIndicates if the item is a base item. For example, `is_base` can be set to true.
article_bundle_id
StringUnique identifier for the article bundle. For example, `article_bundle_id` can be set to '507f1f77bcf86cd799439011'.
bundle_article_quantity
IntArticle net_quantity in bundle Product. For example, `bundle_article_quantity` can be set to 2.
bundle_count
IntIndicates bundle count of the bag. For example, `bundle_count` can be set to 2.
return_config
BundleReturnConfigReturn Config for bundle product. For example, `return_config` can be set to a BundleReturnConfig object.
brand_name
StringBrand name of the bundle Item. For example, `brand_name` can be set to 'Sample Name'.
size
StringSize associated with the bundle item. For example, `size` can be set to 'value'.
Was this section helpful?