Shopify アプリに関する話題はこちら
現状 cartCreate で以下が取得できている。 { id: 'gid://shopify/Cart/hoge-cart-id', checkoutUrl: 'https://hoge-test2.myshopify.com/cart/c/hoge-cart-id' } checkoutShippingAddressUpdateV2 mutation checkoutShippingAddressUpdateV2($shippingAddress: MailingAddressInput!, $checkoutId: ID!) { checkoutShippingAddressUpdateV2( shippingAddress: $shippingAddress, checkoutId: 'gid://shopify/Checkout/hoge-cart-id' ) { checkout { ... } checkoutUserErrors { ... } } } でcheckoutUserErrorsに'Checkout does not exist'が返却される
解決済! ベストソリューションを見る。