Przejdź do głównej zawartości

CartSelectShippingMethodInput

Input for cartSelectShippingMethod.

input CartSelectShippingMethodInput {
cartId: ID!
shippingMethodId: ID!
}

Fields

CartSelectShippingMethodInput.cartId ● ID! non-null scalar

ID of the cart to update.

CartSelectShippingMethodInput.shippingMethodId ● ID! non-null scalar

ID of the chosen shipping method (matches an AvailableShippingMethod.id from cart.availableShippingMethods).

Member Of

cartSelectShippingMethod mutation