Skip to content

Order history

idintegerrequired

order history identifier

creationTimestring or null(typeDateTimeNullable)^[0-9]{4}-[01][0-9]-[0123][0-9]T[012][0-9]:[0...required

Creation time of the order history record.

textstringrequired

Transaction Id at payment gateway side: GHJ36

userobject or nullrequired

the user or system process that caused the change

systembooleanrequired

flag, whether the remark is entered by Shoptet (system: true), by user, or by API (system: false)

typestringrequired

Record type

Enum:"comment""system"
orderCodestringrequired

Code of order, which identifies the relation to the order.

{ "orderCode": "2025000056", "id": 1, "creationTime": "2018-05-29T09:02:27+0200", "text": "Transaction Id at payment gateway side: GHJ36KHDHDUJDL", "user": { "id": "api.service-21@fenix.myshoptet.com", "name": "stock monitoring addon" }, "system": true, "type": "comment" }