Get the shipping method on a order
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
2
down vote
favorite
I want to get the shipping cost for a specific order on magento 2 v2.2.4. What is the query I have to do?
magento2 orders shipping sales-order
add a comment |Â
up vote
2
down vote
favorite
I want to get the shipping cost for a specific order on magento 2 v2.2.4. What is the query I have to do?
magento2 orders shipping sales-order
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I want to get the shipping cost for a specific order on magento 2 v2.2.4. What is the query I have to do?
magento2 orders shipping sales-order
I want to get the shipping cost for a specific order on magento 2 v2.2.4. What is the query I have to do?
magento2 orders shipping sales-order
magento2 orders shipping sales-order
asked 1 hour ago


Oriol
485
485
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
You can find the shipping cost in the table sales_order
in column shipping_amount
and base_shipping_amount
.shipping_amount
is in the currency in which the order was placed and base_shipping_amount
is in the base currency.
THere are other fields that contain the shipping
text. Their purpose should be self explanatory.
For example shipping_invoiced
contains the shipping cost that was invoiced.
The same rule applies. All fields that start with base_
represent amounts in the default currency.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
You can find the shipping cost in the table sales_order
in column shipping_amount
and base_shipping_amount
.shipping_amount
is in the currency in which the order was placed and base_shipping_amount
is in the base currency.
THere are other fields that contain the shipping
text. Their purpose should be self explanatory.
For example shipping_invoiced
contains the shipping cost that was invoiced.
The same rule applies. All fields that start with base_
represent amounts in the default currency.
add a comment |Â
up vote
2
down vote
You can find the shipping cost in the table sales_order
in column shipping_amount
and base_shipping_amount
.shipping_amount
is in the currency in which the order was placed and base_shipping_amount
is in the base currency.
THere are other fields that contain the shipping
text. Their purpose should be self explanatory.
For example shipping_invoiced
contains the shipping cost that was invoiced.
The same rule applies. All fields that start with base_
represent amounts in the default currency.
add a comment |Â
up vote
2
down vote
up vote
2
down vote
You can find the shipping cost in the table sales_order
in column shipping_amount
and base_shipping_amount
.shipping_amount
is in the currency in which the order was placed and base_shipping_amount
is in the base currency.
THere are other fields that contain the shipping
text. Their purpose should be self explanatory.
For example shipping_invoiced
contains the shipping cost that was invoiced.
The same rule applies. All fields that start with base_
represent amounts in the default currency.
You can find the shipping cost in the table sales_order
in column shipping_amount
and base_shipping_amount
.shipping_amount
is in the currency in which the order was placed and base_shipping_amount
is in the base currency.
THere are other fields that contain the shipping
text. Their purpose should be self explanatory.
For example shipping_invoiced
contains the shipping cost that was invoiced.
The same rule applies. All fields that start with base_
represent amounts in the default currency.
answered 47 mins ago


Marius♦
161k27303647
161k27303647
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f249266%2fget-the-shipping-method-on-a-order%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password