Questions tagged [api]
An application programming interface (API) specifies how some software components should interact with each other.
4 questions from the last 365 days
1
vote
1
answer
68
views
Best practice for exposing Magento 2 data to an external AI/MCP service
I’m working on an integration where an external AI service queries Magento 2
business data (orders, products, customers) using natural-language requests.
From an architectural point of view, I see two ...
0
votes
0
answers
38
views
Magento 2 : Delete product from Category using API
How can I delete a product from category using API?
I tried with:
rest/V1/categories/&{category_id}/products/&{sku}
and usually works fine.
But sometimes I get err msg:
"The category ...
0
votes
0
answers
37
views
oAuth api magento 2 connection to linnworks
I have a mageno 2.4.6=p1 running on a server A, connected to linnworks using oAuth.
url https://www.example.com
I have been working on a staging site for updating magento to 2.4.7-p6, this is on a ...
0
votes
0
answers
29
views
Update inventory via API. withe magento 2.4.3 p1
I am updating prices and inventory using the API.
Price updates go through without any issues.
Inventory updates go through without any issues, except for some products that return a 400 error.
Upon ...