This document is intended for partners who wish to automate the analysis of the seller lists sent to Meta.
Store List| Element | Description |
|---|---|
Type: Array<store> | Required A list of store objects. |
Store| Element | Description |
|---|---|
Type: string | Required Store’s website Example: |
Type: string | Required Store name or company name |
Type: string | Required Store ID |
Type: boolean | Optional Whether or not the seller is part of an eligible plan or tier that includes Meta syndication. |
{
"stores": [
{
"storeDomain": "facebook.com",
"storeName": "facebook",
"storeID": "VCXI2623D",
"isInEligiblePlan": true
},
{
"storeDomain": "instagram.com",
"storeName": "instagram",
"storeID": "SK32S4OW2",
"isInEligiblePlan": false
}
]
}| Element | Description |
|---|---|
Type: boolean | Required If store is Matched on Meta side |
Type: boolean | Required If store is Meta eligible seller |
Type: boolean | Required If store has opted in to data sharing from Meta surface |
{
"stores": [
{
"storeDomain": "facebook.com",
"storeName": "facebook",
"storeID": "VCXI2623D",
"isInEligiblePlan": true,
"isStoreMatched": true,
"isStoreEligible": true,
"optInStatus": true
},
{
"storeDomain": "instagram.com",
"storeName": "instagram",
"storeID": "SK32S4OW2",
"isInEligiblePlan": false,
"isStoreMatched": false,
"isStoreEligible": false,
"optInStatus": false
}
]
}Integration will happen using the same file transfer process that currently handles Ratings & Reviews feed transfer. Please create a directory adjacent to your Ratings & Review feed directory.
| Config | Description |
|---|---|
Directory | Required New directory where Seller List lives. Report will be shared in the same directory |
File Name | Required Name of Seller List JSON file |