GET
/
api
/
v2
/
storefront
/
vendors
/
{vendor_slug}
curl --request GET \
  --url https://demo.spreecommerce.org/api/v2/storefront/vendors/{vendor_slug}
{
  "data": {
    "id": "e1171601-a4ce-47d2-a795-c96fbdf20029",
    "type": "vendor",
    "attributes": {
      "name": "Best Shoes",
      "email": "[email protected]",
      "slug": "best-shoes",
      "about_us": "<p>We are your #1 shoe store.</p>\n<p>Follow us on social media.</p>",
      "logo_url": "https://assets.com/images/logo_name",
      "cover_photo_url": "https://assets.com/images/wide_tree_wzxgak"
    }
  }
}

Path Parameters

vendor_slug
string
required

Look for Vendor by ID or their slug

Query Parameters

fields[vendor]
string

Specify the fields you would like returned in the response body. More information.

Response

200
application/vnd.api+json
200 Success - Returns the `vendor` object.
data
object
required

Vendors are Sellers in the marketplace.