Orders > Orders > ordersSendReminder
Commerce APIOrdersOrdersordersSendReminder
ordersSendReminder
POST:orders/send_reminder.json

Description

Send abandoned order email.

Permission bit: "orders.modify"

Topic: Orders

Arguments

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"


uuid: String


Result

Order

Preview (typescript)

Loading module