Alokai

SetBillingAddressOnCartInput

Sets the billing address.

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

Referenced Types

On this page