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