OBJECT

CheckoutLineItemsRemovePayload

link GraphQL Schema definition

  • type CheckoutLineItemsRemovePayload {
  • checkout: Checkout
  • # List of errors that occurred executing the mutation.
  • userErrors: [UserError!]!
  • }