stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > RefundShippingInput

AdminTypes.RefundShippingInput interface

The input fields for the shipping cost to refund.

Signature:

export interface RefundShippingInput 

Properties

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.