OBJECT
ReturnShipment
Shipment tracking information.
link GraphQL Schema definition
- type ReturnShipment implements Node {
- Image!]! : [
- # Carrier
- ShipmentCarrier! :
- ISO8601DateTime! :
- # Seller specified URL for a third-party drop-off location website
- String :
- ExternalID!]! : [
- ID! :
- Int! :
- # Metadata key/values
- Metadatum!]! : [
- # Note on the shipment
- String :
- RefundRequest! :
- ReturnShippedItem!] : [
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- String, : String, : Int, : Int): ShipmentStatusConnection ( :
- # Tracking #
- String! :
- ISO8601DateTime! :
- }
link Require by
- RefundRequestRefund requests associated with an invoice
- RefundRequestLineItemLine item on a refund request
- ReturnShipmentCreateMutationPayloadAutogenerated return type of ReturnShipmentCreateMutation.
- ReturnShipmentUpdateMutationPayloadAutogenerated return type of ReturnShipmentUpdateMutation.
- ShipmentUnionnull