GraphQL API
Search…
GraphQL API
General
Introduction
Features
GraphQL
Getting Started
Overview
Architecture
Playground
API Key (Authentication)
SDK
CLI
GraphQL API
Products
Categories
Checkout & Payments
Orders
Customers
Api data reference
Inputs
Mutations
checkoutCreate
checkoutItemsAdd
checkoutShippingAddress
checkoutSetDeliveryMethod
Objects
Data Types
Entities
Powered By
GitBook
checkoutShippingAddress
Update shipping address in an existing checkout.
checkoutShippingAddressUpdate(
checkoutId: ID
shippingAddress: AddressInput
): CheckoutResponse
Arguments
checkoutId
(
ID
)
The ID of the checkout.
shippingAddress
(
AddressInput
)
Type
CheckoutResponse
Updated the shipping address and returns the updated checkout object.
Previous
checkoutItemsAdd
Next
checkoutSetDeliveryMethod
Last modified
6mo ago
Copy link
Outline