object

BundleDetails

Schema for bundle details.
Fields
bundle_group_id
String
The unique identifier for the bundle group. For example, `bundle_group_id` can be set to '507f1f77bcf86cd799439011'.
name
String
The name of the bundle. For example, `name` can be set to 'Sample Name'.
slug
String
The slug identifier for the bundle. For example, `slug` can be set to 'value'.
price_marked
Float
The marked price of the bundle. For example, `price_marked` can be set to 2499.5.
price_effective
Float
The effective price of the bundle. For example, `price_effective` can be set to 2499.5.
item_id
Int
The unique identifier for the bundle item. For example, `item_id` can be set to 1.
The 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
String
The seller identifier for the bundle. For example, `seller_identifier` can be set to '507f1f77bcf86cd799439011'.
is_base
Boolean
Indicates if the item is a base item. For example, `is_base` can be set to true.
article_bundle_id
String
Unique identifier for the article bundle. For example, `article_bundle_id` can be set to '507f1f77bcf86cd799439011'.
bundle_article_quantity
Int
Article net_quantity in bundle Product. For example, `bundle_article_quantity` can be set to 2.
bundle_count
Int
Indicates bundle count of the bag. For example, `bundle_count` can be set to 2.
return_config
BundleReturnConfig
Return Config for bundle product. For example, `return_config` can be set to a BundleReturnConfig object.
brand_name
String
Brand name of the bundle Item. For example, `brand_name` can be set to 'Sample Name'.
size
String
Size associated with the bundle item. For example, `size` can be set to 'value'.