Home > @infiniteobjects/shopify-data-manager > AdminTypes > RefundShippingInput
The input fields for the shipping cost to refund.
Signature:
export interface RefundShippingInput
Property | Modifiers | Type | Description |
---|---|---|---|
fullRefund? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) Whether to refund the full shipping amount. | |
shippingRefundAmount? | InputMaybe<MoneyInput> | (Optional) The input fields required to refund shipping cost, in the presentment currency of the order. This overrides the fullRefund argument. |