Hierarchy

  • WarehousesAPI

Constructors

Properties

Methods

Constructors

Properties

client: AxiosInstance

Methods

  • The delete method deletes a specific warehouse (Ship From Location) by warehouseId from a users ShipEngine account.

    Parameters

    • warehouseId: string

    Returns Promise<AxiosResponse<void, any>>

  • The list method retrieves a list of warehouses (Ship From Locations) for a given user.

    Parameters

    • Optional props: {
          isSandbox?: boolean;
      }
      • Optional isSandbox?: boolean

    Returns Promise<AxiosResponse<{
        warehouses: SE.Warehouse[];
    }, any>>

  • The update method updates a specific warehouse (Ship From Location) for a given user by warehouseId.

    Parameters

    Returns Promise<AxiosResponse<void, any>>

Generated using TypeDoc