Home > @vsf-enterprise/commercetools-types > SetOrderParcelCustomType
# SetOrderParcelCustomType type
Signature:
export declare type SetOrderParcelCustomType = {
fields?: InputMaybe<Array<CustomFieldInput>>;
type?: InputMaybe<ResourceIdentifierInput>;
typeKey?: InputMaybe<Scalars['String']>;
typeId?: InputMaybe<Scalars['String']>;
parcelId: Scalars['String'];
};
References: InputMaybe, CustomFieldInput, ResourceIdentifierInput, Scalars