OBJECT
RefundRequestLineItem
Line item on a refund request
link GraphQL Schema definition
- type RefundRequestLineItem implements Node {
- # Money amount being requested for this refund. Denominated in cents.
- Int! @deprecated( reason: "Prices can be larger than is representable by a graphql integer. Use the string version instead. This field will be removed no earlier than July 1st, 2025.
" ) :
- # Money amount being requested for this refund. In string with currency symbol.
- #
- # Arguments
- # currency: Currency in which to display money fields. Defaults
- # to the currency of the marketplace's home country.
- String): String! ( :
- # Money amount for each item in this refund. Denominated in cents.
- Int! @deprecated( reason: "Prices can be larger than is representable by a graphql integer. Use the string version instead. This field will be removed no earlier than July 1st, 2025.
" ) :
- # Money amount for each item in this refund. In string with currency symbol.
- #
- # Arguments
- # currency: Currency in which to display money fields. Defaults
- # to the currency of the marketplace's home country.
- String): String! ( :
- # The refunded value of the commission of this line item. Denominated in cents.
- Int @deprecated( reason: "Prices can be larger than is representable by a graphql integer. Use the string version instead. This field will be removed no earlier than July 1st, 2025.
" ) :
- # The refunded value of the commission of this line item. In string with currency
- # symbol.
- #
- # Arguments
- # currency: Currency in which to display money fields. Defaults
- # to the currency of the marketplace's home country.
- String): String ( :
- # The value of the tax on the commissionAmount. Denominated in cents.
- Int @deprecated( reason: "Prices can be larger than is representable by a graphql integer. Use the string version instead. This field will be removed no earlier than July 1st, 2025.
" ) :
- # The value of the tax on the commissionAmount. In string with currency symbol.
- #
- # Arguments
- # currency: Currency in which to display money fields. Defaults
- # to the currency of the marketplace's home country.
- String): String ( :
- # The reason of action deny refund
- String :
- # Description of refund request line item (used only for custom line items not
- # associated with invoice line items).
- String :
- # Does this refer to dispatched or not-yet-dispatched line items?
- Boolean :
- ExternalID!]! : [
- ID! :
- Int! :
- # Invoice line item for which a refund is being requested.
- LineItem :
- # The refunded value of the item/s of this line item. Denominated in cents.
- Int @deprecated( reason: "Prices can be larger than is representable by a graphql integer. Use the string version instead. This field will be removed no earlier than July 1st, 2025.
" ) :
- # The refunded value of the item/s of this line item. In string with currency
- # symbol.
- #
- # Arguments
- # currency: Currency in which to display money fields. Defaults
- # to the currency of the marketplace's home country.
- String): String ( :
- # The value of the tax on the lineItemAmount. Denominated in cents.
- Int @deprecated( reason: "Prices can be larger than is representable by a graphql integer. Use the string version instead. This field will be removed no earlier than July 1st, 2025.
" ) :
- # The value of the tax on the lineItemAmount. In string with currency symbol.
- #
- # Arguments
- # currency: Currency in which to display money fields. Defaults
- # to the currency of the marketplace's home country.
- String): String ( :
- # Metadata key/values
- Metadatum!]! : [
- # Notes associated with this refund request.
- RefundRequestNote!]! : [
- # True if this line item only changes the amount to reclaim from the retailer
- # (remittance). Only a marketplace operator can supply this field.
- Boolean! :
- # Quantity of the item for which a refund is being requested.
- Int! :
- # Reason the refund is being requested for this line item.
- String :
- # The refund request for which this is a line item.
- RefundRequest! :
- # The refunded value of the remittance of this line item. Denominated in cents.
- Int @deprecated( reason: "Prices can be larger than is representable by a graphql integer. Use the string version instead. This field will be removed no earlier than July 1st, 2025.
" ) :
- # The refunded value of the remittance of this line item. In string with currency
- # symbol.
- #
- # Arguments
- # currency: Currency in which to display money fields. Defaults
- # to the currency of the marketplace's home country.
- String): String ( :
- # The value of the tax on the remittanceAmount. Denominated in cents.
- Int @deprecated( reason: "Prices can be larger than is representable by a graphql integer. Use the string version instead. This field will be removed no earlier than July 1st, 2025.
" ) :
- # The value of the tax on the remittanceAmount. In string with currency symbol.
- #
- # Arguments
- # currency: Currency in which to display money fields. Defaults
- # to the currency of the marketplace's home country.
- String): String ( :
- # Shipments associated with this refund request line item.
- ReturnShipment!]! : [
- # The status of this refund request line item
- RefundRequestLineItemStatusEnum! :
- }
link Require by
- RefundRequestRefund requests associated with an invoice
- RefundRequestLineItemAcceptMutationPayloadAutogenerated return type of RefundRequestLineItemAcceptMutation.
- RefundRequestLineItemDenyMutationPayloadAutogenerated return type of RefundRequestLineItemDenyMutation.
- RefundRequestLineItemReturnMutationPayloadAutogenerated return type of RefundRequestLineItemReturnMutation.
- RefundRequestNoteNote on a refund request
- ReturnShippedItemQuantity and LineItem which has been shipped as part of a parent ReturnShipment.