Attributes
Id integer
Id integerUnique identifier for the object referred to as the impact.com Store Id.
Name string
Name stringName of the store.
NumberOfGroups integer
NumberOfGroups integerNumber of groups in the store.
DateLastUpdated string
DateLastUpdated stringDate and time the store was last updated in ISO 8601 format.
Groups array
Groups arrayA list of the store’s groups.
View child attributes
Id integer
Id integerUnique identifier for the Group object
Name string
Name stringName of the group
NumberOfProducts integer
NumberOfProducts integerNumber of products in the group.
DateLastUpdated string
DateLastUpdated stringDate and time the store was last updated in ISO 8601 format.
StartDate string
StartDate stringDate and time (in ISO 8601 format) that the store is first made available on the platform.
EndDate string
EndDate stringDate and time (in ISO 8601 format) that the store is made unavailable on the platform.
Status enum
Status enumStatus of the group.
| View possible enum values | |
|---|---|
ACTIVE | The group is active. |
DISABLED | The group is not active. |
CatalogId integer
CatalogId integerUnique identifier for the object referred to as the impact.com Catalog Id.
Uri string
Uri stringFull URL of an endpoint to call to view a group’s details.
ItemsUri string
ItemsUri stringDirect URI of an endpoint to call to view a list of items.
{
"Id": "555",
"Name": "ACME Group",
"NumberOfProducts": "5",
"DateLastUpdated": "2022-10-04T00:22:06-07:00",
"StartDate": "",
"EndDate": "",
"Status": "ACTIVE",
"CatalogId": "9999",
"Uri": "https://example.com/secure/mediapartner/ads/view-products-flow.ihtml#/partnerproducts/campaignId=8123&ProductGroups=555",
"ItemsUri": "/Mediapartners/IRjnYtzeHhaR116142yBQMg6n76dULQUn1/Stores/8123/Group/555/Items"
}StoreUri string
StoreUri stringFull URL to see a store’s details in a web browser.
Uri string
Uri stringDirect URI to view a store’s details when calling this endpoint.
{
"Id": "8123",
"Name": "ACME Campaign",
"NumberOfGroups": "1",
"DateLastUpdated": "2022-09-01T19:32:12-07:00",
"StoreUri": "https:/acme.impactradius.net/secure/mediapartner/ads/view-partner-storefront-flow.ihtml?storefrontId=8123",
"Uri": "/Mediapartners/<AccountSID>/Stores/8123",
"Groups": [
{
"Id": "555",
"Name": "ACME Group",
"NumberOfProducts": "5",
"DateLastUpdated": "2022-10-04T00:22:06-07:00",
"StartDate": "",
"EndDate": "",
"Status": "ACTIVE",
"CatalogId": "9999",
"Uri": "https://example.com/secure/mediapartner/ads/view-products-flow.ihtml#/partnerproducts/campaignId=8123&ProductGroups=555",
"ItemsUri": "/Mediapartners/IRjnYtzeHhaR116142yBQMg6n76dULQUn1/Stores/8123/Group/555/Items"
}
]
}