Skip to main content
GET
/
2023-11
/
admin
/
warehouses
/
{id}
Details
curl --request GET \
  --url https://api-staging.genuka.com/2023-11/admin/warehouses/{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:10:35.000000Z",
  "deleted_at": null,
  "description": "C'est la boutique de Douala",
  "id": "01k77arzp50nrp5d0xnenkpy36",
  "logo": null,
  "logoUrl": null,
  "metadata": null,
  "name": "Test warehouse",
  "shops": [],
  "updated_at": "2025-10-10T15:10:35.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

address
unknown
company_id
string
Example:

"01hqydxwtxdj3kmzp3bz7jk73g"

created_at
string
Example:

"2025-10-10T15:10:35.000000Z"

deleted_at
unknown
description
string
Example:

"C'est la boutique de Douala"

id
string
Example:

"01k77arzp50nrp5d0xnenkpy36"

logoUrl
unknown
metadata
unknown
name
string
Example:

"Test warehouse"

shops
any[]
Example:
[]
updated_at
string
Example:

"2025-10-10T15:10:35.000000Z"