Pennylane API Client
    Preparing search index...

    Interface CreateProductBody

    Body parameters for creating a new product.

    interface CreateProductBody {
        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. If omitted, Pennylane assigns one automatically.

    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.