OVPAY-2103 - Bugs after merge conflict.
This commit is contained in:
parent
b8ad7c4ebf
commit
8c3ad923f7
@ -90,8 +90,8 @@ paths:
|
||||
description: xTat used in order fulfillment. Note that this is a joined parameter via PurchasedProduct.
|
||||
tags:
|
||||
- Order Retrieval
|
||||
summary: Find orders
|
||||
description: Find orders
|
||||
summary: Find orders.
|
||||
description: Find orders.
|
||||
responses:
|
||||
"200":
|
||||
description: OK
|
||||
@ -426,7 +426,7 @@ paths:
|
||||
post:
|
||||
tags:
|
||||
- Order Creation Flow
|
||||
summary: Create a new order
|
||||
summary: Create a new order.
|
||||
description: |
|
||||
Create a new order. This order can only contain the order itself,
|
||||
one ore more order lines and optionally a customer token per order line.
|
||||
@ -717,8 +717,8 @@ paths:
|
||||
description: The JWT of the logged in customer (in case of a web shop).
|
||||
get:
|
||||
tags:
|
||||
- Order Retrieval v2
|
||||
summary: Get a single order
|
||||
- Order Retrieval
|
||||
summary: Get a single order.
|
||||
description: Get a single order.
|
||||
responses:
|
||||
"200":
|
||||
@ -1564,8 +1564,8 @@ paths:
|
||||
post:
|
||||
tags:
|
||||
- Order Creation Flow
|
||||
summary: Add a new order line to an existing order
|
||||
description: Add a new order line to an existing order
|
||||
summary: Add a new order line to an existing order.
|
||||
description: Add a new order line to an existing order.
|
||||
requestBody:
|
||||
content:
|
||||
application/json:
|
||||
@ -2249,8 +2249,8 @@ paths:
|
||||
post:
|
||||
tags:
|
||||
- Order Creation Flow
|
||||
summary: Add a customer token to an orderLine
|
||||
description: Add a customer token to an orderLine
|
||||
summary: Add a customer token to an orderLine.
|
||||
description: Add a customer token to an orderLine.
|
||||
requestBody:
|
||||
content:
|
||||
application/json:
|
||||
@ -2476,8 +2476,8 @@ paths:
|
||||
patch:
|
||||
tags:
|
||||
- Order Creation Flow
|
||||
summary: Update a customer token
|
||||
description: Update a customer token
|
||||
summary: Update a customer token.
|
||||
description: Update a customer token.
|
||||
requestBody:
|
||||
content:
|
||||
application/json:
|
||||
@ -2662,8 +2662,8 @@ paths:
|
||||
delete:
|
||||
tags:
|
||||
- Order Creation Flow
|
||||
summary: Delete a customer token from an orderline
|
||||
description: Delete a customer token from an orderline
|
||||
summary: Delete a customer token from an orderline.
|
||||
description: Delete a customer token from an orderline.
|
||||
responses:
|
||||
"200":
|
||||
description: OK
|
||||
@ -2774,8 +2774,8 @@ paths:
|
||||
post:
|
||||
tags:
|
||||
- Order Creation Flow
|
||||
summary: Add personal account data to a customer token
|
||||
description: Add personal account data to a customer token
|
||||
summary: Add personal account data to a customer token.
|
||||
description: Add personal account data to a customer token.
|
||||
requestBody:
|
||||
content:
|
||||
application/json:
|
||||
@ -2992,8 +2992,8 @@ paths:
|
||||
patch:
|
||||
tags:
|
||||
- Order Creation Flow
|
||||
summary: Update personal account data
|
||||
description: Update personal account data
|
||||
summary: Update personal account data.
|
||||
description: Update personal account data.
|
||||
requestBody:
|
||||
content:
|
||||
application/json:
|
||||
@ -3192,8 +3192,8 @@ paths:
|
||||
delete:
|
||||
tags:
|
||||
- Order Creation Flow
|
||||
summary: Delete personal account data
|
||||
description: Delete personal account data
|
||||
summary: Delete personal account data.
|
||||
description: Delete personal account data.
|
||||
responses:
|
||||
"200":
|
||||
description: Ok
|
||||
@ -3385,8 +3385,8 @@ paths:
|
||||
post:
|
||||
tags:
|
||||
- Order Creation Flow
|
||||
summary: Add a payment to an existing order
|
||||
description: Add a payment to an existing order
|
||||
summary: Add a payment to an existing order.
|
||||
description: Add a payment to an existing order.
|
||||
requestBody:
|
||||
content:
|
||||
application/json:
|
||||
@ -3649,8 +3649,8 @@ paths:
|
||||
patch:
|
||||
tags:
|
||||
- Order Creation Flow
|
||||
summary: Update a payment on an existing order
|
||||
description: Update a payment on an existing order
|
||||
summary: Update a payment on an existing orders.
|
||||
description: Update a payment on an existing order.
|
||||
requestBody:
|
||||
content:
|
||||
application/json:
|
||||
@ -4143,8 +4143,8 @@ paths:
|
||||
post:
|
||||
tags:
|
||||
- Order Creation Flow
|
||||
summary: Add a customer to an existing order
|
||||
description: Add a customer to an existing order
|
||||
summary: Add a customer to an existing orders.
|
||||
description: Add a customer to an existing order.
|
||||
requestBody:
|
||||
content:
|
||||
application/json:
|
||||
@ -4399,8 +4399,8 @@ paths:
|
||||
description: The JWT of the logged in customer (in case of a web shop).
|
||||
tags:
|
||||
- Order Creation Flow
|
||||
summary: Update a customer on an existing order
|
||||
description: Update a customer on an existing order
|
||||
summary: Update a customer on an existing order.
|
||||
description: Update a customer on an existing order.
|
||||
requestBody:
|
||||
content:
|
||||
application/json:
|
||||
@ -4643,8 +4643,8 @@ paths:
|
||||
description: The JWT of the logged in customer (in case of a web shop).
|
||||
tags:
|
||||
- Order Creation Flow
|
||||
summary: Create a customer address for an existing order
|
||||
description: Create a customer address for an existing order
|
||||
summary: Create a customer address for an existing order.
|
||||
description: Create a customer address for an existing order.
|
||||
requestBody:
|
||||
content:
|
||||
application/json:
|
||||
@ -4895,8 +4895,8 @@ paths:
|
||||
description: The JWT of the logged in customer (in case of a web shop).
|
||||
tags:
|
||||
- Order Creation Flow
|
||||
summary: Update a customer address for an existing order
|
||||
description: Update a customer address for an existing order
|
||||
summary: Update a customer address for an existing order.
|
||||
description: Update a customer address for an existing order.
|
||||
requestBody:
|
||||
content:
|
||||
application/json:
|
||||
@ -5255,7 +5255,7 @@ paths:
|
||||
get:
|
||||
tags:
|
||||
- Order validation
|
||||
summary: Get GBO age profile that is valid for the given input. P2
|
||||
summary: Get GBO age profile that is valid for the given input.
|
||||
description: |-
|
||||
Only one age profile can be valid at any one time, so only one profile is returned.
|
||||
parameters:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user