curl -i -X GET \ https://api.h4b.dev/api/v2/Store \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "store": {
- "storeId": 0,
- "name": "string",
- "address": "string",
- "email": "string",
- "phone": "string",
- "supportPhone": "string",
- "storeUrl": "string",
- "isActive": true,
- "description": "string",
- "storeImageUrl": "string",
- "storeBannerUrl": "string",
- "storeBannerColor": "string",
- "openDays": [
- {
- "id": "string",
- "name": "string",
- "isActive": true,
- "hours": [
- {
- "startTime": "08:00",
- "endTime": "15:00"
}
]
}
], - "paymentOptions": [
- {
- "paymentOptionId": 0,
- "isManaged": true,
- "name": "string",
- "instructions": "string",
- "paymentOptionType": 0,
- "isActive": true
}
], - "shipmentOptions": [
- {
- "shipmentOptionId": 0,
- "name": "string",
- "baseCost": 0,
- "originAddress": "string",
- "isManaged": true,
- "isActive": true,
- "acceptsCash": true
}
], - "location": {
- "latitude": 0,
- "longitude": 0
}, - "bankAccountInfo": {
- "accountName": "string",
- "accountNumber": "string",
- "accountType": "string",
- "bankName": "string",
- "currency": "string",
- "email": "string"
}, - "invoiceInformation": {
- "businessName": "string",
- "taxCode": "string",
- "fiscalAddress": "string",
- "email": "string",
- "metafields": [
- {
- "namespace": "string",
- "key": "string",
- "value": "string",
- "valueType": 0
}
], - "legalRepresentative": "string",
- "legalRepresentativeId": "string",
- "fiscalAddressDelivery": "string"
}, - "hugoTerritory": {
- "id": "string",
- "name": "string",
- "country": "string"
}, - "hasInstallments": true,
- "installmentOptions": [
- 0
], - "webhook": {
- "url": "string",
- "key": "string"
}, - "businessCategories": [
- {
- "businessCategoryId": 0,
- "name": "string",
- "holdingId": 0,
- "holdingName": "string"
}
], - "countryCode": "string",
- "lastActivationUpdate": "2019-08-24T14:15:22Z",
- "salesChannelOptions": [
- {
- "storeSalesChannelOptionId": 0,
- "salesChannel": 1,
- "isActive": true
}
], - "headBandText": "string",
- "defaultLocationId": 0,
- "algoliaSettings": {
- "appId": "string",
- "apiKey": "string"
}
}
}