Skip to main content

List Walmart Integration Activity Log

GET 

/api/walmart/:integrationInstance/activity-log

Get a paginated activity history for a Walmart integration instance. Covers every Walmart entity tied to the instance — orders, catalog items, fulfillment locations, returns, and the integration settings themselves — newest first.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Each entry includes the event type (created, updated, deleted), the affected entity type and id, the changed attributes (with old values where available), the acting user's name (null for system/background changes), and a timestamp. Returns a paginated result.

Request

Responses

OK

Response Headers
    Content-Type