Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.09 KB

V1UpdateOrderRequest.md

File metadata and controls

24 lines (16 loc) · 1.09 KB

Square.Connect.Model.V1UpdateOrderRequest

Properties

Name Type Description Notes
Action ActionEnum The action to perform on the order (COMPLETE, CANCEL, or REFUND).
ShippedTrackingNumber string The tracking number of the shipment associated with the order. Only valid if action is COMPLETE. [optional]
CompletedNote string A merchant-specified note about the completion of the order. Only valid if action is COMPLETE. [optional]
RefundedNote string A merchant-specified note about the refunding of the order. Only valid if action is REFUND. [optional]
CanceledNote string A merchant-specified note about the canceling of the order. Only valid if action is CANCEL. [optional]

ActionEnum

Name Value
COMPLETE "COMPLETE"
CANCEL "CANCEL"
REFUND "REFUND"

[Back to Model list] [Back to API list] [Back to README]