MCP Server for Shopify

Build 25.0.9440

RefundOrderAdjustments

Retrieve the order adjustments that are attached to refunds.

View-Specific Information

Select

The server uses the Shopify API to process WHERE clause conditions built with the following column and operators. The server processes other filters client-side within the server.

  • RefundId supports the '=, IN' comparison operators.

For example, the following query is processed server-side:

  SELECT * FROM RefundOrderAdjustments WHERE RefundId = 'Val1'

Columns

Name Type References Description
Id [KEY] String A globally-unique ID.
RefundId String A globally-unique ID.
Reason String An optional reason that explains a discrepancy between calculated and actual refund amounts.
AmountSetPresentmentMoneyAmount Decimal Decimal money amount.
AmountSetPresentmentMoneyCurrencyCode String Currency of the money.
AmountSetShopMoneyAmount Decimal Decimal money amount.
AmountSetShopMoneyCurrencyCode String Currency of the money.
TaxAmountSetPresentmentMoneyAmount Decimal Decimal money amount.
TaxAmountSetPresentmentMoneyCurrencyCode String Currency of the money.
TaxAmountSetShopMoneyAmount Decimal Decimal money amount.
TaxAmountSetShopMoneyCurrencyCode String Currency of the money.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9440