Admin GraphQL APIAdmin REST API2024-10
Refunding orders with multiple shipping lines returns accurate data
Orders with multiple shipping lines may be refunded. You can refund shipping amounts using the GraphQL mutation, the
GraphQL mutation, or the Refunds REST API.
As of July 18, 2024, all Admin GraphQL API versions return accurate refunds data for orders with multiple shipping lines.
- Shipping refunds will be included in the
connection, in addition to shipping lines removed via an order edit.
- For each refunded shipping line, there will be an
with kind
. Previously, there would be a single
with kind
regardless of how many shipping lines were present on the order.
- The
has multiple shipping line sales. Each
corresponds to exactly one shipping line that was refunded. The
is now populated for all API versions for the
action type.
As of July 18, 2024, all REST API versions return accurate refunds data for orders with multiple shipping lines.
- For each refunded shipping line, there will be an order adjustment with kind =
in the
property. Previously, there would be a single order adjustment with kind =
, regardless of how many shipping lines were present on the order.
Please note that and
are only available in the Admin GraphQL API. They are not present in the Admin REST API.
Was this section helpful?