Introduction: List of RosettaNet PIP(Partner Interface Processes) standard transaction message formats: 3A1 Request Quote 3A2 Request Price and Availability 3A3 Request Shopping Cart Transfer 3A4 Request Purchase Order 3A5 Query Order Status 3A6 Distribute Order Status 3A7 Notify of Purchase Order Update 3A8 Request Purchase Order Change 3A9 Request Purchase Order Cancellation 3A10 Notify of […]
Overview: MDH (Master Data Hub): Repositories: Models: Metrics: Golden Records: A Golden Record is the single source of truth about a business entity such as a customer or product. It contains validated data about the entity. Quarantine Records: Data that is considered inaccurate, unverified, outdated, or incomplete is directed to quarantine for review by the […]
Overview: Repositories: Models: Master Data Hub REST APIs Types: Practical Implementation in Boomi: Let us see by using APIs how we can get the MDH Models details present in a particular Boomi account using Platform API. Step 01: Master Data Hub is one of the service provided by Boomi, click on the Services and click […]
Introduction: GraphQL is a query language for API’s and a runtime for executing those queries against our requested data. GraphQL provides a more efficient, powerful, and flexible alternative to the traditional REST API. Advantages: With GraphQL, we can request only the data that we need, and nothing more. This helps in reducing over-fetching or under-fetching […]
Common Terminologies: EDI:- EDI stands for Electronic Data Interchange. It is a standard electronic format that replaces paper-based documents such as Purchase orders and Invoices. In EDI transactions information moves directly from a computer application in one organization to a computer application in another organization. B2B:- B2B stands for Business to Business refers to transactions […]
API Proxy components are deployable components that allow for the direct proxying of a request through an API Gateway to a service which is not served through an Atom, Molecule, or Atom Cloud. Problem Statement: “How to implement API Proxy component in Boomi”. In this use-case, we will make use of a Open API Specification […]