Home > @vsf-enterprise/commercetools-types > SetCartShippingAddressCustomField
# SetCartShippingAddressCustomField type
Signature:
export declare type SetCartShippingAddressCustomField = {
    name: Scalars['String'];
    value?: InputMaybe<Scalars['String']>;
};
References: Scalars, InputMaybe