SetBillingAddressOnCartInput
Sets the billing address.
type SetBillingAddressOnCartInput = {
billing_address: BillingAddressInput; /** The unique ID of a `Cart` object. */
cart_id: Scalars['String']['input'];
};Sets the billing address.
type SetBillingAddressOnCartInput = {
billing_address: BillingAddressInput; /** The unique ID of a `Cart` object. */
cart_id: Scalars['String']['input'];
};