FrendsPlatform / FrendsTemplates

0 stars 0 forks source link

Magento to Dynamics365 - Orders #95

Open jefim opened 2 weeks ago

jefim commented 2 weeks ago

Sync order details (order ID, customer info, items, total price, order status) from Magento to Dynamics 365.

Use our dynamics connector.

GET /rest/V1/orders
Host: your-magento-store.com
Authorization: Bearer your-magento-access-token
POST /api/data/v9.1/salesorders
Host: your-dynamics-instance.api.crm.dynamics.com
Authorization: Bearer your-dynamics-access-token
Content-Type: application/json

{
  "name": "Order 1001",
}
sleekplan[bot] commented 2 weeks ago

This issue has been linked to frends-templates.sleekplan.app/feedback/164578. You can follow the discussion there!