Home > @vsf-enterprise/commercetools-types > SetStagedOrderParcelCustomType

# SetStagedOrderParcelCustomType type

Signature:

export declare type SetStagedOrderParcelCustomType = {
    fields?: InputMaybe<Array<CustomFieldInput>>;
    type?: InputMaybe<ResourceIdentifierInput>;
    typeKey?: InputMaybe<Scalars['String']>;
    typeId?: InputMaybe<Scalars['String']>;
    parcelId: Scalars['String'];
};

References: InputMaybe, CustomFieldInput, ResourceIdentifierInput, Scalars