Skip to main content
GET
/
2023-11
/
admin
/
shops
/
{id}
Details
curl --request GET \
  --url https://api-staging.genuka.com/2023-11/admin/shops/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "content": "body_html",
  "handle": "handle-herzcde",
  "metadata": {
    "shopifyId": "id"
  },
  "title": "Title"
}
'
{
  "address": null,
  "company_id": "01hqydxwtxdj3kmzp3bz7jk73g",
  "created_at": "2025-10-10T15:17:48.000000Z",
  "currency_code": "XAF",
  "currency_name": null,
  "deleted_at": null,
  "description": "C'est la boutique de Douala",
  "domains": [],
  "id": "01k77b674gsqhykmbfp5hn1n7a",
  "logo": null,
  "logoUrl": "",
  "metadata": null,
  "name": "La boutique de test",
  "slug": "la-boutique-de-test",
  "updated_at": "2025-10-10T15:17:48.000000Z",
  "warehouses": []
}

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

address
unknown
company_id
string
Example:

"01hqydxwtxdj3kmzp3bz7jk73g"

created_at
string
Example:

"2025-10-10T15:17:48.000000Z"

currency_code
string
Example:

"XAF"

currency_name
unknown
deleted_at
unknown
description
string
Example:

"C'est la boutique de Douala"

domains
any[]
Example:
[]
id
string
Example:

"01k77b674gsqhykmbfp5hn1n7a"

logoUrl
string
Example:

""

metadata
unknown
name
string
Example:

"La boutique de test"

slug
string
Example:

"la-boutique-de-test"

updated_at
string
Example:

"2025-10-10T15:17:48.000000Z"

warehouses
any[]
Example:
[]