For AI agents: visit https://afterpay-global-api.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
Attribute Type Description shippedAtstring The date and time when the order was shipped, in ISO 8601 format. namestring The name of the courier. Limited to 128 characters. trackingstring The tracking number provided by the courier. Limited to 128 characters. prioritystring The shipping priority. If provided, must be either "STANDARD" or "EXPRESS".
AU NZ US
{
"shippedAt": "2019-01-01T00:00:00+10:00",
"name": "Australia Post",
"tracking": "AA0000000000000",
"priority": "STANDARD"
}
{
"shippedAt": "2019-01-01T00:00:00+13:00",
"name": "CourierPost",
"tracking": "AA999999999AA",
"priority": "STANDARD"
}
{
"shippedAt": "2019-01-01T00:00:00-08:00",
"name": "FedEx",
"tracking": "000 000 000 000",
"priority": "STANDARD"
}