로케일 추가
curl --request POST \
--url https://api.headlesscommerce.io/v1/admin/locales \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locale": "<string>",
"name": "<string>",
"is_default": true
}
'{
"id": "<string>",
"locale": "<string>",
"name": "<string>",
"is_default": true,
"created_at": "2023-11-07T05:31:56Z"
}Admin - 리전 & 다국어
로케일 추가
POST
/
admin
/
locales
로케일 추가
curl --request POST \
--url https://api.headlesscommerce.io/v1/admin/locales \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locale": "<string>",
"name": "<string>",
"is_default": true
}
'{
"id": "<string>",
"locale": "<string>",
"name": "<string>",
"is_default": true,
"created_at": "2023-11-07T05:31:56Z"
}⌘I