upload_feed
Upload a feed file to Walmart Marketplace, specify feed type and file path to get a feed ID for processing.
Instructions
[WalmartMarketplace] Upload a feed file for a feed type. Posts the local file as multipart/form-data to /v3/feeds and returns the feed id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | Yes | [WalmartMarketplace] Region label, e.g. us. Src: config. | |
| feed_type | Yes | [WalmartMarketplace] Walmart feedType, e.g. MP_ITEM, MP_INVENTORY, RETIRE_ITEM. Valid values are enumerated on each domain's POST /v3/feeds operation. Src: operations. | |
| file_path | Yes | [WalmartMarketplace] Local path of the feed file to upload. | |
| environment | Yes | [WalmartMarketplace] Target environment — production or sandbox. Src: config. | |
| advertiser_id | Yes | [WalmartMarketplace] Advertiser (seller profile) id to act as. Src: config. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| curl | No | ||
| error | No | ||
| cached_at | No | ||
| truncated | No | ||
| status_code | No |