Returns > Returns > returnNotesDelete
Commerce APIReturnsReturnsreturnNotesDelete
returnNotesDelete
DELETE:return_notes.json

Description

Delete specific return notes of a given shop.

Permission bit: "return_notes.delete"

Topic: Returns

Arguments

ids: [String!]!

List of return note ids. See also: Unique Identifiers

Example: ["nr_EQzGqWoY"]


return_id: String!

Unique return identifier. See also: Unique Identifiers

Example: "rt_EQzGqWoY"


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

Boolean

Preview (typescript)

Loading module