Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 1.1 KB

File metadata and controls

19 lines (13 loc) · 1.1 KB

V1UpdateOrderRequest

squareconnect.models.v1_update_order_request

Description

V1UpdateOrderRequest

Properties

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

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