I am using the GraphQL orders API to collect data for “totalPriceSet”.
I would like to know if the totalPriceSet includes or excludes the Shipping fee.
The following is the graphql api doc, although it doesn’t mention Shipping fee(link)
But the REST Admin Order API’s “total_price” includes the shipping fee(link)
Graphql Order API’s"totalPriceSet" and REST Admin Order API’s “total_price” is different??

