Square.Connect.Model.UpdateOrderRequest

October 23, 2019 ยท View on GitHub

Description

Defines the fields that are included in requests to the UpdateOrder endpoint. Note: This model is in beta.

Properties

NameTypeDescriptionNotes
OrderOrderThe sparse order containing only the fields to update and the version the update is being applied to.[optional]
FieldsToClearListThe dot notation paths fields to clear. For example, `line_items[uid].note` Read more about Deleting fields.[optional]
IdempotencyKeystringA value you specify that uniquely identifies this update request If you're unsure whether a particular update was applied to an order successfully, you can reattempt it with the same idempotency key without worrying about creating duplicate updates to the order. The latest order version will be returned. See Idempotency for more information.[optional]

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