| Name | Type | Description | Notes |
|---|---|---|---|
| partnerMerchantID | String | The merchant's ID that is on the partner's database. | |
| grabMerchantID | String | The merchant's ID that is in GrabFood's database. | |
| integrationStatus | IntegrationStatusEnum | The store integration status. - `INACTIVE`: Merchant integration deactivated - `ACTIVE`: Merchant integration activated - `SYNCING`: Merchant integration is syncing - `FAILED`: Merchant integration has failed |
| Name | Value |
|---|---|
| INACTIVE | "INACTIVE" |
| ACTIVE | "ACTIVE" |
| SYNCING | "SYNCING" |
| FAILED | "FAILED" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |