POST feeds: Migrate offers between manual and SSS templates
The POST feeds endpoint allows sellers to quickly migrate configurations between manual and SSS templates. Sellers need to have account level settings created before using this endpoint.
Request Parameters
Name | Required | Type | Description |
---|---|---|---|
feedType | Yes | string | Default: “PROGRAM_ACTIONS ”Feed Type |
requestType | Yes | string | Default: “SHIPPING_CONFIG ”Request Type |
ProgramActionFeedHeader | No | object | ProgramAction feed header details |
ProgramAction | No | array of objects | This includes all the SKU ids and the type of shipping configuration to migrate. |
Sample Request
POST feeds: Migrate offers between manual and SSS templates (Select to expand)
{ "ProgramActionFeedHeader": { "version": "5.0.20241002-17_27_17-api", "locale": "en", "businessUnit": "WALMART_US" }, "ProgramAction": [ { "Programs": { "ShippingConfiguration": { "itemShippingConfiguration": "Simplified Shipping Settings" } }, "ItemIdentifiers": { "sku": "8922gfgf" } } ]
}
Sample Response
Name | Type | Description |
---|---|---|
feedId | strings | A unique ID, returned from the Bulk Migration API, used for tracking the Feed File. |
POST feeds: Migrate offers between manual and SSS templates (Select to expand)
{ "feedId": "17EF05E37122540094F294ED0F8F66B8@Af8BBgAY"
}
Updated 3 days ago