V1UpdateOrderRequest

March 13, 2019 ยท View on GitHub

Description

V1UpdateOrderRequest

Properties

NameGetterSetterTypeDescriptionNotes
actiongetAction()setAction($value)stringThe action to perform on the order (COMPLETE, CANCEL, or REFUND). See V1UpdateOrderRequestAction for possible values
shipped_tracking_numbergetShippedTrackingNumber()setShippedTrackingNumber($value)stringThe tracking number of the shipment associated with the order. Only valid if action is COMPLETE.[optional]
completed_notegetCompletedNote()setCompletedNote($value)stringA merchant-specified note about the completion of the order. Only valid if action is COMPLETE.[optional]
refunded_notegetRefundedNote()setRefundedNote($value)stringA merchant-specified note about the refunding of the order. Only valid if action is REFUND.[optional]
canceled_notegetCanceledNote()setCanceledNote($value)stringA merchant-specified note about the canceling of the order. Only valid if action is CANCEL.[optional]

Note: All properties are protected and only accessed via getters and setters.

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