import { ShopifyCartLinesUpdatePayload } from '@daffodil/driver/shopify'
Return type for cartLinesUpdate mutation.
interface ShopifyCartLinesUpdatePayload {
__typename: "CartLinesUpdatePayload"
cart: ShopifyCart
userErrors: ShopifyCartUserError[]
}
__typename "CartLinesUpdatePayload" |
|---|
cart ShopifyCart |
|---|
The updated cart. |
userErrors ShopifyCartUserError[] |
|---|
The list of errors that occurred from executing the mutation. |