Get Recent Changes

Returns shipping statuses for fulfillments that have been updated since a specific date and time. Pagination is available in the next_request fields. Return the next expected request in the next_request response field. Pagination ends when the next_request response field is empty.

Request
Request Body schema: application/json
transaction_id
required
string <guid>

A randomly generated transaction ID, used to correlate the request and response.

required
object (Auth)

Authentication properties

string or object
since
required
string <date-time>
Responses
200

OK

post/get_recent_changes
Request samples
application/json
No sample
Response samples
application/json
{
  • "changes": [
    ],
  • "next_request": {
    }
}