Hierarchy

  • LabelsAPI

Constructors

Properties

Methods

Constructors

Properties

client: AxiosInstance

Methods

  • The createByRateId allows you to create a shipping label by using a rateId which is a unique identifier tied to a specific rate.

    This helps ensure that when a user is rate shopping, they can purchase a label for the price they were initially rated.

    Parameters

    Returns Promise<AxiosResponse<SE.Label, any>>

  • The get method retrieves a specific label by labelId.

    Parameters

    • labelId: string

    Returns Promise<AxiosResponse<SE.Label, any>>

Generated using TypeDoc