Skip to main content

Get a bundle by id

GET 

/v1/bundles/:id

Get a bundle by id

Request

Path Parameters

    id integerrequired

    Bundle identifier

    Example: 1234

Query Parameters

    taxZone any

    Tax zone

    expands any

    Expansion flag. Expand the response with oneOf: [items]. (comma separated list of values)

    Example: [items]

Responses

Get a bundle by id

Schema

    id integerrequired

    The bundles primary identifier

    comboId integerdeprecated

    [DEPRECATED] The bundles identifier for Propeller internal use

    name stringrequired

    The name for this bundle.

    description stringnullable

    The description for this bundle.

    discount numbernullable

    The discount percentage this bundle.

    condition stringnullable

    Possible values: [ALL, EP]

    The discount condition for this bundle. Discount can be applied for Extra Products (EP) or All Products (ALL).

    price

    object

    nullable

    net number

    Net price of the bundle after discounts applied

    gross number

    Gross price of the bundle after discounts applied

    originalNet number

    Original net price of the bundle before discounts applied

    originalGross number

    Original gross price of the bundle before discounts applied

    items

    object[]

    nullable

    Items for this bundle.

  • Array [

  • productId numberrequired

    The bundles primary product identifier

    price

    object

    nullable

    net number

    Net price of the bundle after discounts applied

    gross number

    Gross price of the bundle after discounts applied

    originalNet number

    Original net price of the bundle before discounts applied

    originalGross number

    Original gross price of the bundle before discounts applied

    isLeader stringrequired

    Possible values: [Y, N]

    Indicates whether the product is leader for this bundle.

  • ]

Loading...