Credit memo voided
Webhook

Request

Security
SecretApiKey or JWT
Bodyapplication/json

Payload of credit memo-related webhook event.

creditMemoIdstring, <= 50 characters

ID of the credit memo.

Example:"crmm_0YVCNN22TWC3G8H82QNPNVZCHG"
eventTypestring

Type of event that triggered the webhook.

Enum:"credit-memo-applied""credit-memo-created""credit-memo-modified""credit-memo-partially-applied""credit-memo-voided"
_embeddedobject

Embedded objects related to the credit memo event.

Payload
{ "creditMemoId": "crmm_0YVCNN22TWC3G8H82QNPNVZCHG", "eventType": "credit-memo-applied", "_embedded": { "creditMemo": {} }, "_links": [ {} ] }

Responses

Returns any 2xx status to indicate that data is received.