Skip to main content
GET
/
admin
/
store
스토어 설정 조회
curl --request GET \
  --url https://api.headlesscommerce.io/v1/admin/store \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "currency": "<string>",
  "timezone": "<string>",
  "prices_include_tax": true,
  "tax_rate": 123,
  "metadata": {}
}

Authorizations

Authorization
string
header
required

API Key. 예: sk_live_xxxxx 또는 pk_live_xxxxx

Response

200 - application/json

Success

id
string
name
string
currency
string
timezone
string
prices_include_tax
boolean
tax_rate
integer

basis points. 1000 = 10%

metadata
object