Added endpoint to set billing address
Added mutation s_setBillingAddressOnCart
to set billing address on cart. Is an extension of Magento 2 default GraphQL implementation, except cart_id
is removed, and replaced by optional guest_cart_id
.
Added mutation s_setBillingAddressOnCart
to set billing address on cart. Is an extension of Magento 2 default GraphQL implementation, except cart_id
is removed, and replaced by optional guest_cart_id
.