Integration
Update connector info
Information
Item |
Value |
Rate Limited? |
No |
Method |
PUT |
URL |
https://api.eber.co/v3/public/integration/update/{uuid} |
Fields
Item |
Required? |
Type |
Description |
uuid |
Yes |
String |
Connector uuid |
store_id |
No |
Integer |
Default Store Id |
store_ids |
No |
Array |
Store connection mapping |
store_ids
Example
[
"1": {
"custom_id": "001"
},
"2": {
"custom_id": "002"
}
]
Result
{
"id": 191,
"business_id": 15,
"user_id": 5683,
"type": "integration",
"status": true,
"created_at": "2022-04-13 02:04:24",
"updated_at": "2022-04-13 02:04:24",
"name": "Zeoniq",
"store_id": null,
"sub_type": "zeoniq",
"uuid": "1eb998f0-74a9-4893-86df-2e4ba1a1a5f4",
"deleted_at": null
}