Add an item SKU to a shipping template
After you create the Shipping Template, you can associate items that use it by mapping the product SKU to the template.
Note: This API is applicable for sellers who do not use the Shipping with Walmart as their fulfilment choice |
---|
Step 1: Map the SKU to a shipping template
To map an item SKU to a shipping template, use the Bulk Item Setup (Multiple) API. Specify SKU_TEMPLATE_MAP for the feed type. For example, call POST /v3/feeds?feedType=SKU_TEMPLATE_MAP
Provide your sample file with values for required parameters in your request payload:
- sku – Item SKU code
- actionType – Specify “Add” to associate SKU to the template
- shippingTemplateId – provide the Shipping Template ID that you want to associate the SKU to
- fulfillmentCenterId – provide the Fulfillment Center ID
To view an example, see Bulk Item Setup (Multiple) API Reference. Download the SKU-TEMPLATE-MAP file from Seller Center
Note: Make sure to send the feed file as an attachment set the Content type to “multipart/form-data” in the header.
When you send a SKU_TEMPLATE_MAP feed to Walmart, it validates according to Attribute type and acceptable format.
If you provide an incorrect Shipping Template ID, Fulfillment Center ID, or invalid SKU, you will get data or system errors. Here are some tips to fix the errors.
Get Feed Status Errors
If you call Get Feed Status API it might fail if you do not include all required parameters in the request.
Make sure that you include the selling channel in the request.
For example:
"ItemFeedHeader": { "sellingChannel": "precisedelivery", "locale": "en", "version": "1.0"
Updated about 1 month ago