Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.41 KB

MenuSyncWebhookRequest.md

File metadata and controls

15 lines (12 loc) · 1.41 KB

# MenuSyncWebhookRequest

Properties

Name Type Description Notes
request_id string An universally unique identifier (UUID) string. Used to uniquely identify a webhook request. Partners should use this value to distinguish between different webhook requests. If two requests contain the same requestID, only the first request should be considered and later requests must be ignored or discarded. [optional]
merchant_id string The merchant's ID that is in GrabFood's database. [optional]
partner_merchant_id string The merchant's ID that is on the partner's database. [optional]
job_id string An UUID string. Uniquely identifies a menu sync job. This can be found from the Menu Update Notification API response header. [optional]
updated_at string Indicates the time of menu sync status change. This is based on ISO_8601/RFC3339. For example: `2022-07-29T15:55:59Z`. [optional]
status string Indicates the state of the menu sync job. [optional]
errors string[] A string array of errors that occurred during processing. This array is empty if the status is not `FAILED`. [optional]

[Back to Model list] [Back to API list] [Back to README]