develop #38
@ -574,7 +574,7 @@ paths:
|
||||
summary: Order fulfillment v1
|
||||
description: Order fulfillment v1
|
||||
value: {}
|
||||
v2:
|
||||
v2.2:
|
||||
summary: Order fulfillment v2
|
||||
description: Order fulfillment v2
|
||||
value:
|
||||
@ -1739,7 +1739,7 @@ paths:
|
||||
schema:
|
||||
$ref: "#/components/schemas/unavailable"
|
||||
examples:
|
||||
v2.1:
|
||||
v2.2:
|
||||
value:
|
||||
{
|
||||
"validContents": false,
|
||||
@ -1937,9 +1937,9 @@ paths:
|
||||
schema:
|
||||
$ref: "#/components/schemas/unavailable"
|
||||
examples:
|
||||
v2.1:
|
||||
summary: Create order line v2.1
|
||||
description: Create order line v2.1
|
||||
v2.2:
|
||||
summary: Create order line v2.2
|
||||
description: Create order line v2.2
|
||||
value:
|
||||
{
|
||||
"externalOrderLineId": null,
|
||||
@ -2019,7 +2019,7 @@ paths:
|
||||
schema:
|
||||
$ref: "#/components/schemas/unavailable"
|
||||
examples:
|
||||
v2.1:
|
||||
v2.2:
|
||||
value:
|
||||
{
|
||||
"validContents": false,
|
||||
@ -2497,7 +2497,7 @@ paths:
|
||||
schema:
|
||||
$ref: "#/components/schemas/unavailable"
|
||||
examples:
|
||||
v2.1:
|
||||
v2.2:
|
||||
value:
|
||||
{
|
||||
"validContents": true,
|
||||
@ -3405,7 +3405,7 @@ paths:
|
||||
schema:
|
||||
$ref: "#/components/schemas/unavailable"
|
||||
examples:
|
||||
v2.1:
|
||||
v2.2:
|
||||
value:
|
||||
{
|
||||
"validContents": true,
|
||||
@ -3691,7 +3691,7 @@ paths:
|
||||
schema:
|
||||
$ref: "#/components/schemas/unavailable"
|
||||
examples:
|
||||
v2.1:
|
||||
v2.2:
|
||||
value:
|
||||
{
|
||||
"validContents": true,
|
||||
@ -4170,7 +4170,7 @@ paths:
|
||||
schema:
|
||||
$ref: "#/components/schemas/unavailable"
|
||||
examples:
|
||||
v2.1:
|
||||
v2.2:
|
||||
value:
|
||||
{
|
||||
"validContents": true,
|
||||
@ -4356,7 +4356,7 @@ paths:
|
||||
schema:
|
||||
$ref: "#/components/schemas/unavailable"
|
||||
examples:
|
||||
v2.1:
|
||||
v2.2:
|
||||
value:
|
||||
{
|
||||
"validContents": true,
|
||||
@ -4546,7 +4546,7 @@ paths:
|
||||
schema:
|
||||
$ref: "#/components/schemas/unavailable"
|
||||
examples:
|
||||
v2.1:
|
||||
v2.2:
|
||||
value:
|
||||
{
|
||||
"validContents": false,
|
||||
@ -4724,7 +4724,7 @@ paths:
|
||||
schema:
|
||||
$ref: "#/components/schemas/unavailable"
|
||||
examples:
|
||||
v2.1:
|
||||
v2.2:
|
||||
value:
|
||||
{
|
||||
"validContents": false,
|
||||
@ -4971,7 +4971,7 @@ paths:
|
||||
description: The JWT of the logged in customer (in case of a web shop).
|
||||
post:
|
||||
tags:
|
||||
- Order Fulfillment v2.2
|
||||
- Order Fulfill v2
|
||||
summary: Fulfill an order without creating or updating the order as a resource.
|
||||
description: Fulfill an order without creating or updating the order as a resource.
|
||||
responses:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user