Note: This model is in beta.
Defines the fields that are included in requests to the UpdateOrder endpoint.
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] |