Schema Documentation

DeleteOrderItemsInput

Description

Input for the deleteOrderItems mutation

Fields
Input FieldDescription
clientMutationId - String

This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions.

id - ID

Order global ID

itemIds - [Int]

ID Order items being deleted

orderId - Int

Order WP ID

Example
{"clientMutationId":"xyz789","id":4,"itemIds":[123],"orderId":987}