Orders > Orders > orderNotesDelete
Commerce APIOrdersOrdersorderNotesDelete
orderNotesDelete
DELETE:order_notes.json

Description

Delete specific order notes of a given shop.

Permission bit: "order_notes.delete"

Topic: Orders

Arguments

ids: [String!]!

List of order note ids. See also: Unique Identifiers

Example: ["no_EQzGqWoY"]


order_id: String!

Unique order identifier. 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