Outlet Information
The methods available in Outlet Information are listed in the table given below.
| HTTP Method | Endpoint | Description |
|---|---|---|
| GET | /integrations/partner/v1/linked-outlets | It is used to get a list of your linked outlets and their basic information. |
| PUT | /integrations/partner/v1/outlet-link | It is used to link an outlet. |
| PUT | /integrations/partner/outlets/{outlet_id}/v1/link/{product} | It is used to link a specific outlet to a specific product integration |
| DELETE | /integrations/partner/v1/outlet-link | It is used to unlink an outlet. |
| DELETE | /integrations/partner/outlets/{outlet_id}/v1/link/{product} | It is used to link a specific outlet to a specific product integration |
| GET | /integrations/partner/v1/token-info | It is used to get outlet information based on the token. |
| GET | /integrations/partner/outlets/{outlet_id}/v1 | It is used to get detailed information about a specific outlet. |