Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

magento 2 order delete from db

TRUNCATE TABLE `quote`;
TRUNCATE TABLE `quote_address`;
TRUNCATE TABLE `quote_address_item`;
TRUNCATE TABLE `quote_id_mask`;
TRUNCATE TABLE `quote_item`;
TRUNCATE TABLE `quote_item_option`;
TRUNCATE TABLE `quote_payment`;
TRUNCATE TABLE `quote_shipping_rate`;
Source by magento.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #magento #order #delete #db
ADD COMMENT
Topic
Name
9+5 =