Skip to main content
PATCH
Error

Path Parameters

app_slug
string
required

App slug

team_slug
string
required

Team slug

product_bundle_group_id
string
required

Product bundle group UUID

Body

application/json

Product bundle data

discounts
object[]
required
discount_percentage
integer

Used if discount_type is relative. This will apply to all markets it's added to

Required range: 0 <= x <= 100
discount_type
enum<string>
Available options:
relative,
fixed
status
enum<string>

Status of the bundle

Available options:
active,
draft,
inactive

Response

Product created or updated successfully

data
object
details
string[]

Additional contextual information about the response. Used to provide supplementary details beyond the main data payload, such as validation warnings or processing notes

success
boolean