Home > @infiniteobjects/shopify-data-manager > AdminTypes > ShippingRefundInput
The input fields that are required to reimburse shipping costs.
Signature:
export interface ShippingRefundInput
Property | Modifiers | Type | Description |
---|---|---|---|
amount? | InputMaybe<Scalars[‘Money’][‘input’]> | (Optional) The monetary value of the shipping fees to be reimbursed. | |
fullRefund? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) Whether a full refund is provided. |