Skip to main content

Questions tagged [orders]

Mark questions related to Magento orders

0 votes
0 answers
63 views

I have upgraded my Magento website from version 2.3.6 to 2.4.7-p2. After the upgrade, I am unable to place orders from the Admin panel. Specifically, Magento does not allow me to add products to the ...
IntraPersonalLearner's user avatar
0 votes
0 answers
62 views

I am having a module which gives the ability to cart with checkbox to select which items you want to proceed to checkout. Although I have an issue with Observer event and always in order I get all ...
G. G.'s user avatar
  • 1,290
1 vote
0 answers
34 views

How can I allow restricted items to flow from magento to our P21 database and let our database to the work? Magento fails the whole order not allowing any items to flow through
Christie Sisk's user avatar
1 vote
2 answers
290 views

I created a module that creates an order programmatically and I can also set the custom price. This is part of my code: foreach($orderData['products'] as $product) { try ...
Michael Mussulis's user avatar
1 vote
1 answer
212 views

I'm trying to enable asynchronous orders in Magento 2.4.7 Community Edition using the command mentioned in the documentation: bin/magento setup:config:set --checkout-async 1 However, I get the ...
oberon55's user avatar
0 votes
1 answer
94 views

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)...
Jenz's user avatar
  • 3
0 votes
1 answer
85 views

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 ...
User 072319's user avatar
1 vote
1 answer
111 views

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,...
vanes's user avatar
  • 11
0 votes
1 answer
70 views

I am using this endpoint : http://mage.local/rest/V1/carts/3747/items and this is the body: { "cartItem": { "sku": "8717752030514", "qty": 1, &...
Rana Zain's user avatar
  • 729
0 votes
1 answer
100 views

I have created custom mass action, where I am trying to get all the orders ids which I have selected by using select all, but it gives only visible page ids. So I just wanted to get all selected ids.
Mark's user avatar
  • 73
0 votes
2 answers
151 views

I'am trying to create an order with Rest API in magento2 , Here i have a configurable product with id 100 and have some child product with different attribute value, here is the payload what i have ...
amith lal's user avatar
  • 800
0 votes
2 answers
264 views

I have a Adobe commerce cloud platform and created one customer address attribute from the admin that is default feature of the Commerce cloud. Now it works fine. It works well on the customer account ...
Sunny Rahevar's user avatar
0 votes
1 answer
78 views

I would like to know which APIs we need to use and the parameters required to place multiple orders as a guest customer. Thank you in advance for your assistance.
Kushal Dani's user avatar
  • 2,154
0 votes
1 answer
178 views

I created an observer that changes the email subject when I place a new order: This is the ChangeOrderEmailSubject.php file: <?php namespace Sales\OrderCust\Observer; use Magento\Framework\Event\...
Jackom's user avatar
  • 513
0 votes
1 answer
65 views

I want to change the Label from 'Shipping & Handling' to 'Shipping Charges' while printing the pdf after order success. Can anyone help Thanks
JAYASHREE N's user avatar

15 30 50 per page
1
2 3 4 5
151