import { ShopifyCartCreatePayload } from '@daffodil/driver/shopify'
Return type for cartCreate mutation.
interface ShopifyCartCreatePayload {
__typename: "CartCreatePayload"
cart: ShopifyCart
userErrors: ShopifyCartUserError[]
warnings: ShopifyCartWarning[]
}
__typename "CartCreatePayload" |
|---|
cart ShopifyCart |
|---|
The new cart. |
userErrors ShopifyCartUserError[] |
|---|
The list of errors that occurred from executing the mutation. |
warnings ShopifyCartWarning[] |
|---|
A list of warnings that occurred during the mutation. |