Get item associations
Use the POST Get Item Associations API request to get shipping templates associated with your items. As part of Precise Delivery Program, Sellers and Channel Partners can associate SKUs to Shipping Template(s). The initial configuration is set with the Bulk Item Setup (Multiple) API.
You can get all Shipping Templates and Fulfillment Centers that are currently associated with each item SKU. Call the POST Get Item Associations API to view current item SKU Shipping Template associations that you’ve set up with the Bulk Item Setup API. For information about how to set this up, refer to Add an item SKU to a Shipping Template.
NOTE: The item mapping to a shipping template takes between 30 minutes to four hours. After this, you can call POST Get Item Associations API to retrieve all items associated with the shipping templates.
Step 1: Send request body with all SKUs
To get the shipping template and fulfillment center associated with each item SKU, provide a list of all item SKUs in the body of the request. For example, call POST /v3/items/associations. The maximum number of item SKUs you can pass in one request is 50.
For an example request body, refer to request samples in the Get Item Associations API reference.
Step 2: View shipping templates for each item SKU
The Get item associations API response returns all shipping templates associated with that item SKU, including the shipping template, and the fulfillment center (also known as the ship node).
For each Shipping Template assigned to a SKU, the response provides:
shippingTemplate
name
– Specified by seller (for example, 2Day – MidWest region)type
– One of the type values: CUSTOM, DEFAULT or DELIVERRid
– Shipping Template identifier specified by the seller
shipNodeName
– Seller-specified Fulfillment Center name (for example, MP_Deliverr)shipNode
– Walmart-specified Fulfillment Center identifier.
For an example response, refer to response samples in the Get Item AssociationsAPI Reference.
Updated 7 days ago