Skip to main content
GET
/
product-v2
/
public
/
shop
/
{shopName}
Get products by shop name (public)
curl --request GET \
  --url https://api.io.droplinked.com/product-v2/public/shop/{shopName} \
  --header 'x-droplinked-api-key: <api-key>'
{
  "statusCode": 400,
  "message": "Bad Request",
  "error": "Invalid input data"
}

Authorizations

x-droplinked-api-key
string
header
required

Path Parameters

shopName
string
required

shopName parameter

Example:

"example-value"

Response

Success