DtoShopifyNotificationBodyFromNintendoRequest

timestamp
string
required
Example:
2019-02-01T21:37:18.421Z
delivery_code
string
required

Code identifier of the delivery. Also known as tracking code.

Example:
4680858501355
delivery_status
string
required
Example:
GOTO_PICK
url_delivery_code
string
Example:
https://xxxxxxxxxx.xxxxx.com/trackcodeTracking/xxxxxxxxxxxx
Example
1
{
2
"timestamp": "2019-02-01T21:37:18.421Z",
3
"delivery_code": "4680858501355",
4
"delivery_status": "GOTO_PICK",
5
"url_delivery_code": "https://xxxxxxxxxx.xxxxx.com/trackcodeTracking/xxxxxxxxxxxx"
6
}