Implements

Constructors

Methods

  • The price of the garment, in case no price is provided in the commerce provider. This acts as fallback.

    Parameters

    Returns Promise<undefined | {
        currency: string;
        price: number;
    }>