Servicio para obtener la información del comercio.
Información de la tienda
Credenciales invalidas
curl -i -X GET \ https://api.n1co.com/api/v2/Store \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "storeDetail": {
- "storeId": 0,
- "name": "string",
- "address": "string",
- "email": "string",
- "phone": "string",
- "supportPhone": "string",
- "storeUrl": "string",
- "isActive": true,
- "description": "string",
- "storeImageUrl": "string",
- "storeBannerUrl": "string",
- "storeBannerColor": "string",
- "shipmentOptions": [
- {
- "shipmentOptionId": 0,
- "name": "string",
- "baseCost": 0,
- "originAddress": "string",
- "isManaged": true,
- "isActive": true,
- "acceptsCash": true,
- "hasCustomFee": true,
- "customFeeSettings": {
- "minFeeAmount": 0,
- "maxFeeAmount": 0,
- "feePercentage": 0
}, - "locations": [
- 0
], - "providerCountries": [
- 0
], - "hasProviders": true,
- "ApiSettings": {
- "clientId": "string",
- "clientSecret": "string"
}
}
], - "location": {
- "latitude": 0,
- "longitude": 0
}, - "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",
- "defaultLocationId": 0,
- "isBlocked": true,
- "bankAccounts": [
- {
- "id": 0,
- "accountName": "string",
- "accountNumber": "string",
- "accountType": "string",
- "bankName": "string",
- "currency": "string"
}
]
}
}