curl \
--request PUT 'http://test.api.fygi.store/external/api/stores' \
--header "authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '[
{
"id": "string",
"title": "string",
"handle": "string",
"subTitle": "string",
"relatedProductsTitle": "string",
"active": true,
"address": "string",
"postalCode": "string",
"city": "string",
"enterMessage": {
"message": "string",
"active": true
},
"exitMessage": {
"message": "string",
"active": true
},
"checkoutMessage": {
"message": "string",
"active": true
},
"currencyCode": "string",
"cultureName": "string",
"legalIdentifier": "string",
"customerServiceEmail": "string",
"selfCheckoutThresholdAmount": 42,
"selfCheckoutPercent": 42,
"adjustmentTypes": [
"string"
],
"storeProfileId": "string"
}
]'
curl \
--request PUT 'http://test.api.fygi.store/external/api/stores' \
--header "authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request PUT 'http://test.api.fygi.store/external/api/stores' \
--header "authorization: $API_KEY" \
--header "Content-Type: application/*+json"