Mutations
setCartShippingFee
No description
No description
setCartShippingFee(
cartId: String!
shippingFee: Decimal!
channelId: String
languageId: String
marketId: String
): CheckoutType
Arguments
cartId ● String! non-null scalar required
The cart ID
shippingFee ● Decimal! non-null scalar required
The shipping fee
channelId ● String scalar
The channel ID. Will default to an existing value if it is not found.
languageId ● String scalar
The language ID. Will default to an existing value if it is not found.
marketId ● String scalar
The market ID. Will default to an existing value if it is not found.