cancel
Showing results for 
Search instead for 
Did you mean: 

When create a Order using Rest API not go through the Seller dashboard,We using Apptha MultiVendor

When create a Order using Rest API not go through the Seller dashboard,We using Apptha MultiVendor

Hello,

 

When create a Order using Rest API not go through the Seller dashboard,We are using Apptha Multi Vendor extension.

 

When create a order using rest API (Call "payment-information"), I Got Order id into the response, But ordered product not go through the seller order section. But when I orderd from website, this process working well.I check the extension "events.xml" file and found a observer module call after order. Please check the below code.

<event name="checkout_onepage_controller_success_action">
    <observer name="marketplace_order_details" instance="Apptha\Marketplace\Observer\Ordermanage" />
</event>

How can I solve this issue for rest api orders?