From 88015a993aec7ca86c1759fb2c80ef74dc4041b6 Mon Sep 17 00:00:00 2001 From: shopwareBot Date: Wed, 11 Dec 2024 09:09:43 +0000 Subject: [PATCH] [create-pull-request] automated change --- SwagCommercial-adminapi.json | 21201 ++++++------------------- SwagCommercial-adminapi.summary.json | 136 - 2 files changed, 5184 insertions(+), 16153 deletions(-) diff --git a/SwagCommercial-adminapi.json b/SwagCommercial-adminapi.json index 96df6ca..904e056 100644 --- a/SwagCommercial-adminapi.json +++ b/SwagCommercial-adminapi.json @@ -15,86 +15,6 @@ } ], "paths": { - "/aggregate/acl-role": { - "post": { - "tags": [ - "Acl Role" - ], - "summary": "Aggregate for the Acl Role resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateAclRole", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of AclRole", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/AclRole" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/AclRole" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, "/advanced-search-action": { "get": { "tags": [ @@ -4303,38 +4223,43 @@ } } }, - "/aggregate/app": { - "post": { + "/b2b-business-partner": { + "get": { "tags": [ - "App" + "B2b Business Partner" ], - "summary": "Aggregate for the App resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateApp", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } + "summary": "List with basic information of B2b Business Partner resources.", + "description": "", + "operationId": "getB2bBusinessPartnerList", + "parameters": [ + { + "name": "limit", + "in": "query", + "description": "Max amount of resources to be returned in a page", + "schema": { + "type": "integer" + } + }, + { + "name": "page", + "in": "query", + "description": "The page to be returned", + "schema": { + "type": "integer" + } + }, + { + "name": "query", + "in": "query", + "description": "Encoded SwagQL in JSON", + "schema": { + "type": "string" } } - }, + ], "responses": { "200": { - "description": "List of App", + "description": "List of B2b Business Partner resources.", "content": { "application/vnd.api+json": { "schema": { @@ -4346,10 +4271,41 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/App" - } + "allOf": [ + { + "$ref": "#/components/schemas/data" + }, + { + "type": "array", + "items": { + "$ref": "#/components/schemas/B2bBusinessPartner" + } + } + ] + }, + "links": { + "allOf": [ + { + "$ref": "#/components/schemas/pagination" + }, + { + "type": "object", + "properties": { + "first": { + "example": "/b2b-business-partner?limit=25" + }, + "last": { + "example": "/b2b-business-partner?limit=25&page=11" + }, + "next": { + "example": "/b2b-business-partner?limit=25&page=4" + }, + "prev": { + "example": "/b2b-business-partner?limit=25&page=2" + } + } + } + ] } } } @@ -4366,7 +4322,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/App" + "$ref": "#/components/schemas/B2bBusinessPartner" } } } @@ -4374,47 +4330,44 @@ } } }, - "400": { - "$ref": "#/components/responses/400" - }, "401": { "$ref": "#/components/responses/401" } } - } - }, - "/aggregate/app-action-button": { + }, "post": { "tags": [ - "App Action Button" + "B2b Business Partner" + ], + "summary": "Create a new B2b Business Partner resources.", + "description": "", + "operationId": "createB2bBusinessPartner", + "parameters": [ + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "schema": { + "type": "string", + "enum": [ + "basic", + "detail" + ] + } + } ], - "summary": "Aggregate for the App Action Button resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateAppActionButton", "requestBody": { - "required": true, "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/B2bBusinessPartner" } } } }, "responses": { "200": { - "description": "List of AppActionButton", + "description": "Detail of B2bBusinessPartner", "content": { "application/vnd.api+json": { "schema": { @@ -4426,10 +4379,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/AppActionButton" - } + "$ref": "#/components/schemas/B2bBusinessPartner" } } } @@ -4439,15 +4389,12 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/AppActionButton" - } + "$ref": "#/components/schemas/B2bBusinessPartner" } } } @@ -4463,38 +4410,27 @@ } } }, - "/aggregate/app-administration-snippet": { + "/search/b2b-business-partner": { "post": { "tags": [ - "App Administration Snippet" + "B2b Business Partner" ], - "summary": "Aggregate for the App Administration Snippet resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateAppAdministrationSnippet", + "summary": "Search for the B2b Business Partner resources.", + "description": "", + "operationId": "searchB2bBusinessPartner", "requestBody": { "required": true, "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/Criteria" } } } }, "responses": { "200": { - "description": "List of AppAdministrationSnippet", + "description": "List of B2bBusinessPartner", "content": { "application/vnd.api+json": { "schema": { @@ -4508,7 +4444,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppAdministrationSnippet" + "$ref": "#/components/schemas/B2bBusinessPartner" } } } @@ -4526,7 +4462,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppAdministrationSnippet" + "$ref": "#/components/schemas/B2bBusinessPartner" } } } @@ -4543,38 +4479,29 @@ } } }, - "/aggregate/app-cms-block": { - "post": { + "/b2b-business-partner/{id}": { + "get": { "tags": [ - "App Cms Block" + "B2b Business Partner" ], - "summary": "Aggregate for the App Cms Block resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateAppCmsBlock", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } + "summary": "Detailed information about a B2b Business Partner resource.", + "description": "", + "operationId": "getB2bBusinessPartner", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the b2b_business_partner", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" } } - }, + ], "responses": { "200": { - "description": "List of AppCmsBlock", + "description": "Detail of B2bBusinessPartner", "content": { "application/vnd.api+json": { "schema": { @@ -4586,10 +4513,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/AppCmsBlock" - } + "$ref": "#/components/schemas/B2bBusinessPartner" } } } @@ -4599,62 +4523,107 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/AppCmsBlock" - } + "$ref": "#/components/schemas/B2bBusinessPartner" } } } } } }, - "400": { - "$ref": "#/components/responses/400" + "404": { + "$ref": "#/components/responses/404" }, "401": { "$ref": "#/components/responses/401" } } - } - }, - "/aggregate/app-flow-action": { - "post": { + }, + "delete": { "tags": [ - "App Flow Action" + "B2b Business Partner" + ], + "summary": "Delete a B2b Business Partner resource.", + "description": "", + "operationId": "deleteB2bBusinessPartner", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the b2b_business_partner", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "$ref": "#/components/responses/204" + }, + "404": { + "$ref": "#/components/responses/404" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + }, + "patch": { + "tags": [ + "B2b Business Partner" + ], + "summary": "Partially update information about a B2b Business Partner resource.", + "description": "", + "operationId": "updateB2bBusinessPartner", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the b2b_business_partner", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" + } + } ], - "summary": "Aggregate for the App Flow Action resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateAppFlowAction", "requestBody": { - "required": true, + "description": "Partially update information about a B2b Business Partner resource.", "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/B2bBusinessPartner" } } } }, "responses": { "200": { - "description": "List of AppFlowAction", + "description": "Detail of B2bBusinessPartner", "content": { "application/vnd.api+json": { "schema": { @@ -4666,10 +4635,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/AppFlowAction" - } + "$ref": "#/components/schemas/B2bBusinessPartner" } } } @@ -4679,15 +4645,12 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/AppFlowAction" - } + "$ref": "#/components/schemas/B2bBusinessPartner" } } } @@ -4697,20 +4660,23 @@ "400": { "$ref": "#/components/responses/400" }, + "404": { + "$ref": "#/components/responses/404" + }, "401": { "$ref": "#/components/responses/401" } } } }, - "/aggregate/app-flow-event": { + "/aggregate/b2b-business-partner": { "post": { "tags": [ - "App Flow Event" + "B2b Business Partner" ], - "summary": "Aggregate for the App Flow Event resources.", + "summary": "Aggregate for the B2b Business Partner resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateAppFlowEvent", + "operationId": "aggregateB2bBusinessPartner", "requestBody": { "required": true, "content": { @@ -4734,7 +4700,7 @@ }, "responses": { "200": { - "description": "List of AppFlowEvent", + "description": "List of B2bBusinessPartner", "content": { "application/vnd.api+json": { "schema": { @@ -4748,7 +4714,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppFlowEvent" + "$ref": "#/components/schemas/B2bBusinessPartner" } } } @@ -4766,7 +4732,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppFlowEvent" + "$ref": "#/components/schemas/B2bBusinessPartner" } } } @@ -4783,38 +4749,151 @@ } } }, - "/aggregate/app-payment-method": { + "/b2b-components-approval-rule": { + "get": { + "tags": [ + "B2b Components Approval Rule" + ], + "summary": "List with basic information of B2b Components Approval Rule resources.", + "description": "Available since: 6.6.0.0", + "operationId": "getB2bComponentsApprovalRuleList", + "parameters": [ + { + "name": "limit", + "in": "query", + "description": "Max amount of resources to be returned in a page", + "schema": { + "type": "integer" + } + }, + { + "name": "page", + "in": "query", + "description": "The page to be returned", + "schema": { + "type": "integer" + } + }, + { + "name": "query", + "in": "query", + "description": "Encoded SwagQL in JSON", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "List of B2b Components Approval Rule resources.", + "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "allOf": [ + { + "$ref": "#/components/schemas/data" + }, + { + "type": "array", + "items": { + "$ref": "#/components/schemas/B2bComponentsApprovalRule" + } + } + ] + }, + "links": { + "allOf": [ + { + "$ref": "#/components/schemas/pagination" + }, + { + "type": "object", + "properties": { + "first": { + "example": "/b2b-components-approval-rule?limit=25" + }, + "last": { + "example": "/b2b-components-approval-rule?limit=25&page=11" + }, + "next": { + "example": "/b2b-components-approval-rule?limit=25&page=4" + }, + "prev": { + "example": "/b2b-components-approval-rule?limit=25&page=2" + } + } + } + ] + } + } + } + ] + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "total": { + "type": "integer" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/B2bComponentsApprovalRule" + } + } + } + } + } + } + }, + "401": { + "$ref": "#/components/responses/401" + } + } + }, "post": { "tags": [ - "App Payment Method" + "B2b Components Approval Rule" + ], + "summary": "Create a new B2b Components Approval Rule resources.", + "description": "Available since: 6.6.0.0", + "operationId": "createB2bComponentsApprovalRule", + "parameters": [ + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "schema": { + "type": "string", + "enum": [ + "basic", + "detail" + ] + } + } ], - "summary": "Aggregate for the App Payment Method resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateAppPaymentMethod", "requestBody": { - "required": true, "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } }, "responses": { "200": { - "description": "List of AppPaymentMethod", + "description": "Detail of B2bComponentsApprovalRule", "content": { "application/vnd.api+json": { "schema": { @@ -4826,10 +4905,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/AppPaymentMethod" - } + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } @@ -4839,15 +4915,12 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/AppPaymentMethod" - } + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } @@ -4863,38 +4936,27 @@ } } }, - "/aggregate/app-script-condition": { + "/search/b2b-components-approval-rule": { "post": { "tags": [ - "App Script Condition" + "B2b Components Approval Rule" ], - "summary": "Aggregate for the App Script Condition resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateAppScriptCondition", + "summary": "Search for the B2b Components Approval Rule resources.", + "description": "Available since: 6.6.0.0", + "operationId": "searchB2bComponentsApprovalRule", "requestBody": { "required": true, "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/Criteria" } } } }, "responses": { "200": { - "description": "List of AppScriptCondition", + "description": "List of B2bComponentsApprovalRule", "content": { "application/vnd.api+json": { "schema": { @@ -4908,7 +4970,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } @@ -4926,7 +4988,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } @@ -4943,38 +5005,151 @@ } } }, - "/aggregate/app-shipping-method": { - "post": { + "/b2b-components-approval-rule/{id}": { + "get": { "tags": [ - "App Shipping Method" + "B2b Components Approval Rule" + ], + "summary": "Detailed information about a B2b Components Approval Rule resource.", + "description": "Available since: 6.6.0.0", + "operationId": "getB2bComponentsApprovalRule", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the b2b_components_approval_rule", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + } + ], + "responses": { + "200": { + "description": "Detail of B2bComponentsApprovalRule", + "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/components/schemas/B2bComponentsApprovalRule" + } + } + } + ] + } + }, + "application/json": { + "schema": { + "type": "object", + "required": [ + "data" + ], + "properties": { + "data": { + "$ref": "#/components/schemas/B2bComponentsApprovalRule" + } + } + } + } + } + }, + "404": { + "$ref": "#/components/responses/404" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + }, + "delete": { + "tags": [ + "B2b Components Approval Rule" + ], + "summary": "Delete a B2b Components Approval Rule resource.", + "description": "Available since: 6.6.0.0", + "operationId": "deleteB2bComponentsApprovalRule", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the b2b_components_approval_rule", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "$ref": "#/components/responses/204" + }, + "404": { + "$ref": "#/components/responses/404" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + }, + "patch": { + "tags": [ + "B2b Components Approval Rule" + ], + "summary": "Partially update information about a B2b Components Approval Rule resource.", + "description": "Available since: 6.6.0.0", + "operationId": "updateB2bComponentsApprovalRule", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the b2b_components_approval_rule", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" + } + } ], - "summary": "Aggregate for the App Shipping Method resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateAppShippingMethod", "requestBody": { - "required": true, + "description": "Partially update information about a B2b Components Approval Rule resource.", "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } }, "responses": { "200": { - "description": "List of AppShippingMethod", + "description": "Detail of B2bComponentsApprovalRule", "content": { "application/vnd.api+json": { "schema": { @@ -4986,10 +5161,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/AppShippingMethod" - } + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } @@ -4999,15 +5171,12 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/AppShippingMethod" - } + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } @@ -5017,20 +5186,23 @@ "400": { "$ref": "#/components/responses/400" }, + "404": { + "$ref": "#/components/responses/404" + }, "401": { "$ref": "#/components/responses/401" } } } }, - "/aggregate/app-template": { + "/aggregate/b2b-components-approval-rule": { "post": { "tags": [ - "App Template" + "B2b Components Approval Rule" ], - "summary": "Aggregate for the App Template resources.", + "summary": "Aggregate for the B2b Components Approval Rule resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateAppTemplate", + "operationId": "aggregateB2bComponentsApprovalRule", "requestBody": { "required": true, "content": { @@ -5054,7 +5226,7 @@ }, "responses": { "200": { - "description": "List of AppTemplate", + "description": "List of B2bComponentsApprovalRule", "content": { "application/vnd.api+json": { "schema": { @@ -5068,7 +5240,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppTemplate" + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } @@ -5086,7 +5258,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppTemplate" + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } @@ -5103,14 +5275,14 @@ } } }, - "/b2b-business-partner": { + "/b2b-components-approval-rule-app-script-condition": { "get": { "tags": [ - "B2b Business Partner" + "B2b Components Approval Rule App Script Condition" ], - "summary": "List with basic information of B2b Business Partner resources.", - "description": "", - "operationId": "getB2bBusinessPartnerList", + "summary": "List with basic information of B2b Components Approval Rule App Script Condition resources.", + "description": "Available since: 6.6.3.0", + "operationId": "getB2bComponentsApprovalRuleAppScriptConditionList", "parameters": [ { "name": "limit", @@ -5139,7 +5311,7 @@ ], "responses": { "200": { - "description": "List of B2b Business Partner resources.", + "description": "List of B2b Components Approval Rule App Script Condition resources.", "content": { "application/vnd.api+json": { "schema": { @@ -5158,7 +5330,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } ] @@ -5172,16 +5344,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-business-partner?limit=25" + "example": "/b2b-components-approval-rule-app-script-condition?limit=25" }, "last": { - "example": "/b2b-business-partner?limit=25&page=11" + "example": "/b2b-components-approval-rule-app-script-condition?limit=25&page=11" }, "next": { - "example": "/b2b-business-partner?limit=25&page=4" + "example": "/b2b-components-approval-rule-app-script-condition?limit=25&page=4" }, "prev": { - "example": "/b2b-business-partner?limit=25&page=2" + "example": "/b2b-components-approval-rule-app-script-condition?limit=25&page=2" } } } @@ -5202,7 +5374,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -5217,11 +5389,11 @@ }, "post": { "tags": [ - "B2b Business Partner" + "B2b Components Approval Rule App Script Condition" ], - "summary": "Create a new B2b Business Partner resources.", - "description": "", - "operationId": "createB2bBusinessPartner", + "summary": "Create a new B2b Components Approval Rule App Script Condition resources.", + "description": "Available since: 6.6.3.0", + "operationId": "createB2bComponentsApprovalRuleAppScriptCondition", "parameters": [ { "name": "_response", @@ -5240,14 +5412,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } }, "responses": { "200": { - "description": "Detail of B2bBusinessPartner", + "description": "Detail of B2bComponentsApprovalRuleAppScriptCondition", "content": { "application/vnd.api+json": { "schema": { @@ -5259,7 +5431,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -5274,7 +5446,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -5290,14 +5462,14 @@ } } }, - "/search/b2b-business-partner": { + "/search/b2b-components-approval-rule-app-script-condition": { "post": { "tags": [ - "B2b Business Partner" + "B2b Components Approval Rule App Script Condition" ], - "summary": "Search for the B2b Business Partner resources.", - "description": "", - "operationId": "searchB2bBusinessPartner", + "summary": "Search for the B2b Components Approval Rule App Script Condition resources.", + "description": "Available since: 6.6.3.0", + "operationId": "searchB2bComponentsApprovalRuleAppScriptCondition", "requestBody": { "required": true, "content": { @@ -5310,7 +5482,7 @@ }, "responses": { "200": { - "description": "List of B2bBusinessPartner", + "description": "List of B2bComponentsApprovalRuleAppScriptCondition", "content": { "application/vnd.api+json": { "schema": { @@ -5324,7 +5496,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -5342,7 +5514,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -5359,19 +5531,19 @@ } } }, - "/b2b-business-partner/{id}": { + "/b2b-components-approval-rule-app-script-condition/{id}": { "get": { "tags": [ - "B2b Business Partner" + "B2b Components Approval Rule App Script Condition" ], - "summary": "Detailed information about a B2b Business Partner resource.", - "description": "", - "operationId": "getB2bBusinessPartner", + "summary": "Detailed information about a B2b Components Approval Rule App Script Condition resource.", + "description": "Available since: 6.6.3.0", + "operationId": "getB2bComponentsApprovalRuleAppScriptCondition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_business_partner", + "description": "Identifier for the b2b_components_approval_rule_app_script_condition", "required": true, "schema": { "type": "string", @@ -5381,7 +5553,7 @@ ], "responses": { "200": { - "description": "Detail of B2bBusinessPartner", + "description": "Detail of B2bComponentsApprovalRuleAppScriptCondition", "content": { "application/vnd.api+json": { "schema": { @@ -5393,7 +5565,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -5408,7 +5580,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -5425,16 +5597,16 @@ }, "delete": { "tags": [ - "B2b Business Partner" + "B2b Components Approval Rule App Script Condition" ], - "summary": "Delete a B2b Business Partner resource.", - "description": "", - "operationId": "deleteB2bBusinessPartner", + "summary": "Delete a B2b Components Approval Rule App Script Condition resource.", + "description": "Available since: 6.6.3.0", + "operationId": "deleteB2bComponentsApprovalRuleAppScriptCondition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_business_partner", + "description": "Identifier for the b2b_components_approval_rule_app_script_condition", "required": true, "schema": { "type": "string", @@ -5465,16 +5637,16 @@ }, "patch": { "tags": [ - "B2b Business Partner" + "B2b Components Approval Rule App Script Condition" ], - "summary": "Partially update information about a B2b Business Partner resource.", - "description": "", - "operationId": "updateB2bBusinessPartner", + "summary": "Partially update information about a B2b Components Approval Rule App Script Condition resource.", + "description": "Available since: 6.6.3.0", + "operationId": "updateB2bComponentsApprovalRuleAppScriptCondition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_business_partner", + "description": "Identifier for the b2b_components_approval_rule_app_script_condition", "required": true, "schema": { "type": "string", @@ -5492,18 +5664,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Business Partner resource.", + "description": "Partially update information about a B2b Components Approval Rule App Script Condition resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } }, "responses": { "200": { - "description": "Detail of B2bBusinessPartner", + "description": "Detail of B2bComponentsApprovalRuleAppScriptCondition", "content": { "application/vnd.api+json": { "schema": { @@ -5515,7 +5687,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -5530,7 +5702,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -5549,14 +5721,14 @@ } } }, - "/aggregate/b2b-business-partner": { + "/aggregate/b2b-components-approval-rule-app-script-condition": { "post": { "tags": [ - "B2b Business Partner" + "B2b Components Approval Rule App Script Condition" ], - "summary": "Aggregate for the B2b Business Partner resources.", + "summary": "Aggregate for the B2b Components Approval Rule App Script Condition resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bBusinessPartner", + "operationId": "aggregateB2bComponentsApprovalRuleAppScriptCondition", "requestBody": { "required": true, "content": { @@ -5580,7 +5752,7 @@ }, "responses": { "200": { - "description": "List of B2bBusinessPartner", + "description": "List of B2bComponentsApprovalRuleAppScriptCondition", "content": { "application/vnd.api+json": { "schema": { @@ -5594,7 +5766,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -5612,7 +5784,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -5629,14 +5801,14 @@ } } }, - "/b2b-components-approval-rule": { + "/b2b-components-pending-order": { "get": { "tags": [ - "B2b Components Approval Rule" + "B2b Components Pending Order" ], - "summary": "List with basic information of B2b Components Approval Rule resources.", + "summary": "List with basic information of B2b Components Pending Order resources.", "description": "Available since: 6.6.0.0", - "operationId": "getB2bComponentsApprovalRuleList", + "operationId": "getB2bComponentsPendingOrderList", "parameters": [ { "name": "limit", @@ -5665,7 +5837,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Approval Rule resources.", + "description": "List of B2b Components Pending Order resources.", "content": { "application/vnd.api+json": { "schema": { @@ -5684,7 +5856,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } ] @@ -5698,16 +5870,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-approval-rule?limit=25" + "example": "/b2b-components-pending-order?limit=25" }, "last": { - "example": "/b2b-components-approval-rule?limit=25&page=11" + "example": "/b2b-components-pending-order?limit=25&page=11" }, "next": { - "example": "/b2b-components-approval-rule?limit=25&page=4" + "example": "/b2b-components-pending-order?limit=25&page=4" }, "prev": { - "example": "/b2b-components-approval-rule?limit=25&page=2" + "example": "/b2b-components-pending-order?limit=25&page=2" } } } @@ -5728,7 +5900,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -5743,11 +5915,11 @@ }, "post": { "tags": [ - "B2b Components Approval Rule" + "B2b Components Pending Order" ], - "summary": "Create a new B2b Components Approval Rule resources.", + "summary": "Create a new B2b Components Pending Order resources.", "description": "Available since: 6.6.0.0", - "operationId": "createB2bComponentsApprovalRule", + "operationId": "createB2bComponentsPendingOrder", "parameters": [ { "name": "_response", @@ -5766,14 +5938,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsApprovalRule", + "description": "Detail of B2bComponentsPendingOrder", "content": { "application/vnd.api+json": { "schema": { @@ -5785,7 +5957,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -5800,7 +5972,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -5816,14 +5988,14 @@ } } }, - "/search/b2b-components-approval-rule": { + "/search/b2b-components-pending-order": { "post": { "tags": [ - "B2b Components Approval Rule" + "B2b Components Pending Order" ], - "summary": "Search for the B2b Components Approval Rule resources.", + "summary": "Search for the B2b Components Pending Order resources.", "description": "Available since: 6.6.0.0", - "operationId": "searchB2bComponentsApprovalRule", + "operationId": "searchB2bComponentsPendingOrder", "requestBody": { "required": true, "content": { @@ -5836,7 +6008,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsApprovalRule", + "description": "List of B2bComponentsPendingOrder", "content": { "application/vnd.api+json": { "schema": { @@ -5850,7 +6022,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -5868,7 +6040,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -5885,19 +6057,19 @@ } } }, - "/b2b-components-approval-rule/{id}": { + "/b2b-components-pending-order/{id}": { "get": { "tags": [ - "B2b Components Approval Rule" + "B2b Components Pending Order" ], - "summary": "Detailed information about a B2b Components Approval Rule resource.", + "summary": "Detailed information about a B2b Components Pending Order resource.", "description": "Available since: 6.6.0.0", - "operationId": "getB2bComponentsApprovalRule", + "operationId": "getB2bComponentsPendingOrder", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_approval_rule", + "description": "Identifier for the b2b_components_pending_order", "required": true, "schema": { "type": "string", @@ -5907,7 +6079,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsApprovalRule", + "description": "Detail of B2bComponentsPendingOrder", "content": { "application/vnd.api+json": { "schema": { @@ -5919,7 +6091,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -5934,7 +6106,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -5951,16 +6123,16 @@ }, "delete": { "tags": [ - "B2b Components Approval Rule" + "B2b Components Pending Order" ], - "summary": "Delete a B2b Components Approval Rule resource.", + "summary": "Delete a B2b Components Pending Order resource.", "description": "Available since: 6.6.0.0", - "operationId": "deleteB2bComponentsApprovalRule", + "operationId": "deleteB2bComponentsPendingOrder", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_approval_rule", + "description": "Identifier for the b2b_components_pending_order", "required": true, "schema": { "type": "string", @@ -5991,16 +6163,16 @@ }, "patch": { "tags": [ - "B2b Components Approval Rule" + "B2b Components Pending Order" ], - "summary": "Partially update information about a B2b Components Approval Rule resource.", + "summary": "Partially update information about a B2b Components Pending Order resource.", "description": "Available since: 6.6.0.0", - "operationId": "updateB2bComponentsApprovalRule", + "operationId": "updateB2bComponentsPendingOrder", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_approval_rule", + "description": "Identifier for the b2b_components_pending_order", "required": true, "schema": { "type": "string", @@ -6018,18 +6190,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Approval Rule resource.", + "description": "Partially update information about a B2b Components Pending Order resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsApprovalRule", + "description": "Detail of B2bComponentsPendingOrder", "content": { "application/vnd.api+json": { "schema": { @@ -6041,7 +6213,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -6056,7 +6228,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -6075,14 +6247,14 @@ } } }, - "/aggregate/b2b-components-approval-rule": { + "/aggregate/b2b-components-pending-order": { "post": { "tags": [ - "B2b Components Approval Rule" + "B2b Components Pending Order" ], - "summary": "Aggregate for the B2b Components Approval Rule resources.", + "summary": "Aggregate for the B2b Components Pending Order resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsApprovalRule", + "operationId": "aggregateB2bComponentsPendingOrder", "requestBody": { "required": true, "content": { @@ -6106,7 +6278,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsApprovalRule", + "description": "List of B2bComponentsPendingOrder", "content": { "application/vnd.api+json": { "schema": { @@ -6120,7 +6292,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -6138,7 +6310,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -6155,14 +6327,14 @@ } } }, - "/b2b-components-approval-rule-app-script-condition": { + "/b2b-components-pending-order-address": { "get": { "tags": [ - "B2b Components Approval Rule App Script Condition" + "B2b Components Pending Order Address" ], - "summary": "List with basic information of B2b Components Approval Rule App Script Condition resources.", - "description": "Available since: 6.6.3.0", - "operationId": "getB2bComponentsApprovalRuleAppScriptConditionList", + "summary": "List with basic information of B2b Components Pending Order Address resources.", + "description": "Available since: 6.6.0.0", + "operationId": "getB2bComponentsPendingOrderAddressList", "parameters": [ { "name": "limit", @@ -6191,7 +6363,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Approval Rule App Script Condition resources.", + "description": "List of B2b Components Pending Order Address resources.", "content": { "application/vnd.api+json": { "schema": { @@ -6210,7 +6382,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } ] @@ -6224,16 +6396,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-approval-rule-app-script-condition?limit=25" + "example": "/b2b-components-pending-order-address?limit=25" }, "last": { - "example": "/b2b-components-approval-rule-app-script-condition?limit=25&page=11" + "example": "/b2b-components-pending-order-address?limit=25&page=11" }, "next": { - "example": "/b2b-components-approval-rule-app-script-condition?limit=25&page=4" + "example": "/b2b-components-pending-order-address?limit=25&page=4" }, "prev": { - "example": "/b2b-components-approval-rule-app-script-condition?limit=25&page=2" + "example": "/b2b-components-pending-order-address?limit=25&page=2" } } } @@ -6254,7 +6426,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -6269,11 +6441,11 @@ }, "post": { "tags": [ - "B2b Components Approval Rule App Script Condition" + "B2b Components Pending Order Address" ], - "summary": "Create a new B2b Components Approval Rule App Script Condition resources.", - "description": "Available since: 6.6.3.0", - "operationId": "createB2bComponentsApprovalRuleAppScriptCondition", + "summary": "Create a new B2b Components Pending Order Address resources.", + "description": "Available since: 6.6.0.0", + "operationId": "createB2bComponentsPendingOrderAddress", "parameters": [ { "name": "_response", @@ -6292,14 +6464,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsApprovalRuleAppScriptCondition", + "description": "Detail of B2bComponentsPendingOrderAddress", "content": { "application/vnd.api+json": { "schema": { @@ -6311,7 +6483,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -6326,7 +6498,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -6342,14 +6514,14 @@ } } }, - "/search/b2b-components-approval-rule-app-script-condition": { + "/search/b2b-components-pending-order-address": { "post": { "tags": [ - "B2b Components Approval Rule App Script Condition" + "B2b Components Pending Order Address" ], - "summary": "Search for the B2b Components Approval Rule App Script Condition resources.", - "description": "Available since: 6.6.3.0", - "operationId": "searchB2bComponentsApprovalRuleAppScriptCondition", + "summary": "Search for the B2b Components Pending Order Address resources.", + "description": "Available since: 6.6.0.0", + "operationId": "searchB2bComponentsPendingOrderAddress", "requestBody": { "required": true, "content": { @@ -6362,7 +6534,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsApprovalRuleAppScriptCondition", + "description": "List of B2bComponentsPendingOrderAddress", "content": { "application/vnd.api+json": { "schema": { @@ -6376,7 +6548,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -6394,7 +6566,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -6411,19 +6583,19 @@ } } }, - "/b2b-components-approval-rule-app-script-condition/{id}": { + "/b2b-components-pending-order-address/{id}": { "get": { "tags": [ - "B2b Components Approval Rule App Script Condition" + "B2b Components Pending Order Address" ], - "summary": "Detailed information about a B2b Components Approval Rule App Script Condition resource.", - "description": "Available since: 6.6.3.0", - "operationId": "getB2bComponentsApprovalRuleAppScriptCondition", + "summary": "Detailed information about a B2b Components Pending Order Address resource.", + "description": "Available since: 6.6.0.0", + "operationId": "getB2bComponentsPendingOrderAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_approval_rule_app_script_condition", + "description": "Identifier for the b2b_components_pending_order_address", "required": true, "schema": { "type": "string", @@ -6433,7 +6605,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsApprovalRuleAppScriptCondition", + "description": "Detail of B2bComponentsPendingOrderAddress", "content": { "application/vnd.api+json": { "schema": { @@ -6445,7 +6617,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -6460,7 +6632,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -6477,16 +6649,16 @@ }, "delete": { "tags": [ - "B2b Components Approval Rule App Script Condition" + "B2b Components Pending Order Address" ], - "summary": "Delete a B2b Components Approval Rule App Script Condition resource.", - "description": "Available since: 6.6.3.0", - "operationId": "deleteB2bComponentsApprovalRuleAppScriptCondition", + "summary": "Delete a B2b Components Pending Order Address resource.", + "description": "Available since: 6.6.0.0", + "operationId": "deleteB2bComponentsPendingOrderAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_approval_rule_app_script_condition", + "description": "Identifier for the b2b_components_pending_order_address", "required": true, "schema": { "type": "string", @@ -6517,16 +6689,16 @@ }, "patch": { "tags": [ - "B2b Components Approval Rule App Script Condition" + "B2b Components Pending Order Address" ], - "summary": "Partially update information about a B2b Components Approval Rule App Script Condition resource.", - "description": "Available since: 6.6.3.0", - "operationId": "updateB2bComponentsApprovalRuleAppScriptCondition", + "summary": "Partially update information about a B2b Components Pending Order Address resource.", + "description": "Available since: 6.6.0.0", + "operationId": "updateB2bComponentsPendingOrderAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_approval_rule_app_script_condition", + "description": "Identifier for the b2b_components_pending_order_address", "required": true, "schema": { "type": "string", @@ -6544,18 +6716,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Approval Rule App Script Condition resource.", + "description": "Partially update information about a B2b Components Pending Order Address resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsApprovalRuleAppScriptCondition", + "description": "Detail of B2bComponentsPendingOrderAddress", "content": { "application/vnd.api+json": { "schema": { @@ -6567,7 +6739,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -6582,7 +6754,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -6601,14 +6773,14 @@ } } }, - "/aggregate/b2b-components-approval-rule-app-script-condition": { + "/aggregate/b2b-components-pending-order-address": { "post": { "tags": [ - "B2b Components Approval Rule App Script Condition" + "B2b Components Pending Order Address" ], - "summary": "Aggregate for the B2b Components Approval Rule App Script Condition resources.", + "summary": "Aggregate for the B2b Components Pending Order Address resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsApprovalRuleAppScriptCondition", + "operationId": "aggregateB2bComponentsPendingOrderAddress", "requestBody": { "required": true, "content": { @@ -6632,7 +6804,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsApprovalRuleAppScriptCondition", + "description": "List of B2bComponentsPendingOrderAddress", "content": { "application/vnd.api+json": { "schema": { @@ -6646,7 +6818,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -6664,7 +6836,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -6681,14 +6853,14 @@ } } }, - "/b2b-components-pending-order": { + "/b2b-components-role": { "get": { "tags": [ - "B2b Components Pending Order" + "B2b Components Role" ], - "summary": "List with basic information of B2b Components Pending Order resources.", - "description": "Available since: 6.6.0.0", - "operationId": "getB2bComponentsPendingOrderList", + "summary": "List with basic information of B2b Components Role resources.", + "description": "", + "operationId": "getB2bComponentsRoleList", "parameters": [ { "name": "limit", @@ -6717,7 +6889,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Pending Order resources.", + "description": "List of B2b Components Role resources.", "content": { "application/vnd.api+json": { "schema": { @@ -6736,7 +6908,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsRole" } } ] @@ -6750,16 +6922,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-pending-order?limit=25" + "example": "/b2b-components-role?limit=25" }, "last": { - "example": "/b2b-components-pending-order?limit=25&page=11" + "example": "/b2b-components-role?limit=25&page=11" }, "next": { - "example": "/b2b-components-pending-order?limit=25&page=4" + "example": "/b2b-components-role?limit=25&page=4" }, "prev": { - "example": "/b2b-components-pending-order?limit=25&page=2" + "example": "/b2b-components-role?limit=25&page=2" } } } @@ -6780,7 +6952,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -6795,11 +6967,11 @@ }, "post": { "tags": [ - "B2b Components Pending Order" + "B2b Components Role" ], - "summary": "Create a new B2b Components Pending Order resources.", - "description": "Available since: 6.6.0.0", - "operationId": "createB2bComponentsPendingOrder", + "summary": "Create a new B2b Components Role resources.", + "description": "", + "operationId": "createB2bComponentsRole", "parameters": [ { "name": "_response", @@ -6818,14 +6990,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsRole" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsPendingOrder", + "description": "Detail of B2bComponentsRole", "content": { "application/vnd.api+json": { "schema": { @@ -6837,7 +7009,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -6852,7 +7024,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -6868,14 +7040,14 @@ } } }, - "/search/b2b-components-pending-order": { + "/search/b2b-components-role": { "post": { "tags": [ - "B2b Components Pending Order" + "B2b Components Role" ], - "summary": "Search for the B2b Components Pending Order resources.", - "description": "Available since: 6.6.0.0", - "operationId": "searchB2bComponentsPendingOrder", + "summary": "Search for the B2b Components Role resources.", + "description": "", + "operationId": "searchB2bComponentsRole", "requestBody": { "required": true, "content": { @@ -6888,7 +7060,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsPendingOrder", + "description": "List of B2bComponentsRole", "content": { "application/vnd.api+json": { "schema": { @@ -6902,7 +7074,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -6920,7 +7092,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -6937,19 +7109,19 @@ } } }, - "/b2b-components-pending-order/{id}": { + "/b2b-components-role/{id}": { "get": { "tags": [ - "B2b Components Pending Order" + "B2b Components Role" ], - "summary": "Detailed information about a B2b Components Pending Order resource.", - "description": "Available since: 6.6.0.0", - "operationId": "getB2bComponentsPendingOrder", + "summary": "Detailed information about a B2b Components Role resource.", + "description": "", + "operationId": "getB2bComponentsRole", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_pending_order", + "description": "Identifier for the b2b_components_role", "required": true, "schema": { "type": "string", @@ -6959,7 +7131,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsPendingOrder", + "description": "Detail of B2bComponentsRole", "content": { "application/vnd.api+json": { "schema": { @@ -6971,7 +7143,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -6986,7 +7158,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -7003,16 +7175,16 @@ }, "delete": { "tags": [ - "B2b Components Pending Order" + "B2b Components Role" ], - "summary": "Delete a B2b Components Pending Order resource.", - "description": "Available since: 6.6.0.0", - "operationId": "deleteB2bComponentsPendingOrder", + "summary": "Delete a B2b Components Role resource.", + "description": "", + "operationId": "deleteB2bComponentsRole", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_pending_order", + "description": "Identifier for the b2b_components_role", "required": true, "schema": { "type": "string", @@ -7043,16 +7215,16 @@ }, "patch": { "tags": [ - "B2b Components Pending Order" + "B2b Components Role" ], - "summary": "Partially update information about a B2b Components Pending Order resource.", - "description": "Available since: 6.6.0.0", - "operationId": "updateB2bComponentsPendingOrder", + "summary": "Partially update information about a B2b Components Role resource.", + "description": "", + "operationId": "updateB2bComponentsRole", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_pending_order", + "description": "Identifier for the b2b_components_role", "required": true, "schema": { "type": "string", @@ -7070,18 +7242,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Pending Order resource.", + "description": "Partially update information about a B2b Components Role resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsRole" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsPendingOrder", + "description": "Detail of B2bComponentsRole", "content": { "application/vnd.api+json": { "schema": { @@ -7093,7 +7265,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -7108,7 +7280,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -7127,14 +7299,14 @@ } } }, - "/aggregate/b2b-components-pending-order": { + "/aggregate/b2b-components-role": { "post": { "tags": [ - "B2b Components Pending Order" + "B2b Components Role" ], - "summary": "Aggregate for the B2b Components Pending Order resources.", + "summary": "Aggregate for the B2b Components Role resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsPendingOrder", + "operationId": "aggregateB2bComponentsRole", "requestBody": { "required": true, "content": { @@ -7158,7 +7330,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsPendingOrder", + "description": "List of B2bComponentsRole", "content": { "application/vnd.api+json": { "schema": { @@ -7172,7 +7344,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -7190,7 +7362,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -7207,14 +7379,15 @@ } } }, - "/b2b-components-pending-order-address": { + "/b2b-components-shopping-list": { "get": { "tags": [ - "B2b Components Pending Order Address" + "B2b Components Shopping List", + "Experimental" ], - "summary": "List with basic information of B2b Components Pending Order Address resources.", - "description": "Available since: 6.6.0.0", - "operationId": "getB2bComponentsPendingOrderAddressList", + "summary": "List with basic information of B2b Components Shopping List resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "Available since: 6.6.2.0", + "operationId": "getB2bComponentsShoppingListList", "parameters": [ { "name": "limit", @@ -7243,7 +7416,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Pending Order Address resources.", + "description": "List of B2b Components Shopping List resources.", "content": { "application/vnd.api+json": { "schema": { @@ -7262,7 +7435,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } ] @@ -7276,16 +7449,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-pending-order-address?limit=25" + "example": "/b2b-components-shopping-list?limit=25" }, "last": { - "example": "/b2b-components-pending-order-address?limit=25&page=11" + "example": "/b2b-components-shopping-list?limit=25&page=11" }, "next": { - "example": "/b2b-components-pending-order-address?limit=25&page=4" + "example": "/b2b-components-shopping-list?limit=25&page=4" }, "prev": { - "example": "/b2b-components-pending-order-address?limit=25&page=2" + "example": "/b2b-components-shopping-list?limit=25&page=2" } } } @@ -7306,7 +7479,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -7321,11 +7494,12 @@ }, "post": { "tags": [ - "B2b Components Pending Order Address" + "B2b Components Shopping List", + "Experimental" ], - "summary": "Create a new B2b Components Pending Order Address resources.", - "description": "Available since: 6.6.0.0", - "operationId": "createB2bComponentsPendingOrderAddress", + "summary": "Create a new B2b Components Shopping List resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "Available since: 6.6.2.0", + "operationId": "createB2bComponentsShoppingList", "parameters": [ { "name": "_response", @@ -7344,14 +7518,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsPendingOrderAddress", + "description": "Detail of B2bComponentsShoppingList", "content": { "application/vnd.api+json": { "schema": { @@ -7363,7 +7537,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -7378,7 +7552,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -7394,14 +7568,15 @@ } } }, - "/search/b2b-components-pending-order-address": { + "/search/b2b-components-shopping-list": { "post": { "tags": [ - "B2b Components Pending Order Address" + "B2b Components Shopping List", + "Experimental" ], - "summary": "Search for the B2b Components Pending Order Address resources.", - "description": "Available since: 6.6.0.0", - "operationId": "searchB2bComponentsPendingOrderAddress", + "summary": "Search for the B2b Components Shopping List resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "Available since: 6.6.2.0", + "operationId": "searchB2bComponentsShoppingList", "requestBody": { "required": true, "content": { @@ -7414,7 +7589,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsPendingOrderAddress", + "description": "List of B2bComponentsShoppingList", "content": { "application/vnd.api+json": { "schema": { @@ -7428,7 +7603,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -7446,7 +7621,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -7463,19 +7638,20 @@ } } }, - "/b2b-components-pending-order-address/{id}": { + "/b2b-components-shopping-list/{id}": { "get": { "tags": [ - "B2b Components Pending Order Address" + "B2b Components Shopping List", + "Experimental" ], - "summary": "Detailed information about a B2b Components Pending Order Address resource.", - "description": "Available since: 6.6.0.0", - "operationId": "getB2bComponentsPendingOrderAddress", + "summary": "Detailed information about a B2b Components Shopping List resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "Available since: 6.6.2.0", + "operationId": "getB2bComponentsShoppingList", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_pending_order_address", + "description": "Identifier for the b2b_components_shopping_list", "required": true, "schema": { "type": "string", @@ -7485,7 +7661,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsPendingOrderAddress", + "description": "Detail of B2bComponentsShoppingList", "content": { "application/vnd.api+json": { "schema": { @@ -7497,7 +7673,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -7512,7 +7688,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -7529,16 +7705,17 @@ }, "delete": { "tags": [ - "B2b Components Pending Order Address" + "B2b Components Shopping List", + "Experimental" ], - "summary": "Delete a B2b Components Pending Order Address resource.", - "description": "Available since: 6.6.0.0", - "operationId": "deleteB2bComponentsPendingOrderAddress", + "summary": "Delete a B2b Components Shopping List resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "Available since: 6.6.2.0", + "operationId": "deleteB2bComponentsShoppingList", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_pending_order_address", + "description": "Identifier for the b2b_components_shopping_list", "required": true, "schema": { "type": "string", @@ -7569,16 +7746,17 @@ }, "patch": { "tags": [ - "B2b Components Pending Order Address" + "B2b Components Shopping List", + "Experimental" ], - "summary": "Partially update information about a B2b Components Pending Order Address resource.", - "description": "Available since: 6.6.0.0", - "operationId": "updateB2bComponentsPendingOrderAddress", + "summary": "Partially update information about a B2b Components Shopping List resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "Available since: 6.6.2.0", + "operationId": "updateB2bComponentsShoppingList", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_pending_order_address", + "description": "Identifier for the b2b_components_shopping_list", "required": true, "schema": { "type": "string", @@ -7596,18 +7774,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Pending Order Address resource.", + "description": "Partially update information about a B2b Components Shopping List resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsPendingOrderAddress", + "description": "Detail of B2bComponentsShoppingList", "content": { "application/vnd.api+json": { "schema": { @@ -7619,7 +7797,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -7634,7 +7812,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -7653,14 +7831,15 @@ } } }, - "/aggregate/b2b-components-pending-order-address": { + "/aggregate/b2b-components-shopping-list": { "post": { "tags": [ - "B2b Components Pending Order Address" + "B2b Components Shopping List", + "Experimental" ], - "summary": "Aggregate for the B2b Components Pending Order Address resources.", + "summary": "Aggregate for the B2b Components Shopping List resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsPendingOrderAddress", + "operationId": "aggregateB2bComponentsShoppingList", "requestBody": { "required": true, "content": { @@ -7684,7 +7863,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsPendingOrderAddress", + "description": "List of B2bComponentsShoppingList", "content": { "application/vnd.api+json": { "schema": { @@ -7698,7 +7877,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -7716,7 +7895,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -7733,14 +7912,15 @@ } } }, - "/b2b-components-role": { + "/b2b-components-shopping-list-line-item": { "get": { "tags": [ - "B2b Components Role" + "B2b Components Shopping List Line Item", + "Experimental" ], - "summary": "List with basic information of B2b Components Role resources.", - "description": "", - "operationId": "getB2bComponentsRoleList", + "summary": "List with basic information of B2b Components Shopping List Line Item resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "Available since: 6.6.2.0", + "operationId": "getB2bComponentsShoppingListLineItemList", "parameters": [ { "name": "limit", @@ -7769,7 +7949,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Role resources.", + "description": "List of B2b Components Shopping List Line Item resources.", "content": { "application/vnd.api+json": { "schema": { @@ -7788,7 +7968,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } ] @@ -7802,16 +7982,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-role?limit=25" + "example": "/b2b-components-shopping-list-line-item?limit=25" }, "last": { - "example": "/b2b-components-role?limit=25&page=11" + "example": "/b2b-components-shopping-list-line-item?limit=25&page=11" }, "next": { - "example": "/b2b-components-role?limit=25&page=4" + "example": "/b2b-components-shopping-list-line-item?limit=25&page=4" }, "prev": { - "example": "/b2b-components-role?limit=25&page=2" + "example": "/b2b-components-shopping-list-line-item?limit=25&page=2" } } } @@ -7832,7 +8012,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -7847,11 +8027,12 @@ }, "post": { "tags": [ - "B2b Components Role" + "B2b Components Shopping List Line Item", + "Experimental" ], - "summary": "Create a new B2b Components Role resources.", - "description": "", - "operationId": "createB2bComponentsRole", + "summary": "Create a new B2b Components Shopping List Line Item resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "Available since: 6.6.2.0", + "operationId": "createB2bComponentsShoppingListLineItem", "parameters": [ { "name": "_response", @@ -7870,14 +8051,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsRole", + "description": "Detail of B2bComponentsShoppingListLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -7889,7 +8070,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -7904,7 +8085,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -7920,14 +8101,15 @@ } } }, - "/search/b2b-components-role": { + "/search/b2b-components-shopping-list-line-item": { "post": { "tags": [ - "B2b Components Role" + "B2b Components Shopping List Line Item", + "Experimental" ], - "summary": "Search for the B2b Components Role resources.", - "description": "", - "operationId": "searchB2bComponentsRole", + "summary": "Search for the B2b Components Shopping List Line Item resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "Available since: 6.6.2.0", + "operationId": "searchB2bComponentsShoppingListLineItem", "requestBody": { "required": true, "content": { @@ -7940,7 +8122,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsRole", + "description": "List of B2bComponentsShoppingListLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -7954,7 +8136,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -7972,7 +8154,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -7989,19 +8171,20 @@ } } }, - "/b2b-components-role/{id}": { + "/b2b-components-shopping-list-line-item/{id}": { "get": { "tags": [ - "B2b Components Role" + "B2b Components Shopping List Line Item", + "Experimental" ], - "summary": "Detailed information about a B2b Components Role resource.", - "description": "", - "operationId": "getB2bComponentsRole", + "summary": "Detailed information about a B2b Components Shopping List Line Item resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "Available since: 6.6.2.0", + "operationId": "getB2bComponentsShoppingListLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_role", + "description": "Identifier for the b2b_components_shopping_list_line_item", "required": true, "schema": { "type": "string", @@ -8011,7 +8194,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsRole", + "description": "Detail of B2bComponentsShoppingListLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -8023,7 +8206,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -8038,7 +8221,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -8055,16 +8238,17 @@ }, "delete": { "tags": [ - "B2b Components Role" + "B2b Components Shopping List Line Item", + "Experimental" ], - "summary": "Delete a B2b Components Role resource.", - "description": "", - "operationId": "deleteB2bComponentsRole", + "summary": "Delete a B2b Components Shopping List Line Item resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "Available since: 6.6.2.0", + "operationId": "deleteB2bComponentsShoppingListLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_role", + "description": "Identifier for the b2b_components_shopping_list_line_item", "required": true, "schema": { "type": "string", @@ -8095,16 +8279,17 @@ }, "patch": { "tags": [ - "B2b Components Role" + "B2b Components Shopping List Line Item", + "Experimental" ], - "summary": "Partially update information about a B2b Components Role resource.", - "description": "", - "operationId": "updateB2bComponentsRole", + "summary": "Partially update information about a B2b Components Shopping List Line Item resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "Available since: 6.6.2.0", + "operationId": "updateB2bComponentsShoppingListLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_role", + "description": "Identifier for the b2b_components_shopping_list_line_item", "required": true, "schema": { "type": "string", @@ -8122,18 +8307,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Role resource.", + "description": "Partially update information about a B2b Components Shopping List Line Item resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsRole", + "description": "Detail of B2bComponentsShoppingListLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -8145,7 +8330,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -8160,7 +8345,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -8179,14 +8364,15 @@ } } }, - "/aggregate/b2b-components-role": { + "/aggregate/b2b-components-shopping-list-line-item": { "post": { "tags": [ - "B2b Components Role" + "B2b Components Shopping List Line Item", + "Experimental" ], - "summary": "Aggregate for the B2b Components Role resources.", + "summary": "Aggregate for the B2b Components Shopping List Line Item resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsRole", + "operationId": "aggregateB2bComponentsShoppingListLineItem", "requestBody": { "required": true, "content": { @@ -8210,7 +8396,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsRole", + "description": "List of B2bComponentsShoppingListLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -8224,7 +8410,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -8242,7 +8428,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -8259,15 +8445,14 @@ } } }, - "/b2b-components-shopping-list": { + "/b2b-employee": { "get": { "tags": [ - "B2b Components Shopping List", - "Experimental" + "B2b Employee" ], - "summary": "List with basic information of B2b Components Shopping List resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.6.2.0", - "operationId": "getB2bComponentsShoppingListList", + "summary": "List with basic information of B2b Employee resources.", + "description": "", + "operationId": "getB2bEmployeeList", "parameters": [ { "name": "limit", @@ -8296,7 +8481,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Shopping List resources.", + "description": "List of B2b Employee resources.", "content": { "application/vnd.api+json": { "schema": { @@ -8315,7 +8500,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bEmployee" } } ] @@ -8329,16 +8514,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-shopping-list?limit=25" + "example": "/b2b-employee?limit=25" }, "last": { - "example": "/b2b-components-shopping-list?limit=25&page=11" + "example": "/b2b-employee?limit=25&page=11" }, "next": { - "example": "/b2b-components-shopping-list?limit=25&page=4" + "example": "/b2b-employee?limit=25&page=4" }, "prev": { - "example": "/b2b-components-shopping-list?limit=25&page=2" + "example": "/b2b-employee?limit=25&page=2" } } } @@ -8359,7 +8544,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -8374,12 +8559,11 @@ }, "post": { "tags": [ - "B2b Components Shopping List", - "Experimental" + "B2b Employee" ], - "summary": "Create a new B2b Components Shopping List resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.6.2.0", - "operationId": "createB2bComponentsShoppingList", + "summary": "Create a new B2b Employee resources.", + "description": "", + "operationId": "createB2bEmployee", "parameters": [ { "name": "_response", @@ -8398,14 +8582,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bEmployee" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsShoppingList", + "description": "Detail of B2bEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -8417,7 +8601,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -8432,7 +8616,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -8448,15 +8632,14 @@ } } }, - "/search/b2b-components-shopping-list": { + "/search/b2b-employee": { "post": { "tags": [ - "B2b Components Shopping List", - "Experimental" + "B2b Employee" ], - "summary": "Search for the B2b Components Shopping List resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.6.2.0", - "operationId": "searchB2bComponentsShoppingList", + "summary": "Search for the B2b Employee resources.", + "description": "", + "operationId": "searchB2bEmployee", "requestBody": { "required": true, "content": { @@ -8469,7 +8652,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsShoppingList", + "description": "List of B2bEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -8483,7 +8666,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -8501,7 +8684,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -8518,20 +8701,19 @@ } } }, - "/b2b-components-shopping-list/{id}": { + "/b2b-employee/{id}": { "get": { "tags": [ - "B2b Components Shopping List", - "Experimental" + "B2b Employee" ], - "summary": "Detailed information about a B2b Components Shopping List resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.6.2.0", - "operationId": "getB2bComponentsShoppingList", + "summary": "Detailed information about a B2b Employee resource.", + "description": "", + "operationId": "getB2bEmployee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_shopping_list", + "description": "Identifier for the b2b_employee", "required": true, "schema": { "type": "string", @@ -8541,7 +8723,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsShoppingList", + "description": "Detail of B2bEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -8553,7 +8735,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -8568,7 +8750,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -8585,17 +8767,16 @@ }, "delete": { "tags": [ - "B2b Components Shopping List", - "Experimental" + "B2b Employee" ], - "summary": "Delete a B2b Components Shopping List resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.6.2.0", - "operationId": "deleteB2bComponentsShoppingList", + "summary": "Delete a B2b Employee resource.", + "description": "", + "operationId": "deleteB2bEmployee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_shopping_list", + "description": "Identifier for the b2b_employee", "required": true, "schema": { "type": "string", @@ -8626,17 +8807,16 @@ }, "patch": { "tags": [ - "B2b Components Shopping List", - "Experimental" + "B2b Employee" ], - "summary": "Partially update information about a B2b Components Shopping List resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.6.2.0", - "operationId": "updateB2bComponentsShoppingList", + "summary": "Partially update information about a B2b Employee resource.", + "description": "", + "operationId": "updateB2bEmployee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_shopping_list", + "description": "Identifier for the b2b_employee", "required": true, "schema": { "type": "string", @@ -8654,18 +8834,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Shopping List resource.", + "description": "Partially update information about a B2b Employee resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bEmployee" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsShoppingList", + "description": "Detail of B2bEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -8677,7 +8857,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -8692,7 +8872,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -8711,15 +8891,14 @@ } } }, - "/aggregate/b2b-components-shopping-list": { + "/aggregate/b2b-employee": { "post": { "tags": [ - "B2b Components Shopping List", - "Experimental" + "B2b Employee" ], - "summary": "Aggregate for the B2b Components Shopping List resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Aggregate for the B2b Employee resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsShoppingList", + "operationId": "aggregateB2bEmployee", "requestBody": { "required": true, "content": { @@ -8743,7 +8922,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsShoppingList", + "description": "List of B2bEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -8757,7 +8936,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -8775,7 +8954,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -8792,15 +8971,14 @@ } } }, - "/b2b-components-shopping-list-line-item": { + "/b2b-order-employee": { "get": { "tags": [ - "B2b Components Shopping List Line Item", - "Experimental" + "B2b Order Employee" ], - "summary": "List with basic information of B2b Components Shopping List Line Item resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.6.2.0", - "operationId": "getB2bComponentsShoppingListLineItemList", + "summary": "List with basic information of B2b Order Employee resources.", + "description": "", + "operationId": "getB2bOrderEmployeeList", "parameters": [ { "name": "limit", @@ -8829,7 +9007,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Shopping List Line Item resources.", + "description": "List of B2b Order Employee resources.", "content": { "application/vnd.api+json": { "schema": { @@ -8848,7 +9026,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bOrderEmployee" } } ] @@ -8862,16 +9040,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-shopping-list-line-item?limit=25" + "example": "/b2b-order-employee?limit=25" }, "last": { - "example": "/b2b-components-shopping-list-line-item?limit=25&page=11" + "example": "/b2b-order-employee?limit=25&page=11" }, "next": { - "example": "/b2b-components-shopping-list-line-item?limit=25&page=4" + "example": "/b2b-order-employee?limit=25&page=4" }, "prev": { - "example": "/b2b-components-shopping-list-line-item?limit=25&page=2" + "example": "/b2b-order-employee?limit=25&page=2" } } } @@ -8892,7 +9070,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -8907,12 +9085,11 @@ }, "post": { "tags": [ - "B2b Components Shopping List Line Item", - "Experimental" + "B2b Order Employee" ], - "summary": "Create a new B2b Components Shopping List Line Item resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.6.2.0", - "operationId": "createB2bComponentsShoppingListLineItem", + "summary": "Create a new B2b Order Employee resources.", + "description": "", + "operationId": "createB2bOrderEmployee", "parameters": [ { "name": "_response", @@ -8931,14 +9108,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsShoppingListLineItem", + "description": "Detail of B2bOrderEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -8950,7 +9127,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -8965,7 +9142,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -8981,15 +9158,14 @@ } } }, - "/search/b2b-components-shopping-list-line-item": { + "/search/b2b-order-employee": { "post": { "tags": [ - "B2b Components Shopping List Line Item", - "Experimental" + "B2b Order Employee" ], - "summary": "Search for the B2b Components Shopping List Line Item resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.6.2.0", - "operationId": "searchB2bComponentsShoppingListLineItem", + "summary": "Search for the B2b Order Employee resources.", + "description": "", + "operationId": "searchB2bOrderEmployee", "requestBody": { "required": true, "content": { @@ -9002,7 +9178,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsShoppingListLineItem", + "description": "List of B2bOrderEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -9016,7 +9192,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -9034,7 +9210,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -9051,20 +9227,19 @@ } } }, - "/b2b-components-shopping-list-line-item/{id}": { + "/b2b-order-employee/{id}": { "get": { "tags": [ - "B2b Components Shopping List Line Item", - "Experimental" + "B2b Order Employee" ], - "summary": "Detailed information about a B2b Components Shopping List Line Item resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.6.2.0", - "operationId": "getB2bComponentsShoppingListLineItem", + "summary": "Detailed information about a B2b Order Employee resource.", + "description": "", + "operationId": "getB2bOrderEmployee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_shopping_list_line_item", + "description": "Identifier for the b2b_order_employee", "required": true, "schema": { "type": "string", @@ -9074,7 +9249,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsShoppingListLineItem", + "description": "Detail of B2bOrderEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -9086,7 +9261,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -9101,7 +9276,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -9118,17 +9293,16 @@ }, "delete": { "tags": [ - "B2b Components Shopping List Line Item", - "Experimental" + "B2b Order Employee" ], - "summary": "Delete a B2b Components Shopping List Line Item resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.6.2.0", - "operationId": "deleteB2bComponentsShoppingListLineItem", + "summary": "Delete a B2b Order Employee resource.", + "description": "", + "operationId": "deleteB2bOrderEmployee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_shopping_list_line_item", + "description": "Identifier for the b2b_order_employee", "required": true, "schema": { "type": "string", @@ -9159,17 +9333,16 @@ }, "patch": { "tags": [ - "B2b Components Shopping List Line Item", - "Experimental" + "B2b Order Employee" ], - "summary": "Partially update information about a B2b Components Shopping List Line Item resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.6.2.0", - "operationId": "updateB2bComponentsShoppingListLineItem", + "summary": "Partially update information about a B2b Order Employee resource.", + "description": "", + "operationId": "updateB2bOrderEmployee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_shopping_list_line_item", + "description": "Identifier for the b2b_order_employee", "required": true, "schema": { "type": "string", @@ -9187,18 +9360,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Shopping List Line Item resource.", + "description": "Partially update information about a B2b Order Employee resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsShoppingListLineItem", + "description": "Detail of B2bOrderEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -9210,7 +9383,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -9225,7 +9398,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -9244,15 +9417,14 @@ } } }, - "/aggregate/b2b-components-shopping-list-line-item": { + "/aggregate/b2b-order-employee": { "post": { "tags": [ - "B2b Components Shopping List Line Item", - "Experimental" + "B2b Order Employee" ], - "summary": "Aggregate for the B2b Components Shopping List Line Item resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Aggregate for the B2b Order Employee resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsShoppingListLineItem", + "operationId": "aggregateB2bOrderEmployee", "requestBody": { "required": true, "content": { @@ -9276,7 +9448,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsShoppingListLineItem", + "description": "List of B2bOrderEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -9290,7 +9462,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -9308,7 +9480,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -9325,14 +9497,14 @@ } } }, - "/b2b-employee": { + "/b2b-permission": { "get": { "tags": [ - "B2b Employee" + "B2b Permission" ], - "summary": "List with basic information of B2b Employee resources.", + "summary": "List with basic information of B2b Permission resources.", "description": "", - "operationId": "getB2bEmployeeList", + "operationId": "getB2bPermissionList", "parameters": [ { "name": "limit", @@ -9361,7 +9533,7 @@ ], "responses": { "200": { - "description": "List of B2b Employee resources.", + "description": "List of B2b Permission resources.", "content": { "application/vnd.api+json": { "schema": { @@ -9380,7 +9552,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/B2bPermission" } } ] @@ -9394,16 +9566,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-employee?limit=25" + "example": "/b2b-permission?limit=25" }, "last": { - "example": "/b2b-employee?limit=25&page=11" + "example": "/b2b-permission?limit=25&page=11" }, "next": { - "example": "/b2b-employee?limit=25&page=4" + "example": "/b2b-permission?limit=25&page=4" }, "prev": { - "example": "/b2b-employee?limit=25&page=2" + "example": "/b2b-permission?limit=25&page=2" } } } @@ -9424,7 +9596,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -9439,11 +9611,11 @@ }, "post": { "tags": [ - "B2b Employee" + "B2b Permission" ], - "summary": "Create a new B2b Employee resources.", + "summary": "Create a new B2b Permission resources.", "description": "", - "operationId": "createB2bEmployee", + "operationId": "createB2bPermission", "parameters": [ { "name": "_response", @@ -9462,14 +9634,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } }, "responses": { "200": { - "description": "Detail of B2bEmployee", + "description": "Detail of B2bPermission", "content": { "application/vnd.api+json": { "schema": { @@ -9481,7 +9653,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -9496,7 +9668,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -9512,14 +9684,14 @@ } } }, - "/search/b2b-employee": { + "/search/b2b-permission": { "post": { "tags": [ - "B2b Employee" + "B2b Permission" ], - "summary": "Search for the B2b Employee resources.", + "summary": "Search for the B2b Permission resources.", "description": "", - "operationId": "searchB2bEmployee", + "operationId": "searchB2bPermission", "requestBody": { "required": true, "content": { @@ -9532,7 +9704,7 @@ }, "responses": { "200": { - "description": "List of B2bEmployee", + "description": "List of B2bPermission", "content": { "application/vnd.api+json": { "schema": { @@ -9546,7 +9718,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -9564,7 +9736,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -9581,19 +9753,19 @@ } } }, - "/b2b-employee/{id}": { + "/b2b-permission/{id}": { "get": { "tags": [ - "B2b Employee" + "B2b Permission" ], - "summary": "Detailed information about a B2b Employee resource.", + "summary": "Detailed information about a B2b Permission resource.", "description": "", - "operationId": "getB2bEmployee", + "operationId": "getB2bPermission", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_employee", + "description": "Identifier for the b2b_permission", "required": true, "schema": { "type": "string", @@ -9603,7 +9775,7 @@ ], "responses": { "200": { - "description": "Detail of B2bEmployee", + "description": "Detail of B2bPermission", "content": { "application/vnd.api+json": { "schema": { @@ -9615,7 +9787,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -9630,7 +9802,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -9647,16 +9819,16 @@ }, "delete": { "tags": [ - "B2b Employee" + "B2b Permission" ], - "summary": "Delete a B2b Employee resource.", + "summary": "Delete a B2b Permission resource.", "description": "", - "operationId": "deleteB2bEmployee", + "operationId": "deleteB2bPermission", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_employee", + "description": "Identifier for the b2b_permission", "required": true, "schema": { "type": "string", @@ -9687,16 +9859,16 @@ }, "patch": { "tags": [ - "B2b Employee" + "B2b Permission" ], - "summary": "Partially update information about a B2b Employee resource.", + "summary": "Partially update information about a B2b Permission resource.", "description": "", - "operationId": "updateB2bEmployee", + "operationId": "updateB2bPermission", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_employee", + "description": "Identifier for the b2b_permission", "required": true, "schema": { "type": "string", @@ -9714,18 +9886,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Employee resource.", + "description": "Partially update information about a B2b Permission resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } }, "responses": { "200": { - "description": "Detail of B2bEmployee", + "description": "Detail of B2bPermission", "content": { "application/vnd.api+json": { "schema": { @@ -9737,7 +9909,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -9752,7 +9924,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -9771,14 +9943,14 @@ } } }, - "/aggregate/b2b-employee": { + "/aggregate/b2b-permission": { "post": { "tags": [ - "B2b Employee" + "B2b Permission" ], - "summary": "Aggregate for the B2b Employee resources.", + "summary": "Aggregate for the B2b Permission resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bEmployee", + "operationId": "aggregateB2bPermission", "requestBody": { "required": true, "content": { @@ -9802,7 +9974,7 @@ }, "responses": { "200": { - "description": "List of B2bEmployee", + "description": "List of B2bPermission", "content": { "application/vnd.api+json": { "schema": { @@ -9816,7 +9988,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -9834,7 +10006,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -9851,14 +10023,14 @@ } } }, - "/b2b-order-employee": { + "/custom-price": { "get": { "tags": [ - "B2b Order Employee" + "Custom Price" ], - "summary": "List with basic information of B2b Order Employee resources.", + "summary": "List with basic information of Custom Price resources.", "description": "", - "operationId": "getB2bOrderEmployeeList", + "operationId": "getCustomPriceList", "parameters": [ { "name": "limit", @@ -9887,7 +10059,7 @@ ], "responses": { "200": { - "description": "List of B2b Order Employee resources.", + "description": "List of Custom Price resources.", "content": { "application/vnd.api+json": { "schema": { @@ -9906,7 +10078,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/CustomPrice" } } ] @@ -9920,16 +10092,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-order-employee?limit=25" + "example": "/custom-price?limit=25" }, "last": { - "example": "/b2b-order-employee?limit=25&page=11" + "example": "/custom-price?limit=25&page=11" }, "next": { - "example": "/b2b-order-employee?limit=25&page=4" + "example": "/custom-price?limit=25&page=4" }, "prev": { - "example": "/b2b-order-employee?limit=25&page=2" + "example": "/custom-price?limit=25&page=2" } } } @@ -9950,7 +10122,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -9965,11 +10137,11 @@ }, "post": { "tags": [ - "B2b Order Employee" + "Custom Price" ], - "summary": "Create a new B2b Order Employee resources.", + "summary": "Create a new Custom Price resources.", "description": "", - "operationId": "createB2bOrderEmployee", + "operationId": "createCustomPrice", "parameters": [ { "name": "_response", @@ -9988,14 +10160,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/CustomPrice" } } } }, "responses": { "200": { - "description": "Detail of B2bOrderEmployee", + "description": "Detail of CustomPrice", "content": { "application/vnd.api+json": { "schema": { @@ -10007,7 +10179,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -10022,7 +10194,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -10038,14 +10210,14 @@ } } }, - "/search/b2b-order-employee": { + "/search/custom-price": { "post": { "tags": [ - "B2b Order Employee" + "Custom Price" ], - "summary": "Search for the B2b Order Employee resources.", + "summary": "Search for the Custom Price resources.", "description": "", - "operationId": "searchB2bOrderEmployee", + "operationId": "searchCustomPrice", "requestBody": { "required": true, "content": { @@ -10058,7 +10230,7 @@ }, "responses": { "200": { - "description": "List of B2bOrderEmployee", + "description": "List of CustomPrice", "content": { "application/vnd.api+json": { "schema": { @@ -10072,7 +10244,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -10090,7 +10262,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -10107,19 +10279,19 @@ } } }, - "/b2b-order-employee/{id}": { + "/custom-price/{id}": { "get": { "tags": [ - "B2b Order Employee" + "Custom Price" ], - "summary": "Detailed information about a B2b Order Employee resource.", + "summary": "Detailed information about a Custom Price resource.", "description": "", - "operationId": "getB2bOrderEmployee", + "operationId": "getCustomPrice", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_order_employee", + "description": "Identifier for the custom_price", "required": true, "schema": { "type": "string", @@ -10129,7 +10301,7 @@ ], "responses": { "200": { - "description": "Detail of B2bOrderEmployee", + "description": "Detail of CustomPrice", "content": { "application/vnd.api+json": { "schema": { @@ -10141,7 +10313,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -10156,7 +10328,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -10173,16 +10345,16 @@ }, "delete": { "tags": [ - "B2b Order Employee" + "Custom Price" ], - "summary": "Delete a B2b Order Employee resource.", + "summary": "Delete a Custom Price resource.", "description": "", - "operationId": "deleteB2bOrderEmployee", + "operationId": "deleteCustomPrice", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_order_employee", + "description": "Identifier for the custom_price", "required": true, "schema": { "type": "string", @@ -10213,16 +10385,16 @@ }, "patch": { "tags": [ - "B2b Order Employee" + "Custom Price" ], - "summary": "Partially update information about a B2b Order Employee resource.", + "summary": "Partially update information about a Custom Price resource.", "description": "", - "operationId": "updateB2bOrderEmployee", + "operationId": "updateCustomPrice", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_order_employee", + "description": "Identifier for the custom_price", "required": true, "schema": { "type": "string", @@ -10240,18 +10412,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Order Employee resource.", + "description": "Partially update information about a Custom Price resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/CustomPrice" } } } }, "responses": { "200": { - "description": "Detail of B2bOrderEmployee", + "description": "Detail of CustomPrice", "content": { "application/vnd.api+json": { "schema": { @@ -10263,7 +10435,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -10278,7 +10450,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -10297,14 +10469,14 @@ } } }, - "/aggregate/b2b-order-employee": { + "/aggregate/custom-price": { "post": { "tags": [ - "B2b Order Employee" + "Custom Price" ], - "summary": "Aggregate for the B2b Order Employee resources.", + "summary": "Aggregate for the Custom Price resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bOrderEmployee", + "operationId": "aggregateCustomPrice", "requestBody": { "required": true, "content": { @@ -10328,7 +10500,7 @@ }, "responses": { "200": { - "description": "List of B2bOrderEmployee", + "description": "List of CustomPrice", "content": { "application/vnd.api+json": { "schema": { @@ -10342,7 +10514,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -10360,7 +10532,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -10377,14 +10549,14 @@ } } }, - "/b2b-permission": { + "/customer-specific-features": { "get": { "tags": [ - "B2b Permission" + "Customer Specific Features" ], - "summary": "List with basic information of B2b Permission resources.", + "summary": "List with basic information of Customer Specific Features resources.", "description": "", - "operationId": "getB2bPermissionList", + "operationId": "getCustomerSpecificFeaturesList", "parameters": [ { "name": "limit", @@ -10413,7 +10585,7 @@ ], "responses": { "200": { - "description": "List of B2b Permission resources.", + "description": "List of Customer Specific Features resources.", "content": { "application/vnd.api+json": { "schema": { @@ -10432,7 +10604,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } ] @@ -10446,16 +10618,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-permission?limit=25" + "example": "/customer-specific-features?limit=25" }, "last": { - "example": "/b2b-permission?limit=25&page=11" + "example": "/customer-specific-features?limit=25&page=11" }, "next": { - "example": "/b2b-permission?limit=25&page=4" + "example": "/customer-specific-features?limit=25&page=4" }, "prev": { - "example": "/b2b-permission?limit=25&page=2" + "example": "/customer-specific-features?limit=25&page=2" } } } @@ -10476,7 +10648,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -10491,11 +10663,11 @@ }, "post": { "tags": [ - "B2b Permission" + "Customer Specific Features" ], - "summary": "Create a new B2b Permission resources.", + "summary": "Create a new Customer Specific Features resources.", "description": "", - "operationId": "createB2bPermission", + "operationId": "createCustomerSpecificFeatures", "parameters": [ { "name": "_response", @@ -10514,14 +10686,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } }, "responses": { "200": { - "description": "Detail of B2bPermission", + "description": "Detail of CustomerSpecificFeatures", "content": { "application/vnd.api+json": { "schema": { @@ -10533,7 +10705,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -10548,7 +10720,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -10564,14 +10736,14 @@ } } }, - "/search/b2b-permission": { + "/search/customer-specific-features": { "post": { "tags": [ - "B2b Permission" + "Customer Specific Features" ], - "summary": "Search for the B2b Permission resources.", + "summary": "Search for the Customer Specific Features resources.", "description": "", - "operationId": "searchB2bPermission", + "operationId": "searchCustomerSpecificFeatures", "requestBody": { "required": true, "content": { @@ -10584,7 +10756,7 @@ }, "responses": { "200": { - "description": "List of B2bPermission", + "description": "List of CustomerSpecificFeatures", "content": { "application/vnd.api+json": { "schema": { @@ -10598,7 +10770,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -10616,7 +10788,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -10633,19 +10805,19 @@ } } }, - "/b2b-permission/{id}": { + "/customer-specific-features/{id}": { "get": { "tags": [ - "B2b Permission" + "Customer Specific Features" ], - "summary": "Detailed information about a B2b Permission resource.", + "summary": "Detailed information about a Customer Specific Features resource.", "description": "", - "operationId": "getB2bPermission", + "operationId": "getCustomerSpecificFeatures", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_permission", + "description": "Identifier for the customer_specific_features", "required": true, "schema": { "type": "string", @@ -10655,7 +10827,7 @@ ], "responses": { "200": { - "description": "Detail of B2bPermission", + "description": "Detail of CustomerSpecificFeatures", "content": { "application/vnd.api+json": { "schema": { @@ -10667,7 +10839,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -10682,7 +10854,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -10699,16 +10871,16 @@ }, "delete": { "tags": [ - "B2b Permission" + "Customer Specific Features" ], - "summary": "Delete a B2b Permission resource.", + "summary": "Delete a Customer Specific Features resource.", "description": "", - "operationId": "deleteB2bPermission", + "operationId": "deleteCustomerSpecificFeatures", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_permission", + "description": "Identifier for the customer_specific_features", "required": true, "schema": { "type": "string", @@ -10739,16 +10911,16 @@ }, "patch": { "tags": [ - "B2b Permission" + "Customer Specific Features" ], - "summary": "Partially update information about a B2b Permission resource.", + "summary": "Partially update information about a Customer Specific Features resource.", "description": "", - "operationId": "updateB2bPermission", + "operationId": "updateCustomerSpecificFeatures", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_permission", + "description": "Identifier for the customer_specific_features", "required": true, "schema": { "type": "string", @@ -10766,18 +10938,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Permission resource.", + "description": "Partially update information about a Customer Specific Features resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } }, "responses": { "200": { - "description": "Detail of B2bPermission", + "description": "Detail of CustomerSpecificFeatures", "content": { "application/vnd.api+json": { "schema": { @@ -10789,7 +10961,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -10804,7 +10976,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -10823,14 +10995,14 @@ } } }, - "/aggregate/b2b-permission": { + "/aggregate/customer-specific-features": { "post": { "tags": [ - "B2b Permission" + "Customer Specific Features" ], - "summary": "Aggregate for the B2b Permission resources.", + "summary": "Aggregate for the Customer Specific Features resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bPermission", + "operationId": "aggregateCustomerSpecificFeatures", "requestBody": { "required": true, "content": { @@ -10854,7 +11026,7 @@ }, "responses": { "200": { - "description": "List of B2bPermission", + "description": "List of CustomerSpecificFeatures", "content": { "application/vnd.api+json": { "schema": { @@ -10868,7 +11040,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -10886,7 +11058,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -10903,38 +11075,43 @@ } } }, - "/aggregate/category": { - "post": { + "/media-ai-tag": { + "get": { "tags": [ - "Category" + "Media Ai Tag" ], - "summary": "Aggregate for the Category resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateCategory", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } + "summary": "List with basic information of Media Ai Tag resources.", + "description": "", + "operationId": "getMediaAiTagList", + "parameters": [ + { + "name": "limit", + "in": "query", + "description": "Max amount of resources to be returned in a page", + "schema": { + "type": "integer" + } + }, + { + "name": "page", + "in": "query", + "description": "The page to be returned", + "schema": { + "type": "integer" + } + }, + { + "name": "query", + "in": "query", + "description": "Encoded SwagQL in JSON", + "schema": { + "type": "string" } } - }, + ], "responses": { "200": { - "description": "List of Category", + "description": "List of Media Ai Tag resources.", "content": { "application/vnd.api+json": { "schema": { @@ -10946,10 +11123,41 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Category" - } + "allOf": [ + { + "$ref": "#/components/schemas/data" + }, + { + "type": "array", + "items": { + "$ref": "#/components/schemas/MediaAiTag" + } + } + ] + }, + "links": { + "allOf": [ + { + "$ref": "#/components/schemas/pagination" + }, + { + "type": "object", + "properties": { + "first": { + "example": "/media-ai-tag?limit=25" + }, + "last": { + "example": "/media-ai-tag?limit=25&page=11" + }, + "next": { + "example": "/media-ai-tag?limit=25&page=4" + }, + "prev": { + "example": "/media-ai-tag?limit=25&page=2" + } + } + } + ] } } } @@ -10966,7 +11174,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Category" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -10974,47 +11182,44 @@ } } }, - "400": { - "$ref": "#/components/responses/400" - }, "401": { "$ref": "#/components/responses/401" } } - } - }, - "/aggregate/cms-block": { + }, "post": { "tags": [ - "Cms Block" + "Media Ai Tag" + ], + "summary": "Create a new Media Ai Tag resources.", + "description": "", + "operationId": "createMediaAiTag", + "parameters": [ + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "schema": { + "type": "string", + "enum": [ + "basic", + "detail" + ] + } + } ], - "summary": "Aggregate for the Cms Block resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateCmsBlock", "requestBody": { - "required": true, "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/MediaAiTag" } } } }, "responses": { "200": { - "description": "List of CmsBlock", + "description": "Detail of MediaAiTag", "content": { "application/vnd.api+json": { "schema": { @@ -11026,10 +11231,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/CmsBlock" - } + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -11039,15 +11241,12 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/CmsBlock" - } + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -11063,38 +11262,27 @@ } } }, - "/aggregate/cms-page": { + "/search/media-ai-tag": { "post": { "tags": [ - "Cms Page" + "Media Ai Tag" ], - "summary": "Aggregate for the Cms Page resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateCmsPage", + "summary": "Search for the Media Ai Tag resources.", + "description": "", + "operationId": "searchMediaAiTag", "requestBody": { "required": true, "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/Criteria" } } } }, "responses": { "200": { - "description": "List of CmsPage", + "description": "List of MediaAiTag", "content": { "application/vnd.api+json": { "schema": { @@ -11108,7 +11296,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CmsPage" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -11126,7 +11314,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CmsPage" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -11143,38 +11331,29 @@ } } }, - "/aggregate/cms-section": { - "post": { + "/media-ai-tag/{id}": { + "get": { "tags": [ - "Cms Section" + "Media Ai Tag" ], - "summary": "Aggregate for the Cms Section resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateCmsSection", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } + "summary": "Detailed information about a Media Ai Tag resource.", + "description": "", + "operationId": "getMediaAiTag", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the media_ai_tag", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" } } - }, + ], "responses": { "200": { - "description": "List of CmsSection", + "description": "Detail of MediaAiTag", "content": { "application/vnd.api+json": { "schema": { @@ -11186,10 +11365,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/CmsSection" - } + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -11199,62 +11375,107 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/CmsSection" - } + "$ref": "#/components/schemas/MediaAiTag" } } } } } }, - "400": { - "$ref": "#/components/responses/400" + "404": { + "$ref": "#/components/responses/404" }, "401": { "$ref": "#/components/responses/401" } } - } - }, - "/aggregate/cms-slot": { - "post": { + }, + "delete": { "tags": [ - "Cms Slot" + "Media Ai Tag" + ], + "summary": "Delete a Media Ai Tag resource.", + "description": "", + "operationId": "deleteMediaAiTag", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the media_ai_tag", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "$ref": "#/components/responses/204" + }, + "404": { + "$ref": "#/components/responses/404" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + }, + "patch": { + "tags": [ + "Media Ai Tag" + ], + "summary": "Partially update information about a Media Ai Tag resource.", + "description": "", + "operationId": "updateMediaAiTag", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the media_ai_tag", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" + } + } ], - "summary": "Aggregate for the Cms Slot resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateCmsSlot", "requestBody": { - "required": true, + "description": "Partially update information about a Media Ai Tag resource.", "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/MediaAiTag" } } } }, "responses": { "200": { - "description": "List of CmsSlot", + "description": "Detail of MediaAiTag", "content": { "application/vnd.api+json": { "schema": { @@ -11266,10 +11487,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/CmsSlot" - } + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -11279,15 +11497,12 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/CmsSlot" - } + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -11297,20 +11512,23 @@ "400": { "$ref": "#/components/responses/400" }, + "404": { + "$ref": "#/components/responses/404" + }, "401": { "$ref": "#/components/responses/401" } } } }, - "/aggregate/country": { + "/aggregate/media-ai-tag": { "post": { "tags": [ - "Country" + "Media Ai Tag" ], - "summary": "Aggregate for the Country resources.", + "summary": "Aggregate for the Media Ai Tag resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateCountry", + "operationId": "aggregateMediaAiTag", "requestBody": { "required": true, "content": { @@ -11334,7 +11552,7 @@ }, "responses": { "200": { - "description": "List of Country", + "description": "List of MediaAiTag", "content": { "application/vnd.api+json": { "schema": { @@ -11348,7 +11566,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Country" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -11366,7 +11584,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Country" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -11383,38 +11601,43 @@ } } }, - "/aggregate/country-state": { - "post": { + "/order-product-warehouse": { + "get": { "tags": [ - "Country State" + "Order Product Warehouse" ], - "summary": "Aggregate for the Country State resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateCountryState", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } + "summary": "List with basic information of Order Product Warehouse resources.", + "description": "", + "operationId": "getOrderProductWarehouseList", + "parameters": [ + { + "name": "limit", + "in": "query", + "description": "Max amount of resources to be returned in a page", + "schema": { + "type": "integer" + } + }, + { + "name": "page", + "in": "query", + "description": "The page to be returned", + "schema": { + "type": "integer" + } + }, + { + "name": "query", + "in": "query", + "description": "Encoded SwagQL in JSON", + "schema": { + "type": "string" } } - }, + ], "responses": { "200": { - "description": "List of CountryState", + "description": "List of Order Product Warehouse resources.", "content": { "application/vnd.api+json": { "schema": { @@ -11426,10 +11649,41 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/CountryState" - } + "allOf": [ + { + "$ref": "#/components/schemas/data" + }, + { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderProductWarehouse" + } + } + ] + }, + "links": { + "allOf": [ + { + "$ref": "#/components/schemas/pagination" + }, + { + "type": "object", + "properties": { + "first": { + "example": "/order-product-warehouse?limit=25" + }, + "last": { + "example": "/order-product-warehouse?limit=25&page=11" + }, + "next": { + "example": "/order-product-warehouse?limit=25&page=4" + }, + "prev": { + "example": "/order-product-warehouse?limit=25&page=2" + } + } + } + ] } } } @@ -11446,7 +11700,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CountryState" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -11454,47 +11708,44 @@ } } }, - "400": { - "$ref": "#/components/responses/400" - }, "401": { "$ref": "#/components/responses/401" } } - } - }, - "/aggregate/currency": { + }, "post": { "tags": [ - "Currency" + "Order Product Warehouse" + ], + "summary": "Create a new Order Product Warehouse resources.", + "description": "", + "operationId": "createOrderProductWarehouse", + "parameters": [ + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "schema": { + "type": "string", + "enum": [ + "basic", + "detail" + ] + } + } ], - "summary": "Aggregate for the Currency resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateCurrency", "requestBody": { - "required": true, "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/OrderProductWarehouse" } } } }, "responses": { "200": { - "description": "List of Currency", + "description": "Detail of OrderProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -11506,10 +11757,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Currency" - } + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -11519,15 +11767,12 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Currency" - } + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -11543,38 +11788,27 @@ } } }, - "/aggregate/currency-country-rounding": { + "/search/order-product-warehouse": { "post": { "tags": [ - "Currency Country Rounding" + "Order Product Warehouse" ], - "summary": "Aggregate for the Currency Country Rounding resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateCurrencyCountryRounding", + "summary": "Search for the Order Product Warehouse resources.", + "description": "", + "operationId": "searchOrderProductWarehouse", "requestBody": { "required": true, "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/Criteria" } } } }, "responses": { "200": { - "description": "List of CurrencyCountryRounding", + "description": "List of OrderProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -11588,7 +11822,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CurrencyCountryRounding" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -11606,7 +11840,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CurrencyCountryRounding" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -11623,38 +11857,29 @@ } } }, - "/aggregate/custom-entity": { - "post": { + "/order-product-warehouse/{id}": { + "get": { "tags": [ - "Custom Entity" + "Order Product Warehouse" ], - "summary": "Aggregate for the Custom Entity resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateCustomEntity", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } + "summary": "Detailed information about a Order Product Warehouse resource.", + "description": "", + "operationId": "getOrderProductWarehouse", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the order_product_warehouse", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" } } - }, + ], "responses": { "200": { - "description": "List of CustomEntity", + "description": "Detail of OrderProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -11666,10 +11891,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/CustomEntity" - } + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -11679,142 +11901,107 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/CustomEntity" - } + "$ref": "#/components/schemas/OrderProductWarehouse" } } } } } }, - "400": { - "$ref": "#/components/responses/400" + "404": { + "$ref": "#/components/responses/404" }, "401": { "$ref": "#/components/responses/401" } } - } - }, - "/aggregate/custom-field": { - "post": { + }, + "delete": { "tags": [ - "Custom Field" + "Order Product Warehouse" ], - "summary": "Aggregate for the Custom Field resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateCustomField", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } + "summary": "Delete a Order Product Warehouse resource.", + "description": "", + "operationId": "deleteOrderProductWarehouse", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the order_product_warehouse", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" } } - }, + ], "responses": { - "200": { - "description": "List of CustomField", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/CustomField" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/CustomField" - } - } - } - } - } - } + "204": { + "$ref": "#/components/responses/204" }, - "400": { - "$ref": "#/components/responses/400" + "404": { + "$ref": "#/components/responses/404" }, "401": { "$ref": "#/components/responses/401" } } - } - }, - "/aggregate/custom-field-set": { - "post": { + }, + "patch": { "tags": [ - "Custom Field Set" + "Order Product Warehouse" + ], + "summary": "Partially update information about a Order Product Warehouse resource.", + "description": "", + "operationId": "updateOrderProductWarehouse", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the order_product_warehouse", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" + } + } ], - "summary": "Aggregate for the Custom Field Set resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateCustomFieldSet", "requestBody": { - "required": true, + "description": "Partially update information about a Order Product Warehouse resource.", "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/OrderProductWarehouse" } } } }, "responses": { "200": { - "description": "List of CustomFieldSet", + "description": "Detail of OrderProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -11826,10 +12013,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/CustomFieldSet" - } + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -11839,15 +12023,12 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/CustomFieldSet" - } + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -11857,20 +12038,23 @@ "400": { "$ref": "#/components/responses/400" }, + "404": { + "$ref": "#/components/responses/404" + }, "401": { "$ref": "#/components/responses/401" } } } }, - "/aggregate/custom-field-set-relation": { + "/aggregate/order-product-warehouse": { "post": { "tags": [ - "Custom Field Set Relation" + "Order Product Warehouse" ], - "summary": "Aggregate for the Custom Field Set Relation resources.", + "summary": "Aggregate for the Order Product Warehouse resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateCustomFieldSetRelation", + "operationId": "aggregateOrderProductWarehouse", "requestBody": { "required": true, "content": { @@ -11894,7 +12078,7 @@ }, "responses": { "200": { - "description": "List of CustomFieldSetRelation", + "description": "List of OrderProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -11908,7 +12092,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomFieldSetRelation" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -11926,7 +12110,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomFieldSetRelation" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -11943,14 +12127,14 @@ } } }, - "/custom-price": { + "/order-return": { "get": { "tags": [ - "Custom Price" + "Order Return" ], - "summary": "List with basic information of Custom Price resources.", + "summary": "List with basic information of Order Return resources.", "description": "", - "operationId": "getCustomPriceList", + "operationId": "getOrderReturnList", "parameters": [ { "name": "limit", @@ -11979,7 +12163,7 @@ ], "responses": { "200": { - "description": "List of Custom Price resources.", + "description": "List of Order Return resources.", "content": { "application/vnd.api+json": { "schema": { @@ -11998,7 +12182,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/OrderReturn" } } ] @@ -12012,16 +12196,16 @@ "type": "object", "properties": { "first": { - "example": "/custom-price?limit=25" + "example": "/order-return?limit=25" }, "last": { - "example": "/custom-price?limit=25&page=11" + "example": "/order-return?limit=25&page=11" }, "next": { - "example": "/custom-price?limit=25&page=4" + "example": "/order-return?limit=25&page=4" }, "prev": { - "example": "/custom-price?limit=25&page=2" + "example": "/order-return?limit=25&page=2" } } } @@ -12042,7 +12226,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -12057,11 +12241,11 @@ }, "post": { "tags": [ - "Custom Price" + "Order Return" ], - "summary": "Create a new Custom Price resources.", + "summary": "Create a new Order Return resources.", "description": "", - "operationId": "createCustomPrice", + "operationId": "createOrderReturn", "parameters": [ { "name": "_response", @@ -12080,14 +12264,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/OrderReturn" } } } }, "responses": { "200": { - "description": "Detail of CustomPrice", + "description": "Detail of OrderReturn", "content": { "application/vnd.api+json": { "schema": { @@ -12099,7 +12283,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -12114,7 +12298,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -12130,14 +12314,14 @@ } } }, - "/search/custom-price": { + "/search/order-return": { "post": { "tags": [ - "Custom Price" + "Order Return" ], - "summary": "Search for the Custom Price resources.", + "summary": "Search for the Order Return resources.", "description": "", - "operationId": "searchCustomPrice", + "operationId": "searchOrderReturn", "requestBody": { "required": true, "content": { @@ -12150,7 +12334,7 @@ }, "responses": { "200": { - "description": "List of CustomPrice", + "description": "List of OrderReturn", "content": { "application/vnd.api+json": { "schema": { @@ -12164,7 +12348,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -12182,7 +12366,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -12199,19 +12383,19 @@ } } }, - "/custom-price/{id}": { + "/order-return/{id}": { "get": { "tags": [ - "Custom Price" + "Order Return" ], - "summary": "Detailed information about a Custom Price resource.", + "summary": "Detailed information about a Order Return resource.", "description": "", - "operationId": "getCustomPrice", + "operationId": "getOrderReturn", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the custom_price", + "description": "Identifier for the order_return", "required": true, "schema": { "type": "string", @@ -12221,7 +12405,7 @@ ], "responses": { "200": { - "description": "Detail of CustomPrice", + "description": "Detail of OrderReturn", "content": { "application/vnd.api+json": { "schema": { @@ -12233,7 +12417,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -12248,7 +12432,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -12265,16 +12449,16 @@ }, "delete": { "tags": [ - "Custom Price" + "Order Return" ], - "summary": "Delete a Custom Price resource.", + "summary": "Delete a Order Return resource.", "description": "", - "operationId": "deleteCustomPrice", + "operationId": "deleteOrderReturn", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the custom_price", + "description": "Identifier for the order_return", "required": true, "schema": { "type": "string", @@ -12305,16 +12489,16 @@ }, "patch": { "tags": [ - "Custom Price" + "Order Return" ], - "summary": "Partially update information about a Custom Price resource.", + "summary": "Partially update information about a Order Return resource.", "description": "", - "operationId": "updateCustomPrice", + "operationId": "updateOrderReturn", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the custom_price", + "description": "Identifier for the order_return", "required": true, "schema": { "type": "string", @@ -12332,18 +12516,18 @@ } ], "requestBody": { - "description": "Partially update information about a Custom Price resource.", + "description": "Partially update information about a Order Return resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/OrderReturn" } } } }, "responses": { "200": { - "description": "Detail of CustomPrice", + "description": "Detail of OrderReturn", "content": { "application/vnd.api+json": { "schema": { @@ -12355,7 +12539,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -12370,7 +12554,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -12389,14 +12573,14 @@ } } }, - "/aggregate/custom-price": { + "/aggregate/order-return": { "post": { "tags": [ - "Custom Price" + "Order Return" ], - "summary": "Aggregate for the Custom Price resources.", + "summary": "Aggregate for the Order Return resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateCustomPrice", + "operationId": "aggregateOrderReturn", "requestBody": { "required": true, "content": { @@ -12420,7 +12604,7 @@ }, "responses": { "200": { - "description": "List of CustomPrice", + "description": "List of OrderReturn", "content": { "application/vnd.api+json": { "schema": { @@ -12434,7 +12618,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -12452,7 +12636,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -12469,38 +12653,151 @@ } } }, - "/aggregate/customer": { + "/order-return-line-item": { + "get": { + "tags": [ + "Order Return Line Item" + ], + "summary": "List with basic information of Order Return Line Item resources.", + "description": "", + "operationId": "getOrderReturnLineItemList", + "parameters": [ + { + "name": "limit", + "in": "query", + "description": "Max amount of resources to be returned in a page", + "schema": { + "type": "integer" + } + }, + { + "name": "page", + "in": "query", + "description": "The page to be returned", + "schema": { + "type": "integer" + } + }, + { + "name": "query", + "in": "query", + "description": "Encoded SwagQL in JSON", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "List of Order Return Line Item resources.", + "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "allOf": [ + { + "$ref": "#/components/schemas/data" + }, + { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderReturnLineItem" + } + } + ] + }, + "links": { + "allOf": [ + { + "$ref": "#/components/schemas/pagination" + }, + { + "type": "object", + "properties": { + "first": { + "example": "/order-return-line-item?limit=25" + }, + "last": { + "example": "/order-return-line-item?limit=25&page=11" + }, + "next": { + "example": "/order-return-line-item?limit=25&page=4" + }, + "prev": { + "example": "/order-return-line-item?limit=25&page=2" + } + } + } + ] + } + } + } + ] + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "total": { + "type": "integer" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderReturnLineItem" + } + } + } + } + } + } + }, + "401": { + "$ref": "#/components/responses/401" + } + } + }, "post": { "tags": [ - "Customer" + "Order Return Line Item" + ], + "summary": "Create a new Order Return Line Item resources.", + "description": "", + "operationId": "createOrderReturnLineItem", + "parameters": [ + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "schema": { + "type": "string", + "enum": [ + "basic", + "detail" + ] + } + } ], - "summary": "Aggregate for the Customer resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateCustomer", "requestBody": { - "required": true, "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/OrderReturnLineItem" } } } }, "responses": { "200": { - "description": "List of Customer", + "description": "Detail of OrderReturnLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -12512,10 +12809,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Customer" - } + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -12525,15 +12819,12 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Customer" - } + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -12549,38 +12840,27 @@ } } }, - "/aggregate/customer-address": { + "/search/order-return-line-item": { "post": { "tags": [ - "Customer Address" + "Order Return Line Item" ], - "summary": "Aggregate for the Customer Address resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateCustomerAddress", + "summary": "Search for the Order Return Line Item resources.", + "description": "", + "operationId": "searchOrderReturnLineItem", "requestBody": { "required": true, "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/Criteria" } } } }, "responses": { "200": { - "description": "List of CustomerAddress", + "description": "List of OrderReturnLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -12594,7 +12874,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerAddress" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -12612,7 +12892,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerAddress" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -12629,38 +12909,151 @@ } } }, - "/aggregate/customer-group": { - "post": { + "/order-return-line-item/{id}": { + "get": { "tags": [ - "Customer Group" + "Order Return Line Item" + ], + "summary": "Detailed information about a Order Return Line Item resource.", + "description": "", + "operationId": "getOrderReturnLineItem", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the order_return_line_item", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + } + ], + "responses": { + "200": { + "description": "Detail of OrderReturnLineItem", + "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/components/schemas/OrderReturnLineItem" + } + } + } + ] + } + }, + "application/json": { + "schema": { + "type": "object", + "required": [ + "data" + ], + "properties": { + "data": { + "$ref": "#/components/schemas/OrderReturnLineItem" + } + } + } + } + } + }, + "404": { + "$ref": "#/components/responses/404" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + }, + "delete": { + "tags": [ + "Order Return Line Item" + ], + "summary": "Delete a Order Return Line Item resource.", + "description": "", + "operationId": "deleteOrderReturnLineItem", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the order_return_line_item", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "$ref": "#/components/responses/204" + }, + "404": { + "$ref": "#/components/responses/404" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + }, + "patch": { + "tags": [ + "Order Return Line Item" + ], + "summary": "Partially update information about a Order Return Line Item resource.", + "description": "", + "operationId": "updateOrderReturnLineItem", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the order_return_line_item", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" + } + } ], - "summary": "Aggregate for the Customer Group resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateCustomerGroup", "requestBody": { - "required": true, + "description": "Partially update information about a Order Return Line Item resource.", "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/OrderReturnLineItem" } } } }, "responses": { "200": { - "description": "List of CustomerGroup", + "description": "Detail of OrderReturnLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -12672,10 +13065,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/CustomerGroup" - } + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -12685,15 +13075,12 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/CustomerGroup" - } + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -12703,20 +13090,23 @@ "400": { "$ref": "#/components/responses/400" }, + "404": { + "$ref": "#/components/responses/404" + }, "401": { "$ref": "#/components/responses/401" } } } }, - "/aggregate/customer-recovery": { + "/aggregate/order-return-line-item": { "post": { "tags": [ - "Customer Recovery" + "Order Return Line Item" ], - "summary": "Aggregate for the Customer Recovery resources.", + "summary": "Aggregate for the Order Return Line Item resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateCustomerRecovery", + "operationId": "aggregateOrderReturnLineItem", "requestBody": { "required": true, "content": { @@ -12740,7 +13130,7 @@ }, "responses": { "200": { - "description": "List of CustomerRecovery", + "description": "List of OrderReturnLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -12754,7 +13144,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerRecovery" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -12772,7 +13162,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerRecovery" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -12789,14 +13179,14 @@ } } }, - "/customer-specific-features": { + "/order-return-line-item-reason": { "get": { "tags": [ - "Customer Specific Features" + "Order Return Line Item Reason" ], - "summary": "List with basic information of Customer Specific Features resources.", + "summary": "List with basic information of Order Return Line Item Reason resources.", "description": "", - "operationId": "getCustomerSpecificFeaturesList", + "operationId": "getOrderReturnLineItemReasonList", "parameters": [ { "name": "limit", @@ -12825,7 +13215,7 @@ ], "responses": { "200": { - "description": "List of Customer Specific Features resources.", + "description": "List of Order Return Line Item Reason resources.", "content": { "application/vnd.api+json": { "schema": { @@ -12844,7 +13234,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } ] @@ -12858,16 +13248,16 @@ "type": "object", "properties": { "first": { - "example": "/customer-specific-features?limit=25" + "example": "/order-return-line-item-reason?limit=25" }, "last": { - "example": "/customer-specific-features?limit=25&page=11" + "example": "/order-return-line-item-reason?limit=25&page=11" }, "next": { - "example": "/customer-specific-features?limit=25&page=4" + "example": "/order-return-line-item-reason?limit=25&page=4" }, "prev": { - "example": "/customer-specific-features?limit=25&page=2" + "example": "/order-return-line-item-reason?limit=25&page=2" } } } @@ -12888,7 +13278,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -12903,11 +13293,11 @@ }, "post": { "tags": [ - "Customer Specific Features" + "Order Return Line Item Reason" ], - "summary": "Create a new Customer Specific Features resources.", + "summary": "Create a new Order Return Line Item Reason resources.", "description": "", - "operationId": "createCustomerSpecificFeatures", + "operationId": "createOrderReturnLineItemReason", "parameters": [ { "name": "_response", @@ -12926,14 +13316,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } }, "responses": { "200": { - "description": "Detail of CustomerSpecificFeatures", + "description": "Detail of OrderReturnLineItemReason", "content": { "application/vnd.api+json": { "schema": { @@ -12945,7 +13335,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -12960,7 +13350,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -12976,14 +13366,14 @@ } } }, - "/search/customer-specific-features": { + "/search/order-return-line-item-reason": { "post": { "tags": [ - "Customer Specific Features" + "Order Return Line Item Reason" ], - "summary": "Search for the Customer Specific Features resources.", + "summary": "Search for the Order Return Line Item Reason resources.", "description": "", - "operationId": "searchCustomerSpecificFeatures", + "operationId": "searchOrderReturnLineItemReason", "requestBody": { "required": true, "content": { @@ -12996,7 +13386,7 @@ }, "responses": { "200": { - "description": "List of CustomerSpecificFeatures", + "description": "List of OrderReturnLineItemReason", "content": { "application/vnd.api+json": { "schema": { @@ -13010,7 +13400,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -13028,7 +13418,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -13045,19 +13435,19 @@ } } }, - "/customer-specific-features/{id}": { + "/order-return-line-item-reason/{id}": { "get": { "tags": [ - "Customer Specific Features" + "Order Return Line Item Reason" ], - "summary": "Detailed information about a Customer Specific Features resource.", + "summary": "Detailed information about a Order Return Line Item Reason resource.", "description": "", - "operationId": "getCustomerSpecificFeatures", + "operationId": "getOrderReturnLineItemReason", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the customer_specific_features", + "description": "Identifier for the order_return_line_item_reason", "required": true, "schema": { "type": "string", @@ -13067,7 +13457,7 @@ ], "responses": { "200": { - "description": "Detail of CustomerSpecificFeatures", + "description": "Detail of OrderReturnLineItemReason", "content": { "application/vnd.api+json": { "schema": { @@ -13079,7 +13469,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -13094,7 +13484,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -13111,16 +13501,16 @@ }, "delete": { "tags": [ - "Customer Specific Features" + "Order Return Line Item Reason" ], - "summary": "Delete a Customer Specific Features resource.", + "summary": "Delete a Order Return Line Item Reason resource.", "description": "", - "operationId": "deleteCustomerSpecificFeatures", + "operationId": "deleteOrderReturnLineItemReason", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the customer_specific_features", + "description": "Identifier for the order_return_line_item_reason", "required": true, "schema": { "type": "string", @@ -13151,16 +13541,16 @@ }, "patch": { "tags": [ - "Customer Specific Features" + "Order Return Line Item Reason" ], - "summary": "Partially update information about a Customer Specific Features resource.", + "summary": "Partially update information about a Order Return Line Item Reason resource.", "description": "", - "operationId": "updateCustomerSpecificFeatures", + "operationId": "updateOrderReturnLineItemReason", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the customer_specific_features", + "description": "Identifier for the order_return_line_item_reason", "required": true, "schema": { "type": "string", @@ -13178,18 +13568,18 @@ } ], "requestBody": { - "description": "Partially update information about a Customer Specific Features resource.", + "description": "Partially update information about a Order Return Line Item Reason resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } }, "responses": { "200": { - "description": "Detail of CustomerSpecificFeatures", + "description": "Detail of OrderReturnLineItemReason", "content": { "application/vnd.api+json": { "schema": { @@ -13201,7 +13591,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -13216,7 +13606,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -13235,14 +13625,14 @@ } } }, - "/aggregate/customer-specific-features": { + "/aggregate/order-return-line-item-reason": { "post": { "tags": [ - "Customer Specific Features" + "Order Return Line Item Reason" ], - "summary": "Aggregate for the Customer Specific Features resources.", + "summary": "Aggregate for the Order Return Line Item Reason resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateCustomerSpecificFeatures", + "operationId": "aggregateOrderReturnLineItemReason", "requestBody": { "required": true, "content": { @@ -13266,7 +13656,7 @@ }, "responses": { "200": { - "description": "List of CustomerSpecificFeatures", + "description": "List of OrderReturnLineItemReason", "content": { "application/vnd.api+json": { "schema": { @@ -13280,7 +13670,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -13298,7 +13688,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -13315,38 +13705,43 @@ } } }, - "/aggregate/customer-wishlist": { - "post": { + "/order-warehouse-group": { + "get": { "tags": [ - "Customer Wishlist" + "Order Warehouse Group" ], - "summary": "Aggregate for the Customer Wishlist resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateCustomerWishlist", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } + "summary": "List with basic information of Order Warehouse Group resources.", + "description": "", + "operationId": "getOrderWarehouseGroupList", + "parameters": [ + { + "name": "limit", + "in": "query", + "description": "Max amount of resources to be returned in a page", + "schema": { + "type": "integer" + } + }, + { + "name": "page", + "in": "query", + "description": "The page to be returned", + "schema": { + "type": "integer" + } + }, + { + "name": "query", + "in": "query", + "description": "Encoded SwagQL in JSON", + "schema": { + "type": "string" } } - }, + ], "responses": { "200": { - "description": "List of CustomerWishlist", + "description": "List of Order Warehouse Group resources.", "content": { "application/vnd.api+json": { "schema": { @@ -13358,10 +13753,41 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/CustomerWishlist" - } + "allOf": [ + { + "$ref": "#/components/schemas/data" + }, + { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderWarehouseGroup" + } + } + ] + }, + "links": { + "allOf": [ + { + "$ref": "#/components/schemas/pagination" + }, + { + "type": "object", + "properties": { + "first": { + "example": "/order-warehouse-group?limit=25" + }, + "last": { + "example": "/order-warehouse-group?limit=25&page=11" + }, + "next": { + "example": "/order-warehouse-group?limit=25&page=4" + }, + "prev": { + "example": "/order-warehouse-group?limit=25&page=2" + } + } + } + ] } } } @@ -13378,7 +13804,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerWishlist" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -13386,47 +13812,44 @@ } } }, - "400": { - "$ref": "#/components/responses/400" - }, "401": { "$ref": "#/components/responses/401" } } - } - }, - "/aggregate/customer-wishlist-product": { + }, "post": { "tags": [ - "Customer Wishlist Product" + "Order Warehouse Group" + ], + "summary": "Create a new Order Warehouse Group resources.", + "description": "", + "operationId": "createOrderWarehouseGroup", + "parameters": [ + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "schema": { + "type": "string", + "enum": [ + "basic", + "detail" + ] + } + } ], - "summary": "Aggregate for the Customer Wishlist Product resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateCustomerWishlistProduct", "requestBody": { - "required": true, "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } }, "responses": { "200": { - "description": "List of CustomerWishlistProduct", + "description": "Detail of OrderWarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -13438,10 +13861,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/CustomerWishlistProduct" - } + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -13451,15 +13871,12 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/CustomerWishlistProduct" - } + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -13475,38 +13892,27 @@ } } }, - "/aggregate/delivery-time": { + "/search/order-warehouse-group": { "post": { "tags": [ - "Delivery Time" + "Order Warehouse Group" ], - "summary": "Aggregate for the Delivery Time resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateDeliveryTime", + "summary": "Search for the Order Warehouse Group resources.", + "description": "", + "operationId": "searchOrderWarehouseGroup", "requestBody": { "required": true, "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/Criteria" } } } }, "responses": { "200": { - "description": "List of DeliveryTime", + "description": "List of OrderWarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -13520,7 +13926,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DeliveryTime" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -13538,7 +13944,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DeliveryTime" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -13555,38 +13961,29 @@ } } }, - "/aggregate/document": { - "post": { + "/order-warehouse-group/{id}": { + "get": { "tags": [ - "Document" + "Order Warehouse Group" ], - "summary": "Aggregate for the Document resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateDocument", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } + "summary": "Detailed information about a Order Warehouse Group resource.", + "description": "", + "operationId": "getOrderWarehouseGroup", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the order_warehouse_group", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" } } - }, + ], "responses": { "200": { - "description": "List of Document", + "description": "Detail of OrderWarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -13598,10 +13995,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Document" - } + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -13611,62 +14005,107 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Document" - } + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } } } }, - "400": { - "$ref": "#/components/responses/400" + "404": { + "$ref": "#/components/responses/404" }, "401": { "$ref": "#/components/responses/401" } } - } - }, - "/aggregate/document-base-config": { - "post": { + }, + "delete": { "tags": [ - "Document Base Config" + "Order Warehouse Group" + ], + "summary": "Delete a Order Warehouse Group resource.", + "description": "", + "operationId": "deleteOrderWarehouseGroup", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the order_warehouse_group", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "$ref": "#/components/responses/204" + }, + "404": { + "$ref": "#/components/responses/404" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + }, + "patch": { + "tags": [ + "Order Warehouse Group" + ], + "summary": "Partially update information about a Order Warehouse Group resource.", + "description": "", + "operationId": "updateOrderWarehouseGroup", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the order_warehouse_group", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" + } + } ], - "summary": "Aggregate for the Document Base Config resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateDocumentBaseConfig", "requestBody": { - "required": true, + "description": "Partially update information about a Order Warehouse Group resource.", "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } }, "responses": { "200": { - "description": "List of DocumentBaseConfig", + "description": "Detail of OrderWarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -13678,10 +14117,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/DocumentBaseConfig" - } + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -13691,15 +14127,12 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/DocumentBaseConfig" - } + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -13709,20 +14142,23 @@ "400": { "$ref": "#/components/responses/400" }, + "404": { + "$ref": "#/components/responses/404" + }, "401": { "$ref": "#/components/responses/401" } } } }, - "/aggregate/document-base-config-sales-channel": { + "/aggregate/order-warehouse-group": { "post": { "tags": [ - "Document Base Config Sales Channel" + "Order Warehouse Group" ], - "summary": "Aggregate for the Document Base Config Sales Channel resources.", + "summary": "Aggregate for the Order Warehouse Group resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateDocumentBaseConfigSalesChannel", + "operationId": "aggregateOrderWarehouseGroup", "requestBody": { "required": true, "content": { @@ -13746,7 +14182,7 @@ }, "responses": { "200": { - "description": "List of DocumentBaseConfigSalesChannel", + "description": "List of OrderWarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -13760,7 +14196,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DocumentBaseConfigSalesChannel" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -13778,7 +14214,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DocumentBaseConfigSalesChannel" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -13795,38 +14231,43 @@ } } }, - "/aggregate/document-type": { - "post": { + "/product-review-summary": { + "get": { "tags": [ - "Document Type" + "Product Review Summary" ], - "summary": "Aggregate for the Document Type resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateDocumentType", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } + "summary": "List with basic information of Product Review Summary resources.", + "description": "", + "operationId": "getProductReviewSummaryList", + "parameters": [ + { + "name": "limit", + "in": "query", + "description": "Max amount of resources to be returned in a page", + "schema": { + "type": "integer" + } + }, + { + "name": "page", + "in": "query", + "description": "The page to be returned", + "schema": { + "type": "integer" + } + }, + { + "name": "query", + "in": "query", + "description": "Encoded SwagQL in JSON", + "schema": { + "type": "string" } } - }, + ], "responses": { "200": { - "description": "List of DocumentType", + "description": "List of Product Review Summary resources.", "content": { "application/vnd.api+json": { "schema": { @@ -13838,10 +14279,41 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/DocumentType" - } + "allOf": [ + { + "$ref": "#/components/schemas/data" + }, + { + "type": "array", + "items": { + "$ref": "#/components/schemas/ProductReviewSummary" + } + } + ] + }, + "links": { + "allOf": [ + { + "$ref": "#/components/schemas/pagination" + }, + { + "type": "object", + "properties": { + "first": { + "example": "/product-review-summary?limit=25" + }, + "last": { + "example": "/product-review-summary?limit=25&page=11" + }, + "next": { + "example": "/product-review-summary?limit=25&page=4" + }, + "prev": { + "example": "/product-review-summary?limit=25&page=2" + } + } + } + ] } } } @@ -13858,7 +14330,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DocumentType" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -13866,47 +14338,44 @@ } } }, - "400": { - "$ref": "#/components/responses/400" - }, "401": { "$ref": "#/components/responses/401" } } - } - }, - "/aggregate/flow": { + }, "post": { "tags": [ - "Flow" + "Product Review Summary" + ], + "summary": "Create a new Product Review Summary resources.", + "description": "", + "operationId": "createProductReviewSummary", + "parameters": [ + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "schema": { + "type": "string", + "enum": [ + "basic", + "detail" + ] + } + } ], - "summary": "Aggregate for the Flow resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateFlow", "requestBody": { - "required": true, "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/ProductReviewSummary" } } } }, "responses": { "200": { - "description": "List of Flow", + "description": "Detail of ProductReviewSummary", "content": { "application/vnd.api+json": { "schema": { @@ -13918,10 +14387,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Flow" - } + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -13931,15 +14397,12 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Flow" - } + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -13955,38 +14418,27 @@ } } }, - "/aggregate/flow-sequence": { + "/search/product-review-summary": { "post": { "tags": [ - "Flow Sequence" + "Product Review Summary" ], - "summary": "Aggregate for the Flow Sequence resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateFlowSequence", + "summary": "Search for the Product Review Summary resources.", + "description": "", + "operationId": "searchProductReviewSummary", "requestBody": { "required": true, "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/Criteria" } } } }, "responses": { "200": { - "description": "List of FlowSequence", + "description": "List of ProductReviewSummary", "content": { "application/vnd.api+json": { "schema": { @@ -14000,7 +14452,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/FlowSequence" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -14018,7 +14470,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/FlowSequence" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -14035,41 +14487,32 @@ } } }, - "/aggregate/flow-template": { - "post": { + "/product-review-summary/{id}": { + "get": { "tags": [ - "Flow Template" + "Product Review Summary" ], - "summary": "Aggregate for the Flow Template resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateFlowTemplate", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of FlowTemplate", - "content": { - "application/vnd.api+json": { - "schema": { + "summary": "Detailed information about a Product Review Summary resource.", + "description": "", + "operationId": "getProductReviewSummary", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the product_review_summary", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + } + ], + "responses": { + "200": { + "description": "Detail of ProductReviewSummary", + "content": { + "application/vnd.api+json": { + "schema": { "allOf": [ { "$ref": "#/components/schemas/success" @@ -14078,10 +14521,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/FlowTemplate" - } + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -14091,62 +14531,107 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/FlowTemplate" - } + "$ref": "#/components/schemas/ProductReviewSummary" } } } } } }, - "400": { - "$ref": "#/components/responses/400" + "404": { + "$ref": "#/components/responses/404" }, "401": { "$ref": "#/components/responses/401" } } - } - }, - "/aggregate/import-export-file": { - "post": { + }, + "delete": { "tags": [ - "Import Export File" + "Product Review Summary" + ], + "summary": "Delete a Product Review Summary resource.", + "description": "", + "operationId": "deleteProductReviewSummary", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the product_review_summary", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "$ref": "#/components/responses/204" + }, + "404": { + "$ref": "#/components/responses/404" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + }, + "patch": { + "tags": [ + "Product Review Summary" + ], + "summary": "Partially update information about a Product Review Summary resource.", + "description": "", + "operationId": "updateProductReviewSummary", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the product_review_summary", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" + } + } ], - "summary": "Aggregate for the Import Export File resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateImportExportFile", "requestBody": { - "required": true, + "description": "Partially update information about a Product Review Summary resource.", "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/ProductReviewSummary" } } } }, "responses": { "200": { - "description": "List of ImportExportFile", + "description": "Detail of ProductReviewSummary", "content": { "application/vnd.api+json": { "schema": { @@ -14158,10 +14643,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ImportExportFile" - } + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -14171,15 +14653,12 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ImportExportFile" - } + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -14189,20 +14668,23 @@ "400": { "$ref": "#/components/responses/400" }, + "404": { + "$ref": "#/components/responses/404" + }, "401": { "$ref": "#/components/responses/401" } } } }, - "/aggregate/import-export-log": { + "/aggregate/product-review-summary": { "post": { "tags": [ - "Import Export Log" + "Product Review Summary" ], - "summary": "Aggregate for the Import Export Log resources.", + "summary": "Aggregate for the Product Review Summary resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateImportExportLog", + "operationId": "aggregateProductReviewSummary", "requestBody": { "required": true, "content": { @@ -14226,7 +14708,7 @@ }, "responses": { "200": { - "description": "List of ImportExportLog", + "description": "List of ProductReviewSummary", "content": { "application/vnd.api+json": { "schema": { @@ -14240,7 +14722,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportLog" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -14258,7 +14740,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportLog" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -14275,38 +14757,43 @@ } } }, - "/aggregate/import-export-profile": { - "post": { + "/product-warehouse": { + "get": { "tags": [ - "Import Export Profile" + "Product Warehouse" ], - "summary": "Aggregate for the Import Export Profile resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateImportExportProfile", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } + "summary": "List with basic information of Product Warehouse resources.", + "description": "", + "operationId": "getProductWarehouseList", + "parameters": [ + { + "name": "limit", + "in": "query", + "description": "Max amount of resources to be returned in a page", + "schema": { + "type": "integer" + } + }, + { + "name": "page", + "in": "query", + "description": "The page to be returned", + "schema": { + "type": "integer" + } + }, + { + "name": "query", + "in": "query", + "description": "Encoded SwagQL in JSON", + "schema": { + "type": "string" } } - }, + ], "responses": { "200": { - "description": "List of ImportExportProfile", + "description": "List of Product Warehouse resources.", "content": { "application/vnd.api+json": { "schema": { @@ -14318,10 +14805,41 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ImportExportProfile" - } + "allOf": [ + { + "$ref": "#/components/schemas/data" + }, + { + "type": "array", + "items": { + "$ref": "#/components/schemas/ProductWarehouse" + } + } + ] + }, + "links": { + "allOf": [ + { + "$ref": "#/components/schemas/pagination" + }, + { + "type": "object", + "properties": { + "first": { + "example": "/product-warehouse?limit=25" + }, + "last": { + "example": "/product-warehouse?limit=25&page=11" + }, + "next": { + "example": "/product-warehouse?limit=25&page=4" + }, + "prev": { + "example": "/product-warehouse?limit=25&page=2" + } + } + } + ] } } } @@ -14338,7 +14856,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportProfile" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -14346,47 +14864,44 @@ } } }, - "400": { - "$ref": "#/components/responses/400" - }, "401": { "$ref": "#/components/responses/401" } } - } - }, - "/aggregate/integration": { + }, "post": { "tags": [ - "Integration" + "Product Warehouse" + ], + "summary": "Create a new Product Warehouse resources.", + "description": "", + "operationId": "createProductWarehouse", + "parameters": [ + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "schema": { + "type": "string", + "enum": [ + "basic", + "detail" + ] + } + } ], - "summary": "Aggregate for the Integration resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateIntegration", "requestBody": { - "required": true, "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/ProductWarehouse" } } } }, "responses": { "200": { - "description": "List of Integration", + "description": "Detail of ProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -14398,10 +14913,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Integration" - } + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -14411,15 +14923,12 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Integration" - } + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -14435,38 +14944,27 @@ } } }, - "/aggregate/landing-page": { + "/search/product-warehouse": { "post": { "tags": [ - "Landing Page" + "Product Warehouse" ], - "summary": "Aggregate for the Landing Page resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateLandingPage", + "summary": "Search for the Product Warehouse resources.", + "description": "", + "operationId": "searchProductWarehouse", "requestBody": { "required": true, "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/Criteria" } } } }, "responses": { "200": { - "description": "List of LandingPage", + "description": "List of ProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -14480,7 +14978,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/LandingPage" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -14498,7 +14996,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/LandingPage" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -14515,38 +15013,29 @@ } } }, - "/aggregate/language": { - "post": { + "/product-warehouse/{id}": { + "get": { "tags": [ - "Language" + "Product Warehouse" ], - "summary": "Aggregate for the Language resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateLanguage", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } + "summary": "Detailed information about a Product Warehouse resource.", + "description": "", + "operationId": "getProductWarehouse", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the product_warehouse", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" } } - }, + ], "responses": { "200": { - "description": "List of Language", + "description": "Detail of ProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -14558,10 +15047,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Language" - } + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -14571,62 +15057,107 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Language" - } + "$ref": "#/components/schemas/ProductWarehouse" } } } } } }, - "400": { - "$ref": "#/components/responses/400" + "404": { + "$ref": "#/components/responses/404" }, "401": { "$ref": "#/components/responses/401" } } - } - }, - "/aggregate/locale": { - "post": { + }, + "delete": { "tags": [ - "Locale" + "Product Warehouse" + ], + "summary": "Delete a Product Warehouse resource.", + "description": "", + "operationId": "deleteProductWarehouse", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the product_warehouse", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "$ref": "#/components/responses/204" + }, + "404": { + "$ref": "#/components/responses/404" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + }, + "patch": { + "tags": [ + "Product Warehouse" + ], + "summary": "Partially update information about a Product Warehouse resource.", + "description": "", + "operationId": "updateProductWarehouse", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the product_warehouse", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" + } + } ], - "summary": "Aggregate for the Locale resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateLocale", "requestBody": { - "required": true, + "description": "Partially update information about a Product Warehouse resource.", "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/ProductWarehouse" } } } }, "responses": { "200": { - "description": "List of Locale", + "description": "Detail of ProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -14638,10 +15169,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Locale" - } + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -14651,15 +15179,12 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Locale" - } + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -14669,20 +15194,23 @@ "400": { "$ref": "#/components/responses/400" }, + "404": { + "$ref": "#/components/responses/404" + }, "401": { "$ref": "#/components/responses/401" } } } }, - "/aggregate/log-entry": { + "/aggregate/product-warehouse": { "post": { "tags": [ - "Log Entry" + "Product Warehouse" ], - "summary": "Aggregate for the Log Entry resources.", + "summary": "Aggregate for the Product Warehouse resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateLogEntry", + "operationId": "aggregateProductWarehouse", "requestBody": { "required": true, "content": { @@ -14706,7 +15234,7 @@ }, "responses": { "200": { - "description": "List of LogEntry", + "description": "List of ProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -14720,7 +15248,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/LogEntry" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -14738,7 +15266,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/LogEntry" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -14755,38 +15283,43 @@ } } }, - "/aggregate/mail-header-footer": { - "post": { + "/quote": { + "get": { "tags": [ - "Mail Header Footer" + "Quote" ], - "summary": "Aggregate for the Mail Header Footer resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateMailHeaderFooter", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of MailHeaderFooter", + "summary": "List with basic information of Quote resources.", + "description": "Available since: 6.5.3.0", + "operationId": "getQuoteList", + "parameters": [ + { + "name": "limit", + "in": "query", + "description": "Max amount of resources to be returned in a page", + "schema": { + "type": "integer" + } + }, + { + "name": "page", + "in": "query", + "description": "The page to be returned", + "schema": { + "type": "integer" + } + }, + { + "name": "query", + "in": "query", + "description": "Encoded SwagQL in JSON", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "List of Quote resources.", "content": { "application/vnd.api+json": { "schema": { @@ -14798,10 +15331,41 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/MailHeaderFooter" - } + "allOf": [ + { + "$ref": "#/components/schemas/data" + }, + { + "type": "array", + "items": { + "$ref": "#/components/schemas/Quote" + } + } + ] + }, + "links": { + "allOf": [ + { + "$ref": "#/components/schemas/pagination" + }, + { + "type": "object", + "properties": { + "first": { + "example": "/quote?limit=25" + }, + "last": { + "example": "/quote?limit=25&page=11" + }, + "next": { + "example": "/quote?limit=25&page=4" + }, + "prev": { + "example": "/quote?limit=25&page=2" + } + } + } + ] } } } @@ -14818,7 +15382,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailHeaderFooter" + "$ref": "#/components/schemas/Quote" } } } @@ -14826,47 +15390,44 @@ } } }, - "400": { - "$ref": "#/components/responses/400" - }, "401": { "$ref": "#/components/responses/401" } } - } - }, - "/aggregate/mail-template": { + }, "post": { "tags": [ - "Mail Template" + "Quote" + ], + "summary": "Create a new Quote resources.", + "description": "Available since: 6.5.3.0", + "operationId": "createQuote", + "parameters": [ + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "schema": { + "type": "string", + "enum": [ + "basic", + "detail" + ] + } + } ], - "summary": "Aggregate for the Mail Template resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateMailTemplate", "requestBody": { - "required": true, "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/Quote" } } } }, "responses": { "200": { - "description": "List of MailTemplate", + "description": "Detail of Quote", "content": { "application/vnd.api+json": { "schema": { @@ -14878,10 +15439,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/MailTemplate" - } + "$ref": "#/components/schemas/Quote" } } } @@ -14891,15 +15449,12 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/MailTemplate" - } + "$ref": "#/components/schemas/Quote" } } } @@ -14915,38 +15470,27 @@ } } }, - "/aggregate/mail-template-type": { + "/search/quote": { "post": { "tags": [ - "Mail Template Type" + "Quote" ], - "summary": "Aggregate for the Mail Template Type resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateMailTemplateType", + "summary": "Search for the Quote resources.", + "description": "Available since: 6.5.3.0", + "operationId": "searchQuote", "requestBody": { "required": true, "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/Criteria" } } } }, "responses": { "200": { - "description": "List of MailTemplateType", + "description": "List of Quote", "content": { "application/vnd.api+json": { "schema": { @@ -14960,7 +15504,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailTemplateType" + "$ref": "#/components/schemas/Quote" } } } @@ -14978,7 +15522,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailTemplateType" + "$ref": "#/components/schemas/Quote" } } } @@ -14995,38 +15539,151 @@ } } }, - "/aggregate/main-category": { - "post": { + "/quote/{id}": { + "get": { "tags": [ - "Main Category" + "Quote" + ], + "summary": "Detailed information about a Quote resource.", + "description": "Available since: 6.5.3.0", + "operationId": "getQuote", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the quote", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + } + ], + "responses": { + "200": { + "description": "Detail of Quote", + "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/components/schemas/Quote" + } + } + } + ] + } + }, + "application/json": { + "schema": { + "type": "object", + "required": [ + "data" + ], + "properties": { + "data": { + "$ref": "#/components/schemas/Quote" + } + } + } + } + } + }, + "404": { + "$ref": "#/components/responses/404" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + }, + "delete": { + "tags": [ + "Quote" + ], + "summary": "Delete a Quote resource.", + "description": "Available since: 6.5.3.0", + "operationId": "deleteQuote", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the quote", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "$ref": "#/components/responses/204" + }, + "404": { + "$ref": "#/components/responses/404" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + }, + "patch": { + "tags": [ + "Quote" + ], + "summary": "Partially update information about a Quote resource.", + "description": "Available since: 6.5.3.0", + "operationId": "updateQuote", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the quote", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" + } + } ], - "summary": "Aggregate for the Main Category resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateMainCategory", "requestBody": { - "required": true, + "description": "Partially update information about a Quote resource.", "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/Quote" } } } }, "responses": { "200": { - "description": "List of MainCategory", + "description": "Detail of Quote", "content": { "application/vnd.api+json": { "schema": { @@ -15038,10 +15695,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/MainCategory" - } + "$ref": "#/components/schemas/Quote" } } } @@ -15051,15 +15705,12 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/MainCategory" - } + "$ref": "#/components/schemas/Quote" } } } @@ -15069,20 +15720,23 @@ "400": { "$ref": "#/components/responses/400" }, + "404": { + "$ref": "#/components/responses/404" + }, "401": { "$ref": "#/components/responses/401" } } } }, - "/aggregate/media": { + "/aggregate/quote": { "post": { "tags": [ - "Media" + "Quote" ], - "summary": "Aggregate for the Media resources.", + "summary": "Aggregate for the Quote resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateMedia", + "operationId": "aggregateQuote", "requestBody": { "required": true, "content": { @@ -15106,7 +15760,7 @@ }, "responses": { "200": { - "description": "List of Media", + "description": "List of Quote", "content": { "application/vnd.api+json": { "schema": { @@ -15120,7 +15774,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Media" + "$ref": "#/components/schemas/Quote" } } } @@ -15138,7 +15792,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Media" + "$ref": "#/components/schemas/Quote" } } } @@ -15155,14 +15809,14 @@ } } }, - "/media-ai-tag": { + "/quote-comment": { "get": { "tags": [ - "Media Ai Tag" + "Quote Comment" ], - "summary": "List with basic information of Media Ai Tag resources.", + "summary": "List with basic information of Quote Comment resources.", "description": "", - "operationId": "getMediaAiTagList", + "operationId": "getQuoteCommentList", "parameters": [ { "name": "limit", @@ -15191,7 +15845,7 @@ ], "responses": { "200": { - "description": "List of Media Ai Tag resources.", + "description": "List of Quote Comment resources.", "content": { "application/vnd.api+json": { "schema": { @@ -15210,7 +15864,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/QuoteComment" } } ] @@ -15224,16 +15878,16 @@ "type": "object", "properties": { "first": { - "example": "/media-ai-tag?limit=25" + "example": "/quote-comment?limit=25" }, "last": { - "example": "/media-ai-tag?limit=25&page=11" + "example": "/quote-comment?limit=25&page=11" }, "next": { - "example": "/media-ai-tag?limit=25&page=4" + "example": "/quote-comment?limit=25&page=4" }, "prev": { - "example": "/media-ai-tag?limit=25&page=2" + "example": "/quote-comment?limit=25&page=2" } } } @@ -15254,7 +15908,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -15269,11 +15923,11 @@ }, "post": { "tags": [ - "Media Ai Tag" + "Quote Comment" ], - "summary": "Create a new Media Ai Tag resources.", + "summary": "Create a new Quote Comment resources.", "description": "", - "operationId": "createMediaAiTag", + "operationId": "createQuoteComment", "parameters": [ { "name": "_response", @@ -15292,14 +15946,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/QuoteComment" } } } }, "responses": { "200": { - "description": "Detail of MediaAiTag", + "description": "Detail of QuoteComment", "content": { "application/vnd.api+json": { "schema": { @@ -15311,7 +15965,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -15326,7 +15980,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -15342,14 +15996,14 @@ } } }, - "/search/media-ai-tag": { + "/search/quote-comment": { "post": { "tags": [ - "Media Ai Tag" + "Quote Comment" ], - "summary": "Search for the Media Ai Tag resources.", + "summary": "Search for the Quote Comment resources.", "description": "", - "operationId": "searchMediaAiTag", + "operationId": "searchQuoteComment", "requestBody": { "required": true, "content": { @@ -15362,7 +16016,7 @@ }, "responses": { "200": { - "description": "List of MediaAiTag", + "description": "List of QuoteComment", "content": { "application/vnd.api+json": { "schema": { @@ -15376,7 +16030,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -15394,7 +16048,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -15411,19 +16065,19 @@ } } }, - "/media-ai-tag/{id}": { + "/quote-comment/{id}": { "get": { "tags": [ - "Media Ai Tag" + "Quote Comment" ], - "summary": "Detailed information about a Media Ai Tag resource.", + "summary": "Detailed information about a Quote Comment resource.", "description": "", - "operationId": "getMediaAiTag", + "operationId": "getQuoteComment", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_ai_tag", + "description": "Identifier for the quote_comment", "required": true, "schema": { "type": "string", @@ -15433,7 +16087,7 @@ ], "responses": { "200": { - "description": "Detail of MediaAiTag", + "description": "Detail of QuoteComment", "content": { "application/vnd.api+json": { "schema": { @@ -15445,7 +16099,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -15460,7 +16114,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -15477,16 +16131,16 @@ }, "delete": { "tags": [ - "Media Ai Tag" + "Quote Comment" ], - "summary": "Delete a Media Ai Tag resource.", + "summary": "Delete a Quote Comment resource.", "description": "", - "operationId": "deleteMediaAiTag", + "operationId": "deleteQuoteComment", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_ai_tag", + "description": "Identifier for the quote_comment", "required": true, "schema": { "type": "string", @@ -15517,16 +16171,16 @@ }, "patch": { "tags": [ - "Media Ai Tag" + "Quote Comment" ], - "summary": "Partially update information about a Media Ai Tag resource.", + "summary": "Partially update information about a Quote Comment resource.", "description": "", - "operationId": "updateMediaAiTag", + "operationId": "updateQuoteComment", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_ai_tag", + "description": "Identifier for the quote_comment", "required": true, "schema": { "type": "string", @@ -15544,18 +16198,18 @@ } ], "requestBody": { - "description": "Partially update information about a Media Ai Tag resource.", + "description": "Partially update information about a Quote Comment resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/QuoteComment" } } } }, "responses": { "200": { - "description": "Detail of MediaAiTag", + "description": "Detail of QuoteComment", "content": { "application/vnd.api+json": { "schema": { @@ -15567,7 +16221,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -15582,7 +16236,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -15601,14 +16255,14 @@ } } }, - "/aggregate/media-ai-tag": { + "/aggregate/quote-comment": { "post": { "tags": [ - "Media Ai Tag" + "Quote Comment" ], - "summary": "Aggregate for the Media Ai Tag resources.", + "summary": "Aggregate for the Quote Comment resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateMediaAiTag", + "operationId": "aggregateQuoteComment", "requestBody": { "required": true, "content": { @@ -15632,7 +16286,7 @@ }, "responses": { "200": { - "description": "List of MediaAiTag", + "description": "List of QuoteComment", "content": { "application/vnd.api+json": { "schema": { @@ -15646,7 +16300,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -15664,7 +16318,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -15681,11487 +16335,43 @@ } } }, - "/aggregate/media-default-folder": { - "post": { + "/quote-delivery": { + "get": { "tags": [ - "Media Default Folder" + "Quote Delivery" ], - "summary": "Aggregate for the Media Default Folder resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateMediaDefaultFolder", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } + "summary": "List with basic information of Quote Delivery resources.", + "description": "Available since: 6.5.3.0", + "operationId": "getQuoteDeliveryList", + "parameters": [ + { + "name": "limit", + "in": "query", + "description": "Max amount of resources to be returned in a page", + "schema": { + "type": "integer" + } + }, + { + "name": "page", + "in": "query", + "description": "The page to be returned", + "schema": { + "type": "integer" + } + }, + { + "name": "query", + "in": "query", + "description": "Encoded SwagQL in JSON", + "schema": { + "type": "string" } } - }, + ], "responses": { "200": { - "description": "List of MediaDefaultFolder", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/MediaDefaultFolder" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/MediaDefaultFolder" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/media-folder": { - "post": { - "tags": [ - "Media Folder" - ], - "summary": "Aggregate for the Media Folder resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateMediaFolder", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of MediaFolder", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/MediaFolder" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/MediaFolder" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/media-folder-configuration": { - "post": { - "tags": [ - "Media Folder Configuration" - ], - "summary": "Aggregate for the Media Folder Configuration resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateMediaFolderConfiguration", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of MediaFolderConfiguration", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/MediaFolderConfiguration" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/MediaFolderConfiguration" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/media-thumbnail": { - "post": { - "tags": [ - "Media Thumbnail" - ], - "summary": "Aggregate for the Media Thumbnail resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateMediaThumbnail", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of MediaThumbnail", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/MediaThumbnail" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/MediaThumbnail" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/media-thumbnail-size": { - "post": { - "tags": [ - "Media Thumbnail Size" - ], - "summary": "Aggregate for the Media Thumbnail Size resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateMediaThumbnailSize", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of MediaThumbnailSize", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/MediaThumbnailSize" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/MediaThumbnailSize" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/newsletter-recipient": { - "post": { - "tags": [ - "Newsletter Recipient" - ], - "summary": "Aggregate for the Newsletter Recipient resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateNewsletterRecipient", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of NewsletterRecipient", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/NewsletterRecipient" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/NewsletterRecipient" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/notification": { - "post": { - "tags": [ - "Notification" - ], - "summary": "Aggregate for the Notification resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateNotification", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of Notification", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Notification" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Notification" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/number-range": { - "post": { - "tags": [ - "Number Range" - ], - "summary": "Aggregate for the Number Range resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateNumberRange", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of NumberRange", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/NumberRange" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/NumberRange" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/number-range-sales-channel": { - "post": { - "tags": [ - "Number Range Sales Channel" - ], - "summary": "Aggregate for the Number Range Sales Channel resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateNumberRangeSalesChannel", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of NumberRangeSalesChannel", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/NumberRangeSalesChannel" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/NumberRangeSalesChannel" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/number-range-state": { - "post": { - "tags": [ - "Number Range State" - ], - "summary": "Aggregate for the Number Range State resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateNumberRangeState", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of NumberRangeState", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/NumberRangeState" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/NumberRangeState" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/number-range-type": { - "post": { - "tags": [ - "Number Range Type" - ], - "summary": "Aggregate for the Number Range Type resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateNumberRangeType", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of NumberRangeType", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/NumberRangeType" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/NumberRangeType" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/order": { - "post": { - "tags": [ - "Order" - ], - "summary": "Aggregate for the Order resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrder", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of Order", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Order" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Order" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/order-address": { - "post": { - "tags": [ - "Order Address" - ], - "summary": "Aggregate for the Order Address resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderAddress", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of OrderAddress", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderAddress" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderAddress" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/order-customer": { - "post": { - "tags": [ - "Order Customer" - ], - "summary": "Aggregate for the Order Customer resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderCustomer", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of OrderCustomer", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderCustomer" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderCustomer" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/order-delivery": { - "post": { - "tags": [ - "Order Delivery" - ], - "summary": "Aggregate for the Order Delivery resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderDelivery", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of OrderDelivery", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderDelivery" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderDelivery" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/order-delivery-position": { - "post": { - "tags": [ - "Order Delivery Position" - ], - "summary": "Aggregate for the Order Delivery Position resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderDeliveryPosition", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of OrderDeliveryPosition", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderDeliveryPosition" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderDeliveryPosition" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/order-line-item": { - "post": { - "tags": [ - "Order Line Item" - ], - "summary": "Aggregate for the Order Line Item resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderLineItem", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of OrderLineItem", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderLineItem" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderLineItem" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/order-line-item-download": { - "post": { - "tags": [ - "Order Line Item Download" - ], - "summary": "Aggregate for the Order Line Item Download resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderLineItemDownload", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of OrderLineItemDownload", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderLineItemDownload" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderLineItemDownload" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/order-product-warehouse": { - "get": { - "tags": [ - "Order Product Warehouse" - ], - "summary": "List with basic information of Order Product Warehouse resources.", - "description": "", - "operationId": "getOrderProductWarehouseList", - "parameters": [ - { - "name": "limit", - "in": "query", - "description": "Max amount of resources to be returned in a page", - "schema": { - "type": "integer" - } - }, - { - "name": "page", - "in": "query", - "description": "The page to be returned", - "schema": { - "type": "integer" - } - }, - { - "name": "query", - "in": "query", - "description": "Encoded SwagQL in JSON", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "List of Order Product Warehouse resources.", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "allOf": [ - { - "$ref": "#/components/schemas/data" - }, - { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderProductWarehouse" - } - } - ] - }, - "links": { - "allOf": [ - { - "$ref": "#/components/schemas/pagination" - }, - { - "type": "object", - "properties": { - "first": { - "example": "/order-product-warehouse?limit=25" - }, - "last": { - "example": "/order-product-warehouse?limit=25&page=11" - }, - "next": { - "example": "/order-product-warehouse?limit=25&page=4" - }, - "prev": { - "example": "/order-product-warehouse?limit=25&page=2" - } - } - } - ] - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderProductWarehouse" - } - } - } - } - } - } - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "post": { - "tags": [ - "Order Product Warehouse" - ], - "summary": "Create a new Order Product Warehouse resources.", - "description": "", - "operationId": "createOrderProductWarehouse", - "parameters": [ - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "schema": { - "type": "string", - "enum": [ - "basic", - "detail" - ] - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/OrderProductWarehouse" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of OrderProductWarehouse", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/OrderProductWarehouse" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/OrderProductWarehouse" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/search/order-product-warehouse": { - "post": { - "tags": [ - "Order Product Warehouse" - ], - "summary": "Search for the Order Product Warehouse resources.", - "description": "", - "operationId": "searchOrderProductWarehouse", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Criteria" - } - } - } - }, - "responses": { - "200": { - "description": "List of OrderProductWarehouse", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderProductWarehouse" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderProductWarehouse" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/order-product-warehouse/{id}": { - "get": { - "tags": [ - "Order Product Warehouse" - ], - "summary": "Detailed information about a Order Product Warehouse resource.", - "description": "", - "operationId": "getOrderProductWarehouse", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the order_product_warehouse", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - } - ], - "responses": { - "200": { - "description": "Detail of OrderProductWarehouse", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/OrderProductWarehouse" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/OrderProductWarehouse" - } - } - } - } - } - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "delete": { - "tags": [ - "Order Product Warehouse" - ], - "summary": "Delete a Order Product Warehouse resource.", - "description": "", - "operationId": "deleteOrderProductWarehouse", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the order_product_warehouse", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/204" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "patch": { - "tags": [ - "Order Product Warehouse" - ], - "summary": "Partially update information about a Order Product Warehouse resource.", - "description": "", - "operationId": "updateOrderProductWarehouse", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the order_product_warehouse", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "description": "Partially update information about a Order Product Warehouse resource.", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/OrderProductWarehouse" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of OrderProductWarehouse", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/OrderProductWarehouse" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/OrderProductWarehouse" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/order-product-warehouse": { - "post": { - "tags": [ - "Order Product Warehouse" - ], - "summary": "Aggregate for the Order Product Warehouse resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderProductWarehouse", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of OrderProductWarehouse", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderProductWarehouse" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderProductWarehouse" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/order-return": { - "get": { - "tags": [ - "Order Return" - ], - "summary": "List with basic information of Order Return resources.", - "description": "", - "operationId": "getOrderReturnList", - "parameters": [ - { - "name": "limit", - "in": "query", - "description": "Max amount of resources to be returned in a page", - "schema": { - "type": "integer" - } - }, - { - "name": "page", - "in": "query", - "description": "The page to be returned", - "schema": { - "type": "integer" - } - }, - { - "name": "query", - "in": "query", - "description": "Encoded SwagQL in JSON", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "List of Order Return resources.", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "allOf": [ - { - "$ref": "#/components/schemas/data" - }, - { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderReturn" - } - } - ] - }, - "links": { - "allOf": [ - { - "$ref": "#/components/schemas/pagination" - }, - { - "type": "object", - "properties": { - "first": { - "example": "/order-return?limit=25" - }, - "last": { - "example": "/order-return?limit=25&page=11" - }, - "next": { - "example": "/order-return?limit=25&page=4" - }, - "prev": { - "example": "/order-return?limit=25&page=2" - } - } - } - ] - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderReturn" - } - } - } - } - } - } - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "post": { - "tags": [ - "Order Return" - ], - "summary": "Create a new Order Return resources.", - "description": "", - "operationId": "createOrderReturn", - "parameters": [ - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "schema": { - "type": "string", - "enum": [ - "basic", - "detail" - ] - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/OrderReturn" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of OrderReturn", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/OrderReturn" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/OrderReturn" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/search/order-return": { - "post": { - "tags": [ - "Order Return" - ], - "summary": "Search for the Order Return resources.", - "description": "", - "operationId": "searchOrderReturn", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Criteria" - } - } - } - }, - "responses": { - "200": { - "description": "List of OrderReturn", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderReturn" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderReturn" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/order-return/{id}": { - "get": { - "tags": [ - "Order Return" - ], - "summary": "Detailed information about a Order Return resource.", - "description": "", - "operationId": "getOrderReturn", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the order_return", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - } - ], - "responses": { - "200": { - "description": "Detail of OrderReturn", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/OrderReturn" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/OrderReturn" - } - } - } - } - } - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "delete": { - "tags": [ - "Order Return" - ], - "summary": "Delete a Order Return resource.", - "description": "", - "operationId": "deleteOrderReturn", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the order_return", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/204" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "patch": { - "tags": [ - "Order Return" - ], - "summary": "Partially update information about a Order Return resource.", - "description": "", - "operationId": "updateOrderReturn", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the order_return", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "description": "Partially update information about a Order Return resource.", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/OrderReturn" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of OrderReturn", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/OrderReturn" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/OrderReturn" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/order-return": { - "post": { - "tags": [ - "Order Return" - ], - "summary": "Aggregate for the Order Return resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderReturn", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of OrderReturn", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderReturn" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderReturn" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/order-return-line-item": { - "get": { - "tags": [ - "Order Return Line Item" - ], - "summary": "List with basic information of Order Return Line Item resources.", - "description": "", - "operationId": "getOrderReturnLineItemList", - "parameters": [ - { - "name": "limit", - "in": "query", - "description": "Max amount of resources to be returned in a page", - "schema": { - "type": "integer" - } - }, - { - "name": "page", - "in": "query", - "description": "The page to be returned", - "schema": { - "type": "integer" - } - }, - { - "name": "query", - "in": "query", - "description": "Encoded SwagQL in JSON", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "List of Order Return Line Item resources.", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "allOf": [ - { - "$ref": "#/components/schemas/data" - }, - { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderReturnLineItem" - } - } - ] - }, - "links": { - "allOf": [ - { - "$ref": "#/components/schemas/pagination" - }, - { - "type": "object", - "properties": { - "first": { - "example": "/order-return-line-item?limit=25" - }, - "last": { - "example": "/order-return-line-item?limit=25&page=11" - }, - "next": { - "example": "/order-return-line-item?limit=25&page=4" - }, - "prev": { - "example": "/order-return-line-item?limit=25&page=2" - } - } - } - ] - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderReturnLineItem" - } - } - } - } - } - } - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "post": { - "tags": [ - "Order Return Line Item" - ], - "summary": "Create a new Order Return Line Item resources.", - "description": "", - "operationId": "createOrderReturnLineItem", - "parameters": [ - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "schema": { - "type": "string", - "enum": [ - "basic", - "detail" - ] - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/OrderReturnLineItem" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of OrderReturnLineItem", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/OrderReturnLineItem" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/OrderReturnLineItem" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/search/order-return-line-item": { - "post": { - "tags": [ - "Order Return Line Item" - ], - "summary": "Search for the Order Return Line Item resources.", - "description": "", - "operationId": "searchOrderReturnLineItem", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Criteria" - } - } - } - }, - "responses": { - "200": { - "description": "List of OrderReturnLineItem", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderReturnLineItem" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderReturnLineItem" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/order-return-line-item/{id}": { - "get": { - "tags": [ - "Order Return Line Item" - ], - "summary": "Detailed information about a Order Return Line Item resource.", - "description": "", - "operationId": "getOrderReturnLineItem", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the order_return_line_item", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - } - ], - "responses": { - "200": { - "description": "Detail of OrderReturnLineItem", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/OrderReturnLineItem" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/OrderReturnLineItem" - } - } - } - } - } - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "delete": { - "tags": [ - "Order Return Line Item" - ], - "summary": "Delete a Order Return Line Item resource.", - "description": "", - "operationId": "deleteOrderReturnLineItem", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the order_return_line_item", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/204" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "patch": { - "tags": [ - "Order Return Line Item" - ], - "summary": "Partially update information about a Order Return Line Item resource.", - "description": "", - "operationId": "updateOrderReturnLineItem", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the order_return_line_item", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "description": "Partially update information about a Order Return Line Item resource.", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/OrderReturnLineItem" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of OrderReturnLineItem", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/OrderReturnLineItem" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/OrderReturnLineItem" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/order-return-line-item": { - "post": { - "tags": [ - "Order Return Line Item" - ], - "summary": "Aggregate for the Order Return Line Item resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderReturnLineItem", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of OrderReturnLineItem", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderReturnLineItem" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderReturnLineItem" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/order-return-line-item-reason": { - "get": { - "tags": [ - "Order Return Line Item Reason" - ], - "summary": "List with basic information of Order Return Line Item Reason resources.", - "description": "", - "operationId": "getOrderReturnLineItemReasonList", - "parameters": [ - { - "name": "limit", - "in": "query", - "description": "Max amount of resources to be returned in a page", - "schema": { - "type": "integer" - } - }, - { - "name": "page", - "in": "query", - "description": "The page to be returned", - "schema": { - "type": "integer" - } - }, - { - "name": "query", - "in": "query", - "description": "Encoded SwagQL in JSON", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "List of Order Return Line Item Reason resources.", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "allOf": [ - { - "$ref": "#/components/schemas/data" - }, - { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" - } - } - ] - }, - "links": { - "allOf": [ - { - "$ref": "#/components/schemas/pagination" - }, - { - "type": "object", - "properties": { - "first": { - "example": "/order-return-line-item-reason?limit=25" - }, - "last": { - "example": "/order-return-line-item-reason?limit=25&page=11" - }, - "next": { - "example": "/order-return-line-item-reason?limit=25&page=4" - }, - "prev": { - "example": "/order-return-line-item-reason?limit=25&page=2" - } - } - } - ] - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" - } - } - } - } - } - } - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "post": { - "tags": [ - "Order Return Line Item Reason" - ], - "summary": "Create a new Order Return Line Item Reason resources.", - "description": "", - "operationId": "createOrderReturnLineItemReason", - "parameters": [ - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "schema": { - "type": "string", - "enum": [ - "basic", - "detail" - ] - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of OrderReturnLineItemReason", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/search/order-return-line-item-reason": { - "post": { - "tags": [ - "Order Return Line Item Reason" - ], - "summary": "Search for the Order Return Line Item Reason resources.", - "description": "", - "operationId": "searchOrderReturnLineItemReason", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Criteria" - } - } - } - }, - "responses": { - "200": { - "description": "List of OrderReturnLineItemReason", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/order-return-line-item-reason/{id}": { - "get": { - "tags": [ - "Order Return Line Item Reason" - ], - "summary": "Detailed information about a Order Return Line Item Reason resource.", - "description": "", - "operationId": "getOrderReturnLineItemReason", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the order_return_line_item_reason", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - } - ], - "responses": { - "200": { - "description": "Detail of OrderReturnLineItemReason", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" - } - } - } - } - } - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "delete": { - "tags": [ - "Order Return Line Item Reason" - ], - "summary": "Delete a Order Return Line Item Reason resource.", - "description": "", - "operationId": "deleteOrderReturnLineItemReason", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the order_return_line_item_reason", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/204" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "patch": { - "tags": [ - "Order Return Line Item Reason" - ], - "summary": "Partially update information about a Order Return Line Item Reason resource.", - "description": "", - "operationId": "updateOrderReturnLineItemReason", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the order_return_line_item_reason", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "description": "Partially update information about a Order Return Line Item Reason resource.", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of OrderReturnLineItemReason", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/order-return-line-item-reason": { - "post": { - "tags": [ - "Order Return Line Item Reason" - ], - "summary": "Aggregate for the Order Return Line Item Reason resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderReturnLineItemReason", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of OrderReturnLineItemReason", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/order-transaction": { - "post": { - "tags": [ - "Order Transaction" - ], - "summary": "Aggregate for the Order Transaction resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderTransaction", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of OrderTransaction", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderTransaction" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderTransaction" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/order-transaction-capture": { - "post": { - "tags": [ - "Order Transaction Capture" - ], - "summary": "Aggregate for the Order Transaction Capture resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderTransactionCapture", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of OrderTransactionCapture", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderTransactionCapture" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderTransactionCapture" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/order-transaction-capture-refund": { - "post": { - "tags": [ - "Order Transaction Capture Refund" - ], - "summary": "Aggregate for the Order Transaction Capture Refund resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderTransactionCaptureRefund", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of OrderTransactionCaptureRefund", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefund" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefund" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/order-transaction-capture-refund-position": { - "post": { - "tags": [ - "Order Transaction Capture Refund Position" - ], - "summary": "Aggregate for the Order Transaction Capture Refund Position resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderTransactionCaptureRefundPosition", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of OrderTransactionCaptureRefundPosition", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/order-warehouse-group": { - "get": { - "tags": [ - "Order Warehouse Group" - ], - "summary": "List with basic information of Order Warehouse Group resources.", - "description": "", - "operationId": "getOrderWarehouseGroupList", - "parameters": [ - { - "name": "limit", - "in": "query", - "description": "Max amount of resources to be returned in a page", - "schema": { - "type": "integer" - } - }, - { - "name": "page", - "in": "query", - "description": "The page to be returned", - "schema": { - "type": "integer" - } - }, - { - "name": "query", - "in": "query", - "description": "Encoded SwagQL in JSON", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "List of Order Warehouse Group resources.", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "allOf": [ - { - "$ref": "#/components/schemas/data" - }, - { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderWarehouseGroup" - } - } - ] - }, - "links": { - "allOf": [ - { - "$ref": "#/components/schemas/pagination" - }, - { - "type": "object", - "properties": { - "first": { - "example": "/order-warehouse-group?limit=25" - }, - "last": { - "example": "/order-warehouse-group?limit=25&page=11" - }, - "next": { - "example": "/order-warehouse-group?limit=25&page=4" - }, - "prev": { - "example": "/order-warehouse-group?limit=25&page=2" - } - } - } - ] - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderWarehouseGroup" - } - } - } - } - } - } - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "post": { - "tags": [ - "Order Warehouse Group" - ], - "summary": "Create a new Order Warehouse Group resources.", - "description": "", - "operationId": "createOrderWarehouseGroup", - "parameters": [ - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "schema": { - "type": "string", - "enum": [ - "basic", - "detail" - ] - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/OrderWarehouseGroup" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of OrderWarehouseGroup", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/OrderWarehouseGroup" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/OrderWarehouseGroup" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/search/order-warehouse-group": { - "post": { - "tags": [ - "Order Warehouse Group" - ], - "summary": "Search for the Order Warehouse Group resources.", - "description": "", - "operationId": "searchOrderWarehouseGroup", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Criteria" - } - } - } - }, - "responses": { - "200": { - "description": "List of OrderWarehouseGroup", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderWarehouseGroup" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderWarehouseGroup" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/order-warehouse-group/{id}": { - "get": { - "tags": [ - "Order Warehouse Group" - ], - "summary": "Detailed information about a Order Warehouse Group resource.", - "description": "", - "operationId": "getOrderWarehouseGroup", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the order_warehouse_group", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - } - ], - "responses": { - "200": { - "description": "Detail of OrderWarehouseGroup", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/OrderWarehouseGroup" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/OrderWarehouseGroup" - } - } - } - } - } - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "delete": { - "tags": [ - "Order Warehouse Group" - ], - "summary": "Delete a Order Warehouse Group resource.", - "description": "", - "operationId": "deleteOrderWarehouseGroup", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the order_warehouse_group", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/204" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "patch": { - "tags": [ - "Order Warehouse Group" - ], - "summary": "Partially update information about a Order Warehouse Group resource.", - "description": "", - "operationId": "updateOrderWarehouseGroup", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the order_warehouse_group", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "description": "Partially update information about a Order Warehouse Group resource.", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/OrderWarehouseGroup" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of OrderWarehouseGroup", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/OrderWarehouseGroup" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/OrderWarehouseGroup" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/order-warehouse-group": { - "post": { - "tags": [ - "Order Warehouse Group" - ], - "summary": "Aggregate for the Order Warehouse Group resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderWarehouseGroup", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of OrderWarehouseGroup", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderWarehouseGroup" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/OrderWarehouseGroup" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/payment-method": { - "post": { - "tags": [ - "Payment Method" - ], - "summary": "Aggregate for the Payment Method resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregatePaymentMethod", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of PaymentMethod", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/PaymentMethod" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/PaymentMethod" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/plugin": { - "post": { - "tags": [ - "Plugin" - ], - "summary": "Aggregate for the Plugin resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregatePlugin", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of Plugin", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Plugin" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Plugin" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/product": { - "post": { - "tags": [ - "Product" - ], - "summary": "Aggregate for the Product resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateProduct", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of Product", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Product" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Product" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/product-configurator-setting": { - "post": { - "tags": [ - "Product Configurator Setting" - ], - "summary": "Aggregate for the Product Configurator Setting resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductConfiguratorSetting", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of ProductConfiguratorSetting", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductConfiguratorSetting" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductConfiguratorSetting" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/product-cross-selling": { - "post": { - "tags": [ - "Product Cross Selling" - ], - "summary": "Aggregate for the Product Cross Selling resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductCrossSelling", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of ProductCrossSelling", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductCrossSelling" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductCrossSelling" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/product-cross-selling-assigned-products": { - "post": { - "tags": [ - "Product Cross Selling Assigned Products" - ], - "summary": "Aggregate for the Product Cross Selling Assigned Products resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductCrossSellingAssignedProducts", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of ProductCrossSellingAssignedProducts", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/product-download": { - "post": { - "tags": [ - "Product Download" - ], - "summary": "Aggregate for the Product Download resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductDownload", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of ProductDownload", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductDownload" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductDownload" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/product-export": { - "post": { - "tags": [ - "Product Export" - ], - "summary": "Aggregate for the Product Export resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductExport", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of ProductExport", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductExport" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductExport" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/product-feature-set": { - "post": { - "tags": [ - "Product Feature Set" - ], - "summary": "Aggregate for the Product Feature Set resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductFeatureSet", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of ProductFeatureSet", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductFeatureSet" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductFeatureSet" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/product-keyword-dictionary": { - "post": { - "tags": [ - "Product Keyword Dictionary" - ], - "summary": "Aggregate for the Product Keyword Dictionary resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductKeywordDictionary", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of ProductKeywordDictionary", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductKeywordDictionary" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductKeywordDictionary" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/product-manufacturer": { - "post": { - "tags": [ - "Product Manufacturer" - ], - "summary": "Aggregate for the Product Manufacturer resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductManufacturer", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of ProductManufacturer", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductManufacturer" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductManufacturer" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/product-media": { - "post": { - "tags": [ - "Product Media" - ], - "summary": "Aggregate for the Product Media resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductMedia", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of ProductMedia", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductMedia" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductMedia" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/product-price": { - "post": { - "tags": [ - "Product Price" - ], - "summary": "Aggregate for the Product Price resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductPrice", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of ProductPrice", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductPrice" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductPrice" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/product-review": { - "post": { - "tags": [ - "Product Review" - ], - "summary": "Aggregate for the Product Review resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductReview", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of ProductReview", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductReview" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductReview" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/product-review-summary": { - "get": { - "tags": [ - "Product Review Summary" - ], - "summary": "List with basic information of Product Review Summary resources.", - "description": "", - "operationId": "getProductReviewSummaryList", - "parameters": [ - { - "name": "limit", - "in": "query", - "description": "Max amount of resources to be returned in a page", - "schema": { - "type": "integer" - } - }, - { - "name": "page", - "in": "query", - "description": "The page to be returned", - "schema": { - "type": "integer" - } - }, - { - "name": "query", - "in": "query", - "description": "Encoded SwagQL in JSON", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "List of Product Review Summary resources.", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "allOf": [ - { - "$ref": "#/components/schemas/data" - }, - { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductReviewSummary" - } - } - ] - }, - "links": { - "allOf": [ - { - "$ref": "#/components/schemas/pagination" - }, - { - "type": "object", - "properties": { - "first": { - "example": "/product-review-summary?limit=25" - }, - "last": { - "example": "/product-review-summary?limit=25&page=11" - }, - "next": { - "example": "/product-review-summary?limit=25&page=4" - }, - "prev": { - "example": "/product-review-summary?limit=25&page=2" - } - } - } - ] - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductReviewSummary" - } - } - } - } - } - } - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "post": { - "tags": [ - "Product Review Summary" - ], - "summary": "Create a new Product Review Summary resources.", - "description": "", - "operationId": "createProductReviewSummary", - "parameters": [ - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "schema": { - "type": "string", - "enum": [ - "basic", - "detail" - ] - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ProductReviewSummary" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of ProductReviewSummary", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/ProductReviewSummary" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/ProductReviewSummary" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/search/product-review-summary": { - "post": { - "tags": [ - "Product Review Summary" - ], - "summary": "Search for the Product Review Summary resources.", - "description": "", - "operationId": "searchProductReviewSummary", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Criteria" - } - } - } - }, - "responses": { - "200": { - "description": "List of ProductReviewSummary", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductReviewSummary" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductReviewSummary" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/product-review-summary/{id}": { - "get": { - "tags": [ - "Product Review Summary" - ], - "summary": "Detailed information about a Product Review Summary resource.", - "description": "", - "operationId": "getProductReviewSummary", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the product_review_summary", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - } - ], - "responses": { - "200": { - "description": "Detail of ProductReviewSummary", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/ProductReviewSummary" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/ProductReviewSummary" - } - } - } - } - } - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "delete": { - "tags": [ - "Product Review Summary" - ], - "summary": "Delete a Product Review Summary resource.", - "description": "", - "operationId": "deleteProductReviewSummary", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the product_review_summary", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/204" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "patch": { - "tags": [ - "Product Review Summary" - ], - "summary": "Partially update information about a Product Review Summary resource.", - "description": "", - "operationId": "updateProductReviewSummary", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the product_review_summary", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "description": "Partially update information about a Product Review Summary resource.", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ProductReviewSummary" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of ProductReviewSummary", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/ProductReviewSummary" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/ProductReviewSummary" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/product-review-summary": { - "post": { - "tags": [ - "Product Review Summary" - ], - "summary": "Aggregate for the Product Review Summary resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductReviewSummary", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of ProductReviewSummary", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductReviewSummary" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductReviewSummary" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/product-search-config": { - "post": { - "tags": [ - "Product Search Config" - ], - "summary": "Aggregate for the Product Search Config resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductSearchConfig", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of ProductSearchConfig", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductSearchConfig" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductSearchConfig" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/product-search-config-field": { - "post": { - "tags": [ - "Product Search Config Field" - ], - "summary": "Aggregate for the Product Search Config Field resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductSearchConfigField", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of ProductSearchConfigField", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductSearchConfigField" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductSearchConfigField" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/product-search-keyword": { - "post": { - "tags": [ - "Product Search Keyword" - ], - "summary": "Aggregate for the Product Search Keyword resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductSearchKeyword", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of ProductSearchKeyword", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductSearchKeyword" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductSearchKeyword" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/product-sorting": { - "post": { - "tags": [ - "Product Sorting" - ], - "summary": "Aggregate for the Product Sorting resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductSorting", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of ProductSorting", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductSorting" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductSorting" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/product-stream": { - "post": { - "tags": [ - "Product Stream" - ], - "summary": "Aggregate for the Product Stream resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductStream", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of ProductStream", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductStream" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductStream" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/product-stream-filter": { - "post": { - "tags": [ - "Product Stream Filter" - ], - "summary": "Aggregate for the Product Stream Filter resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductStreamFilter", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of ProductStreamFilter", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductStreamFilter" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductStreamFilter" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/product-visibility": { - "post": { - "tags": [ - "Product Visibility" - ], - "summary": "Aggregate for the Product Visibility resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductVisibility", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of ProductVisibility", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductVisibility" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductVisibility" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/product-warehouse": { - "get": { - "tags": [ - "Product Warehouse" - ], - "summary": "List with basic information of Product Warehouse resources.", - "description": "", - "operationId": "getProductWarehouseList", - "parameters": [ - { - "name": "limit", - "in": "query", - "description": "Max amount of resources to be returned in a page", - "schema": { - "type": "integer" - } - }, - { - "name": "page", - "in": "query", - "description": "The page to be returned", - "schema": { - "type": "integer" - } - }, - { - "name": "query", - "in": "query", - "description": "Encoded SwagQL in JSON", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "List of Product Warehouse resources.", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "allOf": [ - { - "$ref": "#/components/schemas/data" - }, - { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductWarehouse" - } - } - ] - }, - "links": { - "allOf": [ - { - "$ref": "#/components/schemas/pagination" - }, - { - "type": "object", - "properties": { - "first": { - "example": "/product-warehouse?limit=25" - }, - "last": { - "example": "/product-warehouse?limit=25&page=11" - }, - "next": { - "example": "/product-warehouse?limit=25&page=4" - }, - "prev": { - "example": "/product-warehouse?limit=25&page=2" - } - } - } - ] - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductWarehouse" - } - } - } - } - } - } - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "post": { - "tags": [ - "Product Warehouse" - ], - "summary": "Create a new Product Warehouse resources.", - "description": "", - "operationId": "createProductWarehouse", - "parameters": [ - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "schema": { - "type": "string", - "enum": [ - "basic", - "detail" - ] - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ProductWarehouse" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of ProductWarehouse", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/ProductWarehouse" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/ProductWarehouse" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/search/product-warehouse": { - "post": { - "tags": [ - "Product Warehouse" - ], - "summary": "Search for the Product Warehouse resources.", - "description": "", - "operationId": "searchProductWarehouse", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Criteria" - } - } - } - }, - "responses": { - "200": { - "description": "List of ProductWarehouse", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductWarehouse" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductWarehouse" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/product-warehouse/{id}": { - "get": { - "tags": [ - "Product Warehouse" - ], - "summary": "Detailed information about a Product Warehouse resource.", - "description": "", - "operationId": "getProductWarehouse", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the product_warehouse", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - } - ], - "responses": { - "200": { - "description": "Detail of ProductWarehouse", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/ProductWarehouse" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/ProductWarehouse" - } - } - } - } - } - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "delete": { - "tags": [ - "Product Warehouse" - ], - "summary": "Delete a Product Warehouse resource.", - "description": "", - "operationId": "deleteProductWarehouse", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the product_warehouse", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/204" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "patch": { - "tags": [ - "Product Warehouse" - ], - "summary": "Partially update information about a Product Warehouse resource.", - "description": "", - "operationId": "updateProductWarehouse", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the product_warehouse", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "description": "Partially update information about a Product Warehouse resource.", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ProductWarehouse" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of ProductWarehouse", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/ProductWarehouse" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/ProductWarehouse" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/product-warehouse": { - "post": { - "tags": [ - "Product Warehouse" - ], - "summary": "Aggregate for the Product Warehouse resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductWarehouse", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of ProductWarehouse", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductWarehouse" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ProductWarehouse" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/promotion": { - "post": { - "tags": [ - "Promotion" - ], - "summary": "Aggregate for the Promotion resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregatePromotion", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of Promotion", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Promotion" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Promotion" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/promotion-discount": { - "post": { - "tags": [ - "Promotion Discount" - ], - "summary": "Aggregate for the Promotion Discount resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregatePromotionDiscount", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of PromotionDiscount", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/PromotionDiscount" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/PromotionDiscount" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/promotion-discount-prices": { - "post": { - "tags": [ - "Promotion Discount Prices" - ], - "summary": "Aggregate for the Promotion Discount Prices resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregatePromotionDiscountPrices", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of PromotionDiscountPrices", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/PromotionDiscountPrices" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/PromotionDiscountPrices" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/promotion-individual-code": { - "post": { - "tags": [ - "Promotion Individual Code" - ], - "summary": "Aggregate for the Promotion Individual Code resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregatePromotionIndividualCode", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of PromotionIndividualCode", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/PromotionIndividualCode" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/PromotionIndividualCode" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/promotion-sales-channel": { - "post": { - "tags": [ - "Promotion Sales Channel" - ], - "summary": "Aggregate for the Promotion Sales Channel resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregatePromotionSalesChannel", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of PromotionSalesChannel", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/PromotionSalesChannel" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/PromotionSalesChannel" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/promotion-setgroup": { - "post": { - "tags": [ - "Promotion Setgroup" - ], - "summary": "Aggregate for the Promotion Setgroup resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregatePromotionSetgroup", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of PromotionSetgroup", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/PromotionSetgroup" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/PromotionSetgroup" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/property-group": { - "post": { - "tags": [ - "Property Group" - ], - "summary": "Aggregate for the Property Group resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregatePropertyGroup", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of PropertyGroup", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/PropertyGroup" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/PropertyGroup" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/property-group-option": { - "post": { - "tags": [ - "Property Group Option" - ], - "summary": "Aggregate for the Property Group Option resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregatePropertyGroupOption", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of PropertyGroupOption", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/PropertyGroupOption" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/PropertyGroupOption" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/quote": { - "get": { - "tags": [ - "Quote" - ], - "summary": "List with basic information of Quote resources.", - "description": "Available since: 6.5.3.0", - "operationId": "getQuoteList", - "parameters": [ - { - "name": "limit", - "in": "query", - "description": "Max amount of resources to be returned in a page", - "schema": { - "type": "integer" - } - }, - { - "name": "page", - "in": "query", - "description": "The page to be returned", - "schema": { - "type": "integer" - } - }, - { - "name": "query", - "in": "query", - "description": "Encoded SwagQL in JSON", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "List of Quote resources.", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "allOf": [ - { - "$ref": "#/components/schemas/data" - }, - { - "type": "array", - "items": { - "$ref": "#/components/schemas/Quote" - } - } - ] - }, - "links": { - "allOf": [ - { - "$ref": "#/components/schemas/pagination" - }, - { - "type": "object", - "properties": { - "first": { - "example": "/quote?limit=25" - }, - "last": { - "example": "/quote?limit=25&page=11" - }, - "next": { - "example": "/quote?limit=25&page=4" - }, - "prev": { - "example": "/quote?limit=25&page=2" - } - } - } - ] - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Quote" - } - } - } - } - } - } - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "post": { - "tags": [ - "Quote" - ], - "summary": "Create a new Quote resources.", - "description": "Available since: 6.5.3.0", - "operationId": "createQuote", - "parameters": [ - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "schema": { - "type": "string", - "enum": [ - "basic", - "detail" - ] - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Quote" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of Quote", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/Quote" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/Quote" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/search/quote": { - "post": { - "tags": [ - "Quote" - ], - "summary": "Search for the Quote resources.", - "description": "Available since: 6.5.3.0", - "operationId": "searchQuote", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Criteria" - } - } - } - }, - "responses": { - "200": { - "description": "List of Quote", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Quote" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Quote" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/quote/{id}": { - "get": { - "tags": [ - "Quote" - ], - "summary": "Detailed information about a Quote resource.", - "description": "Available since: 6.5.3.0", - "operationId": "getQuote", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the quote", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - } - ], - "responses": { - "200": { - "description": "Detail of Quote", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/Quote" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/Quote" - } - } - } - } - } - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "delete": { - "tags": [ - "Quote" - ], - "summary": "Delete a Quote resource.", - "description": "Available since: 6.5.3.0", - "operationId": "deleteQuote", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the quote", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/204" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "patch": { - "tags": [ - "Quote" - ], - "summary": "Partially update information about a Quote resource.", - "description": "Available since: 6.5.3.0", - "operationId": "updateQuote", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the quote", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "description": "Partially update information about a Quote resource.", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Quote" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of Quote", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/Quote" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/Quote" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/quote": { - "post": { - "tags": [ - "Quote" - ], - "summary": "Aggregate for the Quote resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateQuote", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of Quote", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Quote" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Quote" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/quote-comment": { - "get": { - "tags": [ - "Quote Comment" - ], - "summary": "List with basic information of Quote Comment resources.", - "description": "", - "operationId": "getQuoteCommentList", - "parameters": [ - { - "name": "limit", - "in": "query", - "description": "Max amount of resources to be returned in a page", - "schema": { - "type": "integer" - } - }, - { - "name": "page", - "in": "query", - "description": "The page to be returned", - "schema": { - "type": "integer" - } - }, - { - "name": "query", - "in": "query", - "description": "Encoded SwagQL in JSON", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "List of Quote Comment resources.", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "allOf": [ - { - "$ref": "#/components/schemas/data" - }, - { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteComment" - } - } - ] - }, - "links": { - "allOf": [ - { - "$ref": "#/components/schemas/pagination" - }, - { - "type": "object", - "properties": { - "first": { - "example": "/quote-comment?limit=25" - }, - "last": { - "example": "/quote-comment?limit=25&page=11" - }, - "next": { - "example": "/quote-comment?limit=25&page=4" - }, - "prev": { - "example": "/quote-comment?limit=25&page=2" - } - } - } - ] - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteComment" - } - } - } - } - } - } - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "post": { - "tags": [ - "Quote Comment" - ], - "summary": "Create a new Quote Comment resources.", - "description": "", - "operationId": "createQuoteComment", - "parameters": [ - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "schema": { - "type": "string", - "enum": [ - "basic", - "detail" - ] - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/QuoteComment" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of QuoteComment", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteComment" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteComment" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/search/quote-comment": { - "post": { - "tags": [ - "Quote Comment" - ], - "summary": "Search for the Quote Comment resources.", - "description": "", - "operationId": "searchQuoteComment", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Criteria" - } - } - } - }, - "responses": { - "200": { - "description": "List of QuoteComment", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteComment" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteComment" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/quote-comment/{id}": { - "get": { - "tags": [ - "Quote Comment" - ], - "summary": "Detailed information about a Quote Comment resource.", - "description": "", - "operationId": "getQuoteComment", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the quote_comment", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - } - ], - "responses": { - "200": { - "description": "Detail of QuoteComment", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteComment" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteComment" - } - } - } - } - } - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "delete": { - "tags": [ - "Quote Comment" - ], - "summary": "Delete a Quote Comment resource.", - "description": "", - "operationId": "deleteQuoteComment", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the quote_comment", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/204" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "patch": { - "tags": [ - "Quote Comment" - ], - "summary": "Partially update information about a Quote Comment resource.", - "description": "", - "operationId": "updateQuoteComment", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the quote_comment", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "description": "Partially update information about a Quote Comment resource.", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/QuoteComment" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of QuoteComment", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteComment" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteComment" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/quote-comment": { - "post": { - "tags": [ - "Quote Comment" - ], - "summary": "Aggregate for the Quote Comment resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateQuoteComment", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of QuoteComment", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteComment" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteComment" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/quote-delivery": { - "get": { - "tags": [ - "Quote Delivery" - ], - "summary": "List with basic information of Quote Delivery resources.", - "description": "Available since: 6.5.3.0", - "operationId": "getQuoteDeliveryList", - "parameters": [ - { - "name": "limit", - "in": "query", - "description": "Max amount of resources to be returned in a page", - "schema": { - "type": "integer" - } - }, - { - "name": "page", - "in": "query", - "description": "The page to be returned", - "schema": { - "type": "integer" - } - }, - { - "name": "query", - "in": "query", - "description": "Encoded SwagQL in JSON", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "List of Quote Delivery resources.", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "allOf": [ - { - "$ref": "#/components/schemas/data" - }, - { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteDelivery" - } - } - ] - }, - "links": { - "allOf": [ - { - "$ref": "#/components/schemas/pagination" - }, - { - "type": "object", - "properties": { - "first": { - "example": "/quote-delivery?limit=25" - }, - "last": { - "example": "/quote-delivery?limit=25&page=11" - }, - "next": { - "example": "/quote-delivery?limit=25&page=4" - }, - "prev": { - "example": "/quote-delivery?limit=25&page=2" - } - } - } - ] - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteDelivery" - } - } - } - } - } - } - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "post": { - "tags": [ - "Quote Delivery" - ], - "summary": "Create a new Quote Delivery resources.", - "description": "Available since: 6.5.3.0", - "operationId": "createQuoteDelivery", - "parameters": [ - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "schema": { - "type": "string", - "enum": [ - "basic", - "detail" - ] - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/QuoteDelivery" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of QuoteDelivery", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteDelivery" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteDelivery" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/search/quote-delivery": { - "post": { - "tags": [ - "Quote Delivery" - ], - "summary": "Search for the Quote Delivery resources.", - "description": "Available since: 6.5.3.0", - "operationId": "searchQuoteDelivery", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Criteria" - } - } - } - }, - "responses": { - "200": { - "description": "List of QuoteDelivery", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteDelivery" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteDelivery" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/quote-delivery/{id}": { - "get": { - "tags": [ - "Quote Delivery" - ], - "summary": "Detailed information about a Quote Delivery resource.", - "description": "Available since: 6.5.3.0", - "operationId": "getQuoteDelivery", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the quote_delivery", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - } - ], - "responses": { - "200": { - "description": "Detail of QuoteDelivery", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteDelivery" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteDelivery" - } - } - } - } - } - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "delete": { - "tags": [ - "Quote Delivery" - ], - "summary": "Delete a Quote Delivery resource.", - "description": "Available since: 6.5.3.0", - "operationId": "deleteQuoteDelivery", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the quote_delivery", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/204" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "patch": { - "tags": [ - "Quote Delivery" - ], - "summary": "Partially update information about a Quote Delivery resource.", - "description": "Available since: 6.5.3.0", - "operationId": "updateQuoteDelivery", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the quote_delivery", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "description": "Partially update information about a Quote Delivery resource.", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/QuoteDelivery" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of QuoteDelivery", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteDelivery" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteDelivery" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/quote-delivery": { - "post": { - "tags": [ - "Quote Delivery" - ], - "summary": "Aggregate for the Quote Delivery resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateQuoteDelivery", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of QuoteDelivery", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteDelivery" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteDelivery" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/quote-delivery-position": { - "get": { - "tags": [ - "Quote Delivery Position" - ], - "summary": "List with basic information of Quote Delivery Position resources.", - "description": "Available since: 6.5.3.0", - "operationId": "getQuoteDeliveryPositionList", - "parameters": [ - { - "name": "limit", - "in": "query", - "description": "Max amount of resources to be returned in a page", - "schema": { - "type": "integer" - } - }, - { - "name": "page", - "in": "query", - "description": "The page to be returned", - "schema": { - "type": "integer" - } - }, - { - "name": "query", - "in": "query", - "description": "Encoded SwagQL in JSON", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "List of Quote Delivery Position resources.", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "allOf": [ - { - "$ref": "#/components/schemas/data" - }, - { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" - } - } - ] - }, - "links": { - "allOf": [ - { - "$ref": "#/components/schemas/pagination" - }, - { - "type": "object", - "properties": { - "first": { - "example": "/quote-delivery-position?limit=25" - }, - "last": { - "example": "/quote-delivery-position?limit=25&page=11" - }, - "next": { - "example": "/quote-delivery-position?limit=25&page=4" - }, - "prev": { - "example": "/quote-delivery-position?limit=25&page=2" - } - } - } - ] - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" - } - } - } - } - } - } - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "post": { - "tags": [ - "Quote Delivery Position" - ], - "summary": "Create a new Quote Delivery Position resources.", - "description": "Available since: 6.5.3.0", - "operationId": "createQuoteDeliveryPosition", - "parameters": [ - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "schema": { - "type": "string", - "enum": [ - "basic", - "detail" - ] - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of QuoteDeliveryPosition", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/search/quote-delivery-position": { - "post": { - "tags": [ - "Quote Delivery Position" - ], - "summary": "Search for the Quote Delivery Position resources.", - "description": "Available since: 6.5.3.0", - "operationId": "searchQuoteDeliveryPosition", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Criteria" - } - } - } - }, - "responses": { - "200": { - "description": "List of QuoteDeliveryPosition", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/quote-delivery-position/{id}": { - "get": { - "tags": [ - "Quote Delivery Position" - ], - "summary": "Detailed information about a Quote Delivery Position resource.", - "description": "Available since: 6.5.3.0", - "operationId": "getQuoteDeliveryPosition", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the quote_delivery_position", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - } - ], - "responses": { - "200": { - "description": "Detail of QuoteDeliveryPosition", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" - } - } - } - } - } - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "delete": { - "tags": [ - "Quote Delivery Position" - ], - "summary": "Delete a Quote Delivery Position resource.", - "description": "Available since: 6.5.3.0", - "operationId": "deleteQuoteDeliveryPosition", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the quote_delivery_position", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/204" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "patch": { - "tags": [ - "Quote Delivery Position" - ], - "summary": "Partially update information about a Quote Delivery Position resource.", - "description": "Available since: 6.5.3.0", - "operationId": "updateQuoteDeliveryPosition", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the quote_delivery_position", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "description": "Partially update information about a Quote Delivery Position resource.", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of QuoteDeliveryPosition", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/quote-delivery-position": { - "post": { - "tags": [ - "Quote Delivery Position" - ], - "summary": "Aggregate for the Quote Delivery Position resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateQuoteDeliveryPosition", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of QuoteDeliveryPosition", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/quote-document": { - "get": { - "tags": [ - "Quote Document" - ], - "summary": "List with basic information of Quote Document resources.", - "description": "", - "operationId": "getQuoteDocumentList", - "parameters": [ - { - "name": "limit", - "in": "query", - "description": "Max amount of resources to be returned in a page", - "schema": { - "type": "integer" - } - }, - { - "name": "page", - "in": "query", - "description": "The page to be returned", - "schema": { - "type": "integer" - } - }, - { - "name": "query", - "in": "query", - "description": "Encoded SwagQL in JSON", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "List of Quote Document resources.", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "allOf": [ - { - "$ref": "#/components/schemas/data" - }, - { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteDocument" - } - } - ] - }, - "links": { - "allOf": [ - { - "$ref": "#/components/schemas/pagination" - }, - { - "type": "object", - "properties": { - "first": { - "example": "/quote-document?limit=25" - }, - "last": { - "example": "/quote-document?limit=25&page=11" - }, - "next": { - "example": "/quote-document?limit=25&page=4" - }, - "prev": { - "example": "/quote-document?limit=25&page=2" - } - } - } - ] - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteDocument" - } - } - } - } - } - } - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "post": { - "tags": [ - "Quote Document" - ], - "summary": "Create a new Quote Document resources.", - "description": "", - "operationId": "createQuoteDocument", - "parameters": [ - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "schema": { - "type": "string", - "enum": [ - "basic", - "detail" - ] - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/QuoteDocument" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of QuoteDocument", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteDocument" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteDocument" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/search/quote-document": { - "post": { - "tags": [ - "Quote Document" - ], - "summary": "Search for the Quote Document resources.", - "description": "", - "operationId": "searchQuoteDocument", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Criteria" - } - } - } - }, - "responses": { - "200": { - "description": "List of QuoteDocument", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteDocument" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteDocument" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/quote-document/{id}": { - "get": { - "tags": [ - "Quote Document" - ], - "summary": "Detailed information about a Quote Document resource.", - "description": "", - "operationId": "getQuoteDocument", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the quote_document", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - } - ], - "responses": { - "200": { - "description": "Detail of QuoteDocument", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteDocument" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteDocument" - } - } - } - } - } - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "delete": { - "tags": [ - "Quote Document" - ], - "summary": "Delete a Quote Document resource.", - "description": "", - "operationId": "deleteQuoteDocument", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the quote_document", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/204" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "patch": { - "tags": [ - "Quote Document" - ], - "summary": "Partially update information about a Quote Document resource.", - "description": "", - "operationId": "updateQuoteDocument", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the quote_document", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "description": "Partially update information about a Quote Document resource.", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/QuoteDocument" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of QuoteDocument", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteDocument" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteDocument" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/quote-document": { - "post": { - "tags": [ - "Quote Document" - ], - "summary": "Aggregate for the Quote Document resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateQuoteDocument", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of QuoteDocument", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteDocument" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteDocument" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/quote-employee": { - "get": { - "tags": [ - "Quote Employee" - ], - "summary": "List with basic information of Quote Employee resources.", - "description": "", - "operationId": "getQuoteEmployeeList", - "parameters": [ - { - "name": "limit", - "in": "query", - "description": "Max amount of resources to be returned in a page", - "schema": { - "type": "integer" - } - }, - { - "name": "page", - "in": "query", - "description": "The page to be returned", - "schema": { - "type": "integer" - } - }, - { - "name": "query", - "in": "query", - "description": "Encoded SwagQL in JSON", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "List of Quote Employee resources.", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "allOf": [ - { - "$ref": "#/components/schemas/data" - }, - { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteEmployee" - } - } - ] - }, - "links": { - "allOf": [ - { - "$ref": "#/components/schemas/pagination" - }, - { - "type": "object", - "properties": { - "first": { - "example": "/quote-employee?limit=25" - }, - "last": { - "example": "/quote-employee?limit=25&page=11" - }, - "next": { - "example": "/quote-employee?limit=25&page=4" - }, - "prev": { - "example": "/quote-employee?limit=25&page=2" - } - } - } - ] - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteEmployee" - } - } - } - } - } - } - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "post": { - "tags": [ - "Quote Employee" - ], - "summary": "Create a new Quote Employee resources.", - "description": "", - "operationId": "createQuoteEmployee", - "parameters": [ - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "schema": { - "type": "string", - "enum": [ - "basic", - "detail" - ] - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/QuoteEmployee" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of QuoteEmployee", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteEmployee" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteEmployee" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/search/quote-employee": { - "post": { - "tags": [ - "Quote Employee" - ], - "summary": "Search for the Quote Employee resources.", - "description": "", - "operationId": "searchQuoteEmployee", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Criteria" - } - } - } - }, - "responses": { - "200": { - "description": "List of QuoteEmployee", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteEmployee" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteEmployee" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/quote-employee/{id}": { - "get": { - "tags": [ - "Quote Employee" - ], - "summary": "Detailed information about a Quote Employee resource.", - "description": "", - "operationId": "getQuoteEmployee", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the quote_employee", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - } - ], - "responses": { - "200": { - "description": "Detail of QuoteEmployee", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteEmployee" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteEmployee" - } - } - } - } - } - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "delete": { - "tags": [ - "Quote Employee" - ], - "summary": "Delete a Quote Employee resource.", - "description": "", - "operationId": "deleteQuoteEmployee", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the quote_employee", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/204" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "patch": { - "tags": [ - "Quote Employee" - ], - "summary": "Partially update information about a Quote Employee resource.", - "description": "", - "operationId": "updateQuoteEmployee", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the quote_employee", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "description": "Partially update information about a Quote Employee resource.", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/QuoteEmployee" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of QuoteEmployee", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteEmployee" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteEmployee" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/quote-employee": { - "post": { - "tags": [ - "Quote Employee" - ], - "summary": "Aggregate for the Quote Employee resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateQuoteEmployee", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of QuoteEmployee", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteEmployee" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteEmployee" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/quote-line-item": { - "get": { - "tags": [ - "Quote Line Item" - ], - "summary": "List with basic information of Quote Line Item resources.", - "description": "Available since: 6.5.3.0", - "operationId": "getQuoteLineItemList", - "parameters": [ - { - "name": "limit", - "in": "query", - "description": "Max amount of resources to be returned in a page", - "schema": { - "type": "integer" - } - }, - { - "name": "page", - "in": "query", - "description": "The page to be returned", - "schema": { - "type": "integer" - } - }, - { - "name": "query", - "in": "query", - "description": "Encoded SwagQL in JSON", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "List of Quote Line Item resources.", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "allOf": [ - { - "$ref": "#/components/schemas/data" - }, - { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteLineItem" - } - } - ] - }, - "links": { - "allOf": [ - { - "$ref": "#/components/schemas/pagination" - }, - { - "type": "object", - "properties": { - "first": { - "example": "/quote-line-item?limit=25" - }, - "last": { - "example": "/quote-line-item?limit=25&page=11" - }, - "next": { - "example": "/quote-line-item?limit=25&page=4" - }, - "prev": { - "example": "/quote-line-item?limit=25&page=2" - } - } - } - ] - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteLineItem" - } - } - } - } - } - } - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "post": { - "tags": [ - "Quote Line Item" - ], - "summary": "Create a new Quote Line Item resources.", - "description": "Available since: 6.5.3.0", - "operationId": "createQuoteLineItem", - "parameters": [ - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "schema": { - "type": "string", - "enum": [ - "basic", - "detail" - ] - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/QuoteLineItem" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of QuoteLineItem", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteLineItem" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteLineItem" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/search/quote-line-item": { - "post": { - "tags": [ - "Quote Line Item" - ], - "summary": "Search for the Quote Line Item resources.", - "description": "Available since: 6.5.3.0", - "operationId": "searchQuoteLineItem", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Criteria" - } - } - } - }, - "responses": { - "200": { - "description": "List of QuoteLineItem", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteLineItem" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteLineItem" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/quote-line-item/{id}": { - "get": { - "tags": [ - "Quote Line Item" - ], - "summary": "Detailed information about a Quote Line Item resource.", - "description": "Available since: 6.5.3.0", - "operationId": "getQuoteLineItem", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the quote_line_item", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - } - ], - "responses": { - "200": { - "description": "Detail of QuoteLineItem", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteLineItem" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteLineItem" - } - } - } - } - } - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "delete": { - "tags": [ - "Quote Line Item" - ], - "summary": "Delete a Quote Line Item resource.", - "description": "Available since: 6.5.3.0", - "operationId": "deleteQuoteLineItem", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the quote_line_item", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/204" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "patch": { - "tags": [ - "Quote Line Item" - ], - "summary": "Partially update information about a Quote Line Item resource.", - "description": "Available since: 6.5.3.0", - "operationId": "updateQuoteLineItem", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the quote_line_item", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "description": "Partially update information about a Quote Line Item resource.", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/QuoteLineItem" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of QuoteLineItem", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteLineItem" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteLineItem" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/quote-line-item": { - "post": { - "tags": [ - "Quote Line Item" - ], - "summary": "Aggregate for the Quote Line Item resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateQuoteLineItem", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of QuoteLineItem", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteLineItem" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteLineItem" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/quote-transaction": { - "get": { - "tags": [ - "Quote Transaction" - ], - "summary": "List with basic information of Quote Transaction resources.", - "description": "Available since: 6.5.3.0", - "operationId": "getQuoteTransactionList", - "parameters": [ - { - "name": "limit", - "in": "query", - "description": "Max amount of resources to be returned in a page", - "schema": { - "type": "integer" - } - }, - { - "name": "page", - "in": "query", - "description": "The page to be returned", - "schema": { - "type": "integer" - } - }, - { - "name": "query", - "in": "query", - "description": "Encoded SwagQL in JSON", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "List of Quote Transaction resources.", + "description": "List of Quote Delivery resources.", "content": { "application/vnd.api+json": { "schema": { @@ -27180,7 +16390,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/QuoteDelivery" } } ] @@ -27194,16 +16404,16 @@ "type": "object", "properties": { "first": { - "example": "/quote-transaction?limit=25" + "example": "/quote-delivery?limit=25" }, "last": { - "example": "/quote-transaction?limit=25&page=11" + "example": "/quote-delivery?limit=25&page=11" }, "next": { - "example": "/quote-transaction?limit=25&page=4" + "example": "/quote-delivery?limit=25&page=4" }, "prev": { - "example": "/quote-transaction?limit=25&page=2" + "example": "/quote-delivery?limit=25&page=2" } } } @@ -27224,7 +16434,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -27239,11 +16449,11 @@ }, "post": { "tags": [ - "Quote Transaction" + "Quote Delivery" ], - "summary": "Create a new Quote Transaction resources.", + "summary": "Create a new Quote Delivery resources.", "description": "Available since: 6.5.3.0", - "operationId": "createQuoteTransaction", + "operationId": "createQuoteDelivery", "parameters": [ { "name": "_response", @@ -27262,14 +16472,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/QuoteDelivery" } } } }, "responses": { "200": { - "description": "Detail of QuoteTransaction", + "description": "Detail of QuoteDelivery", "content": { "application/vnd.api+json": { "schema": { @@ -27281,7 +16491,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -27296,7 +16506,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -27312,14 +16522,14 @@ } } }, - "/search/quote-transaction": { + "/search/quote-delivery": { "post": { "tags": [ - "Quote Transaction" + "Quote Delivery" ], - "summary": "Search for the Quote Transaction resources.", + "summary": "Search for the Quote Delivery resources.", "description": "Available since: 6.5.3.0", - "operationId": "searchQuoteTransaction", + "operationId": "searchQuoteDelivery", "requestBody": { "required": true, "content": { @@ -27332,7 +16542,7 @@ }, "responses": { "200": { - "description": "List of QuoteTransaction", + "description": "List of QuoteDelivery", "content": { "application/vnd.api+json": { "schema": { @@ -27346,7 +16556,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -27364,7 +16574,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -27381,19 +16591,19 @@ } } }, - "/quote-transaction/{id}": { + "/quote-delivery/{id}": { "get": { "tags": [ - "Quote Transaction" + "Quote Delivery" ], - "summary": "Detailed information about a Quote Transaction resource.", + "summary": "Detailed information about a Quote Delivery resource.", "description": "Available since: 6.5.3.0", - "operationId": "getQuoteTransaction", + "operationId": "getQuoteDelivery", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_transaction", + "description": "Identifier for the quote_delivery", "required": true, "schema": { "type": "string", @@ -27403,7 +16613,7 @@ ], "responses": { "200": { - "description": "Detail of QuoteTransaction", + "description": "Detail of QuoteDelivery", "content": { "application/vnd.api+json": { "schema": { @@ -27415,7 +16625,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -27430,7 +16640,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -27447,16 +16657,16 @@ }, "delete": { "tags": [ - "Quote Transaction" + "Quote Delivery" ], - "summary": "Delete a Quote Transaction resource.", + "summary": "Delete a Quote Delivery resource.", "description": "Available since: 6.5.3.0", - "operationId": "deleteQuoteTransaction", + "operationId": "deleteQuoteDelivery", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_transaction", + "description": "Identifier for the quote_delivery", "required": true, "schema": { "type": "string", @@ -27487,202 +16697,45 @@ }, "patch": { "tags": [ - "Quote Transaction" + "Quote Delivery" ], - "summary": "Partially update information about a Quote Transaction resource.", + "summary": "Partially update information about a Quote Delivery resource.", "description": "Available since: 6.5.3.0", - "operationId": "updateQuoteTransaction", + "operationId": "updateQuoteDelivery", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_transaction", + "description": "Identifier for the quote_delivery", "required": true, "schema": { "type": "string", "pattern": "^[0-9a-f]{32}$" } }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "description": "Partially update information about a Quote Transaction resource.", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/QuoteTransaction" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of QuoteTransaction", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteTransaction" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/QuoteTransaction" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/quote-transaction": { - "post": { - "tags": [ - "Quote Transaction" - ], - "summary": "Aggregate for the Quote Transaction resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateQuoteTransaction", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of QuoteTransaction", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteTransaction" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/QuoteTransaction" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" + } } - } - } - }, - "/aggregate/rule": { - "post": { - "tags": [ - "Rule" ], - "summary": "Aggregate for the Rule resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateRule", "requestBody": { - "required": true, + "description": "Partially update information about a Quote Delivery resource.", "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/QuoteDelivery" } } } }, "responses": { "200": { - "description": "List of Rule", + "description": "Detail of QuoteDelivery", "content": { "application/vnd.api+json": { "schema": { @@ -27694,10 +16747,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Rule" - } + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -27707,15 +16757,12 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Rule" - } + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -27725,20 +16772,23 @@ "400": { "$ref": "#/components/responses/400" }, + "404": { + "$ref": "#/components/responses/404" + }, "401": { "$ref": "#/components/responses/401" } } } }, - "/aggregate/rule-condition": { + "/aggregate/quote-delivery": { "post": { "tags": [ - "Rule Condition" + "Quote Delivery" ], - "summary": "Aggregate for the Rule Condition resources.", + "summary": "Aggregate for the Quote Delivery resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateRuleCondition", + "operationId": "aggregateQuoteDelivery", "requestBody": { "required": true, "content": { @@ -27762,7 +16812,7 @@ }, "responses": { "200": { - "description": "List of RuleCondition", + "description": "List of QuoteDelivery", "content": { "application/vnd.api+json": { "schema": { @@ -27776,7 +16826,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/RuleCondition" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -27794,7 +16844,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/RuleCondition" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -27811,38 +16861,43 @@ } } }, - "/aggregate/sales-channel": { - "post": { + "/quote-delivery-position": { + "get": { "tags": [ - "Sales Channel" + "Quote Delivery Position" ], - "summary": "Aggregate for the Sales Channel resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateSalesChannel", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } + "summary": "List with basic information of Quote Delivery Position resources.", + "description": "Available since: 6.5.3.0", + "operationId": "getQuoteDeliveryPositionList", + "parameters": [ + { + "name": "limit", + "in": "query", + "description": "Max amount of resources to be returned in a page", + "schema": { + "type": "integer" + } + }, + { + "name": "page", + "in": "query", + "description": "The page to be returned", + "schema": { + "type": "integer" + } + }, + { + "name": "query", + "in": "query", + "description": "Encoded SwagQL in JSON", + "schema": { + "type": "string" } } - }, + ], "responses": { "200": { - "description": "List of SalesChannel", + "description": "List of Quote Delivery Position resources.", "content": { "application/vnd.api+json": { "schema": { @@ -27854,10 +16909,41 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/SalesChannel" - } + "allOf": [ + { + "$ref": "#/components/schemas/data" + }, + { + "type": "array", + "items": { + "$ref": "#/components/schemas/QuoteDeliveryPosition" + } + } + ] + }, + "links": { + "allOf": [ + { + "$ref": "#/components/schemas/pagination" + }, + { + "type": "object", + "properties": { + "first": { + "example": "/quote-delivery-position?limit=25" + }, + "last": { + "example": "/quote-delivery-position?limit=25&page=11" + }, + "next": { + "example": "/quote-delivery-position?limit=25&page=4" + }, + "prev": { + "example": "/quote-delivery-position?limit=25&page=2" + } + } + } + ] } } } @@ -27874,7 +16960,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannel" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -27882,47 +16968,44 @@ } } }, - "400": { - "$ref": "#/components/responses/400" - }, "401": { "$ref": "#/components/responses/401" } } - } - }, - "/aggregate/sales-channel-analytics": { + }, "post": { "tags": [ - "Sales Channel Analytics" + "Quote Delivery Position" + ], + "summary": "Create a new Quote Delivery Position resources.", + "description": "Available since: 6.5.3.0", + "operationId": "createQuoteDeliveryPosition", + "parameters": [ + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "schema": { + "type": "string", + "enum": [ + "basic", + "detail" + ] + } + } ], - "summary": "Aggregate for the Sales Channel Analytics resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateSalesChannelAnalytics", "requestBody": { - "required": true, "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } }, "responses": { "200": { - "description": "List of SalesChannelAnalytics", + "description": "Detail of QuoteDeliveryPosition", "content": { "application/vnd.api+json": { "schema": { @@ -27934,10 +17017,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/SalesChannelAnalytics" - } + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -27947,15 +17027,12 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/SalesChannelAnalytics" - } + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -27971,38 +17048,27 @@ } } }, - "/aggregate/sales-channel-domain": { + "/search/quote-delivery-position": { "post": { "tags": [ - "Sales Channel Domain" + "Quote Delivery Position" ], - "summary": "Aggregate for the Sales Channel Domain resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateSalesChannelDomain", + "summary": "Search for the Quote Delivery Position resources.", + "description": "Available since: 6.5.3.0", + "operationId": "searchQuoteDeliveryPosition", "requestBody": { "required": true, "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/Criteria" } } } }, "responses": { "200": { - "description": "List of SalesChannelDomain", + "description": "List of QuoteDeliveryPosition", "content": { "application/vnd.api+json": { "schema": { @@ -28016,7 +17082,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelDomain" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -28034,7 +17100,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelDomain" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -28051,38 +17117,29 @@ } } }, - "/aggregate/sales-channel-type": { - "post": { + "/quote-delivery-position/{id}": { + "get": { "tags": [ - "Sales Channel Type" + "Quote Delivery Position" ], - "summary": "Aggregate for the Sales Channel Type resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateSalesChannelType", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } + "summary": "Detailed information about a Quote Delivery Position resource.", + "description": "Available since: 6.5.3.0", + "operationId": "getQuoteDeliveryPosition", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the quote_delivery_position", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" } } - }, + ], "responses": { "200": { - "description": "List of SalesChannelType", + "description": "Detail of QuoteDeliveryPosition", "content": { "application/vnd.api+json": { "schema": { @@ -28094,10 +17151,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/SalesChannelType" - } + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -28107,142 +17161,107 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/SalesChannelType" - } + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } } } }, - "400": { - "$ref": "#/components/responses/400" + "404": { + "$ref": "#/components/responses/404" }, "401": { "$ref": "#/components/responses/401" } } - } - }, - "/aggregate/salutation": { - "post": { + }, + "delete": { "tags": [ - "Salutation" + "Quote Delivery Position" ], - "summary": "Aggregate for the Salutation resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateSalutation", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } + "summary": "Delete a Quote Delivery Position resource.", + "description": "Available since: 6.5.3.0", + "operationId": "deleteQuoteDeliveryPosition", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the quote_delivery_position", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" } } - }, + ], "responses": { - "200": { - "description": "List of Salutation", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Salutation" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Salutation" - } - } - } - } - } - } + "204": { + "$ref": "#/components/responses/204" }, - "400": { - "$ref": "#/components/responses/400" + "404": { + "$ref": "#/components/responses/404" }, "401": { "$ref": "#/components/responses/401" } } - } - }, - "/aggregate/scheduled-task": { - "post": { + }, + "patch": { "tags": [ - "Scheduled Task" + "Quote Delivery Position" + ], + "summary": "Partially update information about a Quote Delivery Position resource.", + "description": "Available since: 6.5.3.0", + "operationId": "updateQuoteDeliveryPosition", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the quote_delivery_position", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" + } + } ], - "summary": "Aggregate for the Scheduled Task resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateScheduledTask", "requestBody": { - "required": true, + "description": "Partially update information about a Quote Delivery Position resource.", "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } }, "responses": { "200": { - "description": "List of ScheduledTask", + "description": "Detail of QuoteDeliveryPosition", "content": { "application/vnd.api+json": { "schema": { @@ -28254,10 +17273,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ScheduledTask" - } + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -28267,15 +17283,12 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ScheduledTask" - } + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -28285,20 +17298,23 @@ "400": { "$ref": "#/components/responses/400" }, + "404": { + "$ref": "#/components/responses/404" + }, "401": { "$ref": "#/components/responses/401" } } } }, - "/aggregate/script": { + "/aggregate/quote-delivery-position": { "post": { "tags": [ - "Script" + "Quote Delivery Position" ], - "summary": "Aggregate for the Script resources.", + "summary": "Aggregate for the Quote Delivery Position resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateScript", + "operationId": "aggregateQuoteDeliveryPosition", "requestBody": { "required": true, "content": { @@ -28322,7 +17338,7 @@ }, "responses": { "200": { - "description": "List of Script", + "description": "List of QuoteDeliveryPosition", "content": { "application/vnd.api+json": { "schema": { @@ -28336,7 +17352,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Script" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -28354,7 +17370,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Script" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -28371,38 +17387,43 @@ } } }, - "/aggregate/seo-url": { - "post": { + "/quote-document": { + "get": { "tags": [ - "Seo Url" + "Quote Document" ], - "summary": "Aggregate for the Seo Url resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateSeoUrl", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } + "summary": "List with basic information of Quote Document resources.", + "description": "", + "operationId": "getQuoteDocumentList", + "parameters": [ + { + "name": "limit", + "in": "query", + "description": "Max amount of resources to be returned in a page", + "schema": { + "type": "integer" + } + }, + { + "name": "page", + "in": "query", + "description": "The page to be returned", + "schema": { + "type": "integer" + } + }, + { + "name": "query", + "in": "query", + "description": "Encoded SwagQL in JSON", + "schema": { + "type": "string" } } - }, + ], "responses": { "200": { - "description": "List of SeoUrl", + "description": "List of Quote Document resources.", "content": { "application/vnd.api+json": { "schema": { @@ -28414,10 +17435,41 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/SeoUrl" - } + "allOf": [ + { + "$ref": "#/components/schemas/data" + }, + { + "type": "array", + "items": { + "$ref": "#/components/schemas/QuoteDocument" + } + } + ] + }, + "links": { + "allOf": [ + { + "$ref": "#/components/schemas/pagination" + }, + { + "type": "object", + "properties": { + "first": { + "example": "/quote-document?limit=25" + }, + "last": { + "example": "/quote-document?limit=25&page=11" + }, + "next": { + "example": "/quote-document?limit=25&page=4" + }, + "prev": { + "example": "/quote-document?limit=25&page=2" + } + } + } + ] } } } @@ -28434,7 +17486,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SeoUrl" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -28442,47 +17494,44 @@ } } }, - "400": { - "$ref": "#/components/responses/400" - }, "401": { "$ref": "#/components/responses/401" } } - } - }, - "/aggregate/seo-url-template": { + }, "post": { "tags": [ - "Seo Url Template" + "Quote Document" + ], + "summary": "Create a new Quote Document resources.", + "description": "", + "operationId": "createQuoteDocument", + "parameters": [ + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "schema": { + "type": "string", + "enum": [ + "basic", + "detail" + ] + } + } ], - "summary": "Aggregate for the Seo Url Template resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateSeoUrlTemplate", "requestBody": { - "required": true, "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/QuoteDocument" } } } }, "responses": { "200": { - "description": "List of SeoUrlTemplate", + "description": "Detail of QuoteDocument", "content": { "application/vnd.api+json": { "schema": { @@ -28494,10 +17543,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/SeoUrlTemplate" - } + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -28507,15 +17553,12 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/SeoUrlTemplate" - } + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -28531,38 +17574,27 @@ } } }, - "/aggregate/shipping-method": { + "/search/quote-document": { "post": { "tags": [ - "Shipping Method" + "Quote Document" ], - "summary": "Aggregate for the Shipping Method resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateShippingMethod", + "summary": "Search for the Quote Document resources.", + "description": "", + "operationId": "searchQuoteDocument", "requestBody": { "required": true, "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/Criteria" } } } }, "responses": { "200": { - "description": "List of ShippingMethod", + "description": "List of QuoteDocument", "content": { "application/vnd.api+json": { "schema": { @@ -28576,7 +17608,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ShippingMethod" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -28594,7 +17626,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ShippingMethod" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -28611,38 +17643,29 @@ } } }, - "/aggregate/shipping-method-price": { - "post": { + "/quote-document/{id}": { + "get": { "tags": [ - "Shipping Method Price" + "Quote Document" ], - "summary": "Aggregate for the Shipping Method Price resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateShippingMethodPrice", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } + "summary": "Detailed information about a Quote Document resource.", + "description": "", + "operationId": "getQuoteDocument", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the quote_document", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" } } - }, + ], "responses": { "200": { - "description": "List of ShippingMethodPrice", + "description": "Detail of QuoteDocument", "content": { "application/vnd.api+json": { "schema": { @@ -28654,10 +17677,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ShippingMethodPrice" - } + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -28667,62 +17687,107 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ShippingMethodPrice" - } + "$ref": "#/components/schemas/QuoteDocument" } } } } } }, - "400": { - "$ref": "#/components/responses/400" + "404": { + "$ref": "#/components/responses/404" }, "401": { "$ref": "#/components/responses/401" } } - } - }, - "/aggregate/snippet": { - "post": { + }, + "delete": { "tags": [ - "Snippet" + "Quote Document" + ], + "summary": "Delete a Quote Document resource.", + "description": "", + "operationId": "deleteQuoteDocument", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the quote_document", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "$ref": "#/components/responses/204" + }, + "404": { + "$ref": "#/components/responses/404" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + }, + "patch": { + "tags": [ + "Quote Document" + ], + "summary": "Partially update information about a Quote Document resource.", + "description": "", + "operationId": "updateQuoteDocument", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the quote_document", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" + } + } ], - "summary": "Aggregate for the Snippet resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateSnippet", "requestBody": { - "required": true, + "description": "Partially update information about a Quote Document resource.", "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/QuoteDocument" } } } }, "responses": { "200": { - "description": "List of Snippet", + "description": "Detail of QuoteDocument", "content": { "application/vnd.api+json": { "schema": { @@ -28734,10 +17799,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Snippet" - } + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -28747,15 +17809,12 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Snippet" - } + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -28765,20 +17824,23 @@ "400": { "$ref": "#/components/responses/400" }, + "404": { + "$ref": "#/components/responses/404" + }, "401": { "$ref": "#/components/responses/401" } } } }, - "/aggregate/snippet-set": { + "/aggregate/quote-document": { "post": { "tags": [ - "Snippet Set" + "Quote Document" ], - "summary": "Aggregate for the Snippet Set resources.", + "summary": "Aggregate for the Quote Document resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSnippetSet", + "operationId": "aggregateQuoteDocument", "requestBody": { "required": true, "content": { @@ -28802,7 +17864,7 @@ }, "responses": { "200": { - "description": "List of SnippetSet", + "description": "List of QuoteDocument", "content": { "application/vnd.api+json": { "schema": { @@ -28816,7 +17878,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SnippetSet" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -28834,7 +17896,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SnippetSet" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -28851,15 +17913,14 @@ } } }, - "/spatial-render-config-size": { + "/quote-employee": { "get": { "tags": [ - "Spatial Render Config Size", - "Experimental" + "Quote Employee" ], - "summary": "List with basic information of Spatial Render Config Size resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "List with basic information of Quote Employee resources.", "description": "", - "operationId": "getSpatialRenderConfigSizeList", + "operationId": "getQuoteEmployeeList", "parameters": [ { "name": "limit", @@ -28888,7 +17949,7 @@ ], "responses": { "200": { - "description": "List of Spatial Render Config Size resources.", + "description": "List of Quote Employee resources.", "content": { "application/vnd.api+json": { "schema": { @@ -28907,7 +17968,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/QuoteEmployee" } } ] @@ -28921,16 +17982,16 @@ "type": "object", "properties": { "first": { - "example": "/spatial-render-config-size?limit=25" + "example": "/quote-employee?limit=25" }, "last": { - "example": "/spatial-render-config-size?limit=25&page=11" + "example": "/quote-employee?limit=25&page=11" }, "next": { - "example": "/spatial-render-config-size?limit=25&page=4" + "example": "/quote-employee?limit=25&page=4" }, "prev": { - "example": "/spatial-render-config-size?limit=25&page=2" + "example": "/quote-employee?limit=25&page=2" } } } @@ -28951,7 +18012,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -28966,12 +18027,11 @@ }, "post": { "tags": [ - "Spatial Render Config Size", - "Experimental" + "Quote Employee" ], - "summary": "Create a new Spatial Render Config Size resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Create a new Quote Employee resources.", "description": "", - "operationId": "createSpatialRenderConfigSize", + "operationId": "createQuoteEmployee", "parameters": [ { "name": "_response", @@ -28990,14 +18050,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/QuoteEmployee" } } } }, "responses": { "200": { - "description": "Detail of SpatialRenderConfigSize", + "description": "Detail of QuoteEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -29009,7 +18069,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -29024,7 +18084,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -29040,15 +18100,14 @@ } } }, - "/search/spatial-render-config-size": { + "/search/quote-employee": { "post": { "tags": [ - "Spatial Render Config Size", - "Experimental" + "Quote Employee" ], - "summary": "Search for the Spatial Render Config Size resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Search for the Quote Employee resources.", "description": "", - "operationId": "searchSpatialRenderConfigSize", + "operationId": "searchQuoteEmployee", "requestBody": { "required": true, "content": { @@ -29061,7 +18120,7 @@ }, "responses": { "200": { - "description": "List of SpatialRenderConfigSize", + "description": "List of QuoteEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -29075,7 +18134,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -29093,7 +18152,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -29110,20 +18169,19 @@ } } }, - "/spatial-render-config-size/{id}": { + "/quote-employee/{id}": { "get": { "tags": [ - "Spatial Render Config Size", - "Experimental" + "Quote Employee" ], - "summary": "Detailed information about a Spatial Render Config Size resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Detailed information about a Quote Employee resource.", "description": "", - "operationId": "getSpatialRenderConfigSize", + "operationId": "getQuoteEmployee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_render_config_size", + "description": "Identifier for the quote_employee", "required": true, "schema": { "type": "string", @@ -29133,7 +18191,7 @@ ], "responses": { "200": { - "description": "Detail of SpatialRenderConfigSize", + "description": "Detail of QuoteEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -29145,7 +18203,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -29160,7 +18218,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -29177,17 +18235,16 @@ }, "delete": { "tags": [ - "Spatial Render Config Size", - "Experimental" + "Quote Employee" ], - "summary": "Delete a Spatial Render Config Size resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Delete a Quote Employee resource.", "description": "", - "operationId": "deleteSpatialRenderConfigSize", + "operationId": "deleteQuoteEmployee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_render_config_size", + "description": "Identifier for the quote_employee", "required": true, "schema": { "type": "string", @@ -29218,17 +18275,16 @@ }, "patch": { "tags": [ - "Spatial Render Config Size", - "Experimental" + "Quote Employee" ], - "summary": "Partially update information about a Spatial Render Config Size resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Partially update information about a Quote Employee resource.", "description": "", - "operationId": "updateSpatialRenderConfigSize", + "operationId": "updateQuoteEmployee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_render_config_size", + "description": "Identifier for the quote_employee", "required": true, "schema": { "type": "string", @@ -29246,18 +18302,18 @@ } ], "requestBody": { - "description": "Partially update information about a Spatial Render Config Size resource.", + "description": "Partially update information about a Quote Employee resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/QuoteEmployee" } } } }, "responses": { "200": { - "description": "Detail of SpatialRenderConfigSize", + "description": "Detail of QuoteEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -29269,7 +18325,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -29284,7 +18340,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -29303,15 +18359,14 @@ } } }, - "/aggregate/spatial-render-config-size": { + "/aggregate/quote-employee": { "post": { "tags": [ - "Spatial Render Config Size", - "Experimental" + "Quote Employee" ], - "summary": "Aggregate for the Spatial Render Config Size resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Aggregate for the Quote Employee resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSpatialRenderConfigSize", + "operationId": "aggregateQuoteEmployee", "requestBody": { "required": true, "content": { @@ -29335,7 +18390,7 @@ }, "responses": { "200": { - "description": "List of SpatialRenderConfigSize", + "description": "List of QuoteEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -29349,7 +18404,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -29367,7 +18422,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -29384,15 +18439,14 @@ } } }, - "/spatial-scene": { + "/quote-line-item": { "get": { "tags": [ - "Spatial Scene", - "Experimental" + "Quote Line Item" ], - "summary": "List with basic information of Spatial Scene resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "", - "operationId": "getSpatialSceneList", + "summary": "List with basic information of Quote Line Item resources.", + "description": "Available since: 6.5.3.0", + "operationId": "getQuoteLineItemList", "parameters": [ { "name": "limit", @@ -29421,7 +18475,7 @@ ], "responses": { "200": { - "description": "List of Spatial Scene resources.", + "description": "List of Quote Line Item resources.", "content": { "application/vnd.api+json": { "schema": { @@ -29440,7 +18494,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/QuoteLineItem" } } ] @@ -29454,16 +18508,16 @@ "type": "object", "properties": { "first": { - "example": "/spatial-scene?limit=25" + "example": "/quote-line-item?limit=25" }, "last": { - "example": "/spatial-scene?limit=25&page=11" + "example": "/quote-line-item?limit=25&page=11" }, "next": { - "example": "/spatial-scene?limit=25&page=4" + "example": "/quote-line-item?limit=25&page=4" }, "prev": { - "example": "/spatial-scene?limit=25&page=2" + "example": "/quote-line-item?limit=25&page=2" } } } @@ -29484,7 +18538,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -29499,12 +18553,11 @@ }, "post": { "tags": [ - "Spatial Scene", - "Experimental" + "Quote Line Item" ], - "summary": "Create a new Spatial Scene resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "", - "operationId": "createSpatialScene", + "summary": "Create a new Quote Line Item resources.", + "description": "Available since: 6.5.3.0", + "operationId": "createQuoteLineItem", "parameters": [ { "name": "_response", @@ -29523,14 +18576,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/QuoteLineItem" } } } }, "responses": { "200": { - "description": "Detail of SpatialScene", + "description": "Detail of QuoteLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -29542,7 +18595,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -29557,7 +18610,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -29573,15 +18626,14 @@ } } }, - "/search/spatial-scene": { + "/search/quote-line-item": { "post": { "tags": [ - "Spatial Scene", - "Experimental" + "Quote Line Item" ], - "summary": "Search for the Spatial Scene resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "", - "operationId": "searchSpatialScene", + "summary": "Search for the Quote Line Item resources.", + "description": "Available since: 6.5.3.0", + "operationId": "searchQuoteLineItem", "requestBody": { "required": true, "content": { @@ -29594,7 +18646,7 @@ }, "responses": { "200": { - "description": "List of SpatialScene", + "description": "List of QuoteLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -29608,7 +18660,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -29626,7 +18678,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -29643,20 +18695,19 @@ } } }, - "/spatial-scene/{id}": { + "/quote-line-item/{id}": { "get": { "tags": [ - "Spatial Scene", - "Experimental" + "Quote Line Item" ], - "summary": "Detailed information about a Spatial Scene resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "", - "operationId": "getSpatialScene", + "summary": "Detailed information about a Quote Line Item resource.", + "description": "Available since: 6.5.3.0", + "operationId": "getQuoteLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene", + "description": "Identifier for the quote_line_item", "required": true, "schema": { "type": "string", @@ -29666,7 +18717,7 @@ ], "responses": { "200": { - "description": "Detail of SpatialScene", + "description": "Detail of QuoteLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -29678,7 +18729,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -29693,7 +18744,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -29710,17 +18761,16 @@ }, "delete": { "tags": [ - "Spatial Scene", - "Experimental" + "Quote Line Item" ], - "summary": "Delete a Spatial Scene resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "", - "operationId": "deleteSpatialScene", + "summary": "Delete a Quote Line Item resource.", + "description": "Available since: 6.5.3.0", + "operationId": "deleteQuoteLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene", + "description": "Identifier for the quote_line_item", "required": true, "schema": { "type": "string", @@ -29751,17 +18801,16 @@ }, "patch": { "tags": [ - "Spatial Scene", - "Experimental" + "Quote Line Item" ], - "summary": "Partially update information about a Spatial Scene resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "", - "operationId": "updateSpatialScene", + "summary": "Partially update information about a Quote Line Item resource.", + "description": "Available since: 6.5.3.0", + "operationId": "updateQuoteLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene", + "description": "Identifier for the quote_line_item", "required": true, "schema": { "type": "string", @@ -29779,18 +18828,18 @@ } ], "requestBody": { - "description": "Partially update information about a Spatial Scene resource.", + "description": "Partially update information about a Quote Line Item resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/QuoteLineItem" } } } }, "responses": { "200": { - "description": "Detail of SpatialScene", + "description": "Detail of QuoteLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -29802,7 +18851,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -29817,7 +18866,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -29836,15 +18885,14 @@ } } }, - "/aggregate/spatial-scene": { + "/aggregate/quote-line-item": { "post": { "tags": [ - "Spatial Scene", - "Experimental" + "Quote Line Item" ], - "summary": "Aggregate for the Spatial Scene resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Aggregate for the Quote Line Item resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSpatialScene", + "operationId": "aggregateQuoteLineItem", "requestBody": { "required": true, "content": { @@ -29868,7 +18916,7 @@ }, "responses": { "200": { - "description": "List of SpatialScene", + "description": "List of QuoteLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -29882,7 +18930,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -29900,7 +18948,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -29917,15 +18965,14 @@ } } }, - "/spatial-scene-camera": { + "/quote-transaction": { "get": { "tags": [ - "Spatial Scene Camera", - "Experimental" + "Quote Transaction" ], - "summary": "List with basic information of Spatial Scene Camera resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "", - "operationId": "getSpatialSceneCameraList", + "summary": "List with basic information of Quote Transaction resources.", + "description": "Available since: 6.5.3.0", + "operationId": "getQuoteTransactionList", "parameters": [ { "name": "limit", @@ -29954,7 +19001,7 @@ ], "responses": { "200": { - "description": "List of Spatial Scene Camera resources.", + "description": "List of Quote Transaction resources.", "content": { "application/vnd.api+json": { "schema": { @@ -29973,7 +19020,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/QuoteTransaction" } } ] @@ -29987,16 +19034,16 @@ "type": "object", "properties": { "first": { - "example": "/spatial-scene-camera?limit=25" + "example": "/quote-transaction?limit=25" }, "last": { - "example": "/spatial-scene-camera?limit=25&page=11" + "example": "/quote-transaction?limit=25&page=11" }, "next": { - "example": "/spatial-scene-camera?limit=25&page=4" + "example": "/quote-transaction?limit=25&page=4" }, "prev": { - "example": "/spatial-scene-camera?limit=25&page=2" + "example": "/quote-transaction?limit=25&page=2" } } } @@ -30017,7 +19064,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -30032,12 +19079,11 @@ }, "post": { "tags": [ - "Spatial Scene Camera", - "Experimental" + "Quote Transaction" ], - "summary": "Create a new Spatial Scene Camera resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "", - "operationId": "createSpatialSceneCamera", + "summary": "Create a new Quote Transaction resources.", + "description": "Available since: 6.5.3.0", + "operationId": "createQuoteTransaction", "parameters": [ { "name": "_response", @@ -30056,14 +19102,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/QuoteTransaction" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneCamera", + "description": "Detail of QuoteTransaction", "content": { "application/vnd.api+json": { "schema": { @@ -30075,7 +19121,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -30090,7 +19136,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -30106,15 +19152,14 @@ } } }, - "/search/spatial-scene-camera": { + "/search/quote-transaction": { "post": { "tags": [ - "Spatial Scene Camera", - "Experimental" + "Quote Transaction" ], - "summary": "Search for the Spatial Scene Camera resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "", - "operationId": "searchSpatialSceneCamera", + "summary": "Search for the Quote Transaction resources.", + "description": "Available since: 6.5.3.0", + "operationId": "searchQuoteTransaction", "requestBody": { "required": true, "content": { @@ -30127,7 +19172,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneCamera", + "description": "List of QuoteTransaction", "content": { "application/vnd.api+json": { "schema": { @@ -30141,7 +19186,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -30159,7 +19204,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -30176,20 +19221,19 @@ } } }, - "/spatial-scene-camera/{id}": { + "/quote-transaction/{id}": { "get": { "tags": [ - "Spatial Scene Camera", - "Experimental" + "Quote Transaction" ], - "summary": "Detailed information about a Spatial Scene Camera resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "", - "operationId": "getSpatialSceneCamera", + "summary": "Detailed information about a Quote Transaction resource.", + "description": "Available since: 6.5.3.0", + "operationId": "getQuoteTransaction", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_camera", + "description": "Identifier for the quote_transaction", "required": true, "schema": { "type": "string", @@ -30199,7 +19243,7 @@ ], "responses": { "200": { - "description": "Detail of SpatialSceneCamera", + "description": "Detail of QuoteTransaction", "content": { "application/vnd.api+json": { "schema": { @@ -30211,7 +19255,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -30226,7 +19270,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -30243,17 +19287,16 @@ }, "delete": { "tags": [ - "Spatial Scene Camera", - "Experimental" + "Quote Transaction" ], - "summary": "Delete a Spatial Scene Camera resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "", - "operationId": "deleteSpatialSceneCamera", + "summary": "Delete a Quote Transaction resource.", + "description": "Available since: 6.5.3.0", + "operationId": "deleteQuoteTransaction", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_camera", + "description": "Identifier for the quote_transaction", "required": true, "schema": { "type": "string", @@ -30284,17 +19327,16 @@ }, "patch": { "tags": [ - "Spatial Scene Camera", - "Experimental" + "Quote Transaction" ], - "summary": "Partially update information about a Spatial Scene Camera resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "", - "operationId": "updateSpatialSceneCamera", + "summary": "Partially update information about a Quote Transaction resource.", + "description": "Available since: 6.5.3.0", + "operationId": "updateQuoteTransaction", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_camera", + "description": "Identifier for the quote_transaction", "required": true, "schema": { "type": "string", @@ -30312,18 +19354,18 @@ } ], "requestBody": { - "description": "Partially update information about a Spatial Scene Camera resource.", + "description": "Partially update information about a Quote Transaction resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/QuoteTransaction" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneCamera", + "description": "Detail of QuoteTransaction", "content": { "application/vnd.api+json": { "schema": { @@ -30335,7 +19377,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -30350,7 +19392,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -30369,15 +19411,14 @@ } } }, - "/aggregate/spatial-scene-camera": { + "/aggregate/quote-transaction": { "post": { "tags": [ - "Spatial Scene Camera", - "Experimental" + "Quote Transaction" ], - "summary": "Aggregate for the Spatial Scene Camera resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Aggregate for the Quote Transaction resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSpatialSceneCamera", + "operationId": "aggregateQuoteTransaction", "requestBody": { "required": true, "content": { @@ -30401,7 +19442,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneCamera", + "description": "List of QuoteTransaction", "content": { "application/vnd.api+json": { "schema": { @@ -30415,7 +19456,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -30433,7 +19474,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -30450,15 +19491,15 @@ } } }, - "/spatial-scene-group": { + "/spatial-render-config-size": { "get": { "tags": [ - "Spatial Scene Group", + "Spatial Render Config Size", "Experimental" ], - "summary": "List with basic information of Spatial Scene Group resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "List with basic information of Spatial Render Config Size resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneGroupList", + "operationId": "getSpatialRenderConfigSizeList", "parameters": [ { "name": "limit", @@ -30487,7 +19528,7 @@ ], "responses": { "200": { - "description": "List of Spatial Scene Group resources.", + "description": "List of Spatial Render Config Size resources.", "content": { "application/vnd.api+json": { "schema": { @@ -30506,7 +19547,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } ] @@ -30520,16 +19561,16 @@ "type": "object", "properties": { "first": { - "example": "/spatial-scene-group?limit=25" + "example": "/spatial-render-config-size?limit=25" }, "last": { - "example": "/spatial-scene-group?limit=25&page=11" + "example": "/spatial-render-config-size?limit=25&page=11" }, "next": { - "example": "/spatial-scene-group?limit=25&page=4" + "example": "/spatial-render-config-size?limit=25&page=4" }, "prev": { - "example": "/spatial-scene-group?limit=25&page=2" + "example": "/spatial-render-config-size?limit=25&page=2" } } } @@ -30550,7 +19591,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -30565,12 +19606,12 @@ }, "post": { "tags": [ - "Spatial Scene Group", + "Spatial Render Config Size", "Experimental" ], - "summary": "Create a new Spatial Scene Group resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Create a new Spatial Render Config Size resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "createSpatialSceneGroup", + "operationId": "createSpatialRenderConfigSize", "parameters": [ { "name": "_response", @@ -30589,14 +19630,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneGroup", + "description": "Detail of SpatialRenderConfigSize", "content": { "application/vnd.api+json": { "schema": { @@ -30608,7 +19649,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -30623,7 +19664,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -30639,15 +19680,15 @@ } } }, - "/search/spatial-scene-group": { + "/search/spatial-render-config-size": { "post": { "tags": [ - "Spatial Scene Group", + "Spatial Render Config Size", "Experimental" ], - "summary": "Search for the Spatial Scene Group resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Search for the Spatial Render Config Size resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "searchSpatialSceneGroup", + "operationId": "searchSpatialRenderConfigSize", "requestBody": { "required": true, "content": { @@ -30660,7 +19701,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneGroup", + "description": "List of SpatialRenderConfigSize", "content": { "application/vnd.api+json": { "schema": { @@ -30674,7 +19715,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -30692,7 +19733,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -30709,20 +19750,20 @@ } } }, - "/spatial-scene-group/{id}": { + "/spatial-render-config-size/{id}": { "get": { "tags": [ - "Spatial Scene Group", + "Spatial Render Config Size", "Experimental" ], - "summary": "Detailed information about a Spatial Scene Group resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Detailed information about a Spatial Render Config Size resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneGroup", + "operationId": "getSpatialRenderConfigSize", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_group", + "description": "Identifier for the spatial_render_config_size", "required": true, "schema": { "type": "string", @@ -30732,7 +19773,7 @@ ], "responses": { "200": { - "description": "Detail of SpatialSceneGroup", + "description": "Detail of SpatialRenderConfigSize", "content": { "application/vnd.api+json": { "schema": { @@ -30744,7 +19785,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -30759,7 +19800,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -30776,17 +19817,17 @@ }, "delete": { "tags": [ - "Spatial Scene Group", + "Spatial Render Config Size", "Experimental" ], - "summary": "Delete a Spatial Scene Group resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Delete a Spatial Render Config Size resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "deleteSpatialSceneGroup", + "operationId": "deleteSpatialRenderConfigSize", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_group", + "description": "Identifier for the spatial_render_config_size", "required": true, "schema": { "type": "string", @@ -30817,17 +19858,17 @@ }, "patch": { "tags": [ - "Spatial Scene Group", + "Spatial Render Config Size", "Experimental" ], - "summary": "Partially update information about a Spatial Scene Group resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Partially update information about a Spatial Render Config Size resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "updateSpatialSceneGroup", + "operationId": "updateSpatialRenderConfigSize", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_group", + "description": "Identifier for the spatial_render_config_size", "required": true, "schema": { "type": "string", @@ -30845,18 +19886,18 @@ } ], "requestBody": { - "description": "Partially update information about a Spatial Scene Group resource.", + "description": "Partially update information about a Spatial Render Config Size resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneGroup", + "description": "Detail of SpatialRenderConfigSize", "content": { "application/vnd.api+json": { "schema": { @@ -30868,7 +19909,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -30883,7 +19924,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -30902,15 +19943,15 @@ } } }, - "/aggregate/spatial-scene-group": { + "/aggregate/spatial-render-config-size": { "post": { "tags": [ - "Spatial Scene Group", + "Spatial Render Config Size", "Experimental" ], - "summary": "Aggregate for the Spatial Scene Group resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Aggregate for the Spatial Render Config Size resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSpatialSceneGroup", + "operationId": "aggregateSpatialRenderConfigSize", "requestBody": { "required": true, "content": { @@ -30934,7 +19975,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneGroup", + "description": "List of SpatialRenderConfigSize", "content": { "application/vnd.api+json": { "schema": { @@ -30948,7 +19989,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -30966,7 +20007,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -30983,15 +20024,15 @@ } } }, - "/spatial-scene-light": { + "/spatial-scene": { "get": { "tags": [ - "Spatial Scene Light", + "Spatial Scene", "Experimental" ], - "summary": "List with basic information of Spatial Scene Light resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "List with basic information of Spatial Scene resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneLightList", + "operationId": "getSpatialSceneList", "parameters": [ { "name": "limit", @@ -31020,7 +20061,7 @@ ], "responses": { "200": { - "description": "List of Spatial Scene Light resources.", + "description": "List of Spatial Scene resources.", "content": { "application/vnd.api+json": { "schema": { @@ -31039,7 +20080,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialScene" } } ] @@ -31053,16 +20094,16 @@ "type": "object", "properties": { "first": { - "example": "/spatial-scene-light?limit=25" + "example": "/spatial-scene?limit=25" }, "last": { - "example": "/spatial-scene-light?limit=25&page=11" + "example": "/spatial-scene?limit=25&page=11" }, "next": { - "example": "/spatial-scene-light?limit=25&page=4" + "example": "/spatial-scene?limit=25&page=4" }, "prev": { - "example": "/spatial-scene-light?limit=25&page=2" + "example": "/spatial-scene?limit=25&page=2" } } } @@ -31083,7 +20124,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -31098,12 +20139,12 @@ }, "post": { "tags": [ - "Spatial Scene Light", + "Spatial Scene", "Experimental" ], - "summary": "Create a new Spatial Scene Light resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Create a new Spatial Scene resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "createSpatialSceneLight", + "operationId": "createSpatialScene", "parameters": [ { "name": "_response", @@ -31122,14 +20163,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialScene" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneLight", + "description": "Detail of SpatialScene", "content": { "application/vnd.api+json": { "schema": { @@ -31141,7 +20182,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -31156,7 +20197,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -31172,15 +20213,15 @@ } } }, - "/search/spatial-scene-light": { + "/search/spatial-scene": { "post": { "tags": [ - "Spatial Scene Light", + "Spatial Scene", "Experimental" ], - "summary": "Search for the Spatial Scene Light resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Search for the Spatial Scene resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "searchSpatialSceneLight", + "operationId": "searchSpatialScene", "requestBody": { "required": true, "content": { @@ -31193,7 +20234,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneLight", + "description": "List of SpatialScene", "content": { "application/vnd.api+json": { "schema": { @@ -31207,7 +20248,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -31225,7 +20266,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -31242,20 +20283,20 @@ } } }, - "/spatial-scene-light/{id}": { + "/spatial-scene/{id}": { "get": { "tags": [ - "Spatial Scene Light", + "Spatial Scene", "Experimental" ], - "summary": "Detailed information about a Spatial Scene Light resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Detailed information about a Spatial Scene resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneLight", + "operationId": "getSpatialScene", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_light", + "description": "Identifier for the spatial_scene", "required": true, "schema": { "type": "string", @@ -31265,7 +20306,7 @@ ], "responses": { "200": { - "description": "Detail of SpatialSceneLight", + "description": "Detail of SpatialScene", "content": { "application/vnd.api+json": { "schema": { @@ -31277,7 +20318,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -31292,7 +20333,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -31309,17 +20350,17 @@ }, "delete": { "tags": [ - "Spatial Scene Light", + "Spatial Scene", "Experimental" ], - "summary": "Delete a Spatial Scene Light resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Delete a Spatial Scene resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "deleteSpatialSceneLight", + "operationId": "deleteSpatialScene", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_light", + "description": "Identifier for the spatial_scene", "required": true, "schema": { "type": "string", @@ -31350,17 +20391,17 @@ }, "patch": { "tags": [ - "Spatial Scene Light", + "Spatial Scene", "Experimental" ], - "summary": "Partially update information about a Spatial Scene Light resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Partially update information about a Spatial Scene resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "updateSpatialSceneLight", + "operationId": "updateSpatialScene", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_light", + "description": "Identifier for the spatial_scene", "required": true, "schema": { "type": "string", @@ -31378,18 +20419,18 @@ } ], "requestBody": { - "description": "Partially update information about a Spatial Scene Light resource.", + "description": "Partially update information about a Spatial Scene resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialScene" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneLight", + "description": "Detail of SpatialScene", "content": { "application/vnd.api+json": { "schema": { @@ -31401,7 +20442,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -31416,7 +20457,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -31435,15 +20476,15 @@ } } }, - "/aggregate/spatial-scene-light": { + "/aggregate/spatial-scene": { "post": { "tags": [ - "Spatial Scene Light", + "Spatial Scene", "Experimental" ], - "summary": "Aggregate for the Spatial Scene Light resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Aggregate for the Spatial Scene resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSpatialSceneLight", + "operationId": "aggregateSpatialScene", "requestBody": { "required": true, "content": { @@ -31467,7 +20508,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneLight", + "description": "List of SpatialScene", "content": { "application/vnd.api+json": { "schema": { @@ -31481,7 +20522,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -31499,7 +20540,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -31516,15 +20557,15 @@ } } }, - "/spatial-scene-material": { + "/spatial-scene-camera": { "get": { "tags": [ - "Spatial Scene Material", + "Spatial Scene Camera", "Experimental" ], - "summary": "List with basic information of Spatial Scene Material resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "List with basic information of Spatial Scene Camera resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneMaterialList", + "operationId": "getSpatialSceneCameraList", "parameters": [ { "name": "limit", @@ -31553,7 +20594,7 @@ ], "responses": { "200": { - "description": "List of Spatial Scene Material resources.", + "description": "List of Spatial Scene Camera resources.", "content": { "application/vnd.api+json": { "schema": { @@ -31572,7 +20613,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneCamera" } } ] @@ -31586,16 +20627,16 @@ "type": "object", "properties": { "first": { - "example": "/spatial-scene-material?limit=25" + "example": "/spatial-scene-camera?limit=25" }, "last": { - "example": "/spatial-scene-material?limit=25&page=11" + "example": "/spatial-scene-camera?limit=25&page=11" }, "next": { - "example": "/spatial-scene-material?limit=25&page=4" + "example": "/spatial-scene-camera?limit=25&page=4" }, "prev": { - "example": "/spatial-scene-material?limit=25&page=2" + "example": "/spatial-scene-camera?limit=25&page=2" } } } @@ -31616,7 +20657,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -31631,12 +20672,12 @@ }, "post": { "tags": [ - "Spatial Scene Material", + "Spatial Scene Camera", "Experimental" ], - "summary": "Create a new Spatial Scene Material resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Create a new Spatial Scene Camera resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "createSpatialSceneMaterial", + "operationId": "createSpatialSceneCamera", "parameters": [ { "name": "_response", @@ -31655,14 +20696,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneMaterial", + "description": "Detail of SpatialSceneCamera", "content": { "application/vnd.api+json": { "schema": { @@ -31674,7 +20715,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -31689,7 +20730,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -31705,15 +20746,15 @@ } } }, - "/search/spatial-scene-material": { + "/search/spatial-scene-camera": { "post": { "tags": [ - "Spatial Scene Material", + "Spatial Scene Camera", "Experimental" ], - "summary": "Search for the Spatial Scene Material resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Search for the Spatial Scene Camera resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "searchSpatialSceneMaterial", + "operationId": "searchSpatialSceneCamera", "requestBody": { "required": true, "content": { @@ -31726,7 +20767,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneMaterial", + "description": "List of SpatialSceneCamera", "content": { "application/vnd.api+json": { "schema": { @@ -31740,7 +20781,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -31758,7 +20799,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -31775,20 +20816,20 @@ } } }, - "/spatial-scene-material/{id}": { + "/spatial-scene-camera/{id}": { "get": { "tags": [ - "Spatial Scene Material", + "Spatial Scene Camera", "Experimental" ], - "summary": "Detailed information about a Spatial Scene Material resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Detailed information about a Spatial Scene Camera resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneMaterial", + "operationId": "getSpatialSceneCamera", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_material", + "description": "Identifier for the spatial_scene_camera", "required": true, "schema": { "type": "string", @@ -31798,7 +20839,7 @@ ], "responses": { "200": { - "description": "Detail of SpatialSceneMaterial", + "description": "Detail of SpatialSceneCamera", "content": { "application/vnd.api+json": { "schema": { @@ -31810,7 +20851,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -31825,7 +20866,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -31842,17 +20883,17 @@ }, "delete": { "tags": [ - "Spatial Scene Material", + "Spatial Scene Camera", "Experimental" ], - "summary": "Delete a Spatial Scene Material resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Delete a Spatial Scene Camera resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "deleteSpatialSceneMaterial", + "operationId": "deleteSpatialSceneCamera", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_material", + "description": "Identifier for the spatial_scene_camera", "required": true, "schema": { "type": "string", @@ -31883,17 +20924,17 @@ }, "patch": { "tags": [ - "Spatial Scene Material", + "Spatial Scene Camera", "Experimental" ], - "summary": "Partially update information about a Spatial Scene Material resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Partially update information about a Spatial Scene Camera resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "updateSpatialSceneMaterial", + "operationId": "updateSpatialSceneCamera", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_material", + "description": "Identifier for the spatial_scene_camera", "required": true, "schema": { "type": "string", @@ -31911,18 +20952,18 @@ } ], "requestBody": { - "description": "Partially update information about a Spatial Scene Material resource.", + "description": "Partially update information about a Spatial Scene Camera resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneMaterial", + "description": "Detail of SpatialSceneCamera", "content": { "application/vnd.api+json": { "schema": { @@ -31934,7 +20975,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -31949,7 +20990,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -31968,15 +21009,15 @@ } } }, - "/aggregate/spatial-scene-material": { + "/aggregate/spatial-scene-camera": { "post": { "tags": [ - "Spatial Scene Material", + "Spatial Scene Camera", "Experimental" ], - "summary": "Aggregate for the Spatial Scene Material resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Aggregate for the Spatial Scene Camera resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSpatialSceneMaterial", + "operationId": "aggregateSpatialSceneCamera", "requestBody": { "required": true, "content": { @@ -32000,7 +21041,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneMaterial", + "description": "List of SpatialSceneCamera", "content": { "application/vnd.api+json": { "schema": { @@ -32014,7 +21055,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -32032,7 +21073,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -32049,15 +21090,15 @@ } } }, - "/spatial-scene-object": { + "/spatial-scene-group": { "get": { "tags": [ - "Spatial Scene Object", + "Spatial Scene Group", "Experimental" ], - "summary": "List with basic information of Spatial Scene Object resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "List with basic information of Spatial Scene Group resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneObjectList", + "operationId": "getSpatialSceneGroupList", "parameters": [ { "name": "limit", @@ -32086,7 +21127,7 @@ ], "responses": { "200": { - "description": "List of Spatial Scene Object resources.", + "description": "List of Spatial Scene Group resources.", "content": { "application/vnd.api+json": { "schema": { @@ -32105,7 +21146,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialSceneGroup" } } ] @@ -32119,16 +21160,16 @@ "type": "object", "properties": { "first": { - "example": "/spatial-scene-object?limit=25" + "example": "/spatial-scene-group?limit=25" }, "last": { - "example": "/spatial-scene-object?limit=25&page=11" + "example": "/spatial-scene-group?limit=25&page=11" }, "next": { - "example": "/spatial-scene-object?limit=25&page=4" + "example": "/spatial-scene-group?limit=25&page=4" }, "prev": { - "example": "/spatial-scene-object?limit=25&page=2" + "example": "/spatial-scene-group?limit=25&page=2" } } } @@ -32149,7 +21190,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -32164,12 +21205,12 @@ }, "post": { "tags": [ - "Spatial Scene Object", + "Spatial Scene Group", "Experimental" ], - "summary": "Create a new Spatial Scene Object resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Create a new Spatial Scene Group resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "createSpatialSceneObject", + "operationId": "createSpatialSceneGroup", "parameters": [ { "name": "_response", @@ -32188,14 +21229,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneObject", + "description": "Detail of SpatialSceneGroup", "content": { "application/vnd.api+json": { "schema": { @@ -32207,7 +21248,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -32222,7 +21263,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -32238,15 +21279,15 @@ } } }, - "/search/spatial-scene-object": { + "/search/spatial-scene-group": { "post": { "tags": [ - "Spatial Scene Object", + "Spatial Scene Group", "Experimental" ], - "summary": "Search for the Spatial Scene Object resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Search for the Spatial Scene Group resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "searchSpatialSceneObject", + "operationId": "searchSpatialSceneGroup", "requestBody": { "required": true, "content": { @@ -32259,7 +21300,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneObject", + "description": "List of SpatialSceneGroup", "content": { "application/vnd.api+json": { "schema": { @@ -32273,7 +21314,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -32291,7 +21332,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -32308,20 +21349,20 @@ } } }, - "/spatial-scene-object/{id}": { + "/spatial-scene-group/{id}": { "get": { "tags": [ - "Spatial Scene Object", + "Spatial Scene Group", "Experimental" ], - "summary": "Detailed information about a Spatial Scene Object resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Detailed information about a Spatial Scene Group resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneObject", + "operationId": "getSpatialSceneGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_object", + "description": "Identifier for the spatial_scene_group", "required": true, "schema": { "type": "string", @@ -32331,7 +21372,7 @@ ], "responses": { "200": { - "description": "Detail of SpatialSceneObject", + "description": "Detail of SpatialSceneGroup", "content": { "application/vnd.api+json": { "schema": { @@ -32343,7 +21384,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -32358,7 +21399,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -32375,17 +21416,17 @@ }, "delete": { "tags": [ - "Spatial Scene Object", + "Spatial Scene Group", "Experimental" ], - "summary": "Delete a Spatial Scene Object resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Delete a Spatial Scene Group resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "deleteSpatialSceneObject", + "operationId": "deleteSpatialSceneGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_object", + "description": "Identifier for the spatial_scene_group", "required": true, "schema": { "type": "string", @@ -32416,17 +21457,17 @@ }, "patch": { "tags": [ - "Spatial Scene Object", + "Spatial Scene Group", "Experimental" ], - "summary": "Partially update information about a Spatial Scene Object resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Partially update information about a Spatial Scene Group resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "updateSpatialSceneObject", + "operationId": "updateSpatialSceneGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_object", + "description": "Identifier for the spatial_scene_group", "required": true, "schema": { "type": "string", @@ -32444,18 +21485,18 @@ } ], "requestBody": { - "description": "Partially update information about a Spatial Scene Object resource.", + "description": "Partially update information about a Spatial Scene Group resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneObject", + "description": "Detail of SpatialSceneGroup", "content": { "application/vnd.api+json": { "schema": { @@ -32467,7 +21508,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -32482,7 +21523,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -32501,15 +21542,15 @@ } } }, - "/aggregate/spatial-scene-object": { + "/aggregate/spatial-scene-group": { "post": { "tags": [ - "Spatial Scene Object", + "Spatial Scene Group", "Experimental" ], - "summary": "Aggregate for the Spatial Scene Object resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Aggregate for the Spatial Scene Group resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSpatialSceneObject", + "operationId": "aggregateSpatialSceneGroup", "requestBody": { "required": true, "content": { @@ -32533,7 +21574,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneObject", + "description": "List of SpatialSceneGroup", "content": { "application/vnd.api+json": { "schema": { @@ -32547,7 +21588,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -32565,7 +21606,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -32582,15 +21623,15 @@ } } }, - "/spatial-scene-primitive": { + "/spatial-scene-light": { "get": { "tags": [ - "Spatial Scene Primitive", + "Spatial Scene Light", "Experimental" ], - "summary": "List with basic information of Spatial Scene Primitive resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "List with basic information of Spatial Scene Light resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialScenePrimitiveList", + "operationId": "getSpatialSceneLightList", "parameters": [ { "name": "limit", @@ -32619,7 +21660,7 @@ ], "responses": { "200": { - "description": "List of Spatial Scene Primitive resources.", + "description": "List of Spatial Scene Light resources.", "content": { "application/vnd.api+json": { "schema": { @@ -32638,7 +21679,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SpatialSceneLight" } } ] @@ -32652,16 +21693,16 @@ "type": "object", "properties": { "first": { - "example": "/spatial-scene-primitive?limit=25" + "example": "/spatial-scene-light?limit=25" }, "last": { - "example": "/spatial-scene-primitive?limit=25&page=11" + "example": "/spatial-scene-light?limit=25&page=11" }, "next": { - "example": "/spatial-scene-primitive?limit=25&page=4" + "example": "/spatial-scene-light?limit=25&page=4" }, "prev": { - "example": "/spatial-scene-primitive?limit=25&page=2" + "example": "/spatial-scene-light?limit=25&page=2" } } } @@ -32682,7 +21723,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -32697,12 +21738,12 @@ }, "post": { "tags": [ - "Spatial Scene Primitive", + "Spatial Scene Light", "Experimental" ], - "summary": "Create a new Spatial Scene Primitive resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Create a new Spatial Scene Light resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "createSpatialScenePrimitive", + "operationId": "createSpatialSceneLight", "parameters": [ { "name": "_response", @@ -32721,14 +21762,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SpatialSceneLight" } } } }, "responses": { "200": { - "description": "Detail of SpatialScenePrimitive", + "description": "Detail of SpatialSceneLight", "content": { "application/vnd.api+json": { "schema": { @@ -32740,7 +21781,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -32755,7 +21796,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -32771,15 +21812,15 @@ } } }, - "/search/spatial-scene-primitive": { + "/search/spatial-scene-light": { "post": { "tags": [ - "Spatial Scene Primitive", + "Spatial Scene Light", "Experimental" ], - "summary": "Search for the Spatial Scene Primitive resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Search for the Spatial Scene Light resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "searchSpatialScenePrimitive", + "operationId": "searchSpatialSceneLight", "requestBody": { "required": true, "content": { @@ -32792,7 +21833,7 @@ }, "responses": { "200": { - "description": "List of SpatialScenePrimitive", + "description": "List of SpatialSceneLight", "content": { "application/vnd.api+json": { "schema": { @@ -32806,7 +21847,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -32824,7 +21865,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -32841,20 +21882,20 @@ } } }, - "/spatial-scene-primitive/{id}": { + "/spatial-scene-light/{id}": { "get": { "tags": [ - "Spatial Scene Primitive", + "Spatial Scene Light", "Experimental" ], - "summary": "Detailed information about a Spatial Scene Primitive resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Detailed information about a Spatial Scene Light resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialScenePrimitive", + "operationId": "getSpatialSceneLight", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_primitive", + "description": "Identifier for the spatial_scene_light", "required": true, "schema": { "type": "string", @@ -32864,7 +21905,7 @@ ], "responses": { "200": { - "description": "Detail of SpatialScenePrimitive", + "description": "Detail of SpatialSceneLight", "content": { "application/vnd.api+json": { "schema": { @@ -32876,7 +21917,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -32891,7 +21932,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -32908,17 +21949,17 @@ }, "delete": { "tags": [ - "Spatial Scene Primitive", + "Spatial Scene Light", "Experimental" ], - "summary": "Delete a Spatial Scene Primitive resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Delete a Spatial Scene Light resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "deleteSpatialScenePrimitive", + "operationId": "deleteSpatialSceneLight", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_primitive", + "description": "Identifier for the spatial_scene_light", "required": true, "schema": { "type": "string", @@ -32949,17 +21990,17 @@ }, "patch": { "tags": [ - "Spatial Scene Primitive", + "Spatial Scene Light", "Experimental" ], - "summary": "Partially update information about a Spatial Scene Primitive resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Partially update information about a Spatial Scene Light resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "updateSpatialScenePrimitive", + "operationId": "updateSpatialSceneLight", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_primitive", + "description": "Identifier for the spatial_scene_light", "required": true, "schema": { "type": "string", @@ -32977,18 +22018,18 @@ } ], "requestBody": { - "description": "Partially update information about a Spatial Scene Primitive resource.", + "description": "Partially update information about a Spatial Scene Light resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SpatialSceneLight" } } } }, "responses": { "200": { - "description": "Detail of SpatialScenePrimitive", + "description": "Detail of SpatialSceneLight", "content": { "application/vnd.api+json": { "schema": { @@ -33000,7 +22041,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -33015,7 +22056,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -33034,15 +22075,15 @@ } } }, - "/aggregate/spatial-scene-primitive": { + "/aggregate/spatial-scene-light": { "post": { "tags": [ - "Spatial Scene Primitive", + "Spatial Scene Light", "Experimental" ], - "summary": "Aggregate for the Spatial Scene Primitive resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Aggregate for the Spatial Scene Light resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSpatialScenePrimitive", + "operationId": "aggregateSpatialSceneLight", "requestBody": { "required": true, "content": { @@ -33066,7 +22107,7 @@ }, "responses": { "200": { - "description": "List of SpatialScenePrimitive", + "description": "List of SpatialSceneLight", "content": { "application/vnd.api+json": { "schema": { @@ -33080,7 +22121,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -33098,7 +22139,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -33115,15 +22156,15 @@ } } }, - "/sso-provider": { + "/spatial-scene-material": { "get": { "tags": [ - "Sso Provider", + "Spatial Scene Material", "Experimental" ], - "summary": "List with basic information of Sso Provider resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "List with basic information of Spatial Scene Material resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSsoProviderList", + "operationId": "getSpatialSceneMaterialList", "parameters": [ { "name": "limit", @@ -33152,7 +22193,7 @@ ], "responses": { "200": { - "description": "List of Sso Provider resources.", + "description": "List of Spatial Scene Material resources.", "content": { "application/vnd.api+json": { "schema": { @@ -33171,7 +22212,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } ] @@ -33185,16 +22226,16 @@ "type": "object", "properties": { "first": { - "example": "/sso-provider?limit=25" + "example": "/spatial-scene-material?limit=25" }, "last": { - "example": "/sso-provider?limit=25&page=11" + "example": "/spatial-scene-material?limit=25&page=11" }, "next": { - "example": "/sso-provider?limit=25&page=4" + "example": "/spatial-scene-material?limit=25&page=4" }, "prev": { - "example": "/sso-provider?limit=25&page=2" + "example": "/spatial-scene-material?limit=25&page=2" } } } @@ -33215,7 +22256,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -33230,12 +22271,12 @@ }, "post": { "tags": [ - "Sso Provider", + "Spatial Scene Material", "Experimental" ], - "summary": "Create a new Sso Provider resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Create a new Spatial Scene Material resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "createSsoProvider", + "operationId": "createSpatialSceneMaterial", "parameters": [ { "name": "_response", @@ -33254,14 +22295,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } }, "responses": { "200": { - "description": "Detail of SsoProvider", + "description": "Detail of SpatialSceneMaterial", "content": { "application/vnd.api+json": { "schema": { @@ -33273,7 +22314,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -33288,7 +22329,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -33304,15 +22345,15 @@ } } }, - "/search/sso-provider": { + "/search/spatial-scene-material": { "post": { "tags": [ - "Sso Provider", + "Spatial Scene Material", "Experimental" ], - "summary": "Search for the Sso Provider resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Search for the Spatial Scene Material resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "searchSsoProvider", + "operationId": "searchSpatialSceneMaterial", "requestBody": { "required": true, "content": { @@ -33325,7 +22366,7 @@ }, "responses": { "200": { - "description": "List of SsoProvider", + "description": "List of SpatialSceneMaterial", "content": { "application/vnd.api+json": { "schema": { @@ -33339,7 +22380,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -33357,7 +22398,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -33374,20 +22415,20 @@ } } }, - "/sso-provider/{id}": { + "/spatial-scene-material/{id}": { "get": { "tags": [ - "Sso Provider", + "Spatial Scene Material", "Experimental" ], - "summary": "Detailed information about a Sso Provider resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Detailed information about a Spatial Scene Material resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSsoProvider", + "operationId": "getSpatialSceneMaterial", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sso_provider", + "description": "Identifier for the spatial_scene_material", "required": true, "schema": { "type": "string", @@ -33397,7 +22438,7 @@ ], "responses": { "200": { - "description": "Detail of SsoProvider", + "description": "Detail of SpatialSceneMaterial", "content": { "application/vnd.api+json": { "schema": { @@ -33409,7 +22450,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -33424,7 +22465,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -33441,17 +22482,17 @@ }, "delete": { "tags": [ - "Sso Provider", + "Spatial Scene Material", "Experimental" ], - "summary": "Delete a Sso Provider resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Delete a Spatial Scene Material resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "deleteSsoProvider", + "operationId": "deleteSpatialSceneMaterial", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sso_provider", + "description": "Identifier for the spatial_scene_material", "required": true, "schema": { "type": "string", @@ -33482,17 +22523,17 @@ }, "patch": { "tags": [ - "Sso Provider", + "Spatial Scene Material", "Experimental" ], - "summary": "Partially update information about a Sso Provider resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Partially update information about a Spatial Scene Material resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "updateSsoProvider", + "operationId": "updateSpatialSceneMaterial", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sso_provider", + "description": "Identifier for the spatial_scene_material", "required": true, "schema": { "type": "string", @@ -33510,18 +22551,18 @@ } ], "requestBody": { - "description": "Partially update information about a Sso Provider resource.", + "description": "Partially update information about a Spatial Scene Material resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } }, "responses": { "200": { - "description": "Detail of SsoProvider", + "description": "Detail of SpatialSceneMaterial", "content": { "application/vnd.api+json": { "schema": { @@ -33533,7 +22574,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -33548,7 +22589,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -33567,15 +22608,15 @@ } } }, - "/aggregate/sso-provider": { + "/aggregate/spatial-scene-material": { "post": { "tags": [ - "Sso Provider", + "Spatial Scene Material", "Experimental" ], - "summary": "Aggregate for the Sso Provider resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Aggregate for the Spatial Scene Material resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSsoProvider", + "operationId": "aggregateSpatialSceneMaterial", "requestBody": { "required": true, "content": { @@ -33599,7 +22640,7 @@ }, "responses": { "200": { - "description": "List of SsoProvider", + "description": "List of SpatialSceneMaterial", "content": { "application/vnd.api+json": { "schema": { @@ -33613,7 +22654,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -33631,7 +22672,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -33648,15 +22689,15 @@ } } }, - "/sso-provider-customer": { + "/spatial-scene-object": { "get": { "tags": [ - "Sso Provider Customer", + "Spatial Scene Object", "Experimental" ], - "summary": "List with basic information of Sso Provider Customer resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "List with basic information of Spatial Scene Object resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSsoProviderCustomerList", + "operationId": "getSpatialSceneObjectList", "parameters": [ { "name": "limit", @@ -33685,7 +22726,7 @@ ], "responses": { "200": { - "description": "List of Sso Provider Customer resources.", + "description": "List of Spatial Scene Object resources.", "content": { "application/vnd.api+json": { "schema": { @@ -33704,7 +22745,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/SpatialSceneObject" } } ] @@ -33718,16 +22759,16 @@ "type": "object", "properties": { "first": { - "example": "/sso-provider-customer?limit=25" + "example": "/spatial-scene-object?limit=25" }, "last": { - "example": "/sso-provider-customer?limit=25&page=11" + "example": "/spatial-scene-object?limit=25&page=11" }, "next": { - "example": "/sso-provider-customer?limit=25&page=4" + "example": "/spatial-scene-object?limit=25&page=4" }, "prev": { - "example": "/sso-provider-customer?limit=25&page=2" + "example": "/spatial-scene-object?limit=25&page=2" } } } @@ -33748,7 +22789,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -33763,12 +22804,12 @@ }, "post": { "tags": [ - "Sso Provider Customer", + "Spatial Scene Object", "Experimental" ], - "summary": "Create a new Sso Provider Customer resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Create a new Spatial Scene Object resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "createSsoProviderCustomer", + "operationId": "createSpatialSceneObject", "parameters": [ { "name": "_response", @@ -33787,14 +22828,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/SpatialSceneObject" } } } }, "responses": { "200": { - "description": "Detail of SsoProviderCustomer", + "description": "Detail of SpatialSceneObject", "content": { "application/vnd.api+json": { "schema": { @@ -33806,7 +22847,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -33821,7 +22862,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -33837,15 +22878,15 @@ } } }, - "/search/sso-provider-customer": { + "/search/spatial-scene-object": { "post": { "tags": [ - "Sso Provider Customer", + "Spatial Scene Object", "Experimental" ], - "summary": "Search for the Sso Provider Customer resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Search for the Spatial Scene Object resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "searchSsoProviderCustomer", + "operationId": "searchSpatialSceneObject", "requestBody": { "required": true, "content": { @@ -33858,7 +22899,7 @@ }, "responses": { "200": { - "description": "List of SsoProviderCustomer", + "description": "List of SpatialSceneObject", "content": { "application/vnd.api+json": { "schema": { @@ -33872,7 +22913,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -33890,7 +22931,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -33907,20 +22948,20 @@ } } }, - "/sso-provider-customer/{id}": { + "/spatial-scene-object/{id}": { "get": { "tags": [ - "Sso Provider Customer", + "Spatial Scene Object", "Experimental" ], - "summary": "Detailed information about a Sso Provider Customer resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Detailed information about a Spatial Scene Object resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSsoProviderCustomer", + "operationId": "getSpatialSceneObject", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sso_provider_customer", + "description": "Identifier for the spatial_scene_object", "required": true, "schema": { "type": "string", @@ -33930,7 +22971,7 @@ ], "responses": { "200": { - "description": "Detail of SsoProviderCustomer", + "description": "Detail of SpatialSceneObject", "content": { "application/vnd.api+json": { "schema": { @@ -33942,7 +22983,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -33957,7 +22998,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -33974,17 +23015,17 @@ }, "delete": { "tags": [ - "Sso Provider Customer", + "Spatial Scene Object", "Experimental" ], - "summary": "Delete a Sso Provider Customer resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Delete a Spatial Scene Object resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "deleteSsoProviderCustomer", + "operationId": "deleteSpatialSceneObject", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sso_provider_customer", + "description": "Identifier for the spatial_scene_object", "required": true, "schema": { "type": "string", @@ -34015,17 +23056,17 @@ }, "patch": { "tags": [ - "Sso Provider Customer", + "Spatial Scene Object", "Experimental" ], - "summary": "Partially update information about a Sso Provider Customer resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Partially update information about a Spatial Scene Object resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "updateSsoProviderCustomer", + "operationId": "updateSpatialSceneObject", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sso_provider_customer", + "description": "Identifier for the spatial_scene_object", "required": true, "schema": { "type": "string", @@ -34043,18 +23084,18 @@ } ], "requestBody": { - "description": "Partially update information about a Sso Provider Customer resource.", + "description": "Partially update information about a Spatial Scene Object resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/SpatialSceneObject" } } } }, "responses": { "200": { - "description": "Detail of SsoProviderCustomer", + "description": "Detail of SpatialSceneObject", "content": { "application/vnd.api+json": { "schema": { @@ -34066,7 +23107,205 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/SpatialSceneObject" + } + } + } + ] + } + }, + "application/json": { + "schema": { + "type": "object", + "required": [ + "data" + ], + "properties": { + "data": { + "$ref": "#/components/schemas/SpatialSceneObject" + } + } + } + } + } + }, + "400": { + "$ref": "#/components/responses/400" + }, + "404": { + "$ref": "#/components/responses/404" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + } + }, + "/aggregate/spatial-scene-object": { + "post": { + "tags": [ + "Spatial Scene Object", + "Experimental" + ], + "summary": "Aggregate for the Spatial Scene Object resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "Available since: 6.6.10.0", + "operationId": "aggregateSpatialSceneObject", + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "aggregations": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Aggregation" + } + } + }, + "required": [ + "aggregations" + ] + } + } + } + }, + "responses": { + "200": { + "description": "List of SpatialSceneObject", + "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SpatialSceneObject" + } + } + } + } + ] + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "total": { + "type": "integer" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SpatialSceneObject" + } + } + } + } + } + } + }, + "400": { + "$ref": "#/components/responses/400" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + } + }, + "/spatial-scene-primitive": { + "get": { + "tags": [ + "Spatial Scene Primitive", + "Experimental" + ], + "summary": "List with basic information of Spatial Scene Primitive resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "", + "operationId": "getSpatialScenePrimitiveList", + "parameters": [ + { + "name": "limit", + "in": "query", + "description": "Max amount of resources to be returned in a page", + "schema": { + "type": "integer" + } + }, + { + "name": "page", + "in": "query", + "description": "The page to be returned", + "schema": { + "type": "integer" + } + }, + { + "name": "query", + "in": "query", + "description": "Encoded SwagQL in JSON", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "List of Spatial Scene Primitive resources.", + "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "allOf": [ + { + "$ref": "#/components/schemas/data" + }, + { + "type": "array", + "items": { + "$ref": "#/components/schemas/SpatialScenePrimitive" + } + } + ] + }, + "links": { + "allOf": [ + { + "$ref": "#/components/schemas/pagination" + }, + { + "type": "object", + "properties": { + "first": { + "example": "/spatial-scene-primitive?limit=25" + }, + "last": { + "example": "/spatial-scene-primitive?limit=25&page=11" + }, + "next": { + "example": "/spatial-scene-primitive?limit=25&page=4" + }, + "prev": { + "example": "/spatial-scene-primitive?limit=25&page=2" + } + } + } + ] } } } @@ -34076,63 +23315,60 @@ "application/json": { "schema": { "type": "object", - "required": [ - "data" - ], "properties": { + "total": { + "type": "integer" + }, "data": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "type": "array", + "items": { + "$ref": "#/components/schemas/SpatialScenePrimitive" + } } } } } } }, - "400": { - "$ref": "#/components/responses/400" - }, - "404": { - "$ref": "#/components/responses/404" - }, "401": { "$ref": "#/components/responses/401" } } - } - }, - "/aggregate/sso-provider-customer": { + }, "post": { "tags": [ - "Sso Provider Customer", + "Spatial Scene Primitive", "Experimental" ], - "summary": "Aggregate for the Sso Provider Customer resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateSsoProviderCustomer", + "summary": "Create a new Spatial Scene Primitive resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "", + "operationId": "createSpatialScenePrimitive", + "parameters": [ + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "schema": { + "type": "string", + "enum": [ + "basic", + "detail" + ] + } + } + ], "requestBody": { - "required": true, "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } }, "responses": { "200": { - "description": "List of SsoProviderCustomer", + "description": "Detail of SpatialScenePrimitive", "content": { "application/vnd.api+json": { "schema": { @@ -34144,10 +23380,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/SsoProviderCustomer" - } + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -34157,15 +23390,12 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/SsoProviderCustomer" - } + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -34181,38 +23411,28 @@ } } }, - "/aggregate/state-machine": { + "/search/spatial-scene-primitive": { "post": { "tags": [ - "State Machine" + "Spatial Scene Primitive", + "Experimental" ], - "summary": "Aggregate for the State Machine resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateStateMachine", + "summary": "Search for the Spatial Scene Primitive resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "", + "operationId": "searchSpatialScenePrimitive", "requestBody": { "required": true, "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/Criteria" } } } }, "responses": { "200": { - "description": "List of StateMachine", + "description": "List of SpatialScenePrimitive", "content": { "application/vnd.api+json": { "schema": { @@ -34226,7 +23446,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachine" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -34244,7 +23464,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachine" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -34261,38 +23481,30 @@ } } }, - "/aggregate/state-machine-history": { - "post": { + "/spatial-scene-primitive/{id}": { + "get": { "tags": [ - "State Machine History" + "Spatial Scene Primitive", + "Experimental" ], - "summary": "Aggregate for the State Machine History resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateStateMachineHistory", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } + "summary": "Detailed information about a Spatial Scene Primitive resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "", + "operationId": "getSpatialScenePrimitive", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the spatial_scene_primitive", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" } } - }, + ], "responses": { "200": { - "description": "List of StateMachineHistory", + "description": "Detail of SpatialScenePrimitive", "content": { "application/vnd.api+json": { "schema": { @@ -34304,10 +23516,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/StateMachineHistory" - } + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -34317,62 +23526,109 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/StateMachineHistory" - } + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } } } }, - "400": { - "$ref": "#/components/responses/400" + "404": { + "$ref": "#/components/responses/404" }, "401": { "$ref": "#/components/responses/401" } } - } - }, - "/aggregate/state-machine-state": { - "post": { + }, + "delete": { "tags": [ - "State Machine State" + "Spatial Scene Primitive", + "Experimental" + ], + "summary": "Delete a Spatial Scene Primitive resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "", + "operationId": "deleteSpatialScenePrimitive", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the spatial_scene_primitive", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "$ref": "#/components/responses/204" + }, + "404": { + "$ref": "#/components/responses/404" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + }, + "patch": { + "tags": [ + "Spatial Scene Primitive", + "Experimental" + ], + "summary": "Partially update information about a Spatial Scene Primitive resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "", + "operationId": "updateSpatialScenePrimitive", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the spatial_scene_primitive", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" + } + } ], - "summary": "Aggregate for the State Machine State resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateStateMachineState", "requestBody": { - "required": true, + "description": "Partially update information about a Spatial Scene Primitive resource.", "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } }, "responses": { "200": { - "description": "List of StateMachineState", + "description": "Detail of SpatialScenePrimitive", "content": { "application/vnd.api+json": { "schema": { @@ -34384,10 +23640,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/StateMachineState" - } + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -34397,15 +23650,12 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/StateMachineState" - } + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -34415,20 +23665,24 @@ "400": { "$ref": "#/components/responses/400" }, + "404": { + "$ref": "#/components/responses/404" + }, "401": { "$ref": "#/components/responses/401" } } } }, - "/aggregate/state-machine-transition": { + "/aggregate/spatial-scene-primitive": { "post": { "tags": [ - "State Machine Transition" + "Spatial Scene Primitive", + "Experimental" ], - "summary": "Aggregate for the State Machine Transition resources.", + "summary": "Aggregate for the Spatial Scene Primitive resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateStateMachineTransition", + "operationId": "aggregateSpatialScenePrimitive", "requestBody": { "required": true, "content": { @@ -34452,7 +23706,7 @@ }, "responses": { "200": { - "description": "List of StateMachineTransition", + "description": "List of SpatialScenePrimitive", "content": { "application/vnd.api+json": { "schema": { @@ -34466,7 +23720,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineTransition" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -34484,7 +23738,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineTransition" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -34501,14 +23755,15 @@ } } }, - "/subscription": { + "/sso-provider": { "get": { "tags": [ - "Subscription" + "Sso Provider", + "Experimental" ], - "summary": "List with basic information of Subscription resources.", + "summary": "List with basic information of Sso Provider resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSubscriptionList", + "operationId": "getSsoProviderList", "parameters": [ { "name": "limit", @@ -34537,7 +23792,7 @@ ], "responses": { "200": { - "description": "List of Subscription resources.", + "description": "List of Sso Provider resources.", "content": { "application/vnd.api+json": { "schema": { @@ -34556,7 +23811,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SsoProvider" } } ] @@ -34570,16 +23825,16 @@ "type": "object", "properties": { "first": { - "example": "/subscription?limit=25" + "example": "/sso-provider?limit=25" }, "last": { - "example": "/subscription?limit=25&page=11" + "example": "/sso-provider?limit=25&page=11" }, "next": { - "example": "/subscription?limit=25&page=4" + "example": "/sso-provider?limit=25&page=4" }, "prev": { - "example": "/subscription?limit=25&page=2" + "example": "/sso-provider?limit=25&page=2" } } } @@ -34600,7 +23855,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -34615,11 +23870,12 @@ }, "post": { "tags": [ - "Subscription" + "Sso Provider", + "Experimental" ], - "summary": "Create a new Subscription resources.", + "summary": "Create a new Sso Provider resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "createSubscription", + "operationId": "createSsoProvider", "parameters": [ { "name": "_response", @@ -34638,14 +23894,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SsoProvider" } } } }, "responses": { "200": { - "description": "Detail of Subscription", + "description": "Detail of SsoProvider", "content": { "application/vnd.api+json": { "schema": { @@ -34657,7 +23913,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -34672,7 +23928,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -34688,14 +23944,15 @@ } } }, - "/search/subscription": { + "/search/sso-provider": { "post": { "tags": [ - "Subscription" + "Sso Provider", + "Experimental" ], - "summary": "Search for the Subscription resources.", + "summary": "Search for the Sso Provider resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "searchSubscription", + "operationId": "searchSsoProvider", "requestBody": { "required": true, "content": { @@ -34708,7 +23965,7 @@ }, "responses": { "200": { - "description": "List of Subscription", + "description": "List of SsoProvider", "content": { "application/vnd.api+json": { "schema": { @@ -34722,7 +23979,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -34740,7 +23997,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -34757,19 +24014,20 @@ } } }, - "/subscription/{id}": { + "/sso-provider/{id}": { "get": { "tags": [ - "Subscription" + "Sso Provider", + "Experimental" ], - "summary": "Detailed information about a Subscription resource.", + "summary": "Detailed information about a Sso Provider resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSubscription", + "operationId": "getSsoProvider", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription", + "description": "Identifier for the sso_provider", "required": true, "schema": { "type": "string", @@ -34779,7 +24037,7 @@ ], "responses": { "200": { - "description": "Detail of Subscription", + "description": "Detail of SsoProvider", "content": { "application/vnd.api+json": { "schema": { @@ -34791,7 +24049,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -34806,7 +24064,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -34823,16 +24081,17 @@ }, "delete": { "tags": [ - "Subscription" + "Sso Provider", + "Experimental" ], - "summary": "Delete a Subscription resource.", + "summary": "Delete a Sso Provider resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "deleteSubscription", + "operationId": "deleteSsoProvider", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription", + "description": "Identifier for the sso_provider", "required": true, "schema": { "type": "string", @@ -34863,16 +24122,17 @@ }, "patch": { "tags": [ - "Subscription" + "Sso Provider", + "Experimental" ], - "summary": "Partially update information about a Subscription resource.", + "summary": "Partially update information about a Sso Provider resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "updateSubscription", + "operationId": "updateSsoProvider", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription", + "description": "Identifier for the sso_provider", "required": true, "schema": { "type": "string", @@ -34890,18 +24150,18 @@ } ], "requestBody": { - "description": "Partially update information about a Subscription resource.", + "description": "Partially update information about a Sso Provider resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SsoProvider" } } } }, "responses": { "200": { - "description": "Detail of Subscription", + "description": "Detail of SsoProvider", "content": { "application/vnd.api+json": { "schema": { @@ -34913,7 +24173,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -34928,7 +24188,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -34947,14 +24207,15 @@ } } }, - "/aggregate/subscription": { + "/aggregate/sso-provider": { "post": { "tags": [ - "Subscription" + "Sso Provider", + "Experimental" ], - "summary": "Aggregate for the Subscription resources.", + "summary": "Aggregate for the Sso Provider resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSubscription", + "operationId": "aggregateSsoProvider", "requestBody": { "required": true, "content": { @@ -34978,7 +24239,7 @@ }, "responses": { "200": { - "description": "List of Subscription", + "description": "List of SsoProvider", "content": { "application/vnd.api+json": { "schema": { @@ -34992,7 +24253,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -35010,7 +24271,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -35027,14 +24288,15 @@ } } }, - "/subscription-address": { + "/sso-provider-customer": { "get": { "tags": [ - "Subscription Address" + "Sso Provider Customer", + "Experimental" ], - "summary": "List with basic information of Subscription Address resources.", + "summary": "List with basic information of Sso Provider Customer resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSubscriptionAddressList", + "operationId": "getSsoProviderCustomerList", "parameters": [ { "name": "limit", @@ -35063,7 +24325,7 @@ ], "responses": { "200": { - "description": "List of Subscription Address resources.", + "description": "List of Sso Provider Customer resources.", "content": { "application/vnd.api+json": { "schema": { @@ -35082,7 +24344,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SsoProviderCustomer" } } ] @@ -35096,16 +24358,16 @@ "type": "object", "properties": { "first": { - "example": "/subscription-address?limit=25" + "example": "/sso-provider-customer?limit=25" }, "last": { - "example": "/subscription-address?limit=25&page=11" + "example": "/sso-provider-customer?limit=25&page=11" }, "next": { - "example": "/subscription-address?limit=25&page=4" + "example": "/sso-provider-customer?limit=25&page=4" }, "prev": { - "example": "/subscription-address?limit=25&page=2" + "example": "/sso-provider-customer?limit=25&page=2" } } } @@ -35126,7 +24388,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -35141,11 +24403,12 @@ }, "post": { "tags": [ - "Subscription Address" + "Sso Provider Customer", + "Experimental" ], - "summary": "Create a new Subscription Address resources.", + "summary": "Create a new Sso Provider Customer resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "createSubscriptionAddress", + "operationId": "createSsoProviderCustomer", "parameters": [ { "name": "_response", @@ -35164,14 +24427,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } }, "responses": { "200": { - "description": "Detail of SubscriptionAddress", + "description": "Detail of SsoProviderCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -35183,7 +24446,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -35198,7 +24461,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -35214,14 +24477,15 @@ } } }, - "/search/subscription-address": { + "/search/sso-provider-customer": { "post": { "tags": [ - "Subscription Address" + "Sso Provider Customer", + "Experimental" ], - "summary": "Search for the Subscription Address resources.", + "summary": "Search for the Sso Provider Customer resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "searchSubscriptionAddress", + "operationId": "searchSsoProviderCustomer", "requestBody": { "required": true, "content": { @@ -35234,7 +24498,7 @@ }, "responses": { "200": { - "description": "List of SubscriptionAddress", + "description": "List of SsoProviderCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -35248,7 +24512,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -35266,7 +24530,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -35283,19 +24547,20 @@ } } }, - "/subscription-address/{id}": { + "/sso-provider-customer/{id}": { "get": { "tags": [ - "Subscription Address" + "Sso Provider Customer", + "Experimental" ], - "summary": "Detailed information about a Subscription Address resource.", + "summary": "Detailed information about a Sso Provider Customer resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSubscriptionAddress", + "operationId": "getSsoProviderCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_address", + "description": "Identifier for the sso_provider_customer", "required": true, "schema": { "type": "string", @@ -35305,7 +24570,7 @@ ], "responses": { "200": { - "description": "Detail of SubscriptionAddress", + "description": "Detail of SsoProviderCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -35317,7 +24582,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -35332,7 +24597,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -35349,16 +24614,17 @@ }, "delete": { "tags": [ - "Subscription Address" + "Sso Provider Customer", + "Experimental" ], - "summary": "Delete a Subscription Address resource.", + "summary": "Delete a Sso Provider Customer resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "deleteSubscriptionAddress", + "operationId": "deleteSsoProviderCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_address", + "description": "Identifier for the sso_provider_customer", "required": true, "schema": { "type": "string", @@ -35389,16 +24655,17 @@ }, "patch": { "tags": [ - "Subscription Address" + "Sso Provider Customer", + "Experimental" ], - "summary": "Partially update information about a Subscription Address resource.", + "summary": "Partially update information about a Sso Provider Customer resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "updateSubscriptionAddress", + "operationId": "updateSsoProviderCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_address", + "description": "Identifier for the sso_provider_customer", "required": true, "schema": { "type": "string", @@ -35416,18 +24683,18 @@ } ], "requestBody": { - "description": "Partially update information about a Subscription Address resource.", + "description": "Partially update information about a Sso Provider Customer resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } }, "responses": { "200": { - "description": "Detail of SubscriptionAddress", + "description": "Detail of SsoProviderCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -35439,7 +24706,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -35454,7 +24721,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -35473,14 +24740,15 @@ } } }, - "/aggregate/subscription-address": { + "/aggregate/sso-provider-customer": { "post": { "tags": [ - "Subscription Address" + "Sso Provider Customer", + "Experimental" ], - "summary": "Aggregate for the Subscription Address resources.", + "summary": "Aggregate for the Sso Provider Customer resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSubscriptionAddress", + "operationId": "aggregateSsoProviderCustomer", "requestBody": { "required": true, "content": { @@ -35504,7 +24772,7 @@ }, "responses": { "200": { - "description": "List of SubscriptionAddress", + "description": "List of SsoProviderCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -35518,7 +24786,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -35536,7 +24804,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -35553,14 +24821,14 @@ } } }, - "/subscription-customer": { + "/subscription": { "get": { "tags": [ - "Subscription Customer" + "Subscription" ], - "summary": "List with basic information of Subscription Customer resources.", + "summary": "List with basic information of Subscription resources.", "description": "", - "operationId": "getSubscriptionCustomerList", + "operationId": "getSubscriptionList", "parameters": [ { "name": "limit", @@ -35589,7 +24857,7 @@ ], "responses": { "200": { - "description": "List of Subscription Customer resources.", + "description": "List of Subscription resources.", "content": { "application/vnd.api+json": { "schema": { @@ -35608,7 +24876,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/Subscription" } } ] @@ -35622,16 +24890,16 @@ "type": "object", "properties": { "first": { - "example": "/subscription-customer?limit=25" + "example": "/subscription?limit=25" }, "last": { - "example": "/subscription-customer?limit=25&page=11" + "example": "/subscription?limit=25&page=11" }, "next": { - "example": "/subscription-customer?limit=25&page=4" + "example": "/subscription?limit=25&page=4" }, "prev": { - "example": "/subscription-customer?limit=25&page=2" + "example": "/subscription?limit=25&page=2" } } } @@ -35652,7 +24920,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -35667,11 +24935,11 @@ }, "post": { "tags": [ - "Subscription Customer" + "Subscription" ], - "summary": "Create a new Subscription Customer resources.", + "summary": "Create a new Subscription resources.", "description": "", - "operationId": "createSubscriptionCustomer", + "operationId": "createSubscription", "parameters": [ { "name": "_response", @@ -35690,14 +24958,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/Subscription" } } } }, "responses": { "200": { - "description": "Detail of SubscriptionCustomer", + "description": "Detail of Subscription", "content": { "application/vnd.api+json": { "schema": { @@ -35709,7 +24977,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -35724,7 +24992,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -35740,14 +25008,14 @@ } } }, - "/search/subscription-customer": { + "/search/subscription": { "post": { "tags": [ - "Subscription Customer" + "Subscription" ], - "summary": "Search for the Subscription Customer resources.", + "summary": "Search for the Subscription resources.", "description": "", - "operationId": "searchSubscriptionCustomer", + "operationId": "searchSubscription", "requestBody": { "required": true, "content": { @@ -35760,7 +25028,7 @@ }, "responses": { "200": { - "description": "List of SubscriptionCustomer", + "description": "List of Subscription", "content": { "application/vnd.api+json": { "schema": { @@ -35774,7 +25042,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -35792,7 +25060,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -35809,19 +25077,19 @@ } } }, - "/subscription-customer/{id}": { + "/subscription/{id}": { "get": { "tags": [ - "Subscription Customer" + "Subscription" ], - "summary": "Detailed information about a Subscription Customer resource.", + "summary": "Detailed information about a Subscription resource.", "description": "", - "operationId": "getSubscriptionCustomer", + "operationId": "getSubscription", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_customer", + "description": "Identifier for the subscription", "required": true, "schema": { "type": "string", @@ -35831,7 +25099,7 @@ ], "responses": { "200": { - "description": "Detail of SubscriptionCustomer", + "description": "Detail of Subscription", "content": { "application/vnd.api+json": { "schema": { @@ -35843,7 +25111,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -35858,7 +25126,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -35875,16 +25143,16 @@ }, "delete": { "tags": [ - "Subscription Customer" + "Subscription" ], - "summary": "Delete a Subscription Customer resource.", + "summary": "Delete a Subscription resource.", "description": "", - "operationId": "deleteSubscriptionCustomer", + "operationId": "deleteSubscription", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_customer", + "description": "Identifier for the subscription", "required": true, "schema": { "type": "string", @@ -35915,16 +25183,16 @@ }, "patch": { "tags": [ - "Subscription Customer" + "Subscription" ], - "summary": "Partially update information about a Subscription Customer resource.", + "summary": "Partially update information about a Subscription resource.", "description": "", - "operationId": "updateSubscriptionCustomer", + "operationId": "updateSubscription", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_customer", + "description": "Identifier for the subscription", "required": true, "schema": { "type": "string", @@ -35942,18 +25210,18 @@ } ], "requestBody": { - "description": "Partially update information about a Subscription Customer resource.", + "description": "Partially update information about a Subscription resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/Subscription" } } } }, "responses": { "200": { - "description": "Detail of SubscriptionCustomer", + "description": "Detail of Subscription", "content": { "application/vnd.api+json": { "schema": { @@ -35965,7 +25233,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -35980,7 +25248,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -35999,14 +25267,14 @@ } } }, - "/aggregate/subscription-customer": { + "/aggregate/subscription": { "post": { "tags": [ - "Subscription Customer" + "Subscription" ], - "summary": "Aggregate for the Subscription Customer resources.", + "summary": "Aggregate for the Subscription resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSubscriptionCustomer", + "operationId": "aggregateSubscription", "requestBody": { "required": true, "content": { @@ -36030,7 +25298,7 @@ }, "responses": { "200": { - "description": "List of SubscriptionCustomer", + "description": "List of Subscription", "content": { "application/vnd.api+json": { "schema": { @@ -36044,7 +25312,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -36062,7 +25330,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -36079,14 +25347,14 @@ } } }, - "/subscription-interval": { + "/subscription-address": { "get": { "tags": [ - "Subscription Interval" + "Subscription Address" ], - "summary": "List with basic information of Subscription Interval resources.", + "summary": "List with basic information of Subscription Address resources.", "description": "", - "operationId": "getSubscriptionIntervalList", + "operationId": "getSubscriptionAddressList", "parameters": [ { "name": "limit", @@ -36115,7 +25383,7 @@ ], "responses": { "200": { - "description": "List of Subscription Interval resources.", + "description": "List of Subscription Address resources.", "content": { "application/vnd.api+json": { "schema": { @@ -36134,7 +25402,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionAddress" } } ] @@ -36148,16 +25416,16 @@ "type": "object", "properties": { "first": { - "example": "/subscription-interval?limit=25" + "example": "/subscription-address?limit=25" }, "last": { - "example": "/subscription-interval?limit=25&page=11" + "example": "/subscription-address?limit=25&page=11" }, "next": { - "example": "/subscription-interval?limit=25&page=4" + "example": "/subscription-address?limit=25&page=4" }, "prev": { - "example": "/subscription-interval?limit=25&page=2" + "example": "/subscription-address?limit=25&page=2" } } } @@ -36178,7 +25446,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -36193,11 +25461,11 @@ }, "post": { "tags": [ - "Subscription Interval" + "Subscription Address" ], - "summary": "Create a new Subscription Interval resources.", + "summary": "Create a new Subscription Address resources.", "description": "", - "operationId": "createSubscriptionInterval", + "operationId": "createSubscriptionAddress", "parameters": [ { "name": "_response", @@ -36216,14 +25484,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionAddress" } } } }, "responses": { "200": { - "description": "Detail of SubscriptionInterval", + "description": "Detail of SubscriptionAddress", "content": { "application/vnd.api+json": { "schema": { @@ -36235,7 +25503,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -36250,7 +25518,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -36266,14 +25534,14 @@ } } }, - "/search/subscription-interval": { + "/search/subscription-address": { "post": { "tags": [ - "Subscription Interval" + "Subscription Address" ], - "summary": "Search for the Subscription Interval resources.", + "summary": "Search for the Subscription Address resources.", "description": "", - "operationId": "searchSubscriptionInterval", + "operationId": "searchSubscriptionAddress", "requestBody": { "required": true, "content": { @@ -36286,7 +25554,7 @@ }, "responses": { "200": { - "description": "List of SubscriptionInterval", + "description": "List of SubscriptionAddress", "content": { "application/vnd.api+json": { "schema": { @@ -36300,7 +25568,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -36318,7 +25586,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -36335,19 +25603,19 @@ } } }, - "/subscription-interval/{id}": { + "/subscription-address/{id}": { "get": { "tags": [ - "Subscription Interval" + "Subscription Address" ], - "summary": "Detailed information about a Subscription Interval resource.", + "summary": "Detailed information about a Subscription Address resource.", "description": "", - "operationId": "getSubscriptionInterval", + "operationId": "getSubscriptionAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_interval", + "description": "Identifier for the subscription_address", "required": true, "schema": { "type": "string", @@ -36357,7 +25625,7 @@ ], "responses": { "200": { - "description": "Detail of SubscriptionInterval", + "description": "Detail of SubscriptionAddress", "content": { "application/vnd.api+json": { "schema": { @@ -36369,7 +25637,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -36384,7 +25652,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -36401,16 +25669,16 @@ }, "delete": { "tags": [ - "Subscription Interval" + "Subscription Address" ], - "summary": "Delete a Subscription Interval resource.", + "summary": "Delete a Subscription Address resource.", "description": "", - "operationId": "deleteSubscriptionInterval", + "operationId": "deleteSubscriptionAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_interval", + "description": "Identifier for the subscription_address", "required": true, "schema": { "type": "string", @@ -36441,16 +25709,16 @@ }, "patch": { "tags": [ - "Subscription Interval" + "Subscription Address" ], - "summary": "Partially update information about a Subscription Interval resource.", + "summary": "Partially update information about a Subscription Address resource.", "description": "", - "operationId": "updateSubscriptionInterval", + "operationId": "updateSubscriptionAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_interval", + "description": "Identifier for the subscription_address", "required": true, "schema": { "type": "string", @@ -36468,18 +25736,18 @@ } ], "requestBody": { - "description": "Partially update information about a Subscription Interval resource.", + "description": "Partially update information about a Subscription Address resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionAddress" } } } }, "responses": { "200": { - "description": "Detail of SubscriptionInterval", + "description": "Detail of SubscriptionAddress", "content": { "application/vnd.api+json": { "schema": { @@ -36491,7 +25759,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -36506,7 +25774,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -36525,14 +25793,14 @@ } } }, - "/aggregate/subscription-interval": { + "/aggregate/subscription-address": { "post": { "tags": [ - "Subscription Interval" + "Subscription Address" ], - "summary": "Aggregate for the Subscription Interval resources.", + "summary": "Aggregate for the Subscription Address resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSubscriptionInterval", + "operationId": "aggregateSubscriptionAddress", "requestBody": { "required": true, "content": { @@ -36556,7 +25824,7 @@ }, "responses": { "200": { - "description": "List of SubscriptionInterval", + "description": "List of SubscriptionAddress", "content": { "application/vnd.api+json": { "schema": { @@ -36570,7 +25838,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -36588,7 +25856,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -36605,14 +25873,14 @@ } } }, - "/subscription-plan": { + "/subscription-customer": { "get": { "tags": [ - "Subscription Plan" + "Subscription Customer" ], - "summary": "List with basic information of Subscription Plan resources.", + "summary": "List with basic information of Subscription Customer resources.", "description": "", - "operationId": "getSubscriptionPlanList", + "operationId": "getSubscriptionCustomerList", "parameters": [ { "name": "limit", @@ -36641,7 +25909,7 @@ ], "responses": { "200": { - "description": "List of Subscription Plan resources.", + "description": "List of Subscription Customer resources.", "content": { "application/vnd.api+json": { "schema": { @@ -36660,7 +25928,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SubscriptionCustomer" } } ] @@ -36674,16 +25942,16 @@ "type": "object", "properties": { "first": { - "example": "/subscription-plan?limit=25" + "example": "/subscription-customer?limit=25" }, "last": { - "example": "/subscription-plan?limit=25&page=11" + "example": "/subscription-customer?limit=25&page=11" }, "next": { - "example": "/subscription-plan?limit=25&page=4" + "example": "/subscription-customer?limit=25&page=4" }, "prev": { - "example": "/subscription-plan?limit=25&page=2" + "example": "/subscription-customer?limit=25&page=2" } } } @@ -36704,7 +25972,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -36719,11 +25987,11 @@ }, "post": { "tags": [ - "Subscription Plan" + "Subscription Customer" ], - "summary": "Create a new Subscription Plan resources.", + "summary": "Create a new Subscription Customer resources.", "description": "", - "operationId": "createSubscriptionPlan", + "operationId": "createSubscriptionCustomer", "parameters": [ { "name": "_response", @@ -36742,14 +26010,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } }, "responses": { "200": { - "description": "Detail of SubscriptionPlan", + "description": "Detail of SubscriptionCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -36761,7 +26029,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -36776,7 +26044,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -36792,14 +26060,14 @@ } } }, - "/search/subscription-plan": { + "/search/subscription-customer": { "post": { "tags": [ - "Subscription Plan" + "Subscription Customer" ], - "summary": "Search for the Subscription Plan resources.", + "summary": "Search for the Subscription Customer resources.", "description": "", - "operationId": "searchSubscriptionPlan", + "operationId": "searchSubscriptionCustomer", "requestBody": { "required": true, "content": { @@ -36812,7 +26080,7 @@ }, "responses": { "200": { - "description": "List of SubscriptionPlan", + "description": "List of SubscriptionCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -36826,7 +26094,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -36844,7 +26112,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -36861,19 +26129,19 @@ } } }, - "/subscription-plan/{id}": { + "/subscription-customer/{id}": { "get": { "tags": [ - "Subscription Plan" + "Subscription Customer" ], - "summary": "Detailed information about a Subscription Plan resource.", + "summary": "Detailed information about a Subscription Customer resource.", "description": "", - "operationId": "getSubscriptionPlan", + "operationId": "getSubscriptionCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_plan", + "description": "Identifier for the subscription_customer", "required": true, "schema": { "type": "string", @@ -36883,7 +26151,7 @@ ], "responses": { "200": { - "description": "Detail of SubscriptionPlan", + "description": "Detail of SubscriptionCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -36895,7 +26163,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -36910,7 +26178,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -36927,16 +26195,16 @@ }, "delete": { "tags": [ - "Subscription Plan" + "Subscription Customer" ], - "summary": "Delete a Subscription Plan resource.", + "summary": "Delete a Subscription Customer resource.", "description": "", - "operationId": "deleteSubscriptionPlan", + "operationId": "deleteSubscriptionCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_plan", + "description": "Identifier for the subscription_customer", "required": true, "schema": { "type": "string", @@ -36967,16 +26235,16 @@ }, "patch": { "tags": [ - "Subscription Plan" + "Subscription Customer" ], - "summary": "Partially update information about a Subscription Plan resource.", + "summary": "Partially update information about a Subscription Customer resource.", "description": "", - "operationId": "updateSubscriptionPlan", + "operationId": "updateSubscriptionCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_plan", + "description": "Identifier for the subscription_customer", "required": true, "schema": { "type": "string", @@ -36994,18 +26262,18 @@ } ], "requestBody": { - "description": "Partially update information about a Subscription Plan resource.", + "description": "Partially update information about a Subscription Customer resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } }, "responses": { "200": { - "description": "Detail of SubscriptionPlan", + "description": "Detail of SubscriptionCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -37017,7 +26285,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -37032,7 +26300,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -37051,14 +26319,14 @@ } } }, - "/aggregate/subscription-plan": { + "/aggregate/subscription-customer": { "post": { "tags": [ - "Subscription Plan" + "Subscription Customer" ], - "summary": "Aggregate for the Subscription Plan resources.", + "summary": "Aggregate for the Subscription Customer resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSubscriptionPlan", + "operationId": "aggregateSubscriptionCustomer", "requestBody": { "required": true, "content": { @@ -37082,7 +26350,7 @@ }, "responses": { "200": { - "description": "List of SubscriptionPlan", + "description": "List of SubscriptionCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -37096,7 +26364,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -37114,7 +26382,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -37131,14 +26399,14 @@ } } }, - "/swag-delay-action": { + "/subscription-interval": { "get": { "tags": [ - "Swag Delay Action" + "Subscription Interval" ], - "summary": "List with basic information of Swag Delay Action resources.", + "summary": "List with basic information of Subscription Interval resources.", "description": "", - "operationId": "getSwagDelayActionList", + "operationId": "getSubscriptionIntervalList", "parameters": [ { "name": "limit", @@ -37167,7 +26435,7 @@ ], "responses": { "200": { - "description": "List of Swag Delay Action resources.", + "description": "List of Subscription Interval resources.", "content": { "application/vnd.api+json": { "schema": { @@ -37186,7 +26454,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/SubscriptionInterval" } } ] @@ -37200,16 +26468,16 @@ "type": "object", "properties": { "first": { - "example": "/swag-delay-action?limit=25" + "example": "/subscription-interval?limit=25" }, "last": { - "example": "/swag-delay-action?limit=25&page=11" + "example": "/subscription-interval?limit=25&page=11" }, "next": { - "example": "/swag-delay-action?limit=25&page=4" + "example": "/subscription-interval?limit=25&page=4" }, "prev": { - "example": "/swag-delay-action?limit=25&page=2" + "example": "/subscription-interval?limit=25&page=2" } } } @@ -37230,7 +26498,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -37245,11 +26513,11 @@ }, "post": { "tags": [ - "Swag Delay Action" + "Subscription Interval" ], - "summary": "Create a new Swag Delay Action resources.", + "summary": "Create a new Subscription Interval resources.", "description": "", - "operationId": "createSwagDelayAction", + "operationId": "createSubscriptionInterval", "parameters": [ { "name": "_response", @@ -37268,14 +26536,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/SubscriptionInterval" } } } }, "responses": { "200": { - "description": "Detail of SwagDelayAction", + "description": "Detail of SubscriptionInterval", "content": { "application/vnd.api+json": { "schema": { @@ -37287,7 +26555,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -37302,7 +26570,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -37318,14 +26586,14 @@ } } }, - "/search/swag-delay-action": { + "/search/subscription-interval": { "post": { "tags": [ - "Swag Delay Action" + "Subscription Interval" ], - "summary": "Search for the Swag Delay Action resources.", + "summary": "Search for the Subscription Interval resources.", "description": "", - "operationId": "searchSwagDelayAction", + "operationId": "searchSubscriptionInterval", "requestBody": { "required": true, "content": { @@ -37338,7 +26606,7 @@ }, "responses": { "200": { - "description": "List of SwagDelayAction", + "description": "List of SubscriptionInterval", "content": { "application/vnd.api+json": { "schema": { @@ -37352,7 +26620,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -37370,7 +26638,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -37387,19 +26655,19 @@ } } }, - "/swag-delay-action/{id}": { + "/subscription-interval/{id}": { "get": { "tags": [ - "Swag Delay Action" + "Subscription Interval" ], - "summary": "Detailed information about a Swag Delay Action resource.", + "summary": "Detailed information about a Subscription Interval resource.", "description": "", - "operationId": "getSwagDelayAction", + "operationId": "getSubscriptionInterval", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the swag_delay_action", + "description": "Identifier for the subscription_interval", "required": true, "schema": { "type": "string", @@ -37409,7 +26677,7 @@ ], "responses": { "200": { - "description": "Detail of SwagDelayAction", + "description": "Detail of SubscriptionInterval", "content": { "application/vnd.api+json": { "schema": { @@ -37421,7 +26689,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -37436,7 +26704,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -37453,16 +26721,16 @@ }, "delete": { "tags": [ - "Swag Delay Action" + "Subscription Interval" ], - "summary": "Delete a Swag Delay Action resource.", + "summary": "Delete a Subscription Interval resource.", "description": "", - "operationId": "deleteSwagDelayAction", + "operationId": "deleteSubscriptionInterval", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the swag_delay_action", + "description": "Identifier for the subscription_interval", "required": true, "schema": { "type": "string", @@ -37493,16 +26761,16 @@ }, "patch": { "tags": [ - "Swag Delay Action" + "Subscription Interval" ], - "summary": "Partially update information about a Swag Delay Action resource.", + "summary": "Partially update information about a Subscription Interval resource.", "description": "", - "operationId": "updateSwagDelayAction", + "operationId": "updateSubscriptionInterval", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the swag_delay_action", + "description": "Identifier for the subscription_interval", "required": true, "schema": { "type": "string", @@ -37520,18 +26788,18 @@ } ], "requestBody": { - "description": "Partially update information about a Swag Delay Action resource.", + "description": "Partially update information about a Subscription Interval resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/SubscriptionInterval" } } } }, "responses": { "200": { - "description": "Detail of SwagDelayAction", + "description": "Detail of SubscriptionInterval", "content": { "application/vnd.api+json": { "schema": { @@ -37543,7 +26811,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -37558,7 +26826,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -37577,14 +26845,14 @@ } } }, - "/aggregate/swag-delay-action": { + "/aggregate/subscription-interval": { "post": { "tags": [ - "Swag Delay Action" + "Subscription Interval" ], - "summary": "Aggregate for the Swag Delay Action resources.", + "summary": "Aggregate for the Subscription Interval resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSwagDelayAction", + "operationId": "aggregateSubscriptionInterval", "requestBody": { "required": true, "content": { @@ -37608,7 +26876,7 @@ }, "responses": { "200": { - "description": "List of SwagDelayAction", + "description": "List of SubscriptionInterval", "content": { "application/vnd.api+json": { "schema": { @@ -37622,7 +26890,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -37640,7 +26908,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -37657,38 +26925,43 @@ } } }, - "/aggregate/system-config": { - "post": { + "/subscription-plan": { + "get": { "tags": [ - "System Config" + "Subscription Plan" ], - "summary": "Aggregate for the System Config resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateSystemConfig", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } + "summary": "List with basic information of Subscription Plan resources.", + "description": "", + "operationId": "getSubscriptionPlanList", + "parameters": [ + { + "name": "limit", + "in": "query", + "description": "Max amount of resources to be returned in a page", + "schema": { + "type": "integer" + } + }, + { + "name": "page", + "in": "query", + "description": "The page to be returned", + "schema": { + "type": "integer" + } + }, + { + "name": "query", + "in": "query", + "description": "Encoded SwagQL in JSON", + "schema": { + "type": "string" } } - }, + ], "responses": { "200": { - "description": "List of SystemConfig", + "description": "List of Subscription Plan resources.", "content": { "application/vnd.api+json": { "schema": { @@ -37700,10 +26973,41 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/SystemConfig" - } + "allOf": [ + { + "$ref": "#/components/schemas/data" + }, + { + "type": "array", + "items": { + "$ref": "#/components/schemas/SubscriptionPlan" + } + } + ] + }, + "links": { + "allOf": [ + { + "$ref": "#/components/schemas/pagination" + }, + { + "type": "object", + "properties": { + "first": { + "example": "/subscription-plan?limit=25" + }, + "last": { + "example": "/subscription-plan?limit=25&page=11" + }, + "next": { + "example": "/subscription-plan?limit=25&page=4" + }, + "prev": { + "example": "/subscription-plan?limit=25&page=2" + } + } + } + ] } } } @@ -37720,7 +27024,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SystemConfig" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -37728,47 +27032,44 @@ } } }, - "400": { - "$ref": "#/components/responses/400" - }, "401": { "$ref": "#/components/responses/401" } } - } - }, - "/aggregate/tag": { + }, "post": { "tags": [ - "Tag" + "Subscription Plan" + ], + "summary": "Create a new Subscription Plan resources.", + "description": "", + "operationId": "createSubscriptionPlan", + "parameters": [ + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "schema": { + "type": "string", + "enum": [ + "basic", + "detail" + ] + } + } ], - "summary": "Aggregate for the Tag resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateTag", "requestBody": { - "required": true, "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/SubscriptionPlan" } } } }, "responses": { "200": { - "description": "List of Tag", + "description": "Detail of SubscriptionPlan", "content": { "application/vnd.api+json": { "schema": { @@ -37780,10 +27081,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Tag" - } + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -37793,15 +27091,12 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Tag" - } + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -37817,38 +27112,27 @@ } } }, - "/aggregate/tax": { + "/search/subscription-plan": { "post": { "tags": [ - "Tax" + "Subscription Plan" ], - "summary": "Aggregate for the Tax resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateTax", + "summary": "Search for the Subscription Plan resources.", + "description": "", + "operationId": "searchSubscriptionPlan", "requestBody": { "required": true, "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/Criteria" } } } }, "responses": { "200": { - "description": "List of Tax", + "description": "List of SubscriptionPlan", "content": { "application/vnd.api+json": { "schema": { @@ -37862,7 +27146,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Tax" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -37880,7 +27164,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Tax" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -37897,38 +27181,29 @@ } } }, - "/aggregate/tax-provider": { - "post": { + "/subscription-plan/{id}": { + "get": { "tags": [ - "Tax Provider" + "Subscription Plan" ], - "summary": "Aggregate for the Tax Provider resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateTaxProvider", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } + "summary": "Detailed information about a Subscription Plan resource.", + "description": "", + "operationId": "getSubscriptionPlan", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the subscription_plan", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" } } - }, + ], "responses": { "200": { - "description": "List of TaxProvider", + "description": "Detail of SubscriptionPlan", "content": { "application/vnd.api+json": { "schema": { @@ -37940,10 +27215,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/TaxProvider" - } + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -37953,62 +27225,107 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/TaxProvider" - } + "$ref": "#/components/schemas/SubscriptionPlan" } } } } } }, - "400": { - "$ref": "#/components/responses/400" + "404": { + "$ref": "#/components/responses/404" }, "401": { "$ref": "#/components/responses/401" } } - } - }, - "/aggregate/tax-rule": { - "post": { + }, + "delete": { "tags": [ - "Tax Rule" + "Subscription Plan" + ], + "summary": "Delete a Subscription Plan resource.", + "description": "", + "operationId": "deleteSubscriptionPlan", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the subscription_plan", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "$ref": "#/components/responses/204" + }, + "404": { + "$ref": "#/components/responses/404" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + }, + "patch": { + "tags": [ + "Subscription Plan" + ], + "summary": "Partially update information about a Subscription Plan resource.", + "description": "", + "operationId": "updateSubscriptionPlan", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the subscription_plan", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" + } + } ], - "summary": "Aggregate for the Tax Rule resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateTaxRule", "requestBody": { - "required": true, + "description": "Partially update information about a Subscription Plan resource.", "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/SubscriptionPlan" } } } }, "responses": { "200": { - "description": "List of TaxRule", + "description": "Detail of SubscriptionPlan", "content": { "application/vnd.api+json": { "schema": { @@ -38020,10 +27337,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/TaxRule" - } + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -38033,15 +27347,12 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/TaxRule" - } + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -38051,20 +27362,23 @@ "400": { "$ref": "#/components/responses/400" }, + "404": { + "$ref": "#/components/responses/404" + }, "401": { "$ref": "#/components/responses/401" } } } }, - "/aggregate/tax-rule-type": { + "/aggregate/subscription-plan": { "post": { "tags": [ - "Tax Rule Type" + "Subscription Plan" ], - "summary": "Aggregate for the Tax Rule Type resources.", + "summary": "Aggregate for the Subscription Plan resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateTaxRuleType", + "operationId": "aggregateSubscriptionPlan", "requestBody": { "required": true, "content": { @@ -38088,7 +27402,7 @@ }, "responses": { "200": { - "description": "List of TaxRuleType", + "description": "List of SubscriptionPlan", "content": { "application/vnd.api+json": { "schema": { @@ -38102,7 +27416,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/TaxRuleType" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -38120,7 +27434,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/TaxRuleType" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -38137,38 +27451,43 @@ } } }, - "/aggregate/theme": { - "post": { + "/swag-delay-action": { + "get": { "tags": [ - "Theme" + "Swag Delay Action" ], - "summary": "Aggregate for the Theme resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateTheme", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } + "summary": "List with basic information of Swag Delay Action resources.", + "description": "", + "operationId": "getSwagDelayActionList", + "parameters": [ + { + "name": "limit", + "in": "query", + "description": "Max amount of resources to be returned in a page", + "schema": { + "type": "integer" + } + }, + { + "name": "page", + "in": "query", + "description": "The page to be returned", + "schema": { + "type": "integer" + } + }, + { + "name": "query", + "in": "query", + "description": "Encoded SwagQL in JSON", + "schema": { + "type": "string" } } - }, + ], "responses": { "200": { - "description": "List of Theme", + "description": "List of Swag Delay Action resources.", "content": { "application/vnd.api+json": { "schema": { @@ -38180,10 +27499,41 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Theme" - } + "allOf": [ + { + "$ref": "#/components/schemas/data" + }, + { + "type": "array", + "items": { + "$ref": "#/components/schemas/SwagDelayAction" + } + } + ] + }, + "links": { + "allOf": [ + { + "$ref": "#/components/schemas/pagination" + }, + { + "type": "object", + "properties": { + "first": { + "example": "/swag-delay-action?limit=25" + }, + "last": { + "example": "/swag-delay-action?limit=25&page=11" + }, + "next": { + "example": "/swag-delay-action?limit=25&page=4" + }, + "prev": { + "example": "/swag-delay-action?limit=25&page=2" + } + } + } + ] } } } @@ -38200,7 +27550,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Theme" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -38208,47 +27558,44 @@ } } }, - "400": { - "$ref": "#/components/responses/400" - }, "401": { "$ref": "#/components/responses/401" } } - } - }, - "/aggregate/unit": { + }, "post": { "tags": [ - "Unit" + "Swag Delay Action" + ], + "summary": "Create a new Swag Delay Action resources.", + "description": "", + "operationId": "createSwagDelayAction", + "parameters": [ + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "schema": { + "type": "string", + "enum": [ + "basic", + "detail" + ] + } + } ], - "summary": "Aggregate for the Unit resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateUnit", "requestBody": { - "required": true, "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/SwagDelayAction" } } } }, "responses": { "200": { - "description": "List of Unit", + "description": "Detail of SwagDelayAction", "content": { "application/vnd.api+json": { "schema": { @@ -38260,10 +27607,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Unit" - } + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -38273,15 +27617,12 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Unit" - } + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -38297,38 +27638,27 @@ } } }, - "/aggregate/user": { + "/search/swag-delay-action": { "post": { "tags": [ - "User" + "Swag Delay Action" ], - "summary": "Aggregate for the User resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateUser", + "summary": "Search for the Swag Delay Action resources.", + "description": "", + "operationId": "searchSwagDelayAction", "requestBody": { "required": true, "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/Criteria" } } } }, "responses": { "200": { - "description": "List of User", + "description": "List of SwagDelayAction", "content": { "application/vnd.api+json": { "schema": { @@ -38342,7 +27672,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/User" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -38360,7 +27690,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/User" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -38377,38 +27707,29 @@ } } }, - "/aggregate/user-access-key": { - "post": { + "/swag-delay-action/{id}": { + "get": { "tags": [ - "User Access Key" + "Swag Delay Action" ], - "summary": "Aggregate for the User Access Key resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateUserAccessKey", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } + "summary": "Detailed information about a Swag Delay Action resource.", + "description": "", + "operationId": "getSwagDelayAction", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the swag_delay_action", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" } } - }, + ], "responses": { "200": { - "description": "List of UserAccessKey", + "description": "Detail of SwagDelayAction", "content": { "application/vnd.api+json": { "schema": { @@ -38420,10 +27741,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/UserAccessKey" - } + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -38433,62 +27751,107 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/UserAccessKey" - } + "$ref": "#/components/schemas/SwagDelayAction" } } } } } }, - "400": { - "$ref": "#/components/responses/400" + "404": { + "$ref": "#/components/responses/404" }, "401": { "$ref": "#/components/responses/401" } } - } - }, - "/aggregate/user-config": { - "post": { + }, + "delete": { "tags": [ - "User Config" + "Swag Delay Action" + ], + "summary": "Delete a Swag Delay Action resource.", + "description": "", + "operationId": "deleteSwagDelayAction", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the swag_delay_action", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "$ref": "#/components/responses/204" + }, + "404": { + "$ref": "#/components/responses/404" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + }, + "patch": { + "tags": [ + "Swag Delay Action" + ], + "summary": "Partially update information about a Swag Delay Action resource.", + "description": "", + "operationId": "updateSwagDelayAction", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the swag_delay_action", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" + } + } ], - "summary": "Aggregate for the User Config resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateUserConfig", "requestBody": { - "required": true, + "description": "Partially update information about a Swag Delay Action resource.", "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/SwagDelayAction" } } } }, "responses": { "200": { - "description": "List of UserConfig", + "description": "Detail of SwagDelayAction", "content": { "application/vnd.api+json": { "schema": { @@ -38500,10 +27863,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/UserConfig" - } + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -38513,15 +27873,12 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/UserConfig" - } + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -38531,20 +27888,23 @@ "400": { "$ref": "#/components/responses/400" }, + "404": { + "$ref": "#/components/responses/404" + }, "401": { "$ref": "#/components/responses/401" } } } }, - "/aggregate/user-recovery": { + "/aggregate/swag-delay-action": { "post": { "tags": [ - "User Recovery" + "Swag Delay Action" ], - "summary": "Aggregate for the User Recovery resources.", + "summary": "Aggregate for the Swag Delay Action resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateUserRecovery", + "operationId": "aggregateSwagDelayAction", "requestBody": { "required": true, "content": { @@ -38568,7 +27928,7 @@ }, "responses": { "200": { - "description": "List of UserRecovery", + "description": "List of SwagDelayAction", "content": { "application/vnd.api+json": { "schema": { @@ -38582,7 +27942,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/UserRecovery" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -38600,7 +27960,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/UserRecovery" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -39321,229 +28681,36 @@ } } }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/search/warehouse-group": { - "post": { - "tags": [ - "Warehouse Group" - ], - "summary": "Search for the Warehouse Group resources.", - "description": "", - "operationId": "searchWarehouseGroup", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Criteria" - } - } - } - }, - "responses": { - "200": { - "description": "List of WarehouseGroup", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/WarehouseGroup" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/WarehouseGroup" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/warehouse-group/{id}": { - "get": { - "tags": [ - "Warehouse Group" - ], - "summary": "Detailed information about a Warehouse Group resource.", - "description": "", - "operationId": "getWarehouseGroup", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the warehouse_group", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - } - ], - "responses": { - "200": { - "description": "Detail of WarehouseGroup", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/WarehouseGroup" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/WarehouseGroup" - } - } - } - } - } - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "delete": { - "tags": [ - "Warehouse Group" - ], - "summary": "Delete a Warehouse Group resource.", - "description": "", - "operationId": "deleteWarehouseGroup", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the warehouse_group", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/204" - }, - "404": { - "$ref": "#/components/responses/404" + "400": { + "$ref": "#/components/responses/400" }, "401": { "$ref": "#/components/responses/401" } } - }, - "patch": { + } + }, + "/search/warehouse-group": { + "post": { "tags": [ "Warehouse Group" ], - "summary": "Partially update information about a Warehouse Group resource.", + "summary": "Search for the Warehouse Group resources.", "description": "", - "operationId": "updateWarehouseGroup", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the warehouse_group", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], + "operationId": "searchWarehouseGroup", "requestBody": { - "description": "Partially update information about a Warehouse Group resource.", + "required": true, "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/WarehouseGroup" + "$ref": "#/components/schemas/Criteria" } } } }, "responses": { "200": { - "description": "Detail of WarehouseGroup", + "description": "List of WarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -39555,7 +28722,10 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/WarehouseGroup" + "type": "array", + "items": { + "$ref": "#/components/schemas/WarehouseGroup" + } } } } @@ -39565,12 +28735,15 @@ "application/json": { "schema": { "type": "object", - "required": [ - "data" - ], "properties": { + "total": { + "type": "integer" + }, "data": { - "$ref": "#/components/schemas/WarehouseGroup" + "type": "array", + "items": { + "$ref": "#/components/schemas/WarehouseGroup" + } } } } @@ -39580,47 +28753,35 @@ "400": { "$ref": "#/components/responses/400" }, - "404": { - "$ref": "#/components/responses/404" - }, "401": { "$ref": "#/components/responses/401" } } } }, - "/aggregate/warehouse-group": { - "post": { + "/warehouse-group/{id}": { + "get": { "tags": [ "Warehouse Group" ], - "summary": "Aggregate for the Warehouse Group resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateWarehouseGroup", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } + "summary": "Detailed information about a Warehouse Group resource.", + "description": "", + "operationId": "getWarehouseGroup", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the warehouse_group", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" } } - }, + ], "responses": { "200": { - "description": "List of WarehouseGroup", + "description": "Detail of WarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -39632,10 +28793,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/WarehouseGroup" - } + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -39645,62 +28803,107 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/WarehouseGroup" - } + "$ref": "#/components/schemas/WarehouseGroup" } } } } } }, - "400": { - "$ref": "#/components/responses/400" + "404": { + "$ref": "#/components/responses/404" }, "401": { "$ref": "#/components/responses/401" } } - } - }, - "/aggregate/webhook": { - "post": { + }, + "delete": { "tags": [ - "Webhook" + "Warehouse Group" + ], + "summary": "Delete a Warehouse Group resource.", + "description": "", + "operationId": "deleteWarehouseGroup", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the warehouse_group", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "$ref": "#/components/responses/204" + }, + "404": { + "$ref": "#/components/responses/404" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + }, + "patch": { + "tags": [ + "Warehouse Group" + ], + "summary": "Partially update information about a Warehouse Group resource.", + "description": "", + "operationId": "updateWarehouseGroup", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the warehouse_group", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" + } + } ], - "summary": "Aggregate for the Webhook resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateWebhook", "requestBody": { - "required": true, + "description": "Partially update information about a Warehouse Group resource.", "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] + "$ref": "#/components/schemas/WarehouseGroup" } } } }, "responses": { "200": { - "description": "List of Webhook", + "description": "Detail of WarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -39712,10 +28915,7 @@ "type": "object", "properties": { "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Webhook" - } + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -39725,15 +28925,12 @@ "application/json": { "schema": { "type": "object", + "required": [ + "data" + ], "properties": { - "total": { - "type": "integer" - }, "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Webhook" - } + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -39743,20 +28940,23 @@ "400": { "$ref": "#/components/responses/400" }, + "404": { + "$ref": "#/components/responses/404" + }, "401": { "$ref": "#/components/responses/401" } } } }, - "/aggregate/webhook-event-log": { + "/aggregate/warehouse-group": { "post": { "tags": [ - "Webhook Event Log" + "Warehouse Group" ], - "summary": "Aggregate for the Webhook Event Log resources.", + "summary": "Aggregate for the Warehouse Group resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateWebhookEventLog", + "operationId": "aggregateWarehouseGroup", "requestBody": { "required": true, "content": { @@ -39780,7 +28980,7 @@ }, "responses": { "200": { - "description": "List of WebhookEventLog", + "description": "List of WarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -39794,7 +28994,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/WebhookEventLog" + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -39812,7 +29012,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/WebhookEventLog" + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -39829,21 +29029,6 @@ } } }, - "/_action/cache-delayed": { - "delete": { - "tags": [ - "System Operations" - ], - "summary": "Clear all invalidated caches", - "description": "Directly triggers invalidation of all cache tags that were marked for invalidation.", - "operationId": "clearCacheDelayed", - "responses": { - "204": { - "description": "Returns a no content response indicating that the cache has been cleared." - } - } - } - }, "/_action/custom-price": { "post": { "tags": [ @@ -52224,21 +41409,12 @@ "lastName": { "type": "string" }, - "company": { - "type": "string" - }, "email": { "type": "string" }, "title": { "type": "string" }, - "vatIds": { - "type": "array", - "items": { - "type": "string" - } - }, "affiliateCode": { "type": "string" }, @@ -52318,9 +41494,6 @@ "type": "string", "pattern": "^[0-9a-f]{32}$" }, - "accountType": { - "type": "string" - }, "createdById": { "type": "string", "pattern": "^[0-9a-f]{32}$" @@ -53289,21 +42462,12 @@ "lastName": { "type": "string" }, - "company": { - "type": "string" - }, "email": { "type": "string" }, "title": { "type": "string" }, - "vatIds": { - "type": "array", - "items": { - "type": "string" - } - }, "affiliateCode": { "type": "string" }, @@ -53383,9 +42547,6 @@ "type": "string", "pattern": "^[0-9a-f]{32}$" }, - "accountType": { - "type": "string" - }, "createdById": { "type": "string", "pattern": "^[0-9a-f]{32}$" @@ -94065,6 +83226,9 @@ "stored": { "type": "object" }, + "errorMessage": { + "type": "string" + }, "createdAt": { "type": "string", "format": "date-time", @@ -94246,6 +83410,9 @@ "stored": { "type": "object" }, + "errorMessage": { + "type": "string" + }, "createdAt": { "type": "string", "format": "date-time", diff --git a/SwagCommercial-adminapi.summary.json b/SwagCommercial-adminapi.summary.json index f3d08f6..d032762 100644 --- a/SwagCommercial-adminapi.summary.json +++ b/SwagCommercial-adminapi.summary.json @@ -1,6 +1,5 @@ { "paths": [ - "/_action/cache-delayed", "/_action/create-employee", "/_action/custom-price", "/_action/invite-employee", @@ -27,7 +26,6 @@ "/advanced-search-entity-stream/{id}", "/advanced-search-synonym", "/advanced-search-synonym/{id}", - "/aggregate/acl-role", "/aggregate/advanced-search-action", "/aggregate/advanced-search-action-search-term", "/aggregate/advanced-search-boosting", @@ -36,16 +34,6 @@ "/aggregate/advanced-search-entity-stream", "/aggregate/advanced-search-entity-stream-filter", "/aggregate/advanced-search-synonym", - "/aggregate/app", - "/aggregate/app-action-button", - "/aggregate/app-administration-snippet", - "/aggregate/app-cms-block", - "/aggregate/app-flow-action", - "/aggregate/app-flow-event", - "/aggregate/app-payment-method", - "/aggregate/app-script-condition", - "/aggregate/app-shipping-method", - "/aggregate/app-template", "/aggregate/b2b-business-partner", "/aggregate/b2b-components-approval-rule", "/aggregate/b2b-components-approval-rule-app-script-condition", @@ -57,107 +45,16 @@ "/aggregate/b2b-employee", "/aggregate/b2b-order-employee", "/aggregate/b2b-permission", - "/aggregate/category", - "/aggregate/cms-block", - "/aggregate/cms-page", - "/aggregate/cms-section", - "/aggregate/cms-slot", - "/aggregate/country", - "/aggregate/country-state", - "/aggregate/currency", - "/aggregate/currency-country-rounding", - "/aggregate/custom-entity", - "/aggregate/custom-field", - "/aggregate/custom-field-set", - "/aggregate/custom-field-set-relation", "/aggregate/custom-price", - "/aggregate/customer", - "/aggregate/customer-address", - "/aggregate/customer-group", - "/aggregate/customer-recovery", "/aggregate/customer-specific-features", - "/aggregate/customer-wishlist", - "/aggregate/customer-wishlist-product", - "/aggregate/delivery-time", - "/aggregate/document", - "/aggregate/document-base-config", - "/aggregate/document-base-config-sales-channel", - "/aggregate/document-type", - "/aggregate/flow", - "/aggregate/flow-sequence", - "/aggregate/flow-template", - "/aggregate/import-export-file", - "/aggregate/import-export-log", - "/aggregate/import-export-profile", - "/aggregate/integration", - "/aggregate/landing-page", - "/aggregate/language", - "/aggregate/locale", - "/aggregate/log-entry", - "/aggregate/mail-header-footer", - "/aggregate/mail-template", - "/aggregate/mail-template-type", - "/aggregate/main-category", - "/aggregate/media", "/aggregate/media-ai-tag", - "/aggregate/media-default-folder", - "/aggregate/media-folder", - "/aggregate/media-folder-configuration", - "/aggregate/media-thumbnail", - "/aggregate/media-thumbnail-size", - "/aggregate/newsletter-recipient", - "/aggregate/notification", - "/aggregate/number-range", - "/aggregate/number-range-sales-channel", - "/aggregate/number-range-state", - "/aggregate/number-range-type", - "/aggregate/order", - "/aggregate/order-address", - "/aggregate/order-customer", - "/aggregate/order-delivery", - "/aggregate/order-delivery-position", - "/aggregate/order-line-item", - "/aggregate/order-line-item-download", "/aggregate/order-product-warehouse", "/aggregate/order-return", "/aggregate/order-return-line-item", "/aggregate/order-return-line-item-reason", - "/aggregate/order-transaction", - "/aggregate/order-transaction-capture", - "/aggregate/order-transaction-capture-refund", - "/aggregate/order-transaction-capture-refund-position", "/aggregate/order-warehouse-group", - "/aggregate/payment-method", - "/aggregate/plugin", - "/aggregate/product", - "/aggregate/product-configurator-setting", - "/aggregate/product-cross-selling", - "/aggregate/product-cross-selling-assigned-products", - "/aggregate/product-download", - "/aggregate/product-export", - "/aggregate/product-feature-set", - "/aggregate/product-keyword-dictionary", - "/aggregate/product-manufacturer", - "/aggregate/product-media", - "/aggregate/product-price", - "/aggregate/product-review", "/aggregate/product-review-summary", - "/aggregate/product-search-config", - "/aggregate/product-search-config-field", - "/aggregate/product-search-keyword", - "/aggregate/product-sorting", - "/aggregate/product-stream", - "/aggregate/product-stream-filter", - "/aggregate/product-visibility", "/aggregate/product-warehouse", - "/aggregate/promotion", - "/aggregate/promotion-discount", - "/aggregate/promotion-discount-prices", - "/aggregate/promotion-individual-code", - "/aggregate/promotion-sales-channel", - "/aggregate/promotion-setgroup", - "/aggregate/property-group", - "/aggregate/property-group-option", "/aggregate/quote", "/aggregate/quote-comment", "/aggregate/quote-delivery", @@ -166,21 +63,6 @@ "/aggregate/quote-employee", "/aggregate/quote-line-item", "/aggregate/quote-transaction", - "/aggregate/rule", - "/aggregate/rule-condition", - "/aggregate/sales-channel", - "/aggregate/sales-channel-analytics", - "/aggregate/sales-channel-domain", - "/aggregate/sales-channel-type", - "/aggregate/salutation", - "/aggregate/scheduled-task", - "/aggregate/script", - "/aggregate/seo-url", - "/aggregate/seo-url-template", - "/aggregate/shipping-method", - "/aggregate/shipping-method-price", - "/aggregate/snippet", - "/aggregate/snippet-set", "/aggregate/spatial-render-config-size", "/aggregate/spatial-scene", "/aggregate/spatial-scene-camera", @@ -191,32 +73,14 @@ "/aggregate/spatial-scene-primitive", "/aggregate/sso-provider", "/aggregate/sso-provider-customer", - "/aggregate/state-machine", - "/aggregate/state-machine-history", - "/aggregate/state-machine-state", - "/aggregate/state-machine-transition", "/aggregate/subscription", "/aggregate/subscription-address", "/aggregate/subscription-customer", "/aggregate/subscription-interval", "/aggregate/subscription-plan", "/aggregate/swag-delay-action", - "/aggregate/system-config", - "/aggregate/tag", - "/aggregate/tax", - "/aggregate/tax-provider", - "/aggregate/tax-rule", - "/aggregate/tax-rule-type", - "/aggregate/theme", - "/aggregate/unit", - "/aggregate/user", - "/aggregate/user-access-key", - "/aggregate/user-config", - "/aggregate/user-recovery", "/aggregate/warehouse", "/aggregate/warehouse-group", - "/aggregate/webhook", - "/aggregate/webhook-event-log", "/api/_admin/rule-builder-preview/{orderId}", "/b2b-business-partner", "/b2b-business-partner/{id}",