{}
curl --location 'https://oms.osl.sohomall.jp/api/openapi/warehouse/list' \ --header 'App-Key;' \ --header 'Nonce;' \ --header 'Sign;' \ --header 'Timestamp;' \ --header 'Content-Type: application/json' \ --data '{}'
{ "code": 0, "message": "success", "data": [ { "warehouseCode": "TYO-WH01", "warehouseName": "東京1号倉庫", "countryCode": "JP", "countryName": "日本" } ] }