Sweden - ICA
Catalog
Get a list of products and item that have been seen at ICA stores.
GET
/
datasets
/
se
/
ica
/
catalog
curl --request GET \
--url https://api.tic.io/datasets/se/ica/catalog \
--header 'x-api-key: <api-key>'
{
"pageSize": 123,
"lastItemId": 123,
"totalItems": 123,
"items": [
{
"icA_CatalogItemId": 123,
"gtin": 123,
"sku": "<string>",
"ci": "<string>",
"productName": "<string>",
"brand": "<string>",
"approxPrice": 123,
"category": "<string>",
"productType": "<string>",
"lastUpdatedUtc": "2023-11-07T05:31:56Z",
"gS1OwnerName": "<string>",
"gS1OwnerStreet": "<string>",
"gS1OwnerZipCode": "<string>",
"gS1OwnerCity": "<string>",
"gS1OwnerCountry": "<string>"
}
]
}
Authorizations
Query Parameters
Take records after the id
Page size
Response
200 - application/json
OK
curl --request GET \
--url https://api.tic.io/datasets/se/ica/catalog \
--header 'x-api-key: <api-key>'
{
"pageSize": 123,
"lastItemId": 123,
"totalItems": 123,
"items": [
{
"icA_CatalogItemId": 123,
"gtin": 123,
"sku": "<string>",
"ci": "<string>",
"productName": "<string>",
"brand": "<string>",
"approxPrice": 123,
"category": "<string>",
"productType": "<string>",
"lastUpdatedUtc": "2023-11-07T05:31:56Z",
"gS1OwnerName": "<string>",
"gS1OwnerStreet": "<string>",
"gS1OwnerZipCode": "<string>",
"gS1OwnerCity": "<string>",
"gS1OwnerCountry": "<string>"
}
]
}