v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
Catalogs - Replication

[PREVIEW] [Mocked] Get Replication Logs - Can be filtered by ExecutionId

get/v2/user/catalogs/{storeId}/replication/logs

Path parameters

storeIdstring guid required

Your store identifier

Query parameters

executionIdstring Guid?

The execution identifier

minReplicationUtcDatestring date-time

The minimum date for the logs. Cannot be lower than current date. Default is current date.

maxReplicationUtcDatestring date-time

The maximum date for the logs. Cannot be greater than 31 days from current date. Default is 2 days from current date.

Response

Get Replication Logs

executionIdstring guid required

The execution identifier of the catalog importation

fromStoreIdstring guid required

The store identifier

status'None' | 'InProgress' | 'Done' | 'Failed' | 'Aborted' required

The processing status of an operation

sourceUpdateUtcDatestring date-time required

The update date on the source

targetUpdateUtcDatestring date-time

The update date on the target

logsobject

The key will be the storeId

Example response

[
  {
    "executionId": "bf3bc288-604c-4267-925e-66b1a15dca75",
    "fromStoreId": "64f43358-63a1-47f7-97ec-0301fc39956b"
  }
]