Skip to main content
PATCH
Update store

Authorizations

Authorization
string
header
required

API key authentication. Include your API key as a Bearer token.

Example: Bearer sk_prod_xxxxxx

Get your API key from the Stell Dashboard.

Path Parameters

storeId
string
required

Body

application/json

Fields to update on an existing store.

name
string

Store name

Required string length: 1 - 200
externalId
string

Update external system identifier

Minimum string length: 1
location
object

Physical location of the store: address, coordinate and contact details.

Response

200 response

Response envelope carrying a store.

data
StoreModel · object
required

Physical or virtual location where customers interact.

requestId
string
required

Unique request identifier for debugging

Pattern: ^[0-9A-Z]{26}$