Core APIs
...
Results
Seller Data

Seller Profile

2min

Seller Profile Results

When making a request with the type parameter set to type=seller_profile BlueCart API will return Seller Profile data for the seller specified in the seller_id or url parameter.

Seller Profile data is retrieved from the seller profile page for a single seller on Walmart.

Seller Profile Page
Seller Profile Page


An example of the JSON object returned from a Seller Profile request is shown below:

JSON


BlueCart API returns the following properties for Seller Profile requests:

Property

Type

Description

seller_details

object

Seller Details Object The seller details object contains address, contact and ratings details about the seller.

  • name
  • string
  • The name of the seller.



  • id
  • string
  • The seller ID.



  • id_secondary
  • string
  • The secondary seller ID, if shown.



  • link
  • string
  • A link to the seller profile page.



  • is_pro_seller
  • boolean
  • Set to true if this seller is flagged as a Pro Seller.



  • logo
  • string
  • The link to the logo of the seller.



  • phone
  • string
  • The phone number of the seller, if shown.



  • percent_positive
  • number
  • The percentage of positive ratings this seller has received.



  • about
  • string
  • The "about us" text on the seller profile page (if shown).



  • service_text
  • string
  • The "customer service" text on the seller profile page (if shown).



  • returns_policy
  • string
  • The "returns policy" text on the seller profile page (if shown).



  • shipping_text
  • string
  • The "shipping info" text on the seller profile page (if shown).



  • rating
  • number
  • The rating of the seller, out of 5.



  • ratings_total
  • number
  • The total number of customer ratings the seller has received.



  • address
  • object
  • An object containing the postal address of the seller, contains string properties address1 , address1 , city , state , zipcode and country .



  • rating_breakdown
  • object
  • An object containing a star-rating breakdown of the number of seller reviews per star-rating this seller has received. Contains number properties one_star , two_star , three_star , four_star and five_star .


Next Steps      Seller Profile Parameters

Updated 06 Aug 2024
Did this page help you?