Typescript SDK Type Docs
    Preparing search index...

    Interface StandalonePriceImportRequest

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

    interface StandalonePriceImportRequest {
        resources: StandalonePriceImport[];
        type: "standalone-price";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    The Standalone Price import resources of this request.

    type: "standalone-price"

    The resource type that can be imported.