Item management API requests
This table shows how the Item management API requests tie into the steps outlined in the overview workflow diagram, a short description of the API, call type, communication type, link to the API reference, and the API throttling limits.
Overview Step | Request | Description | Call Type | Type | Rates/Limits (Transactions per minute) |
---|---|---|---|---|---|
1 | Get Spec API | Request item setup requirements for up to 20 product types | POST | Sync | Three TPM |
2 | Taxonomy API | Get hierarchy of Product Types needed for Item Setup and Maintenance | GET | Sync | 200 TPM Shared with Get Items Count by Status |
1a and 4 | Get Items Count by Status API | Retrieve the total number of items filtered by a specific status, such as PUBLISHED or UNPUBLISHED | GET | Sync | 200 TPM Shared with Taxonomy |
1a and 4 | Catalog Search API | Search your catalog with attributes like price, listing status, and rating along with support for wildcard queries | POST | Sync | 200 TPM Shared with Get Item Associations |
1a and 4 | Get Item Associations API | Retrieve shipping templates and fulfillment centers associated with your item SKUs | POST | Sync | 200 TPM Shared with Catalog Search |
1a and 4 | Item Search API | Query the Walmart.com global product catalog by item keyword, UPC or GTIN | GET | Sync | 200 TPM |
1a and 4 | Get Item Count by Groups API | Count items that share a common variant ID | GET | Sync | 100 TPM |
2 | Bulk Item Setup API | Add or update items in bulk for any item spec versions | POST | Async | MP_ITEM - 10/hr MP_WFS_ITEM - 10/hr MP_ITEM_MATCH - 20/hr MP_INVENTORY - 50/hr MP_MAINTENANCE - 10/hr OMNI_WFS - 10/hr |
2a | Retire an Item API | Retire an item identified by its SKU | DELETE | Sync | 900 TPM |
3 | All feed statuses API | Returns the feed statuses for all the specified Feed IDs | GET | Sync | 5000 TPM Shared with Feed item status |
3 | Feed item status API | Returns the feed and item status for a specified Feed ID | GET | Sync | 5000 TPM Shared with All feed statuses |
3a | Hazmat items on hold API | Lists items that are on hold for hazmat compliance review. This is a WFS Only function | POST | Sync | 30/Hour |
1a and 4 | All Items API | Displays a list of all items by using either nextCursor or offset and limit query parameters | GET | Sync | 300 TPM (with showDuplicateItemInfo parameter, its 60 TPM) |
1a and 4 | An item API | Retrieves an item and displays the item details | GET | Sync | 900 TPM (with showDuplicateItemInfo parameter, its 60 TPM) |
Updated 7 days ago