⚙️Examples
Request:
curl --location --request GET 'https://api.alephcrm.com/v2/accounts/ZZZZ/stores?API_KEY=AAAAAAAA-XXX-XXX-XXX-XXXXXXXXXXXX \
--header 'Content-Type: application/json' \
--header 'Cookie: xxx' \
Responses:
{
"Paging": {
"Limit": 2,
"Offset": 0,
"Total": 2
},
"Total": 2,
"Results": [
{
"ExternalStoreId": [
{
"Id": "30415012",
"Name": "Mercado Livre",
"MarketplaceId": 1
}
],
"IntegrationCode": "",
"IsPrincipal": true,
"OpenHours": "9 a 18.",
"AvailabilityTimeInHours": 24,
"AllowPickUpStore": true,
"AccountPickup": {},
"Zona": "Sao Paulo",
"DateCreated": "0001-01-01T00:00:00",
"Name": "Principal",
"BusinessName": "Razon social de la empresa"
},
{
"ExternalStoreId": [
{
"id": "30099253",
"name": "Mercado Livre"
}
],
"IntegrationCode": "",
"IsPrincipal": false,
"OpenHours": "Seg a sex das 8h às 18h e sáb das 8h às 12h.",
"AvailabilityTimeInHours": 24,
"AdditionalTimeInHours": 48,
"AllowPickUpStore": true,
"AccountPickup": {
"Name": "PICKUP",
"BusinessName": "PICKUP",
"SellerAccountId": X313
},
"Zona": "Minas Gerais",
"DateCreated": "0001-01-01T00:00:00",
"Name": " PICKUP",
"BusinessName": " Razon social del PICKUP"
}
]
}
Last updated