Store List| Element | Description |
|---|---|
stores
Type: Array<store>
| Required A list of store objects. |
Store| Element | Description |
|---|---|
storeDomainType: string | Required Store’s website Example: [https://www.facebook.com, www.facebook.com or facebook.com]. |
storeNameType: string | Required Store name or company name |
storeIDType: string | Required Store ID |
isInEligiblePlanType: 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 |
|---|---|
isStoreMatchedType: boolean | Required If store is Matched on Meta side |
isStoreEligibleType: boolean | Required If store is Meta eligible seller |
optInStatusType: 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
}
]
}
| 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 |