Skip to content

Workflow and Infrastructure

Michel Lima edited this page Jul 23, 2020 · 11 revisions

Workflow

Description There are two main workflows on market place integration

  • Recipient creation

Our module is triggered every time a customer is authorized as a vendor on Webkul market place plugin and sends a request to our module's api that is responsible for create a recipient on Mundipagg's api.

  • Splitting payments

On order creation our module check if there is a vendor's product in user's cart then get split data from stored data.

Workflow charts

Magento 2 Market Place

Workflow

Vendor registration

Order creation

Infrastructure

Module's api endpoints

  • Create recipient
  • Get recipient
  • Get split data
Clone this wiki locally