Web API
Web Informations
List Informations
GET /api/v1/manager-core/web/informations
Get all web informations/pages.
Create Information
POST /api/v1/manager-core/web/informations
Create a new web information page.
Update Information
POST /api/v1/manager-core/web/informations/update
Update a web information page.
Request Body:
| Parameter | Type | Required | Validation |
|---|---|---|---|
| id | integer | Yes | Information ID |
Address Search
Search by Post Code
POST /api/v1/manager-core/search-post-code
Get address from postal code.
Search States
POST /api/v1/manager-core/search-states
Get states/provinces.
Search Cities
POST /api/v1/manager-core/search-cities
Get cities.
Search Post Codes
POST /api/v1/manager-core/search-post-codes
Get postal codes.
Customers
Search Customers
POST /api/v1/manager-core/customers/search
Request Body:
| Parameter | Type | Required | Validation |
|---|---|---|---|
| q | string | Yes | Search query |
Get Customer Profile
GET /api/v1/manager-core/customers/profile/{email}
Get customer profile by email.
Parameters:
email(path) - Customer email