Include Shipping fee in "totalPriceSet" in GraphQL orders ??

Topic summary

A developer is seeking clarification on whether the totalPriceSet field in Shopify’s GraphQL Orders API includes shipping fees.

Key Issue:

  • The GraphQL API documentation for totalPriceSet does not explicitly mention whether shipping costs are included
  • In contrast, the REST Admin Order API’s total_price field clearly states that it includes shipping fees

Current Status:

  • The question remains unanswered
  • The developer has provided screenshots comparing both API documentations to illustrate the documentation gap
  • No resolution or official response has been posted yet
Summarized with AI on November 12. AI used: claude-sonnet-4-5-20250929.

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??

1 Like