Skip to main content
GET
/
2023-11
/
admin
/
supplierProducts
/
{id}
Details
curl --request GET \
  --url https://api-staging.genuka.com/2023-11/admin/supplierProducts/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "content": "body_html",
  "handle": "handle-herzcde",
  "metadata": {
    "shopifyId": "id"
  },
  "title": "Title"
}
'
{
  "barcode": null,
  "company_id": "01hqydxwtxdj3kmzp3bz7jk73g",
  "content": "body_html",
  "created_at": "2025-10-10T15:39:57.000000Z",
  "deleted_at": null,
  "handle": "title",
  "id": "01k77cer8m5rwdvg0rgwp13wmt",
  "medias": [],
  "metadata": {
    "matchingMediaIds": [],
    "shopifyId": "id"
  },
  "price": 3000,
  "product_variant_id": null,
  "sku": null,
  "supplier": null,
  "supplier_id": null,
  "tags": [],
  "title": "Title",
  "updated_at": "2025-10-10T15:40:49.000000Z"
}

Authorizations

Authorization
string
header
required

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

Headers

x-company
string
Example:

"{{companyId}}"

Path Parameters

id
string
required

Body

application/json
content
string
Example:

"body_html"

handle
string
Example:

"handle-herzcde"

metadata
object
title
string
Example:

"Title"

Response

200 - application/json

200

barcode
unknown
company_id
string
Example:

"01hqydxwtxdj3kmzp3bz7jk73g"

content
string
Example:

"body_html"

created_at
string
Example:

"2025-10-10T15:39:57.000000Z"

deleted_at
unknown
handle
string
Example:

"title"

id
string
Example:

"01k77cer8m5rwdvg0rgwp13wmt"

medias
any[]
Example:
[]
metadata
object
price
number
Example:

3000

product_variant_id
unknown
sku
unknown
supplier
unknown
supplier_id
unknown
tags
any[]
Example:
[]
title
string
Example:

"Title"

updated_at
string
Example:

"2025-10-10T15:40:49.000000Z"