Schema Documentation

DeleteOrderInput

Description

Input for the deleteOrder 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.

forceDelete - Boolean

Delete or simply place in trash.

id - ID

Order global ID

orderId - Int

Order WP ID

Example
{"clientMutationId":"abc123","forceDelete":true,"id":4,"orderId":123}