Przejdź do głównej zawartości

CartRemoveLinesPayload

Result of cartRemoveLines.

type CartRemoveLinesPayload {
cart: Cart
userErrors: [UserError!]!
warnings: [CartWarning!]!
}

Fields

CartRemoveLinesPayload.cart ● Cart object

The updated cart on success; null when userErrors is non-empty.

CartRemoveLinesPayload.userErrors ● [UserError!]! non-null object

Business / validation errors carrying a stable CartErrorCode in code.

CartRemoveLinesPayload.warnings ● [CartWarning!]! non-null object

Non-fatal advisories — the mutation itself succeeded.

Returned By

cartRemoveLines mutation