updateShoppingcart
Updates shopping cart items of a specific shopping cart referenced with a UUID.
Formats UUIDs as hyphenated lowercase strings.
updateShoppingcart(
input: UpdateShoppingCartInput!
): ShoppingCart!
Arguments
updateShoppingcart.input
● UpdateShoppingCartInput!
non-null input
UpdateShoppingCartInput
Type
ShoppingCart
object
The shopping cart of a user.