FrendsPlatform / FrendsTemplates

0 stars 0 forks source link

Magento to Dynamics 365 - Products & Prices #93

Open jefim opened 2 weeks ago

jefim commented 2 weeks ago

Sync product information (name, description, price, SKU, and inventory) from Magento to Dynamics 365.

We have a Dynamics 365 connector (Request)

  1. Use schedule trigger
  2. Get product information from Magento
  3. Go over products and create those in Dynamics 365. Update if those already exist.
  4. On output state how many created, updated and if any errors occurred.

Example API Calls:

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

{
  "name": "Example Product",
  "description": "Example product description",
  "productnumber": "example-sku",
  "price": 29.99,
  "quantityonhand": 100
}
sleekplan[bot] commented 2 weeks ago

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