Class: Square::Types::TransferOrder
- Inherits:
-
Internal::Types::Model
- Object
- Internal::Types::Model
- Square::Types::TransferOrder
- Defined in:
- lib/square/types/transfer_order.rb
Overview
Represents a transfer order for moving CatalogItemVariations between Locations. Transfer orders track the entire lifecycle of an inventory transfer, including:
- What items and quantities are being moved
- Source and destination locations
- Current TransferOrderStatus
- Shipping information and tracking
- Which TeamMember initiated the transfer
This object is commonly used to:
- Track CatalogItemVariation movements between Locations
- Reconcile expected vs received quantities
- Monitor transfer progress and shipping status
- Audit inventory movement history
Method Summary
Methods inherited from Internal::Types::Model
#==, ===, add_extra_field_definition, coerce, extra_fields, field, fields, #initialize, #inspect, literal, load, #to_h
Methods included from Internal::Types::Type
Methods included from Internal::JSON::Serializable
Constructor Details
This class inherits a constructor from Square::Internal::Types::Model