Skip to main content

Questions tagged [api]

An application programming interface (API) specifies how some software components should interact with each other.

1 vote
1 answer
68 views

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 ...
tony_sm's user avatar
  • 11
0 votes
0 answers
38 views

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 ...
Sini's user avatar
  • 11
0 votes
0 answers
37 views

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 ...
neit's user avatar
  • 1
0 votes
0 answers
29 views

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 ...
alsabreen centar's user avatar