Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 837 Bytes

V1UpdateOrderRequest.md

File metadata and controls

14 lines (10 loc) · 837 Bytes

SquareConnect::V1UpdateOrderRequest

Description

Properties

Name Type Description Notes
action String The action to perform on the order (COMPLETE, CANCEL, or REFUND).
shipped_tracking_number String The tracking number of the shipment associated with the order. Only valid if action is COMPLETE. [optional]
completed_note String A merchant-specified note about the completion of the order. Only valid if action is COMPLETE. [optional]
refunded_note String A merchant-specified note about the refunding of the order. Only valid if action is REFUND. [optional]
canceled_note String A merchant-specified note about the canceling of the order. Only valid if action is CANCEL. [optional]