Download OpenAPI specification:
Product Catalog
| productCode | string The product code |
| name | string The name of the product |
| universalProductCode | string The universal product code |
| providerProductCode | string The provider product code |
| brand | string The brand |
| merchantProductCode | string The merchant product code |
| mainImageUrl | string The main image url |
| thumbnailImageUrl | string The thumbnail image url |
| alternateImage1Url | string The alternate image 1 url |
| alternateImage2Url | string The alternate image 2 url |
| alternateImage3Url | string The alternate image 3 url |
| alternateImage4Url | string The alternate image 4 url |
| country | string The country |
| currency | string The currency |
number or string The price | |
string or boolean Is the product in stock | |
string or boolean Is the product in preorder | |
| keywords | string The keywords |
| merchantCategory | string The merchant category |
| merchantCategoryPath | string The merchant category path |
| shortDescription | string The short description |
| longDescription | string The long description |
| color | string The color |
| language | string The language |
| url | string The url |
| feedId | string The feed id |
| isDiscontinued | boolean Is the product discontinued |
| merchantId required | string non-empty The merchant ID |
{- "productCode": "f20194fd-cdff-4895-a583-7a8606568fff",
- "name": "Awesome Steel Towels",
- "universalProductCode": "43a2d202-606b-40f7-83a9-d6362444e4ff",
- "providerProductCode": "e7c1b7f0-3e3d-4b4f-8b5b-2d2e3f0b1e4f",
- "brand": "Adidas",
- "merchantProductCode": "Adidas-4415",
- "country": "FRA",
- "currency": "EUR",
- "price": "1000",
- "isInstock": "true",
- "isPreorder": "true",
- "keywords": "sport running",
- "merchantCategory": "running",
- "merchantCategoryPath": "sport > running",
- "shortDescription": "chaussure de course confortable",
- "longDescription": "chaussure de course confortable pour les longues distances et les terrains difficiles",
- "color": "blue",
- "language": "fr",
- "feedId": "234",
- "isDiscontinued": false,
- "merchantId": "123456"
}{- "productId": 1,
- "productCode": "f20194fd-cdff-4895-a583-7a8606568fff",
- "name": "Awesome Steel Towels",
- "universalProductCode": "43a2d202-606b-40f7-83a9-d6362444e4ff",
- "providerProductCode": "e7c1b7f0-3e3d-4b4f-8b5b-2d2e3f0b1e4f",
- "brand": "Adidas",
- "merchantProductCode": "Adidas-4415",
- "country": "FRA",
- "currency": "EUR",
- "price": 1000,
- "isInstock": true,
- "isPreorder": true,
- "keywords": "sport running",
- "merchantCategory": "running",
- "merchantCategoryPath": "sport > running",
- "shortDescription": "chaussure de course confortable",
- "longDescription": "chaussure de course confortable pour les longues distances et les terrains difficiles",
- "color": "blue",
- "language": "fr",
- "feedId": "234",
- "isDiscontinued": false,
- "lastUpdateDate": "20240731",
- "status": "ONGOING",
- "isPublished": false,
- "ProductCategories": [
- {
- "id": 1,
- "label": "Sport"
}
], - "merchant": {
- "merchantId": 1,
- "name": "Addict Sneakers FR",
- "region": "Europe",
- "vertical": "Fashion",
- "description": "le leader mondiales de la vente de sneakers ! (en toute objectivité)",
- "thumbnailImageUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSQM0fBnF0RIsXXSlEWb3hcCIxz-OIx6235Ng&s",
- "affiliationMembershipStatus": "ACTIVE",
- "lastUpdateDate": "2021-09-20T00:00:00.000Z",
- "providerId": "1"
}
}| search_query | string Free search, will apply on different field for each resource. |
| brand | string Example: brand=Adidas The brand |
| category | string <int64> Example: category=1 The category id |
| merchant | string <int64> Example: merchant=1 The merchant id |
| merchant_affiliation_status | string Enum: "ACTIVE" "NOT_JOINED" Example: merchant_affiliation_status=Active The merchant affiliation status |
| price_min | number Example: price_min=10 The minimum price |
| price_max | number Example: price_max=100 The maximum price |
| status | string Enum: "ONGOING" "COMPLETE" Example: status=ONGOING The product status |
| isPublished | string Example: isPublished=true The product publication status |
| offset | number >= 0 Offset for pagination. |
| limit | number >= 0 Limit for pagination. |
| sort | string Sort for pagination. |
[- {
- "productId": 1,
- "productCode": "f20194fd-cdff-4895-a583-7a8606568fff",
- "name": "Awesome Steel Towels",
- "universalProductCode": "43a2d202-606b-40f7-83a9-d6362444e4ff",
- "providerProductCode": "e7c1b7f0-3e3d-4b4f-8b5b-2d2e3f0b1e4f",
- "brand": "Adidas",
- "merchantProductCode": "Adidas-4415",
- "country": "FRA",
- "currency": "EUR",
- "price": 1000,
- "isInstock": true,
- "isPreorder": true,
- "keywords": "sport running",
- "merchantCategory": "running",
- "merchantCategoryPath": "sport > running",
- "shortDescription": "chaussure de course confortable",
- "longDescription": "chaussure de course confortable pour les longues distances et les terrains difficiles",
- "color": "blue",
- "language": "fr",
- "feedId": "234",
- "isDiscontinued": false,
- "lastUpdateDate": "20240731",
- "status": "ONGOING",
- "isPublished": false,
- "ProductCategories": [
- {
- "id": 1,
- "label": "Sport"
}
], - "merchant": {
- "merchantId": 1,
- "name": "Addict Sneakers FR",
- "region": "Europe",
- "vertical": "Fashion",
- "description": "le leader mondiales de la vente de sneakers ! (en toute objectivité)",
- "thumbnailImageUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSQM0fBnF0RIsXXSlEWb3hcCIxz-OIx6235Ng&s",
- "affiliationMembershipStatus": "ACTIVE",
- "lastUpdateDate": "2021-09-20T00:00:00.000Z",
- "providerId": "1"
}
}
]| search_query | string Free search, will apply on different field for each resource. |
| brand | string Example: brand=Adidas The brand |
| category | string <int64> Example: category=1 The category id |
| merchant | string <int64> Example: merchant=1 The merchant id |
| merchant_affiliation_status | string Enum: "ACTIVE" "NOT_JOINED" Example: merchant_affiliation_status=Active The merchant affiliation status |
| price_min | number Example: price_min=10 The minimum price |
| price_max | number Example: price_max=100 The maximum price |
| status | string Enum: "ONGOING" "COMPLETE" Example: status=ONGOING The product status |
| isPublished | string Example: isPublished=true The product publication status |
| offset | number >= 0 Offset for pagination. |
| limit | number >= 0 Limit for pagination. |
| sort | string Sort for pagination. |
[- {
- "productId": 1,
- "productCode": "f20194fd-cdff-4895-a583-7a8606568fff",
- "name": "Awesome Steel Towels",
- "universalProductCode": "43a2d202-606b-40f7-83a9-d6362444e4ff",
- "providerProductCode": "e7c1b7f0-3e3d-4b4f-8b5b-2d2e3f0b1e4f",
- "brand": "Adidas",
- "merchantProductCode": "Adidas-4415",
- "country": "FRA",
- "currency": "EUR",
- "price": 1000,
- "isInstock": true,
- "isPreorder": true,
- "keywords": "sport running",
- "merchantCategory": "running",
- "merchantCategoryPath": "sport > running",
- "shortDescription": "chaussure de course confortable",
- "longDescription": "chaussure de course confortable pour les longues distances et les terrains difficiles",
- "color": "blue",
- "language": "fr",
- "feedId": "234",
- "isDiscontinued": false,
- "lastUpdateDate": "20240731",
- "status": "ONGOING",
- "isPublished": false,
- "ProductCategories": [
- {
- "id": 1,
- "label": "Sport"
}
], - "merchant": {
- "merchantId": 1,
- "name": "Addict Sneakers FR",
- "region": "Europe",
- "vertical": "Fashion",
- "description": "le leader mondiales de la vente de sneakers ! (en toute objectivité)",
- "thumbnailImageUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSQM0fBnF0RIsXXSlEWb3hcCIxz-OIx6235Ng&s",
- "affiliationMembershipStatus": "ACTIVE",
- "lastUpdateDate": "2021-09-20T00:00:00.000Z",
- "providerId": "1"
}
}
]{- "productId": 1,
- "productCode": "f20194fd-cdff-4895-a583-7a8606568fff",
- "name": "Awesome Steel Towels",
- "universalProductCode": "43a2d202-606b-40f7-83a9-d6362444e4ff",
- "providerProductCode": "e7c1b7f0-3e3d-4b4f-8b5b-2d2e3f0b1e4f",
- "brand": "Adidas",
- "merchantProductCode": "Adidas-4415",
- "country": "FRA",
- "currency": "EUR",
- "price": 1000,
- "isInstock": true,
- "isPreorder": true,
- "keywords": "sport running",
- "merchantCategory": "running",
- "merchantCategoryPath": "sport > running",
- "shortDescription": "chaussure de course confortable",
- "longDescription": "chaussure de course confortable pour les longues distances et les terrains difficiles",
- "color": "blue",
- "language": "fr",
- "feedId": "234",
- "isDiscontinued": false,
- "lastUpdateDate": "20240731",
- "status": "ONGOING",
- "isPublished": false,
- "ProductCategories": [
- {
- "id": 1,
- "label": "Sport"
}
], - "merchant": {
- "merchantId": 1,
- "name": "Addict Sneakers FR",
- "region": "Europe",
- "vertical": "Fashion",
- "description": "le leader mondiales de la vente de sneakers ! (en toute objectivité)",
- "thumbnailImageUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSQM0fBnF0RIsXXSlEWb3hcCIxz-OIx6235Ng&s",
- "affiliationMembershipStatus": "ACTIVE",
- "lastUpdateDate": "2021-09-20T00:00:00.000Z",
- "providerId": "1"
}
}| id required | integer <int64> |
| productCode | string The product code |
| name | string The name of the product |
| universalProductCode | string The universal product code |
| providerProductCode | string The provider product code |
| brand | string The brand |
| merchantProductCode | string The merchant product code |
| mainImageUrl | string The main image url |
| thumbnailImageUrl | string The thumbnail image url |
| alternateImage1Url | string The alternate image 1 url |
| alternateImage2Url | string The alternate image 2 url |
| alternateImage3Url | string The alternate image 3 url |
| alternateImage4Url | string The alternate image 4 url |
| country | string The country |
| currency | string The currency |
number or string The price | |
string or boolean Is the product in stock | |
string or boolean Is the product in preorder | |
| keywords | string The keywords |
| merchantCategory | string The merchant category |
| merchantCategoryPath | string The merchant category path |
| shortDescription | string The short description |
| longDescription | string The long description |
| color | string The color |
| language | string The language |
| url | string The url |
| feedId | string The feed id |
| isDiscontinued | boolean Is the product discontinued |
| merchantId | string non-empty The merchant Id |
string or boolean Is the product published |
{- "productCode": "f20194fd-cdff-4895-a583-7a8606568fff",
- "name": "Awesome Steel Towels",
- "universalProductCode": "43a2d202-606b-40f7-83a9-d6362444e4ff",
- "providerProductCode": "e7c1b7f0-3e3d-4b4f-8b5b-2d2e3f0b1e4f",
- "brand": "Adidas",
- "merchantProductCode": "Adidas-4415",
- "country": "FRA",
- "currency": "EUR",
- "price": "1000",
- "isInstock": "true",
- "isPreorder": "true",
- "keywords": "sport running",
- "merchantCategory": "running",
- "merchantCategoryPath": "sport > running",
- "shortDescription": "chaussure de course confortable",
- "longDescription": "chaussure de course confortable pour les longues distances et les terrains difficiles",
- "color": "blue",
- "language": "fr",
- "feedId": "234",
- "isDiscontinued": false,
- "merchantId": "123456",
- "isPublished": "true"
}{- "productId": 1,
- "productCode": "f20194fd-cdff-4895-a583-7a8606568fff",
- "name": "Awesome Steel Towels",
- "universalProductCode": "43a2d202-606b-40f7-83a9-d6362444e4ff",
- "providerProductCode": "e7c1b7f0-3e3d-4b4f-8b5b-2d2e3f0b1e4f",
- "brand": "Adidas",
- "merchantProductCode": "Adidas-4415",
- "country": "FRA",
- "currency": "EUR",
- "price": 1000,
- "isInstock": true,
- "isPreorder": true,
- "keywords": "sport running",
- "merchantCategory": "running",
- "merchantCategoryPath": "sport > running",
- "shortDescription": "chaussure de course confortable",
- "longDescription": "chaussure de course confortable pour les longues distances et les terrains difficiles",
- "color": "blue",
- "language": "fr",
- "feedId": "234",
- "isDiscontinued": false,
- "lastUpdateDate": "20240731",
- "status": "ONGOING",
- "isPublished": false,
- "ProductCategories": [
- {
- "id": 1,
- "label": "Sport"
}
], - "merchant": {
- "merchantId": 1,
- "name": "Addict Sneakers FR",
- "region": "Europe",
- "vertical": "Fashion",
- "description": "le leader mondiales de la vente de sneakers ! (en toute objectivité)",
- "thumbnailImageUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSQM0fBnF0RIsXXSlEWb3hcCIxz-OIx6235Ng&s",
- "affiliationMembershipStatus": "ACTIVE",
- "lastUpdateDate": "2021-09-20T00:00:00.000Z",
- "providerId": "1"
}
}{- "productId": 1,
- "productCode": "f20194fd-cdff-4895-a583-7a8606568fff",
- "name": "Awesome Steel Towels",
- "universalProductCode": "43a2d202-606b-40f7-83a9-d6362444e4ff",
- "providerProductCode": "e7c1b7f0-3e3d-4b4f-8b5b-2d2e3f0b1e4f",
- "brand": "Adidas",
- "merchantProductCode": "Adidas-4415",
- "country": "FRA",
- "currency": "EUR",
- "price": 1000,
- "isInstock": true,
- "isPreorder": true,
- "keywords": "sport running",
- "merchantCategory": "running",
- "merchantCategoryPath": "sport > running",
- "shortDescription": "chaussure de course confortable",
- "longDescription": "chaussure de course confortable pour les longues distances et les terrains difficiles",
- "color": "blue",
- "language": "fr",
- "feedId": "234",
- "isDiscontinued": false,
- "lastUpdateDate": "20240731",
- "status": "ONGOING",
- "isPublished": false,
- "ProductCategories": [
- {
- "id": 1,
- "label": "Sport"
}
], - "merchant": {
- "merchantId": 1,
- "name": "Addict Sneakers FR",
- "region": "Europe",
- "vertical": "Fashion",
- "description": "le leader mondiales de la vente de sneakers ! (en toute objectivité)",
- "thumbnailImageUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSQM0fBnF0RIsXXSlEWb3hcCIxz-OIx6235Ng&s",
- "affiliationMembershipStatus": "ACTIVE",
- "lastUpdateDate": "2021-09-20T00:00:00.000Z",
- "providerId": "1"
}
}| label required | string The label of the category |
| parent | string <int64> The parent category id |
{- "label": "chaussure",
- "parent": 3
}{- "categoryId": 1,
- "lastUpdateDate": "2024-08-01T10:04:00.000Z",
- "label": "chaussure",
- "parent": 3
}| search_query | string Free search, will apply on different field for each resource. |
| offset | number >= 0 Offset for pagination. |
| limit | number >= 0 Limit for pagination. |
| sort | string Sort for pagination. |
[- {
- "categoryId": 1,
- "lastUpdateDate": "2024-08-01T10:04:00.000Z",
- "label": "chaussure",
- "parent": 3
}
]| id required | integer <int64> |
| label required | string The label of the category |
| parent | string <int64> The parent category id |
{- "label": "chaussure",
- "parent": 3
}{- "categoryId": 1,
- "lastUpdateDate": "2024-08-01T10:04:00.000Z",
- "label": "chaussure",
- "parent": 3
}| name | string The name of the merchant |
| region | string The region of the merchant |
| vertical | string The vertical of the merchant |
| description | string The description of the merchant |
| mainImageUrl | string The main image url |
| thumbnailImageUrl | string The thumbnail image url |
| affiliationMembershipStatus | string Enum: "ACTIVE" "NOT_JOINED" The affiliation membership status |
| merchantId required | string non-empty The merchant id |
| providerId | string non-empty The provider id |
{- "name": "Addict Sneakers FR",
- "region": "Europe",
- "vertical": "Fashion",
- "description": "le leader mondiales de la vente de sneakers ! (en toute objectivité)",
- "thumbnailImageUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSQM0fBnF0RIsXXSlEWb3hcCIxz-OIx6235Ng&s",
- "affiliationMembershipStatus": "ACTIVE",
- "merchantId": "1",
- "providerId": "1"
}{- "merchantId": 1,
- "name": "Addict Sneakers FR",
- "region": "Europe",
- "vertical": "Fashion",
- "description": "le leader mondiales de la vente de sneakers ! (en toute objectivité)",
- "thumbnailImageUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSQM0fBnF0RIsXXSlEWb3hcCIxz-OIx6235Ng&s",
- "affiliationMembershipStatus": "ACTIVE",
- "lastUpdateDate": "2021-09-20T00:00:00.000Z",
- "providerId": "1"
}| search_query | string Free search, will apply on different field for each resource. |
| offset | number >= 0 Offset for pagination. |
| limit | number >= 0 Limit for pagination. |
| sort | string Sort for pagination. |
[- {
- "merchantId": 1,
- "name": "Addict Sneakers FR",
- "region": "Europe",
- "vertical": "Fashion",
- "description": "le leader mondiales de la vente de sneakers ! (en toute objectivité)",
- "thumbnailImageUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSQM0fBnF0RIsXXSlEWb3hcCIxz-OIx6235Ng&s",
- "affiliationMembershipStatus": "ACTIVE",
- "lastUpdateDate": "2021-09-20T00:00:00.000Z",
- "providerId": "1"
}
]{- "merchantId": 1,
- "name": "Addict Sneakers FR",
- "region": "Europe",
- "vertical": "Fashion",
- "description": "le leader mondiales de la vente de sneakers ! (en toute objectivité)",
- "thumbnailImageUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSQM0fBnF0RIsXXSlEWb3hcCIxz-OIx6235Ng&s",
- "affiliationMembershipStatus": "ACTIVE",
- "lastUpdateDate": "2021-09-20T00:00:00.000Z",
- "providerId": "1"
}| id required | integer <int64> |
| name | string The name of the merchant |
| region | string The region of the merchant |
| vertical | string The vertical of the merchant |
| description | string The description of the merchant |
| mainImageUrl | string The main image url |
| thumbnailImageUrl | string The thumbnail image url |
| affiliationMembershipStatus | string Enum: "ACTIVE" "NOT_JOINED" The affiliation membership status |
| merchantId required | string non-empty The merchant id |
| providerId | string non-empty The provider id |
{- "name": "Addict Sneakers FR",
- "region": "Europe",
- "vertical": "Fashion",
- "description": "le leader mondiales de la vente de sneakers ! (en toute objectivité)",
- "thumbnailImageUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSQM0fBnF0RIsXXSlEWb3hcCIxz-OIx6235Ng&s",
- "affiliationMembershipStatus": "ACTIVE",
- "merchantId": "1",
- "providerId": "1"
}{- "merchantId": 1,
- "name": "Addict Sneakers FR",
- "region": "Europe",
- "vertical": "Fashion",
- "description": "le leader mondiales de la vente de sneakers ! (en toute objectivité)",
- "thumbnailImageUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSQM0fBnF0RIsXXSlEWb3hcCIxz-OIx6235Ng&s",
- "affiliationMembershipStatus": "ACTIVE",
- "lastUpdateDate": "2021-09-20T00:00:00.000Z",
- "providerId": "1"
}{- "merchantId": 1,
- "name": "Addict Sneakers FR",
- "region": "Europe",
- "vertical": "Fashion",
- "description": "le leader mondiales de la vente de sneakers ! (en toute objectivité)",
- "thumbnailImageUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSQM0fBnF0RIsXXSlEWb3hcCIxz-OIx6235Ng&s",
- "affiliationMembershipStatus": "ACTIVE",
- "lastUpdateDate": "2021-09-20T00:00:00.000Z",
- "providerId": "1"
}| name | string the provider name |
| mainImageUrl | string The main image url |
| thumbnailImageUrl | string The thumbnail image url |
{- "name": "Google market place",
}{- "providerId": "1",
- "name": "Google market place",
- "lastUpdateDate": "2021-09-20T00:00:00.000Z"
}| search_query | string Free search, will apply on different field for each resource. |
| offset | number >= 0 Offset for pagination. |
| limit | number >= 0 Limit for pagination. |
| sort | string Sort for pagination. |
[- {
- "providerId": "1",
- "name": "Google market place",
- "lastUpdateDate": "2021-09-20T00:00:00.000Z"
}
]{- "providerId": "1",
- "name": "Google market place",
- "lastUpdateDate": "2021-09-20T00:00:00.000Z"
}| id required | integer <int64> |
| name | string the provider name |
| mainImageUrl | string The main image url |
| thumbnailImageUrl | string The thumbnail image url |
{- "name": "Google market place",
}{- "providerId": "1",
- "name": "Google market place",
- "lastUpdateDate": "2021-09-20T00:00:00.000Z"
}{- "providerId": "1",
- "name": "Google market place",
- "lastUpdateDate": "2021-09-20T00:00:00.000Z"
}