메인 콘텐츠로 건너뛰기
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": {}
}

인증

Authorization
string
header
필수

API Key. Example: sk_live_xxxxx or pk_live_xxxxx

응답

200 - application/json

성공

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

basis points. 1000 = 10%

metadata
object