diff --git a/reference/orders.v2.oas2.yml b/reference/orders.v2.oas2.yml index 6c8c85b0e..a018ab8f7 100644 --- a/reference/orders.v2.oas2.yml +++ b/reference/orders.v2.oas2.yml @@ -155,7 +155,7 @@ paths: price_inc_tax: 50 price_ex_tax: 45 - product_id: 184 - quanity: 1 + quantity: 1 product_options: - id: 200 value: '180' @@ -252,9 +252,7 @@ paths: tax_class_id: 2 Deleting a fee from the order (fee missing from the payload will be removed): value: - fees: - - - + fees: [] required: true responses: '200':