OrderFulfillmentUpdatedUpdate

April 22, 2020 ยท View on GitHub

Description

Information about fulfillment updates.

Properties

NameGetterSetterTypeDescriptionNotes
fulfillment_uidgetFulfillmentUid()setFulfillmentUid($value)stringUnique ID that identifies the fulfillment only within this order.[optional]
old_stategetOldState()setOldState($value)stringThe state of the fulfillment before the change. Will not be populated if the fulfillment is created with this new Order version. See OrderFulfillmentState for possible values[optional]
new_stategetNewState()setNewState($value)stringThe state of the fulfillment after the change. May be equal to old_state if a non-state field was changed on the fulfillment (e.g. tracking number). See OrderFulfillmentState for possible values[optional]

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

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