Hierarchy

  • BundleLineItems

Properties

Methods

Properties

impersonating: boolean = false

Methods

  • Description

    enables impersonation by calling the subsequent method with the stored impersonation token

    Example

    BundleLineItems.As().List() // lists BundleLineItems using the impersonated users' token
    

    Returns BundleLineItems

  • Delete a bundle line item Check out the docs for more info

    Parameters

    • direction: OrderDirection

      Direction of the order, from the current user's perspective.

    • orderID: string

      ID of the order.

    • bundleID: string

      ID of the bundle.

    • bundleItemID: string

      ID of the bundle item.

    • requestOptions: RequestOptions = {}

    Returns Promise<void>

Generated using TypeDoc