object ReturnType

Fields

FieldTypeDescription
idID!

The ID of the object

order_idInt!
account_idInt!
reasonString!
label_typeString!
label_costFloat!
weightFloat!
heightInt!
lengthInt!
widthInt!
shipping_carrierString!
shipping_methodString!
emailString!
address1String!
address2String
cityString!
stateString!
zipString!
countryString!
product_totalFloat
discountFloat
restocking_feeFloat
subtotalFloat
taxFloat
totalFloat
refund_typeString
statusString!
created_atDateTime!
updated_atDateTime!
customer_return_typesString!
internal_return_noteString
partner_idString
refund_original_shipping_costInt!
updated_shop_with_dataInt!
fail_countInt!
cost_to_customerFloat
refunded_shipping_amountFloat!
sourceString
status_completed_atDateTime
status_warehouse_completed_atDateTime
display_issue_refundBoolean
return_itemsReturnItemTypeCountableConnection
ArgumentTypeRequiredDefaultDescription
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
rma_labelRMALabelTypeCountableConnection
ArgumentTypeRequiredDefaultDescription
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
orderOrder
attachmentsReturnAttachmentTypeCountableConnection
ArgumentTypeRequiredDefaultDescription
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
exchangesReturnExchangeTypeCountableConnection
ArgumentTypeRequiredDefaultDescription
sortStringNo
searchGenericScalarNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
row_idBigInt
sf_return_costDecimal
return_historyReturnHistoryTypeCountableConnection
ArgumentTypeRequiredDefaultDescription
sortStringNo
searchGenericScalarNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
sf_return_cost_breakdownReturnCostBreakdownType

Implements

Node

Referenced By

Example

{
  "id": "abc123",
  "order_id": 987,
  "account_id": 987,
  "reason": "abc123",
  "label_type": "abc123",
  "label_cost": 1.0,
  "weight": 1.0,
  "height": 987,
  "length": 987,
  "width": 987,
  "shipping_carrier": "abc123",
  "shipping_method": "abc123",
  "email": "abc123",
  "address1": "abc123",
  "address2": "abc123",
  "city": "abc123",
  "state": "abc123",
  "zip": "abc123",
  "country": "abc123",
  "product_total": 1.0,
  "discount": 1.0,
  "restocking_fee": 1.0,
  "subtotal": 1.0,
  "tax": 1.0,
  "total": 1.0,
  "refund_type": "abc123",
  "status": "abc123",
  "created_at": "abc123",
  "updated_at": "abc123",
  "customer_return_types": "abc123",
  "internal_return_note": "abc123",
  "partner_id": "abc123",
  "refund_original_shipping_cost": 987,
  "updated_shop_with_data": 987,
  "fail_count": 987,
  "cost_to_customer": 1.0,
  "refunded_shipping_amount": 1.0,
  "source": "abc123",
  "status_completed_at": "abc123",
  "status_warehouse_completed_at": "abc123",
  "display_issue_refund": true,
  "return_items": ReturnItemTypeCountableConnection,
  "rma_label": RMALabelTypeCountableConnection,
  "order": Order,
  "attachments": ReturnAttachmentTypeCountableConnection,
  "exchanges": ReturnExchangeTypeCountableConnection,
  "row_id": "abc123",
  "sf_return_cost": "abc123",
  "return_history": ReturnHistoryTypeCountableConnection,
  "sf_return_cost_breakdown": ReturnCostBreakdownType
}