Get partner configurations
Get Partner Configurations API provides Partner (Seller) level configurations like Account Status and Feed Throttling Configurations.
The Partner block will have the following fields:
- partnerId – The partner/seller ID
- partnerName – The seller’s legal name
- partnerDisplayName – The seller’s name shown on walmart.com
- partnerStoreId – The partner/seller ID for the Walmart store URL
- businessRegNumber – A registered distinct identifier such as US Tax ID / Foreign Tax ID
- countryOfIncorporation – The country from where the seller conducts their business | ISO 3166 Country code
Account Status of a Partner (Seller) Can be:
- TERMINATED
- ONBOARDING_ACTIVE
- ACTIVE
- ONBOARDING_INACTIVE
- SUSPENDED
- TNS_DECLINED
The Feed Throttling configurations block provides Partner (Seller) Level Throttling configurations for various kinds of Feeds, for example:
- item
- RETIRE_ITEM
- MP_ITEM
- MP_WFS_ITEM
- MP_ITEM_MATCH
- MP_MAINTENANCE
- SKU_TEMPLATE_MAP
- SHIPPING_OVERRIDES
For more details on feed types, refer to the Bulk Item Setup API reference.
This API endpoint is throttled—if you submit too many feeds too quickly, you might hit Walmart’s rate limits and receive HTTP 429 responses. To learn more about throttling, refer to the Marketplace throttling documentation.
Updated 1 day ago