Pennylane API Client
    Preparing search index...

    Interface UpdateProductBody

    Body parameters for updating an existing product.

    interface UpdateProductBody {
        currency?: string;
        description?: string;
        external_reference?: string;
        label?: string;
        ledger_account_id?: number;
        price_before_tax?: string;
        reference?: string;
        unit?: string;
        vat_rate?: string;
    }
    Index

    Properties

    currency?: string

    Product currency.

    description?: string

    Product description. Maximum 5,000 characters.

    external_reference?: string

    Unique external reference assigned by you.

    label?: string

    Product label.

    ledger_account_id?: number

    Ledger account identifier.

    price_before_tax?: string

    Product price without taxes.

    reference?: string

    Product reference.

    unit?: string

    Product unit.

    vat_rate?: string

    Product VAT rate.