selectAddress

Select address by id

Input fields

type (address_type_enum!)
address_id (ID!)

Return fields

id (ID)
token (String)
cart_url (String)
checkout_url (String)
webview_flow_url (String)
user (user)
address_list ([address])
Deprecation notice

Use cart.shipping_address and cart.billing_address instead separately. See user.address_list for more info.

shipping_address (address)
billing_address (address)
items ([orderItem])
payment (payment)
shipping (shipping)
coupons ([coupon])
shipping_methods ([shipping])

Available shipping methods for cart

payment_methods ([payment])

Available payment methods for cart

notes (String)
markups_list ([String])
total (Float)
total_amount (Int)
checkout_ready (Boolean)
payment_selection_ready (Boolean)
same_address (Boolean)
errors ([cart_error])