MCP Server for Shopify

Build 25.0.9440

RefundDuties

Lists duties refunded as part of a refund.

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 RefundDuties WHERE RefundId = 'Val1'

Columns

Name Type References Description
OriginalDutyId [KEY] String A globally unique Id of the original duty.
RefundId [KEY] String

Refunds.Id

A globally unique Id of the associated refund.
OriginalDutyHarmonizedSystemCode String The harmonized system code of the item used to calculate the duty.
OriginalDutyCountryCodeOfOrigin String The ISO 3166-1 alpha-2 country code of the item's country of origin used to calculate the duty.
AmountSetPresentmentMoneyAmount Decimal The duty refund amount in the presentment currency, expressed as a decimal money amount.
AmountSetPresentmentMoneyCurrencyCode String The currency code of the duty refund amount in the presentment currency.
AmountSetShopMoneyAmount Decimal The duty refund amount in the shop's currency, expressed as a decimal money amount.
AmountSetShopMoneyCurrencyCode String The currency code of the duty refund amount in the shop's currency.

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