Request
Body Params application/json
{
"title": "string",
"description": "string",
"category_id": 0,
"photo_image_id": "string",
"includes": [
"string"
],
"bundle_items_attributes": [
{
"item_id": 0,
"quantity": 0,
"discount_amount": 0,
"discount_type": "discount_value"
}
]
}
Request Code Samples
curl --location 'https://rnters-staging.herokuapp.com/api/saas/me/bundles' \
--header 'Authorization;' \
--header 'Auth0-IdToken;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data '{
"title": "string",
"description": "string",
"category_id": 0,
"photo_image_id": "string",
"includes": [
"string"
],
"bundle_items_attributes": [
{
"item_id": 0,
"quantity": 0,
"discount_amount": 0,
"discount_type": "discount_value"
}
]
}'
Responses
Create many bundle items with different discount does not show amount and type on bundle
This response does not have a body.
Modified at 2026-04-15 14:20:24