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