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

Latest commit

 

History

History
17 lines (10 loc) · 1.3 KB

UpdateOrderRequest.md

File metadata and controls

17 lines (10 loc) · 1.3 KB

UpdateOrderRequest

Description

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

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]
fieldsToClear List<String> The dot notation paths fields to clear. For example, `line_items[uid].note` Read more about Deleting fields. [optional]
idempotencyKey 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]