Use extension attribute in order invoice table
how can I add a custom column into an order invoice table and use extension attribute to save some data in this column via REST Api. thank you!!
Auto Added by WPeMatico
how can I add a custom column into an order invoice table and use extension attribute to save some data in this column via REST Api. thank you!!
I am using Magento 2.4.7-p1 hackers are trying to place order using guest cart REST API carding attacks tried cloudflare , rate limit magento and captcha also, but no use in braintree created so many rules, but no use. As… Read More »Magento 2 Carding attack guest cart order placed even if we disable guest cart using REST API
I’m react-native developer, I’m new to Magento, REST and OAuth. I want to use the Magento 2.0 OAuth REST API to login into my app I am getting this token as shown in the image, how can I use this… Read More »How can I get user information from JWT tocken?
I’m trying to filter orders by date using the Magento REST API (/rest/V1/orders). I want to get orders from a given date range. The API works perfectly fine with basic search criteria (without filters), but throws a signature invalid error… Read More »Magento REST API – Order Search with Date Filters Returns Signature Invalid
I am importing orders from a client’s Adobe Commerce (Magento) store using the API. I need to retrieve sales channel details for orders, specifically the following information: The origin of the order (e.g., UTM source or medium, such as Google… Read More »How to Retrieve Sales Channel Details (Origin, Referrer, Landing Page) for Orders via Magento API?
Hopefully somebody can shed some light on this issue. I have a REST handler that will bulk-update products per store view. Like text translations etc. Since the provided attributes could be anything, ranging from core attributes and custom attributes I… Read More »Magento 2 REST API – Updating a single category also updates other attributes to not use the default value
I’m looking for a way to cancel multiple orders at once via Magento 2 REST API. The standard approach I know is: POST /V1/orders/{order_id}/cancel However, this endpoint processes orders one at a time, which makes it very slow for bulk… Read More »How to Cancel Multiple Orders in Magento 2 Using a Single API Call
I am using this endpoint : http://mage.local/rest/V1/carts/3747/items and this is the body: { “cartItem”: { “sku”: “8717752030514”, “qty”: 1, “quote_id”: “3747” } } I have checked the above associated product have the in stock, also have quantity. But when I… Read More »Adding Groped Products items to the cart using the Api
I am new bee in API development and need to save bulk products in my Magento using API. Do I need to create custom API module or is there any default API to save the products in magneto2? What are… Read More »How to save products in bulk using API?
So I was creating an add to cart API and read from cart API The problem that I encounter is unable to retrieve variant of configurable product Below are my addToCart API code /** * POST add to cart data… Read More »Add To Cart API and Read From Cart API, unable to retrieve configurable product variant – Magento 2.4.4-p4