Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.31 KB

UpdateOrderRequest.md

File metadata and controls

15 lines (10 loc) · 1.31 KB

SquareConnect.UpdateOrderRequest

Description

Note: This model is in beta.

Defines the fields that are included in requests to the UpdateOrder endpoint.

Properties

Name Type Description Notes
order Order The sparse order containing only the fields to update and the version the update is being applied to. [optional]
fields_to_clear [String] The dot notation paths fields to clear. For example, `line_items[uid].note` Read more about Deleting fields. [optional]
idempotency_key String A 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]