The documentation below refers to Amazon and Walmart storefronts on your Feedvisor dashboard in the following order:
- Advertising-related configuration files - available for both Amazon and Walmart
- Repricing/Analytics-related files - available for Amazon stores only
Walmart storefronts currently support the following:
1. AMAZON_ADVERTISING_ALL (with respective mandatory report sub types)
2. CONFIGURATION - Inventory and listings configuration file, only for non-amazon stores.
Method
|
POST |
URL
|
<Post Authentication Base URL>/{accountId}/report |
URL parameters
|
accountId: accountId - int |
Parameters
|
| Parameter |
Type |
Optional |
Value |
Description |
| fileType |
string |
yes |
XLSX / CSV |
(default: XLSX) |
| reportType |
string |
yes |
- CONFIGURATION_V2
- CONFIGURATION_MINIMAL
- REPLENISH_V2
- NON_COMPETITIVE_V2
- CUSTOM_ATTRIBUTE
- AMAZON_ADVERTISING_ALL
- ADVERTISING_INITIATIVE_ALL
|
(default: CONFIGURATION_V2)
|
| reportSubType |
string |
no |
|
Send ONLY when requesting the AMAZON_ADVERTISING_ALL OR ADVERTISING_INITIATIVE_ALL
reportType
|
| fulfillmentChannel |
string |
yes |
FBM/FBA
|
Ability to filter by their fulfillment channel
(don’t send if you don’t want to filter)
|
| repricingStatus |
boolean |
yes |
true/false |
Ability to filter by their repricing status (don’t send if you don’t want to filter) |
| inStock |
boolean |
yes |
true/false |
true, if you want in-stock items only and false if you want items that are not in stock (don’t send if you don’t want to filter) |
| hasBB |
boolean |
yes |
true/false |
true, if you want items that had buy box share and false if you want items that did not have buy box share. Amazon only (don’t send if you don’t want to filter) |
| active |
boolean |
yes |
true/false
|
true = will generate a file with Active listings only
false = will generate a file with Inactive listings only
no value = will generate a file with both Active and Inactive listings
|
| Search |
string |
yes |
|
Ability to return the search string in the product name or ASIN or SKU in Amazon accounts. And will search for SKU for non-Amazon accounts (don’t send if you don’t want to filter) |
| advertisePeriodStartDate |
string |
yes |
YYYY-MM-DD |
The start of a date and time range.
Send ONLY when requesting the AMAZON_ADVERTISING_ALL
reportType
|
| advertisePeriodEndDate |
string |
yes |
YYYY-MM-DD |
The end of a date and time range.
Send ONLY when requesting the AMAZON_ADVERTISING_ALL
reportType
|
advertisingMetricsDaysBack
|
string |
yes |
1 /7 /14 /30 /60 Default: 30 days.
|
The number of days back for metrics -
Send ONLY when NO custom date range is inserted, requesting the AMAZON_ADVERTISING_ALL
reportType
|
|
Headers
|
Authorization: Bearer <access token> (Same as described above)
|
Example response
|
{
"requestId":<requestId>
}
|
When choosing CSV fileType, a zip file with two files will be provided, containing a file for inventory configurations and a file for listing configurations
Comments
0 comments
Please sign in to leave a comment.