Skip to main content

Search bundles by product ids

POST 

/v1/bundles/search

Search bundles by product ids

Request

Query Parameters

    page any

    Pagination page number

    Example: 1
    offset any

    Pagination offset number

    Example: 12

Body

required

    productIds number[]required

    Product ids to search bundles for

    taxZone string

    Default value: NL

    Tax zone

Responses

Search bundles by product ids

Schema

  • Array [

  • 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...