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.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

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