WooCommerce order data schema
WooCommerce order data schema. Take a look to the representation of the available data for each bridged order.
Tutorials, guides and code snippets.
WooCommerce order data schema. Take a look to the representation of the available data for each bridged order.
In this tutorial we will explain how to bridge your WordPress forms to Holded to set up a transactional form that creates product quotations. The resulting bridge will create a contact, and a new quotation linked to the former and with a product line with unit price and quantity. This tutorial assumes you have a
In this tutorial we will talk about the debug console and how you can use it to inspect your bridges running under the hood. Forms Bridge is a plugin that handles form submission as a stream of data that flows from your WordPress forms to your backend APIs. No records are saved on the database,
In the tutorial we will explain in detail field mappers and json fingers. The tutorial includes tips and tricks for its use and advanced use examples. Forms Bridge use workflows to process form submission data before it is sent over the wire. A workflow is a chain of jobs that receive a form submission payload
In this tutorial we will explain how to bridge your WordPress forms to Odoo to set up a transactional form that creates product quotations. The resulting bridge will create a partner, and a new quotation linked to the former and with a product line with unit price and quantity. This tutorial assumes you have an
Forms Bridge utilizes JSON Schemas to describe settings and perform data validations. An example of this use is the Workflow Jobs registration. This is the schema of a workflow job setting data: And this is an example of a valid workflow job setting data: And this is the forms_bridge_holded_contact_id method definition: To validate this settings