V1
Store
Contain all the operations related to stores.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| limit | query | string | false | Maximum number of stores to be returned. |
| postalCode | query | string | true | Postal code to obtain the N nearest stores. |
| storeDelivery | query | boolean | false | Indicates that the shop must have a store delivery service. |
| deviceReturn | query | boolean | false | Indicates that the shop must have a device return service. |
| subchannels | query | string | false | List of subchannels to which the shops to be consulted should belong. |
| brands | query | string | false | List of brands sold by the shops to be returned. |
Request example
|
|
Responses
| Code | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful response. Stores has been found. | [Store] |
| 400 | Bad Request | Bad request | ApiErrorResponse |
| 401 | Unauthorized | Unauthorized | string |
| 500 | Internal Server Error | Internal Server Error | ApiErrorResponse |
200 - instance of Store
Custom schema example
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| dealerCode | string | false | none |
| commercialName | string | false | none |
| addressInfo | Address | false | none |
| phoneNumber | string | false | none |
| string | false | none | |
| location | Location | false | none |
| distance | number(double) | false | none |
| storeDelivery | boolean | false | none |
| deviceReturn | boolean | false | none |
| brands | [Brand] | false | none |
| customInformation | [DealerCustomInfoRequest] | false | [Dealer custom-info.] |
400 - instance of ApiErrorResponse
Custom schema example
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| restErrors | [ApiError] | false | none |
401 - JsonObject
Custom schema example
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| restErrors | [ApiError] | false | none |
500 - instance of ApiErrorResponse
Custom schema example
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| restErrors | [ApiError] | false | none |
Endpoints
Default
Dealer
Fiscal data
Custom information
Campaign
Subchannel
Store
Iam
Brand
Request