Section

An object that represents one section(page) of a bundle. This object is used even for single-section bundles.

Properties

  • Name
    name
    Type
    string
    Description

    Name of the section (blank for single section bundle).

  • Name
    index
    Type
    number
    Description

    Order of the section within the bundle sections (starting with zero).

  • Name
    description
    Type
    description
    Description

    Description of the section.

  • Name
    products
    Type
    list of [Product](/product) instances
    Description

    List of products that are added to given section.

  • Name
    limit_rules
    Type
    array of [LimitRules](/limitRules) instances
    Description

    Limits specific to this section.