Skip to main content
GET
/
sku-v2
/
{id}
/
with-product
Get a specific SKU by ID with product information
curl --request GET \
  --url https://api.io.droplinked.com/sku-v2/{id}/with-product \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 400,
  "message": "Bad Request",
  "error": "Invalid input data"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

id identifier

Example:

"507f1f77bcf86cd799439011"

Response

Success