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 [CatalogItemVariation](entity:CatalogItemVariation)s between [Location](entity:Location)s. Transfer orders track the entire lifecycle of an inventory transfer, including:
-
What items and quantities are being moved
-
Source and destination locations
-
Current [TransferOrderStatus](entity:TransferOrderStatus)
-
Shipping information and tracking
-
Which [TeamMember](entity:TeamMember) initiated the transfer
This object is commonly used to:
-
Track [CatalogItemVariation](entity:CatalogItemVariation) movements between [Location](entity:Location)s
-
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