Orders > Orders > ordersDelete
Commerce APIOrdersOrdersordersDelete
ordersDelete
DELETE:orders.json

Description

Delete draft orders.

Permission bit: "orders.delete"

Topic: Orders

Arguments

ids: [String!]!

List of order ids. See also: Unique Identifiers

Example: ["or_EQzGqWoY"]


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

Boolean

Preview (typescript)

Loading module