When setting up a connection between BC and a webshop using the Tinx connector, several tools and documentation resources can be quite useful. Some common ones are listed below.
NAV/BC
- How to use symbols to filter records in NAV/BC (https://docs.microsoft.com/en-us/dynamics-nav-app/ui-enter-criteria-filters)
Shopify
- Shopify's REST API reference (https://shopify.dev/docs/admin-api/rest/reference)
- Shopify's GraphQL reference (https://shopify.dev/docs/api/admin-graphql)
WooCommerce
Woo's REST API reference (https://woocommerce.github.io/woocommerce-rest-api-docs/)
APIs
- Fake Online REST API for testing and prototyping (https://jsonplaceholder.typicode.com/)
Postman
A wonderful tool, Postman can be used to test messages of an integration and general connections between webshop and ERP. Often useful to see whether whitelisting is occurring and preventing communication between platforms. Note to clear the cookies should odd HTML responses start popping up.