Typescript SDK Type Docs
    Preparing search index...

    Interface OrderPatchImport

    Represents the data used to update an Order in a Project.

    interface OrderPatchImport {
        fields: OrderField;
        orderNumber: string;
    }
    Index

    Properties

    Properties

    fields: OrderField

    Each field referenced must be defined in an existing Order or the ImportOperationState is set to validationFailed.

    orderNumber: string

    User-defined unique identifier. If an Order with this orderNumber exists, it is updated with the imported data.