Get the shipping method on a order
.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 Nov 7 at 8:25
Oriol
486
486
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 Nov 7 at 8:42
Marius♦
162k27305651
162k27305651
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
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown