Skip to main content

UpdateBundleRequest

bundles object[]required
  • Array [
  • ksuidstring
    namestringrequired
    descriptionstring
    statusstring

    Possible values: [draft, live, archived, outdated]

    primary_pricenumber

    Primary price of the bundle in pennies

    secondary_pricenumber

    Secondary price of the bundle in pennies

    tertiary_pricenumber

    Tertiary price of the bundle in pennies

    primary_price_namestring

    Name of primary price

    secondary_price_namestring

    Name of secondary price

    tertiary_price_namestring

    Name of tertiary price

    pricing_schedule object
    somethingstring
    stripe_price_idstring

    Whats the related stripe price_id

    stripe_primary_price_idstring

    Whats the related stripe price_id for the primary price

    stripe_secondary_price_idstring

    Whats the related stripe price_id for the secondary price

    stripe_tertiary_price_idstring

    Whats the related stripe price_id for the tertiary price

    stripe_product_idstring

    Whats the related stripe product_id

    includesstring[]
    entity_typestring
  • ]
  • UpdateBundleRequest
    {
    "bundles": [
    {
    "ksuid": "string",
    "name": "string",
    "description": "string",
    "status": "draft",
    "primary_price": 0,
    "secondary_price": 0,
    "tertiary_price": 0,
    "primary_price_name": "string",
    "secondary_price_name": "string",
    "tertiary_price_name": "string",
    "pricing_schedule": {
    "something": "string"
    },
    "stripe_price_id": "string",
    "stripe_primary_price_id": "string",
    "stripe_secondary_price_id": "string",
    "stripe_tertiary_price_id": "string",
    "stripe_product_id": "string",
    "includes": [
    "string"
    ],
    "entity_type": "string"
    }
    ]
    }