Skip to main content
PUT
/
2023-11
/
admin
/
shops
/
{id}
Update
curl --request PUT \
  --url https://api-staging.genuka.com/2023-11/admin/shops/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "La Mater Market - Yaoundé"
}
'
{
  "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 Mater Market - Yaoundé",
  "slug": "la-mater-market-yaounde",
  "updated_at": "2025-10-10T15:18:58.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
name
string
Example:

"La Mater Market - Yaoundé"

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 Mater Market - Yaoundé"

slug
string
Example:

"la-mater-market-yaounde"

updated_at
string
Example:

"2025-10-10T15:18:58.000000Z"

warehouses
any[]
Example:
[]