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

Latest commit

 

History

History
20 lines (12 loc) · 1.09 KB

V1UpdateOrderRequest.md

File metadata and controls

20 lines (12 loc) · 1.09 KB

Square.Connect.Model.V1UpdateOrderRequest

Description

V1UpdateOrderRequest

Properties

Name Type Description Notes
Action string The action to perform on the order (COMPLETE, CANCEL, or REFUND). See V1UpdateOrderRequestAction for possible values
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]

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