INPUT_OBJECT

ReturnShipmentUpdateMutationInput

Autogenerated input type of ReturnShipmentUpdateMutation

link GraphQL Schema definition

  • input ReturnShipmentUpdateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID of the refund request shipment.
  • shipmentId: ID!
  • carrierId: ID
  • trackingNumber: String
  • # Metadata (key/value).
  • metadata: [KeyValueInput!]
  • # ExternalID (key/value).
  • externalIds: [KeyValueInput!]
  • attachments: [ImageInput!]
  • note: String
  • # Seller specified URL for a third-party drop-off location website
  • dropOffUrl: String
  • }