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

Latest commit

 

History

History
18 lines (11 loc) · 928 Bytes

V1UpdateOrderRequest.md

File metadata and controls

18 lines (11 loc) · 928 Bytes

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]