This page covers the steps required to build your integration with Order with Google.
-
Project setup
- Create an Actions project with the Food Ordering category. For more details, see Create a project.
- Grant editor access to fo-partner-eng@google.com and food-support@google.com on your Order with Google project. This lets Google access your project for technical support.
- If you haven't done so already, register as a Google Pay API merchant with this sign-up form.
- If you have received a formal contractual approval from Order with Google team to proceed with your integration submit an onboarding request, else express your interest by submitting the Order with Google interest form.
-
Feed implementation
- Create your
Restaurant
,Service
, andMenu
feeds. For more details, see Create a data feed. - Test your feeds using the Preview Tool. For more details, see Test data feed.
- Generate feed files programmatically for batch ingestion.
- Host your sandbox and production feeds for batch ingestion. For more details, see Batch ingestion.
- Build incremental updates. For more details, see Incremental inventory updates.
- Create your
- Design your fulfillment endpoint implementation. For more details, see Fulfillment API.
-
Checkout Action
- Build your Checkout Action for the ideal, default use case (also called the happy path). For more details, see Fulfillment API and Set up Checkout.
- Test your Checkout Action using the Preview Tool. For more details, see Test Checkout.
- Build edge case handling into your Checkout Action.
- Test your Checkout Action using the automated testing tool. For more details, see Test with the automated testing tool.
-
Submit Order Action
- Build your Submit Order Action. For more details, see Fulfillment API and Set up Submit order.
- Test your Submit Order Action using the Preview Tool. For more details, see Test Submit order.
- Build edge case handling in your Submit Order Action.
- Test your Submit Order Action using the automated testing tool. For more details, see Test with the automated testing tool.
-
Online payment
- Validate your Tokenization Parameters using the jsfiddle tool. For more details, see Test online payment.
- Implement the tokenization parameters in your Checkout response. For more details, see Set up Google Pay.
- Implement the charge API of your payment processor in the Submit Order Action. For more details, check with your payment processor.
- Test Test your tokenization parameters using the Preview Tool. For more details see Test online payment.
- Build async order updates. For more details, see Async order update.
-
Testing
- Perform your own User Acceptance Test (UAT) with end-to-end testing. For more details, see Test in preview mode.
- Run the automated testing tool to test edge cases. For more details, see Automated integration test.
-
Alpha testing
- Ingest your production data feeds. For more details, see Batch ingestion.
- Run the automated testing tool using your production data feed and fulfillment endpoint. Exclude the Submit Order test conditions for this test. For more details, see Test with the automated testing tool.
- Deploy a release to the Alpha channel. For more details, see Create a release.
- Create 5 to 10 orders in the Alpha channel.
-
Launch preparation
- Promote the release version that's in the Alpha channel to the AoG Test and Production channels. For more details, see Manage and promote a release.
- Contact your Google Consultant and wait for further instructions. For more details, see Prepare for launch and Launch readiness checklist.