Seller Profile
GET /request
The Seller Profile Parameters are applicable when making a request with type=seller_profile to retrieve seller profile data for a single seller on Walmart - the seller is specified using either the seller_id or url parameter (where the url parameter contains a link to a Walmart seller page). The parameters should be appended as querystring parameters to the Walmart Product Data API GET HTTP request.
Seller Profile data is retrieved from the seller profile page for a single seller on Walmart.
For example, to request seller profile for the Seller ID 10087 the request would be:
The following parameters are available for all requests made when type=seller_profile in addition to the Common Parameters.
Parameter | Required | Description |
---|---|---|
seller_id | optional | The Walmart Seller ID to retrieve seller data for. Note : If the seller_id parameter is supplied then the url parameter is ignored. |
url | optional | The Walmart seller-profile page URL to retrieve the seller profile from. |
Next Steps Seller Profile Results