Get list of all Catalog Price rules using API in Magento 2
I want API endpoints that give me all available catalog price rules in Magento 2.
Auto Added by WPeMatico
I want API endpoints that give me all available catalog price rules in Magento 2.
I use Magento2. I have 2000 products. I try to get all products, using Rest API. My request str.: GET https:///rest/default/V1/products?searchCriteria[pageSize]=1000. But this is not enough because the total quantity of products is 2000. If I try to use: GET… Read More »Magento 2: How get All products (2000 products) using Rest API?
I am trying to add a new getter and setter to MagentoCatalogApiDataCategoryTreeInterface
I’m able to create a cart in Magento 2 programmatically calling rest APIs, being an administrator. I used this feature to allow users of another application to place orders on Magento, using a totally different user experience. I would like,… Read More »How to create a link to the Magento 2 checkout page for a cart created programmatically through REST API calls
When i am using Content-Type: “application/x-www-form-urlencoded” in API i getting the error: { “message”: “Server cannot understand Content-Type HTTP header media type application/x-www-form-urlencoded”, “trace”: null } With Content-Type: “application/json” this works, but is necessary too with application/x-www-form-urlencoded. I add deserializer… Read More »Content-Type HTTP application/x-www-form-urlencoded is return error
We have a 3rd party integration using the /rest/V1/product/[sku] Magento endpoint, but some updates have not been coming through to the admin (single store) – we tracked down that changing the endpoint to /rest/all/V1/product/[sku] fixes the issue (admin reflects updated… Read More »Magento 2 REST API – default to `all`?
Is there a way to check if a module needs an update using commands or code ? Maybe i can compare the current version to the latest version, but how do i check what the latest version for a module… Read More »How to check if a module needs an update using comands/code?
I have module create and i can get value from API but i’m failing to use Math.ceil to calculate to get correct interest based on product price. here my code below Helpers file <?php namespace VendorModuleHelper; class Data extends MagentoFrameworkAppHelperAbstractHelper… Read More »get value from API
When importing products, sometimes some attributes are not set, or have no value (for example, weight sometimes is not sent through the API). Especially weight sometimes gives us issues, since it’s used by UPS to calculate the shipping price. I… Read More »Default attribute values for products imported via API
I’m trying to import the short description with Postman. No matter how i try I always get an error. I’m using following URL /rest/english/V1/products/ The shop has to different view_codes english and german. Can someone send me a postman sample?… Read More »Magento 2.4.4 REST API short description post