Typescript SDK Type Docs
    Preparing search index...

    Interface PriceImportRequest

    The request body to import Embedded Prices. Contains data for Embedded Prices to be created or updated in a Project.

    interface PriceImportRequest {
        resources: PriceImport[];
        type: "price";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    resources: PriceImport[]

    The price import resources of this request.

    type: "price"

    The resource type that can be imported.