diff --git a/SwagCommercial-adminapi.json b/SwagCommercial-adminapi.json index 886386d..a32b3d5 100644 --- a/SwagCommercial-adminapi.json +++ b/SwagCommercial-adminapi.json @@ -4343,14 +4343,14 @@ } } }, - "/app-mcp-prompt": { + "/b2b-business-partner": { "get": { "tags": [ - "App Mcp Prompt" + "B2b Business Partner" ], - "summary": "List with basic information of App Mcp Prompt resources.", - "description": "Available since: 6.7.0.0", - "operationId": "getAppMcpPromptList", + "summary": "List with basic information of B2b Business Partner resources.", + "description": "", + "operationId": "getB2bBusinessPartnerList", "parameters": [ { "name": "limit", @@ -4379,7 +4379,7 @@ ], "responses": { "200": { - "description": "List of App Mcp Prompt resources.", + "description": "List of B2b Business Partner resources.", "content": { "application/vnd.api+json": { "schema": { @@ -4398,7 +4398,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpPrompt" + "$ref": "#/components/schemas/B2bBusinessPartner" } } ] @@ -4412,16 +4412,16 @@ "type": "object", "properties": { "first": { - "example": "/app-mcp-prompt?limit=25" + "example": "/b2b-business-partner?limit=25" }, "last": { - "example": "/app-mcp-prompt?limit=25&page=11" + "example": "/b2b-business-partner?limit=25&page=11" }, "next": { - "example": "/app-mcp-prompt?limit=25&page=4" + "example": "/b2b-business-partner?limit=25&page=4" }, "prev": { - "example": "/app-mcp-prompt?limit=25&page=2" + "example": "/b2b-business-partner?limit=25&page=2" } } } @@ -4442,7 +4442,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpPrompt" + "$ref": "#/components/schemas/B2bBusinessPartner" } } } @@ -4457,11 +4457,11 @@ }, "post": { "tags": [ - "App Mcp Prompt" + "B2b Business Partner" ], - "summary": "Create a new App Mcp Prompt resources.", - "description": "Available since: 6.7.0.0", - "operationId": "createAppMcpPrompt", + "summary": "Create a new B2b Business Partner resources.", + "description": "", + "operationId": "createB2bBusinessPartner", "parameters": [ { "name": "_response", @@ -4480,14 +4480,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/AppMcpPrompt" + "$ref": "#/components/schemas/B2bBusinessPartner" } } } }, "responses": { "200": { - "description": "Detail of AppMcpPrompt", + "description": "Detail of B2bBusinessPartner", "content": { "application/vnd.api+json": { "schema": { @@ -4499,7 +4499,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AppMcpPrompt" + "$ref": "#/components/schemas/B2bBusinessPartner" } } } @@ -4514,7 +4514,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AppMcpPrompt" + "$ref": "#/components/schemas/B2bBusinessPartner" } } } @@ -4530,14 +4530,14 @@ } } }, - "/search/app-mcp-prompt": { + "/search/b2b-business-partner": { "post": { "tags": [ - "App Mcp Prompt" + "B2b Business Partner" ], - "summary": "Search for the App Mcp Prompt resources.", - "description": "Available since: 6.7.0.0", - "operationId": "searchAppMcpPrompt", + "summary": "Search for the B2b Business Partner resources.", + "description": "", + "operationId": "searchB2bBusinessPartner", "parameters": [ { "name": "sw-include-search-info", @@ -4565,7 +4565,7 @@ }, "responses": { "200": { - "description": "List of AppMcpPrompt", + "description": "List of B2bBusinessPartner", "content": { "application/vnd.api+json": { "schema": { @@ -4579,7 +4579,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpPrompt" + "$ref": "#/components/schemas/B2bBusinessPartner" } } } @@ -4597,7 +4597,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpPrompt" + "$ref": "#/components/schemas/B2bBusinessPartner" } } } @@ -4614,19 +4614,19 @@ } } }, - "/app-mcp-prompt/{id}": { + "/b2b-business-partner/{id}": { "get": { "tags": [ - "App Mcp Prompt" + "B2b Business Partner" ], - "summary": "Detailed information about a App Mcp Prompt resource.", - "description": "Available since: 6.7.0.0", - "operationId": "getAppMcpPrompt", + "summary": "Detailed information about a B2b Business Partner resource.", + "description": "", + "operationId": "getB2bBusinessPartner", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the app_mcp_prompt", + "description": "Identifier for the b2b_business_partner", "required": true, "schema": { "type": "string", @@ -4636,7 +4636,7 @@ ], "responses": { "200": { - "description": "Detail of AppMcpPrompt", + "description": "Detail of B2bBusinessPartner", "content": { "application/vnd.api+json": { "schema": { @@ -4648,7 +4648,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AppMcpPrompt" + "$ref": "#/components/schemas/B2bBusinessPartner" } } } @@ -4663,7 +4663,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AppMcpPrompt" + "$ref": "#/components/schemas/B2bBusinessPartner" } } } @@ -4680,16 +4680,16 @@ }, "delete": { "tags": [ - "App Mcp Prompt" + "B2b Business Partner" ], - "summary": "Delete a App Mcp Prompt resource.", - "description": "Available since: 6.7.0.0", - "operationId": "deleteAppMcpPrompt", + "summary": "Delete a B2b Business Partner resource.", + "description": "", + "operationId": "deleteB2bBusinessPartner", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the app_mcp_prompt", + "description": "Identifier for the b2b_business_partner", "required": true, "schema": { "type": "string", @@ -4720,16 +4720,16 @@ }, "patch": { "tags": [ - "App Mcp Prompt" + "B2b Business Partner" ], - "summary": "Partially update information about a App Mcp Prompt resource.", - "description": "Available since: 6.7.0.0", - "operationId": "updateAppMcpPrompt", + "summary": "Partially update information about a B2b Business Partner resource.", + "description": "", + "operationId": "updateB2bBusinessPartner", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the app_mcp_prompt", + "description": "Identifier for the b2b_business_partner", "required": true, "schema": { "type": "string", @@ -4747,18 +4747,18 @@ } ], "requestBody": { - "description": "Partially update information about a App Mcp Prompt resource.", + "description": "Partially update information about a B2b Business Partner resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/AppMcpPrompt" + "$ref": "#/components/schemas/B2bBusinessPartner" } } } }, "responses": { "200": { - "description": "Detail of AppMcpPrompt", + "description": "Detail of B2bBusinessPartner", "content": { "application/vnd.api+json": { "schema": { @@ -4770,7 +4770,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AppMcpPrompt" + "$ref": "#/components/schemas/B2bBusinessPartner" } } } @@ -4785,7 +4785,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AppMcpPrompt" + "$ref": "#/components/schemas/B2bBusinessPartner" } } } @@ -4804,14 +4804,14 @@ } } }, - "/aggregate/app-mcp-prompt": { + "/aggregate/b2b-business-partner": { "post": { "tags": [ - "App Mcp Prompt" + "B2b Business Partner" ], - "summary": "Aggregate for the App Mcp Prompt resources.", - "description": "Available since: 6.7.0.0", - "operationId": "aggregateAppMcpPrompt", + "summary": "Aggregate for the B2b Business Partner resources.", + "description": "Available since: 6.6.10.0", + "operationId": "aggregateB2bBusinessPartner", "requestBody": { "required": true, "content": { @@ -4835,7 +4835,7 @@ }, "responses": { "200": { - "description": "List of AppMcpPrompt", + "description": "List of B2bBusinessPartner", "content": { "application/vnd.api+json": { "schema": { @@ -4849,7 +4849,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpPrompt" + "$ref": "#/components/schemas/B2bBusinessPartner" } } } @@ -4867,7 +4867,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpPrompt" + "$ref": "#/components/schemas/B2bBusinessPartner" } } } @@ -4884,14 +4884,14 @@ } } }, - "/app-mcp-resource": { + "/b2b-components-advanced-product-catalogs": { "get": { "tags": [ - "App Mcp Resource" + "B2b Components Advanced Product Catalogs" ], - "summary": "List with basic information of App Mcp Resource resources.", - "description": "Available since: 6.7.0.0", - "operationId": "getAppMcpResourceList", + "summary": "List with basic information of B2b Components Advanced Product Catalogs resources.", + "description": "Available since: 6.7.1.0", + "operationId": "getB2bComponentsAdvancedProductCatalogsList", "parameters": [ { "name": "limit", @@ -4920,7 +4920,7 @@ ], "responses": { "200": { - "description": "List of App Mcp Resource resources.", + "description": "List of B2b Components Advanced Product Catalogs resources.", "content": { "application/vnd.api+json": { "schema": { @@ -4939,7 +4939,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpResource" + "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" } } ] @@ -4953,16 +4953,16 @@ "type": "object", "properties": { "first": { - "example": "/app-mcp-resource?limit=25" + "example": "/b2b-components-advanced-product-catalogs?limit=25" }, "last": { - "example": "/app-mcp-resource?limit=25&page=11" + "example": "/b2b-components-advanced-product-catalogs?limit=25&page=11" }, "next": { - "example": "/app-mcp-resource?limit=25&page=4" + "example": "/b2b-components-advanced-product-catalogs?limit=25&page=4" }, "prev": { - "example": "/app-mcp-resource?limit=25&page=2" + "example": "/b2b-components-advanced-product-catalogs?limit=25&page=2" } } } @@ -4983,7 +4983,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpResource" + "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" } } } @@ -4998,11 +4998,11 @@ }, "post": { "tags": [ - "App Mcp Resource" + "B2b Components Advanced Product Catalogs" ], - "summary": "Create a new App Mcp Resource resources.", - "description": "Available since: 6.7.0.0", - "operationId": "createAppMcpResource", + "summary": "Create a new B2b Components Advanced Product Catalogs resources.", + "description": "Available since: 6.7.1.0", + "operationId": "createB2bComponentsAdvancedProductCatalogs", "parameters": [ { "name": "_response", @@ -5021,14 +5021,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/AppMcpResource" + "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" } } } }, "responses": { "200": { - "description": "Detail of AppMcpResource", + "description": "Detail of B2bComponentsAdvancedProductCatalogs", "content": { "application/vnd.api+json": { "schema": { @@ -5040,7 +5040,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AppMcpResource" + "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" } } } @@ -5055,7 +5055,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AppMcpResource" + "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" } } } @@ -5071,14 +5071,14 @@ } } }, - "/search/app-mcp-resource": { + "/search/b2b-components-advanced-product-catalogs": { "post": { "tags": [ - "App Mcp Resource" + "B2b Components Advanced Product Catalogs" ], - "summary": "Search for the App Mcp Resource resources.", - "description": "Available since: 6.7.0.0", - "operationId": "searchAppMcpResource", + "summary": "Search for the B2b Components Advanced Product Catalogs resources.", + "description": "Available since: 6.7.1.0", + "operationId": "searchB2bComponentsAdvancedProductCatalogs", "parameters": [ { "name": "sw-include-search-info", @@ -5106,7 +5106,7 @@ }, "responses": { "200": { - "description": "List of AppMcpResource", + "description": "List of B2bComponentsAdvancedProductCatalogs", "content": { "application/vnd.api+json": { "schema": { @@ -5120,7 +5120,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpResource" + "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" } } } @@ -5138,7 +5138,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpResource" + "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" } } } @@ -5155,19 +5155,19 @@ } } }, - "/app-mcp-resource/{id}": { + "/b2b-components-advanced-product-catalogs/{id}": { "get": { "tags": [ - "App Mcp Resource" + "B2b Components Advanced Product Catalogs" ], - "summary": "Detailed information about a App Mcp Resource resource.", - "description": "Available since: 6.7.0.0", - "operationId": "getAppMcpResource", + "summary": "Detailed information about a B2b Components Advanced Product Catalogs resource.", + "description": "Available since: 6.7.1.0", + "operationId": "getB2bComponentsAdvancedProductCatalogs", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the app_mcp_resource", + "description": "Identifier for the b2b_components_advanced_product_catalogs", "required": true, "schema": { "type": "string", @@ -5177,7 +5177,7 @@ ], "responses": { "200": { - "description": "Detail of AppMcpResource", + "description": "Detail of B2bComponentsAdvancedProductCatalogs", "content": { "application/vnd.api+json": { "schema": { @@ -5189,7 +5189,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AppMcpResource" + "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" } } } @@ -5204,7 +5204,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AppMcpResource" + "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" } } } @@ -5221,16 +5221,16 @@ }, "delete": { "tags": [ - "App Mcp Resource" + "B2b Components Advanced Product Catalogs" ], - "summary": "Delete a App Mcp Resource resource.", - "description": "Available since: 6.7.0.0", - "operationId": "deleteAppMcpResource", + "summary": "Delete a B2b Components Advanced Product Catalogs resource.", + "description": "Available since: 6.7.1.0", + "operationId": "deleteB2bComponentsAdvancedProductCatalogs", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the app_mcp_resource", + "description": "Identifier for the b2b_components_advanced_product_catalogs", "required": true, "schema": { "type": "string", @@ -5261,16 +5261,16 @@ }, "patch": { "tags": [ - "App Mcp Resource" + "B2b Components Advanced Product Catalogs" ], - "summary": "Partially update information about a App Mcp Resource resource.", - "description": "Available since: 6.7.0.0", - "operationId": "updateAppMcpResource", + "summary": "Partially update information about a B2b Components Advanced Product Catalogs resource.", + "description": "Available since: 6.7.1.0", + "operationId": "updateB2bComponentsAdvancedProductCatalogs", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the app_mcp_resource", + "description": "Identifier for the b2b_components_advanced_product_catalogs", "required": true, "schema": { "type": "string", @@ -5288,18 +5288,18 @@ } ], "requestBody": { - "description": "Partially update information about a App Mcp Resource resource.", + "description": "Partially update information about a B2b Components Advanced Product Catalogs resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/AppMcpResource" + "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" } } } }, "responses": { "200": { - "description": "Detail of AppMcpResource", + "description": "Detail of B2bComponentsAdvancedProductCatalogs", "content": { "application/vnd.api+json": { "schema": { @@ -5311,7 +5311,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AppMcpResource" + "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" } } } @@ -5326,7 +5326,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AppMcpResource" + "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" } } } @@ -5345,14 +5345,14 @@ } } }, - "/aggregate/app-mcp-resource": { + "/aggregate/b2b-components-advanced-product-catalogs": { "post": { "tags": [ - "App Mcp Resource" + "B2b Components Advanced Product Catalogs" ], - "summary": "Aggregate for the App Mcp Resource resources.", - "description": "Available since: 6.7.0.0", - "operationId": "aggregateAppMcpResource", + "summary": "Aggregate for the B2b Components Advanced Product Catalogs resources.", + "description": "Available since: 6.7.1.0", + "operationId": "aggregateB2bComponentsAdvancedProductCatalogs", "requestBody": { "required": true, "content": { @@ -5376,7 +5376,7 @@ }, "responses": { "200": { - "description": "List of AppMcpResource", + "description": "List of B2bComponentsAdvancedProductCatalogs", "content": { "application/vnd.api+json": { "schema": { @@ -5390,7 +5390,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpResource" + "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" } } } @@ -5408,7 +5408,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpResource" + "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" } } } @@ -5425,14 +5425,14 @@ } } }, - "/app-mcp-tool": { + "/b2b-components-approval-rule": { "get": { "tags": [ - "App Mcp Tool" + "B2b Components Approval Rule" ], - "summary": "List with basic information of App Mcp Tool resources.", - "description": "Available since: 6.7.0.0", - "operationId": "getAppMcpToolList", + "summary": "List with basic information of B2b Components Approval Rule resources.", + "description": "Available since: 6.6.0.0", + "operationId": "getB2bComponentsApprovalRuleList", "parameters": [ { "name": "limit", @@ -5461,7 +5461,7 @@ ], "responses": { "200": { - "description": "List of App Mcp Tool resources.", + "description": "List of B2b Components Approval Rule resources.", "content": { "application/vnd.api+json": { "schema": { @@ -5480,7 +5480,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpTool" + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } ] @@ -5494,16 +5494,16 @@ "type": "object", "properties": { "first": { - "example": "/app-mcp-tool?limit=25" + "example": "/b2b-components-approval-rule?limit=25" }, "last": { - "example": "/app-mcp-tool?limit=25&page=11" + "example": "/b2b-components-approval-rule?limit=25&page=11" }, "next": { - "example": "/app-mcp-tool?limit=25&page=4" + "example": "/b2b-components-approval-rule?limit=25&page=4" }, "prev": { - "example": "/app-mcp-tool?limit=25&page=2" + "example": "/b2b-components-approval-rule?limit=25&page=2" } } } @@ -5524,7 +5524,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpTool" + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } @@ -5539,11 +5539,11 @@ }, "post": { "tags": [ - "App Mcp Tool" + "B2b Components Approval Rule" ], - "summary": "Create a new App Mcp Tool resources.", - "description": "Available since: 6.7.0.0", - "operationId": "createAppMcpTool", + "summary": "Create a new B2b Components Approval Rule resources.", + "description": "Available since: 6.6.0.0", + "operationId": "createB2bComponentsApprovalRule", "parameters": [ { "name": "_response", @@ -5562,14 +5562,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/AppMcpTool" + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } }, "responses": { "200": { - "description": "Detail of AppMcpTool", + "description": "Detail of B2bComponentsApprovalRule", "content": { "application/vnd.api+json": { "schema": { @@ -5581,7 +5581,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AppMcpTool" + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } @@ -5596,7 +5596,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AppMcpTool" + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } @@ -5612,14 +5612,14 @@ } } }, - "/search/app-mcp-tool": { + "/search/b2b-components-approval-rule": { "post": { "tags": [ - "App Mcp Tool" + "B2b Components Approval Rule" ], - "summary": "Search for the App Mcp Tool resources.", - "description": "Available since: 6.7.0.0", - "operationId": "searchAppMcpTool", + "summary": "Search for the B2b Components Approval Rule resources.", + "description": "Available since: 6.6.0.0", + "operationId": "searchB2bComponentsApprovalRule", "parameters": [ { "name": "sw-include-search-info", @@ -5647,7 +5647,7 @@ }, "responses": { "200": { - "description": "List of AppMcpTool", + "description": "List of B2bComponentsApprovalRule", "content": { "application/vnd.api+json": { "schema": { @@ -5661,7 +5661,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpTool" + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } @@ -5679,7 +5679,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpTool" + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } @@ -5696,19 +5696,19 @@ } } }, - "/app-mcp-tool/{id}": { + "/b2b-components-approval-rule/{id}": { "get": { "tags": [ - "App Mcp Tool" + "B2b Components Approval Rule" ], - "summary": "Detailed information about a App Mcp Tool resource.", - "description": "Available since: 6.7.0.0", - "operationId": "getAppMcpTool", + "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 app_mcp_tool", + "description": "Identifier for the b2b_components_approval_rule", "required": true, "schema": { "type": "string", @@ -5718,7 +5718,7 @@ ], "responses": { "200": { - "description": "Detail of AppMcpTool", + "description": "Detail of B2bComponentsApprovalRule", "content": { "application/vnd.api+json": { "schema": { @@ -5730,7 +5730,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AppMcpTool" + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } @@ -5745,7 +5745,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AppMcpTool" + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } @@ -5762,16 +5762,16 @@ }, "delete": { "tags": [ - "App Mcp Tool" + "B2b Components Approval Rule" ], - "summary": "Delete a App Mcp Tool resource.", - "description": "Available since: 6.7.0.0", - "operationId": "deleteAppMcpTool", + "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 app_mcp_tool", + "description": "Identifier for the b2b_components_approval_rule", "required": true, "schema": { "type": "string", @@ -5802,16 +5802,16 @@ }, "patch": { "tags": [ - "App Mcp Tool" + "B2b Components Approval Rule" ], - "summary": "Partially update information about a App Mcp Tool resource.", - "description": "Available since: 6.7.0.0", - "operationId": "updateAppMcpTool", + "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 app_mcp_tool", + "description": "Identifier for the b2b_components_approval_rule", "required": true, "schema": { "type": "string", @@ -5829,18 +5829,18 @@ } ], "requestBody": { - "description": "Partially update information about a App Mcp Tool resource.", + "description": "Partially update information about a B2b Components Approval Rule resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/AppMcpTool" + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } }, "responses": { "200": { - "description": "Detail of AppMcpTool", + "description": "Detail of B2bComponentsApprovalRule", "content": { "application/vnd.api+json": { "schema": { @@ -5852,7 +5852,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AppMcpTool" + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } @@ -5867,7 +5867,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AppMcpTool" + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } @@ -5886,14 +5886,14 @@ } } }, - "/aggregate/app-mcp-tool": { + "/aggregate/b2b-components-approval-rule": { "post": { "tags": [ - "App Mcp Tool" + "B2b Components Approval Rule" ], - "summary": "Aggregate for the App Mcp Tool resources.", - "description": "Available since: 6.7.0.0", - "operationId": "aggregateAppMcpTool", + "summary": "Aggregate for the B2b Components Approval Rule resources.", + "description": "Available since: 6.6.10.0", + "operationId": "aggregateB2bComponentsApprovalRule", "requestBody": { "required": true, "content": { @@ -5917,7 +5917,7 @@ }, "responses": { "200": { - "description": "List of AppMcpTool", + "description": "List of B2bComponentsApprovalRule", "content": { "application/vnd.api+json": { "schema": { @@ -5931,7 +5931,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpTool" + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } @@ -5949,7 +5949,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpTool" + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } @@ -5966,14 +5966,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", @@ -6002,7 +6002,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": { @@ -6021,7 +6021,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } ] @@ -6035,16 +6035,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" } } } @@ -6065,7 +6065,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -6080,11 +6080,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", @@ -6103,14 +6103,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": { @@ -6122,7 +6122,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -6137,7 +6137,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -6153,14 +6153,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", "parameters": [ { "name": "sw-include-search-info", @@ -6188,7 +6188,7 @@ }, "responses": { "200": { - "description": "List of B2bBusinessPartner", + "description": "List of B2bComponentsApprovalRuleAppScriptCondition", "content": { "application/vnd.api+json": { "schema": { @@ -6202,7 +6202,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -6220,7 +6220,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -6237,19 +6237,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", @@ -6259,7 +6259,7 @@ ], "responses": { "200": { - "description": "Detail of B2bBusinessPartner", + "description": "Detail of B2bComponentsApprovalRuleAppScriptCondition", "content": { "application/vnd.api+json": { "schema": { @@ -6271,7 +6271,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -6286,7 +6286,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -6303,16 +6303,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", @@ -6343,16 +6343,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", @@ -6370,18 +6370,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": { @@ -6393,7 +6393,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -6408,7 +6408,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -6427,14 +6427,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": { @@ -6458,7 +6458,7 @@ }, "responses": { "200": { - "description": "List of B2bBusinessPartner", + "description": "List of B2bComponentsApprovalRuleAppScriptCondition", "content": { "application/vnd.api+json": { "schema": { @@ -6472,7 +6472,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -6490,7 +6490,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -6507,14 +6507,14 @@ } } }, - "/b2b-components-advanced-product-catalogs": { + "/b2b-components-budget": { "get": { "tags": [ - "B2b Components Advanced Product Catalogs" + "B2b Components Budget" ], - "summary": "List with basic information of B2b Components Advanced Product Catalogs resources.", - "description": "Available since: 6.7.1.0", - "operationId": "getB2bComponentsAdvancedProductCatalogsList", + "summary": "List with basic information of B2b Components Budget resources.", + "description": "Available since: 6.7.4.0", + "operationId": "getB2bComponentsBudgetList", "parameters": [ { "name": "limit", @@ -6543,7 +6543,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Advanced Product Catalogs resources.", + "description": "List of B2b Components Budget resources.", "content": { "application/vnd.api+json": { "schema": { @@ -6562,7 +6562,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" + "$ref": "#/components/schemas/B2bComponentsBudget" } } ] @@ -6576,16 +6576,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-advanced-product-catalogs?limit=25" + "example": "/b2b-components-budget?limit=25" }, "last": { - "example": "/b2b-components-advanced-product-catalogs?limit=25&page=11" + "example": "/b2b-components-budget?limit=25&page=11" }, "next": { - "example": "/b2b-components-advanced-product-catalogs?limit=25&page=4" + "example": "/b2b-components-budget?limit=25&page=4" }, "prev": { - "example": "/b2b-components-advanced-product-catalogs?limit=25&page=2" + "example": "/b2b-components-budget?limit=25&page=2" } } } @@ -6606,7 +6606,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" + "$ref": "#/components/schemas/B2bComponentsBudget" } } } @@ -6621,11 +6621,11 @@ }, "post": { "tags": [ - "B2b Components Advanced Product Catalogs" + "B2b Components Budget" ], - "summary": "Create a new B2b Components Advanced Product Catalogs resources.", - "description": "Available since: 6.7.1.0", - "operationId": "createB2bComponentsAdvancedProductCatalogs", + "summary": "Create a new B2b Components Budget resources.", + "description": "Available since: 6.7.4.0", + "operationId": "createB2bComponentsBudget", "parameters": [ { "name": "_response", @@ -6644,14 +6644,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" + "$ref": "#/components/schemas/B2bComponentsBudget" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsAdvancedProductCatalogs", + "description": "Detail of B2bComponentsBudget", "content": { "application/vnd.api+json": { "schema": { @@ -6663,7 +6663,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" + "$ref": "#/components/schemas/B2bComponentsBudget" } } } @@ -6678,7 +6678,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" + "$ref": "#/components/schemas/B2bComponentsBudget" } } } @@ -6694,14 +6694,14 @@ } } }, - "/search/b2b-components-advanced-product-catalogs": { + "/search/b2b-components-budget": { "post": { "tags": [ - "B2b Components Advanced Product Catalogs" + "B2b Components Budget" ], - "summary": "Search for the B2b Components Advanced Product Catalogs resources.", - "description": "Available since: 6.7.1.0", - "operationId": "searchB2bComponentsAdvancedProductCatalogs", + "summary": "Search for the B2b Components Budget resources.", + "description": "Available since: 6.7.4.0", + "operationId": "searchB2bComponentsBudget", "parameters": [ { "name": "sw-include-search-info", @@ -6729,7 +6729,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsAdvancedProductCatalogs", + "description": "List of B2bComponentsBudget", "content": { "application/vnd.api+json": { "schema": { @@ -6743,7 +6743,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" + "$ref": "#/components/schemas/B2bComponentsBudget" } } } @@ -6761,7 +6761,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" + "$ref": "#/components/schemas/B2bComponentsBudget" } } } @@ -6778,19 +6778,19 @@ } } }, - "/b2b-components-advanced-product-catalogs/{id}": { + "/b2b-components-budget/{id}": { "get": { "tags": [ - "B2b Components Advanced Product Catalogs" + "B2b Components Budget" ], - "summary": "Detailed information about a B2b Components Advanced Product Catalogs resource.", - "description": "Available since: 6.7.1.0", - "operationId": "getB2bComponentsAdvancedProductCatalogs", + "summary": "Detailed information about a B2b Components Budget resource.", + "description": "Available since: 6.7.4.0", + "operationId": "getB2bComponentsBudget", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_advanced_product_catalogs", + "description": "Identifier for the b2b_components_budget", "required": true, "schema": { "type": "string", @@ -6800,7 +6800,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsAdvancedProductCatalogs", + "description": "Detail of B2bComponentsBudget", "content": { "application/vnd.api+json": { "schema": { @@ -6812,7 +6812,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" + "$ref": "#/components/schemas/B2bComponentsBudget" } } } @@ -6827,7 +6827,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" + "$ref": "#/components/schemas/B2bComponentsBudget" } } } @@ -6844,16 +6844,16 @@ }, "delete": { "tags": [ - "B2b Components Advanced Product Catalogs" + "B2b Components Budget" ], - "summary": "Delete a B2b Components Advanced Product Catalogs resource.", - "description": "Available since: 6.7.1.0", - "operationId": "deleteB2bComponentsAdvancedProductCatalogs", + "summary": "Delete a B2b Components Budget resource.", + "description": "Available since: 6.7.4.0", + "operationId": "deleteB2bComponentsBudget", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_advanced_product_catalogs", + "description": "Identifier for the b2b_components_budget", "required": true, "schema": { "type": "string", @@ -6884,16 +6884,16 @@ }, "patch": { "tags": [ - "B2b Components Advanced Product Catalogs" + "B2b Components Budget" ], - "summary": "Partially update information about a B2b Components Advanced Product Catalogs resource.", - "description": "Available since: 6.7.1.0", - "operationId": "updateB2bComponentsAdvancedProductCatalogs", + "summary": "Partially update information about a B2b Components Budget resource.", + "description": "Available since: 6.7.4.0", + "operationId": "updateB2bComponentsBudget", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_advanced_product_catalogs", + "description": "Identifier for the b2b_components_budget", "required": true, "schema": { "type": "string", @@ -6911,18 +6911,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Advanced Product Catalogs resource.", + "description": "Partially update information about a B2b Components Budget resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" + "$ref": "#/components/schemas/B2bComponentsBudget" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsAdvancedProductCatalogs", + "description": "Detail of B2bComponentsBudget", "content": { "application/vnd.api+json": { "schema": { @@ -6934,7 +6934,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" + "$ref": "#/components/schemas/B2bComponentsBudget" } } } @@ -6949,7 +6949,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" + "$ref": "#/components/schemas/B2bComponentsBudget" } } } @@ -6968,14 +6968,14 @@ } } }, - "/aggregate/b2b-components-advanced-product-catalogs": { + "/aggregate/b2b-components-budget": { "post": { "tags": [ - "B2b Components Advanced Product Catalogs" + "B2b Components Budget" ], - "summary": "Aggregate for the B2b Components Advanced Product Catalogs resources.", - "description": "Available since: 6.7.1.0", - "operationId": "aggregateB2bComponentsAdvancedProductCatalogs", + "summary": "Aggregate for the B2b Components Budget resources.", + "description": "Available since: 6.7.4.0", + "operationId": "aggregateB2bComponentsBudget", "requestBody": { "required": true, "content": { @@ -6999,7 +6999,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsAdvancedProductCatalogs", + "description": "List of B2bComponentsBudget", "content": { "application/vnd.api+json": { "schema": { @@ -7013,7 +7013,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" + "$ref": "#/components/schemas/B2bComponentsBudget" } } } @@ -7031,7 +7031,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" + "$ref": "#/components/schemas/B2bComponentsBudget" } } } @@ -7048,14 +7048,14 @@ } } }, - "/b2b-components-approval-rule": { + "/b2b-components-employee-wishlist": { "get": { "tags": [ - "B2b Components Approval Rule" + "B2b Components Employee Wishlist" ], - "summary": "List with basic information of B2b Components Approval Rule resources.", - "description": "Available since: 6.6.0.0", - "operationId": "getB2bComponentsApprovalRuleList", + "summary": "List with basic information of B2b Components Employee Wishlist resources.", + "description": "", + "operationId": "getB2bComponentsEmployeeWishlistList", "parameters": [ { "name": "limit", @@ -7084,7 +7084,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Approval Rule resources.", + "description": "List of B2b Components Employee Wishlist resources.", "content": { "application/vnd.api+json": { "schema": { @@ -7103,7 +7103,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" } } ] @@ -7117,16 +7117,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-approval-rule?limit=25" + "example": "/b2b-components-employee-wishlist?limit=25" }, "last": { - "example": "/b2b-components-approval-rule?limit=25&page=11" + "example": "/b2b-components-employee-wishlist?limit=25&page=11" }, "next": { - "example": "/b2b-components-approval-rule?limit=25&page=4" + "example": "/b2b-components-employee-wishlist?limit=25&page=4" }, "prev": { - "example": "/b2b-components-approval-rule?limit=25&page=2" + "example": "/b2b-components-employee-wishlist?limit=25&page=2" } } } @@ -7147,7 +7147,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" } } } @@ -7162,11 +7162,11 @@ }, "post": { "tags": [ - "B2b Components Approval Rule" + "B2b Components Employee Wishlist" ], - "summary": "Create a new B2b Components Approval Rule resources.", - "description": "Available since: 6.6.0.0", - "operationId": "createB2bComponentsApprovalRule", + "summary": "Create a new B2b Components Employee Wishlist resources.", + "description": "", + "operationId": "createB2bComponentsEmployeeWishlist", "parameters": [ { "name": "_response", @@ -7185,14 +7185,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsApprovalRule", + "description": "Detail of B2bComponentsEmployeeWishlist", "content": { "application/vnd.api+json": { "schema": { @@ -7204,7 +7204,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" } } } @@ -7219,7 +7219,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" } } } @@ -7235,14 +7235,14 @@ } } }, - "/search/b2b-components-approval-rule": { + "/search/b2b-components-employee-wishlist": { "post": { "tags": [ - "B2b Components Approval Rule" + "B2b Components Employee Wishlist" ], - "summary": "Search for the B2b Components Approval Rule resources.", - "description": "Available since: 6.6.0.0", - "operationId": "searchB2bComponentsApprovalRule", + "summary": "Search for the B2b Components Employee Wishlist resources.", + "description": "", + "operationId": "searchB2bComponentsEmployeeWishlist", "parameters": [ { "name": "sw-include-search-info", @@ -7270,7 +7270,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsApprovalRule", + "description": "List of B2bComponentsEmployeeWishlist", "content": { "application/vnd.api+json": { "schema": { @@ -7284,7 +7284,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" } } } @@ -7302,7 +7302,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" } } } @@ -7319,19 +7319,19 @@ } } }, - "/b2b-components-approval-rule/{id}": { + "/b2b-components-employee-wishlist/{id}": { "get": { "tags": [ - "B2b Components Approval Rule" + "B2b Components Employee Wishlist" ], - "summary": "Detailed information about a B2b Components Approval Rule resource.", - "description": "Available since: 6.6.0.0", - "operationId": "getB2bComponentsApprovalRule", + "summary": "Detailed information about a B2b Components Employee Wishlist resource.", + "description": "", + "operationId": "getB2bComponentsEmployeeWishlist", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_approval_rule", + "description": "Identifier for the b2b_components_employee_wishlist", "required": true, "schema": { "type": "string", @@ -7341,7 +7341,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsApprovalRule", + "description": "Detail of B2bComponentsEmployeeWishlist", "content": { "application/vnd.api+json": { "schema": { @@ -7353,7 +7353,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" } } } @@ -7368,7 +7368,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" } } } @@ -7385,16 +7385,16 @@ }, "delete": { "tags": [ - "B2b Components Approval Rule" + "B2b Components Employee Wishlist" ], - "summary": "Delete a B2b Components Approval Rule resource.", - "description": "Available since: 6.6.0.0", - "operationId": "deleteB2bComponentsApprovalRule", + "summary": "Delete a B2b Components Employee Wishlist resource.", + "description": "", + "operationId": "deleteB2bComponentsEmployeeWishlist", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_approval_rule", + "description": "Identifier for the b2b_components_employee_wishlist", "required": true, "schema": { "type": "string", @@ -7425,16 +7425,16 @@ }, "patch": { "tags": [ - "B2b Components Approval Rule" + "B2b Components Employee Wishlist" ], - "summary": "Partially update information about a B2b Components Approval Rule resource.", - "description": "Available since: 6.6.0.0", - "operationId": "updateB2bComponentsApprovalRule", + "summary": "Partially update information about a B2b Components Employee Wishlist resource.", + "description": "", + "operationId": "updateB2bComponentsEmployeeWishlist", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_approval_rule", + "description": "Identifier for the b2b_components_employee_wishlist", "required": true, "schema": { "type": "string", @@ -7452,18 +7452,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Approval Rule resource.", + "description": "Partially update information about a B2b Components Employee Wishlist resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsApprovalRule", + "description": "Detail of B2bComponentsEmployeeWishlist", "content": { "application/vnd.api+json": { "schema": { @@ -7475,7 +7475,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" } } } @@ -7490,7 +7490,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" } } } @@ -7509,14 +7509,14 @@ } } }, - "/aggregate/b2b-components-approval-rule": { + "/aggregate/b2b-components-employee-wishlist": { "post": { "tags": [ - "B2b Components Approval Rule" + "B2b Components Employee Wishlist" ], - "summary": "Aggregate for the B2b Components Approval Rule resources.", + "summary": "Aggregate for the B2b Components Employee Wishlist resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsApprovalRule", + "operationId": "aggregateB2bComponentsEmployeeWishlist", "requestBody": { "required": true, "content": { @@ -7540,7 +7540,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsApprovalRule", + "description": "List of B2bComponentsEmployeeWishlist", "content": { "application/vnd.api+json": { "schema": { @@ -7554,7 +7554,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" } } } @@ -7572,7 +7572,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" } } } @@ -7589,14 +7589,14 @@ } } }, - "/b2b-components-approval-rule-app-script-condition": { + "/b2b-components-employee-wishlist-product": { "get": { "tags": [ - "B2b Components Approval Rule App Script Condition" + "B2b Components Employee Wishlist Product" ], - "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 Employee Wishlist Product resources.", + "description": "", + "operationId": "getB2bComponentsEmployeeWishlistProductList", "parameters": [ { "name": "limit", @@ -7625,7 +7625,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Approval Rule App Script Condition resources.", + "description": "List of B2b Components Employee Wishlist Product resources.", "content": { "application/vnd.api+json": { "schema": { @@ -7644,7 +7644,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" } } ] @@ -7658,16 +7658,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-approval-rule-app-script-condition?limit=25" + "example": "/b2b-components-employee-wishlist-product?limit=25" }, "last": { - "example": "/b2b-components-approval-rule-app-script-condition?limit=25&page=11" + "example": "/b2b-components-employee-wishlist-product?limit=25&page=11" }, "next": { - "example": "/b2b-components-approval-rule-app-script-condition?limit=25&page=4" + "example": "/b2b-components-employee-wishlist-product?limit=25&page=4" }, "prev": { - "example": "/b2b-components-approval-rule-app-script-condition?limit=25&page=2" + "example": "/b2b-components-employee-wishlist-product?limit=25&page=2" } } } @@ -7688,7 +7688,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" } } } @@ -7703,11 +7703,11 @@ }, "post": { "tags": [ - "B2b Components Approval Rule App Script Condition" + "B2b Components Employee Wishlist Product" ], - "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 Employee Wishlist Product resources.", + "description": "", + "operationId": "createB2bComponentsEmployeeWishlistProduct", "parameters": [ { "name": "_response", @@ -7726,14 +7726,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsApprovalRuleAppScriptCondition", + "description": "Detail of B2bComponentsEmployeeWishlistProduct", "content": { "application/vnd.api+json": { "schema": { @@ -7745,7 +7745,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" } } } @@ -7760,7 +7760,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" } } } @@ -7776,14 +7776,14 @@ } } }, - "/search/b2b-components-approval-rule-app-script-condition": { + "/search/b2b-components-employee-wishlist-product": { "post": { "tags": [ - "B2b Components Approval Rule App Script Condition" + "B2b Components Employee Wishlist Product" ], - "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 Employee Wishlist Product resources.", + "description": "", + "operationId": "searchB2bComponentsEmployeeWishlistProduct", "parameters": [ { "name": "sw-include-search-info", @@ -7811,7 +7811,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsApprovalRuleAppScriptCondition", + "description": "List of B2bComponentsEmployeeWishlistProduct", "content": { "application/vnd.api+json": { "schema": { @@ -7825,7 +7825,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" } } } @@ -7843,7 +7843,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" } } } @@ -7860,19 +7860,19 @@ } } }, - "/b2b-components-approval-rule-app-script-condition/{id}": { + "/b2b-components-employee-wishlist-product/{id}": { "get": { "tags": [ - "B2b Components Approval Rule App Script Condition" + "B2b Components Employee Wishlist Product" ], - "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 Employee Wishlist Product resource.", + "description": "", + "operationId": "getB2bComponentsEmployeeWishlistProduct", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_approval_rule_app_script_condition", + "description": "Identifier for the b2b_components_employee_wishlist_product", "required": true, "schema": { "type": "string", @@ -7882,7 +7882,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsApprovalRuleAppScriptCondition", + "description": "Detail of B2bComponentsEmployeeWishlistProduct", "content": { "application/vnd.api+json": { "schema": { @@ -7894,7 +7894,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" } } } @@ -7909,7 +7909,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" } } } @@ -7926,16 +7926,16 @@ }, "delete": { "tags": [ - "B2b Components Approval Rule App Script Condition" + "B2b Components Employee Wishlist Product" ], - "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 Employee Wishlist Product resource.", + "description": "", + "operationId": "deleteB2bComponentsEmployeeWishlistProduct", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_approval_rule_app_script_condition", + "description": "Identifier for the b2b_components_employee_wishlist_product", "required": true, "schema": { "type": "string", @@ -7966,16 +7966,16 @@ }, "patch": { "tags": [ - "B2b Components Approval Rule App Script Condition" + "B2b Components Employee Wishlist Product" ], - "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 Employee Wishlist Product resource.", + "description": "", + "operationId": "updateB2bComponentsEmployeeWishlistProduct", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_approval_rule_app_script_condition", + "description": "Identifier for the b2b_components_employee_wishlist_product", "required": true, "schema": { "type": "string", @@ -7993,18 +7993,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Approval Rule App Script Condition resource.", + "description": "Partially update information about a B2b Components Employee Wishlist Product resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsApprovalRuleAppScriptCondition", + "description": "Detail of B2bComponentsEmployeeWishlistProduct", "content": { "application/vnd.api+json": { "schema": { @@ -8016,7 +8016,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" } } } @@ -8031,7 +8031,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" } } } @@ -8050,14 +8050,14 @@ } } }, - "/aggregate/b2b-components-approval-rule-app-script-condition": { + "/aggregate/b2b-components-employee-wishlist-product": { "post": { "tags": [ - "B2b Components Approval Rule App Script Condition" + "B2b Components Employee Wishlist Product" ], - "summary": "Aggregate for the B2b Components Approval Rule App Script Condition resources.", + "summary": "Aggregate for the B2b Components Employee Wishlist Product resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsApprovalRuleAppScriptCondition", + "operationId": "aggregateB2bComponentsEmployeeWishlistProduct", "requestBody": { "required": true, "content": { @@ -8081,7 +8081,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsApprovalRuleAppScriptCondition", + "description": "List of B2bComponentsEmployeeWishlistProduct", "content": { "application/vnd.api+json": { "schema": { @@ -8095,7 +8095,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" } } } @@ -8113,7 +8113,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" } } } @@ -8130,14 +8130,14 @@ } } }, - "/b2b-components-budget": { + "/b2b-components-individual-pricing": { "get": { "tags": [ - "B2b Components Budget" + "B2b Components Individual Pricing" ], - "summary": "List with basic information of B2b Components Budget resources.", - "description": "Available since: 6.7.4.0", - "operationId": "getB2bComponentsBudgetList", + "summary": "List with basic information of B2b Components Individual Pricing resources.", + "description": "Available since: 6.7.8.0", + "operationId": "getB2bComponentsIndividualPricingList", "parameters": [ { "name": "limit", @@ -8166,7 +8166,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Budget resources.", + "description": "List of B2b Components Individual Pricing resources.", "content": { "application/vnd.api+json": { "schema": { @@ -8185,7 +8185,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsBudget" + "$ref": "#/components/schemas/B2bComponentsIndividualPricing" } } ] @@ -8199,16 +8199,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-budget?limit=25" + "example": "/b2b-components-individual-pricing?limit=25" }, "last": { - "example": "/b2b-components-budget?limit=25&page=11" + "example": "/b2b-components-individual-pricing?limit=25&page=11" }, "next": { - "example": "/b2b-components-budget?limit=25&page=4" + "example": "/b2b-components-individual-pricing?limit=25&page=4" }, "prev": { - "example": "/b2b-components-budget?limit=25&page=2" + "example": "/b2b-components-individual-pricing?limit=25&page=2" } } } @@ -8229,7 +8229,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsBudget" + "$ref": "#/components/schemas/B2bComponentsIndividualPricing" } } } @@ -8244,11 +8244,11 @@ }, "post": { "tags": [ - "B2b Components Budget" + "B2b Components Individual Pricing" ], - "summary": "Create a new B2b Components Budget resources.", - "description": "Available since: 6.7.4.0", - "operationId": "createB2bComponentsBudget", + "summary": "Create a new B2b Components Individual Pricing resources.", + "description": "Available since: 6.7.8.0", + "operationId": "createB2bComponentsIndividualPricing", "parameters": [ { "name": "_response", @@ -8267,14 +8267,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsBudget" + "$ref": "#/components/schemas/B2bComponentsIndividualPricing" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsBudget", + "description": "Detail of B2bComponentsIndividualPricing", "content": { "application/vnd.api+json": { "schema": { @@ -8286,7 +8286,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsBudget" + "$ref": "#/components/schemas/B2bComponentsIndividualPricing" } } } @@ -8301,7 +8301,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsBudget" + "$ref": "#/components/schemas/B2bComponentsIndividualPricing" } } } @@ -8317,14 +8317,14 @@ } } }, - "/search/b2b-components-budget": { + "/search/b2b-components-individual-pricing": { "post": { "tags": [ - "B2b Components Budget" + "B2b Components Individual Pricing" ], - "summary": "Search for the B2b Components Budget resources.", - "description": "Available since: 6.7.4.0", - "operationId": "searchB2bComponentsBudget", + "summary": "Search for the B2b Components Individual Pricing resources.", + "description": "Available since: 6.7.8.0", + "operationId": "searchB2bComponentsIndividualPricing", "parameters": [ { "name": "sw-include-search-info", @@ -8352,7 +8352,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsBudget", + "description": "List of B2bComponentsIndividualPricing", "content": { "application/vnd.api+json": { "schema": { @@ -8366,7 +8366,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsBudget" + "$ref": "#/components/schemas/B2bComponentsIndividualPricing" } } } @@ -8384,7 +8384,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsBudget" + "$ref": "#/components/schemas/B2bComponentsIndividualPricing" } } } @@ -8401,19 +8401,19 @@ } } }, - "/b2b-components-budget/{id}": { + "/b2b-components-individual-pricing/{id}": { "get": { "tags": [ - "B2b Components Budget" + "B2b Components Individual Pricing" ], - "summary": "Detailed information about a B2b Components Budget resource.", - "description": "Available since: 6.7.4.0", - "operationId": "getB2bComponentsBudget", + "summary": "Detailed information about a B2b Components Individual Pricing resource.", + "description": "Available since: 6.7.8.0", + "operationId": "getB2bComponentsIndividualPricing", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_budget", + "description": "Identifier for the b2b_components_individual_pricing", "required": true, "schema": { "type": "string", @@ -8423,7 +8423,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsBudget", + "description": "Detail of B2bComponentsIndividualPricing", "content": { "application/vnd.api+json": { "schema": { @@ -8435,7 +8435,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsBudget" + "$ref": "#/components/schemas/B2bComponentsIndividualPricing" } } } @@ -8450,7 +8450,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsBudget" + "$ref": "#/components/schemas/B2bComponentsIndividualPricing" } } } @@ -8467,16 +8467,16 @@ }, "delete": { "tags": [ - "B2b Components Budget" + "B2b Components Individual Pricing" ], - "summary": "Delete a B2b Components Budget resource.", - "description": "Available since: 6.7.4.0", - "operationId": "deleteB2bComponentsBudget", + "summary": "Delete a B2b Components Individual Pricing resource.", + "description": "Available since: 6.7.8.0", + "operationId": "deleteB2bComponentsIndividualPricing", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_budget", + "description": "Identifier for the b2b_components_individual_pricing", "required": true, "schema": { "type": "string", @@ -8507,16 +8507,16 @@ }, "patch": { "tags": [ - "B2b Components Budget" + "B2b Components Individual Pricing" ], - "summary": "Partially update information about a B2b Components Budget resource.", - "description": "Available since: 6.7.4.0", - "operationId": "updateB2bComponentsBudget", + "summary": "Partially update information about a B2b Components Individual Pricing resource.", + "description": "Available since: 6.7.8.0", + "operationId": "updateB2bComponentsIndividualPricing", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_budget", + "description": "Identifier for the b2b_components_individual_pricing", "required": true, "schema": { "type": "string", @@ -8534,18 +8534,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Budget resource.", + "description": "Partially update information about a B2b Components Individual Pricing resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsBudget" + "$ref": "#/components/schemas/B2bComponentsIndividualPricing" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsBudget", + "description": "Detail of B2bComponentsIndividualPricing", "content": { "application/vnd.api+json": { "schema": { @@ -8557,7 +8557,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsBudget" + "$ref": "#/components/schemas/B2bComponentsIndividualPricing" } } } @@ -8572,7 +8572,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsBudget" + "$ref": "#/components/schemas/B2bComponentsIndividualPricing" } } } @@ -8591,14 +8591,14 @@ } } }, - "/aggregate/b2b-components-budget": { + "/aggregate/b2b-components-individual-pricing": { "post": { "tags": [ - "B2b Components Budget" + "B2b Components Individual Pricing" ], - "summary": "Aggregate for the B2b Components Budget resources.", - "description": "Available since: 6.7.4.0", - "operationId": "aggregateB2bComponentsBudget", + "summary": "Aggregate for the B2b Components Individual Pricing resources.", + "description": "Available since: 6.7.8.0", + "operationId": "aggregateB2bComponentsIndividualPricing", "requestBody": { "required": true, "content": { @@ -8622,7 +8622,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsBudget", + "description": "List of B2bComponentsIndividualPricing", "content": { "application/vnd.api+json": { "schema": { @@ -8636,7 +8636,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsBudget" + "$ref": "#/components/schemas/B2bComponentsIndividualPricing" } } } @@ -8654,7 +8654,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsBudget" + "$ref": "#/components/schemas/B2bComponentsIndividualPricing" } } } @@ -8671,14 +8671,14 @@ } } }, - "/b2b-components-employee-wishlist": { + "/b2b-components-individual-pricing-company-assignment": { "get": { "tags": [ - "B2b Components Employee Wishlist" + "B2b Components Individual Pricing Company Assignment" ], - "summary": "List with basic information of B2b Components Employee Wishlist resources.", - "description": "", - "operationId": "getB2bComponentsEmployeeWishlistList", + "summary": "List with basic information of B2b Components Individual Pricing Company Assignment resources.", + "description": "Available since: 6.7.8.0", + "operationId": "getB2bComponentsIndividualPricingCompanyAssignmentList", "parameters": [ { "name": "limit", @@ -8707,7 +8707,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Employee Wishlist resources.", + "description": "List of B2b Components Individual Pricing Company Assignment resources.", "content": { "application/vnd.api+json": { "schema": { @@ -8726,7 +8726,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" } } ] @@ -8740,16 +8740,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-employee-wishlist?limit=25" + "example": "/b2b-components-individual-pricing-company-assignment?limit=25" }, "last": { - "example": "/b2b-components-employee-wishlist?limit=25&page=11" + "example": "/b2b-components-individual-pricing-company-assignment?limit=25&page=11" }, "next": { - "example": "/b2b-components-employee-wishlist?limit=25&page=4" + "example": "/b2b-components-individual-pricing-company-assignment?limit=25&page=4" }, "prev": { - "example": "/b2b-components-employee-wishlist?limit=25&page=2" + "example": "/b2b-components-individual-pricing-company-assignment?limit=25&page=2" } } } @@ -8770,7 +8770,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" } } } @@ -8785,11 +8785,11 @@ }, "post": { "tags": [ - "B2b Components Employee Wishlist" + "B2b Components Individual Pricing Company Assignment" ], - "summary": "Create a new B2b Components Employee Wishlist resources.", - "description": "", - "operationId": "createB2bComponentsEmployeeWishlist", + "summary": "Create a new B2b Components Individual Pricing Company Assignment resources.", + "description": "Available since: 6.7.8.0", + "operationId": "createB2bComponentsIndividualPricingCompanyAssignment", "parameters": [ { "name": "_response", @@ -8808,14 +8808,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsEmployeeWishlist", + "description": "Detail of B2bComponentsIndividualPricingCompanyAssignment", "content": { "application/vnd.api+json": { "schema": { @@ -8827,7 +8827,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" } } } @@ -8842,7 +8842,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" } } } @@ -8858,14 +8858,14 @@ } } }, - "/search/b2b-components-employee-wishlist": { + "/search/b2b-components-individual-pricing-company-assignment": { "post": { "tags": [ - "B2b Components Employee Wishlist" + "B2b Components Individual Pricing Company Assignment" ], - "summary": "Search for the B2b Components Employee Wishlist resources.", - "description": "", - "operationId": "searchB2bComponentsEmployeeWishlist", + "summary": "Search for the B2b Components Individual Pricing Company Assignment resources.", + "description": "Available since: 6.7.8.0", + "operationId": "searchB2bComponentsIndividualPricingCompanyAssignment", "parameters": [ { "name": "sw-include-search-info", @@ -8893,7 +8893,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsEmployeeWishlist", + "description": "List of B2bComponentsIndividualPricingCompanyAssignment", "content": { "application/vnd.api+json": { "schema": { @@ -8907,7 +8907,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" } } } @@ -8925,7 +8925,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" } } } @@ -8942,19 +8942,19 @@ } } }, - "/b2b-components-employee-wishlist/{id}": { + "/b2b-components-individual-pricing-company-assignment/{id}": { "get": { "tags": [ - "B2b Components Employee Wishlist" + "B2b Components Individual Pricing Company Assignment" ], - "summary": "Detailed information about a B2b Components Employee Wishlist resource.", - "description": "", - "operationId": "getB2bComponentsEmployeeWishlist", + "summary": "Detailed information about a B2b Components Individual Pricing Company Assignment resource.", + "description": "Available since: 6.7.8.0", + "operationId": "getB2bComponentsIndividualPricingCompanyAssignment", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_employee_wishlist", + "description": "Identifier for the b2b_components_individual_pricing_company_assignment", "required": true, "schema": { "type": "string", @@ -8964,7 +8964,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsEmployeeWishlist", + "description": "Detail of B2bComponentsIndividualPricingCompanyAssignment", "content": { "application/vnd.api+json": { "schema": { @@ -8976,7 +8976,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" } } } @@ -8991,7 +8991,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" } } } @@ -9008,16 +9008,16 @@ }, "delete": { "tags": [ - "B2b Components Employee Wishlist" + "B2b Components Individual Pricing Company Assignment" ], - "summary": "Delete a B2b Components Employee Wishlist resource.", - "description": "", - "operationId": "deleteB2bComponentsEmployeeWishlist", + "summary": "Delete a B2b Components Individual Pricing Company Assignment resource.", + "description": "Available since: 6.7.8.0", + "operationId": "deleteB2bComponentsIndividualPricingCompanyAssignment", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_employee_wishlist", + "description": "Identifier for the b2b_components_individual_pricing_company_assignment", "required": true, "schema": { "type": "string", @@ -9048,16 +9048,16 @@ }, "patch": { "tags": [ - "B2b Components Employee Wishlist" + "B2b Components Individual Pricing Company Assignment" ], - "summary": "Partially update information about a B2b Components Employee Wishlist resource.", - "description": "", - "operationId": "updateB2bComponentsEmployeeWishlist", + "summary": "Partially update information about a B2b Components Individual Pricing Company Assignment resource.", + "description": "Available since: 6.7.8.0", + "operationId": "updateB2bComponentsIndividualPricingCompanyAssignment", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_employee_wishlist", + "description": "Identifier for the b2b_components_individual_pricing_company_assignment", "required": true, "schema": { "type": "string", @@ -9075,18 +9075,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Employee Wishlist resource.", + "description": "Partially update information about a B2b Components Individual Pricing Company Assignment resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsEmployeeWishlist", + "description": "Detail of B2bComponentsIndividualPricingCompanyAssignment", "content": { "application/vnd.api+json": { "schema": { @@ -9098,7 +9098,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" } } } @@ -9113,7 +9113,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" } } } @@ -9132,14 +9132,14 @@ } } }, - "/aggregate/b2b-components-employee-wishlist": { + "/aggregate/b2b-components-individual-pricing-company-assignment": { "post": { "tags": [ - "B2b Components Employee Wishlist" + "B2b Components Individual Pricing Company Assignment" ], - "summary": "Aggregate for the B2b Components Employee Wishlist resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsEmployeeWishlist", + "summary": "Aggregate for the B2b Components Individual Pricing Company Assignment resources.", + "description": "Available since: 6.7.8.0", + "operationId": "aggregateB2bComponentsIndividualPricingCompanyAssignment", "requestBody": { "required": true, "content": { @@ -9163,7 +9163,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsEmployeeWishlist", + "description": "List of B2bComponentsIndividualPricingCompanyAssignment", "content": { "application/vnd.api+json": { "schema": { @@ -9177,7 +9177,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" } } } @@ -9195,7 +9195,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" } } } @@ -9212,14 +9212,14 @@ } } }, - "/b2b-components-employee-wishlist-product": { + "/b2b-components-individual-pricing-computed-cache": { "get": { "tags": [ - "B2b Components Employee Wishlist Product" + "B2b Components Individual Pricing Computed Cache" ], - "summary": "List with basic information of B2b Components Employee Wishlist Product resources.", + "summary": "List with basic information of B2b Components Individual Pricing Computed Cache resources.", "description": "", - "operationId": "getB2bComponentsEmployeeWishlistProductList", + "operationId": "getB2bComponentsIndividualPricingComputedCacheList", "parameters": [ { "name": "limit", @@ -9248,7 +9248,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Employee Wishlist Product resources.", + "description": "List of B2b Components Individual Pricing Computed Cache resources.", "content": { "application/vnd.api+json": { "schema": { @@ -9267,7 +9267,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" } } ] @@ -9281,16 +9281,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-employee-wishlist-product?limit=25" + "example": "/b2b-components-individual-pricing-computed-cache?limit=25" }, "last": { - "example": "/b2b-components-employee-wishlist-product?limit=25&page=11" + "example": "/b2b-components-individual-pricing-computed-cache?limit=25&page=11" }, "next": { - "example": "/b2b-components-employee-wishlist-product?limit=25&page=4" + "example": "/b2b-components-individual-pricing-computed-cache?limit=25&page=4" }, "prev": { - "example": "/b2b-components-employee-wishlist-product?limit=25&page=2" + "example": "/b2b-components-individual-pricing-computed-cache?limit=25&page=2" } } } @@ -9311,7 +9311,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" } } } @@ -9326,11 +9326,11 @@ }, "post": { "tags": [ - "B2b Components Employee Wishlist Product" + "B2b Components Individual Pricing Computed Cache" ], - "summary": "Create a new B2b Components Employee Wishlist Product resources.", + "summary": "Create a new B2b Components Individual Pricing Computed Cache resources.", "description": "", - "operationId": "createB2bComponentsEmployeeWishlistProduct", + "operationId": "createB2bComponentsIndividualPricingComputedCache", "parameters": [ { "name": "_response", @@ -9349,14 +9349,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsEmployeeWishlistProduct", + "description": "Detail of B2bComponentsIndividualPricingComputedCache", "content": { "application/vnd.api+json": { "schema": { @@ -9368,7 +9368,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" } } } @@ -9383,7 +9383,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" } } } @@ -9399,14 +9399,14 @@ } } }, - "/search/b2b-components-employee-wishlist-product": { + "/search/b2b-components-individual-pricing-computed-cache": { "post": { "tags": [ - "B2b Components Employee Wishlist Product" + "B2b Components Individual Pricing Computed Cache" ], - "summary": "Search for the B2b Components Employee Wishlist Product resources.", + "summary": "Search for the B2b Components Individual Pricing Computed Cache resources.", "description": "", - "operationId": "searchB2bComponentsEmployeeWishlistProduct", + "operationId": "searchB2bComponentsIndividualPricingComputedCache", "parameters": [ { "name": "sw-include-search-info", @@ -9434,7 +9434,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsEmployeeWishlistProduct", + "description": "List of B2bComponentsIndividualPricingComputedCache", "content": { "application/vnd.api+json": { "schema": { @@ -9448,7 +9448,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" } } } @@ -9466,7 +9466,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" } } } @@ -9483,19 +9483,19 @@ } } }, - "/b2b-components-employee-wishlist-product/{id}": { + "/b2b-components-individual-pricing-computed-cache/{id}": { "get": { "tags": [ - "B2b Components Employee Wishlist Product" + "B2b Components Individual Pricing Computed Cache" ], - "summary": "Detailed information about a B2b Components Employee Wishlist Product resource.", + "summary": "Detailed information about a B2b Components Individual Pricing Computed Cache resource.", "description": "", - "operationId": "getB2bComponentsEmployeeWishlistProduct", + "operationId": "getB2bComponentsIndividualPricingComputedCache", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_employee_wishlist_product", + "description": "Identifier for the b2b_components_individual_pricing_computed_cache", "required": true, "schema": { "type": "string", @@ -9505,7 +9505,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsEmployeeWishlistProduct", + "description": "Detail of B2bComponentsIndividualPricingComputedCache", "content": { "application/vnd.api+json": { "schema": { @@ -9517,7 +9517,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" } } } @@ -9532,7 +9532,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" } } } @@ -9549,16 +9549,16 @@ }, "delete": { "tags": [ - "B2b Components Employee Wishlist Product" + "B2b Components Individual Pricing Computed Cache" ], - "summary": "Delete a B2b Components Employee Wishlist Product resource.", + "summary": "Delete a B2b Components Individual Pricing Computed Cache resource.", "description": "", - "operationId": "deleteB2bComponentsEmployeeWishlistProduct", + "operationId": "deleteB2bComponentsIndividualPricingComputedCache", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_employee_wishlist_product", + "description": "Identifier for the b2b_components_individual_pricing_computed_cache", "required": true, "schema": { "type": "string", @@ -9589,16 +9589,16 @@ }, "patch": { "tags": [ - "B2b Components Employee Wishlist Product" + "B2b Components Individual Pricing Computed Cache" ], - "summary": "Partially update information about a B2b Components Employee Wishlist Product resource.", + "summary": "Partially update information about a B2b Components Individual Pricing Computed Cache resource.", "description": "", - "operationId": "updateB2bComponentsEmployeeWishlistProduct", + "operationId": "updateB2bComponentsIndividualPricingComputedCache", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_employee_wishlist_product", + "description": "Identifier for the b2b_components_individual_pricing_computed_cache", "required": true, "schema": { "type": "string", @@ -9616,18 +9616,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Employee Wishlist Product resource.", + "description": "Partially update information about a B2b Components Individual Pricing Computed Cache resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsEmployeeWishlistProduct", + "description": "Detail of B2bComponentsIndividualPricingComputedCache", "content": { "application/vnd.api+json": { "schema": { @@ -9639,7 +9639,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" } } } @@ -9654,7 +9654,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" } } } @@ -9673,14 +9673,14 @@ } } }, - "/aggregate/b2b-components-employee-wishlist-product": { + "/aggregate/b2b-components-individual-pricing-computed-cache": { "post": { "tags": [ - "B2b Components Employee Wishlist Product" + "B2b Components Individual Pricing Computed Cache" ], - "summary": "Aggregate for the B2b Components Employee Wishlist Product resources.", + "summary": "Aggregate for the B2b Components Individual Pricing Computed Cache resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsEmployeeWishlistProduct", + "operationId": "aggregateB2bComponentsIndividualPricingComputedCache", "requestBody": { "required": true, "content": { @@ -9704,7 +9704,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsEmployeeWishlistProduct", + "description": "List of B2bComponentsIndividualPricingComputedCache", "content": { "application/vnd.api+json": { "schema": { @@ -9718,7 +9718,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" } } } @@ -9736,7 +9736,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" } } } @@ -9753,14 +9753,14 @@ } } }, - "/b2b-components-individual-pricing": { + "/b2b-components-individual-pricing-tier": { "get": { "tags": [ - "B2b Components Individual Pricing" + "B2b Components Individual Pricing Tier" ], - "summary": "List with basic information of B2b Components Individual Pricing resources.", + "summary": "List with basic information of B2b Components Individual Pricing Tier resources.", "description": "Available since: 6.7.8.0", - "operationId": "getB2bComponentsIndividualPricingList", + "operationId": "getB2bComponentsIndividualPricingTierList", "parameters": [ { "name": "limit", @@ -9789,7 +9789,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Individual Pricing resources.", + "description": "List of B2b Components Individual Pricing Tier resources.", "content": { "application/vnd.api+json": { "schema": { @@ -9808,7 +9808,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricing" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" } } ] @@ -9822,16 +9822,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-individual-pricing?limit=25" + "example": "/b2b-components-individual-pricing-tier?limit=25" }, "last": { - "example": "/b2b-components-individual-pricing?limit=25&page=11" + "example": "/b2b-components-individual-pricing-tier?limit=25&page=11" }, "next": { - "example": "/b2b-components-individual-pricing?limit=25&page=4" + "example": "/b2b-components-individual-pricing-tier?limit=25&page=4" }, "prev": { - "example": "/b2b-components-individual-pricing?limit=25&page=2" + "example": "/b2b-components-individual-pricing-tier?limit=25&page=2" } } } @@ -9852,7 +9852,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricing" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" } } } @@ -9867,11 +9867,11 @@ }, "post": { "tags": [ - "B2b Components Individual Pricing" + "B2b Components Individual Pricing Tier" ], - "summary": "Create a new B2b Components Individual Pricing resources.", + "summary": "Create a new B2b Components Individual Pricing Tier resources.", "description": "Available since: 6.7.8.0", - "operationId": "createB2bComponentsIndividualPricing", + "operationId": "createB2bComponentsIndividualPricingTier", "parameters": [ { "name": "_response", @@ -9890,14 +9890,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricing" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsIndividualPricing", + "description": "Detail of B2bComponentsIndividualPricingTier", "content": { "application/vnd.api+json": { "schema": { @@ -9909,7 +9909,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricing" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" } } } @@ -9924,7 +9924,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricing" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" } } } @@ -9940,14 +9940,14 @@ } } }, - "/search/b2b-components-individual-pricing": { + "/search/b2b-components-individual-pricing-tier": { "post": { "tags": [ - "B2b Components Individual Pricing" + "B2b Components Individual Pricing Tier" ], - "summary": "Search for the B2b Components Individual Pricing resources.", + "summary": "Search for the B2b Components Individual Pricing Tier resources.", "description": "Available since: 6.7.8.0", - "operationId": "searchB2bComponentsIndividualPricing", + "operationId": "searchB2bComponentsIndividualPricingTier", "parameters": [ { "name": "sw-include-search-info", @@ -9975,7 +9975,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsIndividualPricing", + "description": "List of B2bComponentsIndividualPricingTier", "content": { "application/vnd.api+json": { "schema": { @@ -9989,7 +9989,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricing" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" } } } @@ -10007,7 +10007,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricing" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" } } } @@ -10024,19 +10024,19 @@ } } }, - "/b2b-components-individual-pricing/{id}": { + "/b2b-components-individual-pricing-tier/{id}": { "get": { "tags": [ - "B2b Components Individual Pricing" + "B2b Components Individual Pricing Tier" ], - "summary": "Detailed information about a B2b Components Individual Pricing resource.", + "summary": "Detailed information about a B2b Components Individual Pricing Tier resource.", "description": "Available since: 6.7.8.0", - "operationId": "getB2bComponentsIndividualPricing", + "operationId": "getB2bComponentsIndividualPricingTier", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_individual_pricing", + "description": "Identifier for the b2b_components_individual_pricing_tier", "required": true, "schema": { "type": "string", @@ -10046,7 +10046,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsIndividualPricing", + "description": "Detail of B2bComponentsIndividualPricingTier", "content": { "application/vnd.api+json": { "schema": { @@ -10058,7 +10058,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricing" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" } } } @@ -10073,7 +10073,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricing" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" } } } @@ -10090,16 +10090,16 @@ }, "delete": { "tags": [ - "B2b Components Individual Pricing" + "B2b Components Individual Pricing Tier" ], - "summary": "Delete a B2b Components Individual Pricing resource.", + "summary": "Delete a B2b Components Individual Pricing Tier resource.", "description": "Available since: 6.7.8.0", - "operationId": "deleteB2bComponentsIndividualPricing", + "operationId": "deleteB2bComponentsIndividualPricingTier", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_individual_pricing", + "description": "Identifier for the b2b_components_individual_pricing_tier", "required": true, "schema": { "type": "string", @@ -10130,16 +10130,16 @@ }, "patch": { "tags": [ - "B2b Components Individual Pricing" + "B2b Components Individual Pricing Tier" ], - "summary": "Partially update information about a B2b Components Individual Pricing resource.", + "summary": "Partially update information about a B2b Components Individual Pricing Tier resource.", "description": "Available since: 6.7.8.0", - "operationId": "updateB2bComponentsIndividualPricing", + "operationId": "updateB2bComponentsIndividualPricingTier", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_individual_pricing", + "description": "Identifier for the b2b_components_individual_pricing_tier", "required": true, "schema": { "type": "string", @@ -10157,18 +10157,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Individual Pricing resource.", + "description": "Partially update information about a B2b Components Individual Pricing Tier resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricing" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsIndividualPricing", + "description": "Detail of B2bComponentsIndividualPricingTier", "content": { "application/vnd.api+json": { "schema": { @@ -10180,7 +10180,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricing" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" } } } @@ -10195,7 +10195,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricing" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" } } } @@ -10214,14 +10214,14 @@ } } }, - "/aggregate/b2b-components-individual-pricing": { + "/aggregate/b2b-components-individual-pricing-tier": { "post": { "tags": [ - "B2b Components Individual Pricing" + "B2b Components Individual Pricing Tier" ], - "summary": "Aggregate for the B2b Components Individual Pricing resources.", + "summary": "Aggregate for the B2b Components Individual Pricing Tier resources.", "description": "Available since: 6.7.8.0", - "operationId": "aggregateB2bComponentsIndividualPricing", + "operationId": "aggregateB2bComponentsIndividualPricingTier", "requestBody": { "required": true, "content": { @@ -10245,7 +10245,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsIndividualPricing", + "description": "List of B2bComponentsIndividualPricingTier", "content": { "application/vnd.api+json": { "schema": { @@ -10259,7 +10259,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricing" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" } } } @@ -10277,7 +10277,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricing" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" } } } @@ -10294,14 +10294,14 @@ } } }, - "/b2b-components-individual-pricing-company-assignment": { + "/b2b-components-organization": { "get": { "tags": [ - "B2b Components Individual Pricing Company Assignment" + "B2b Components Organization" ], - "summary": "List with basic information of B2b Components Individual Pricing Company Assignment resources.", - "description": "Available since: 6.7.8.0", - "operationId": "getB2bComponentsIndividualPricingCompanyAssignmentList", + "summary": "List with basic information of B2b Components Organization resources.", + "description": "", + "operationId": "getB2bComponentsOrganizationList", "parameters": [ { "name": "limit", @@ -10330,7 +10330,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Individual Pricing Company Assignment resources.", + "description": "List of B2b Components Organization resources.", "content": { "application/vnd.api+json": { "schema": { @@ -10349,7 +10349,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" + "$ref": "#/components/schemas/B2bComponentsOrganization" } } ] @@ -10363,16 +10363,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-individual-pricing-company-assignment?limit=25" + "example": "/b2b-components-organization?limit=25" }, "last": { - "example": "/b2b-components-individual-pricing-company-assignment?limit=25&page=11" + "example": "/b2b-components-organization?limit=25&page=11" }, "next": { - "example": "/b2b-components-individual-pricing-company-assignment?limit=25&page=4" + "example": "/b2b-components-organization?limit=25&page=4" }, "prev": { - "example": "/b2b-components-individual-pricing-company-assignment?limit=25&page=2" + "example": "/b2b-components-organization?limit=25&page=2" } } } @@ -10393,7 +10393,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" + "$ref": "#/components/schemas/B2bComponentsOrganization" } } } @@ -10408,11 +10408,11 @@ }, "post": { "tags": [ - "B2b Components Individual Pricing Company Assignment" + "B2b Components Organization" ], - "summary": "Create a new B2b Components Individual Pricing Company Assignment resources.", - "description": "Available since: 6.7.8.0", - "operationId": "createB2bComponentsIndividualPricingCompanyAssignment", + "summary": "Create a new B2b Components Organization resources.", + "description": "", + "operationId": "createB2bComponentsOrganization", "parameters": [ { "name": "_response", @@ -10431,14 +10431,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" + "$ref": "#/components/schemas/B2bComponentsOrganization" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsIndividualPricingCompanyAssignment", + "description": "Detail of B2bComponentsOrganization", "content": { "application/vnd.api+json": { "schema": { @@ -10450,7 +10450,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" + "$ref": "#/components/schemas/B2bComponentsOrganization" } } } @@ -10465,7 +10465,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" + "$ref": "#/components/schemas/B2bComponentsOrganization" } } } @@ -10481,14 +10481,14 @@ } } }, - "/search/b2b-components-individual-pricing-company-assignment": { + "/search/b2b-components-organization": { "post": { "tags": [ - "B2b Components Individual Pricing Company Assignment" + "B2b Components Organization" ], - "summary": "Search for the B2b Components Individual Pricing Company Assignment resources.", - "description": "Available since: 6.7.8.0", - "operationId": "searchB2bComponentsIndividualPricingCompanyAssignment", + "summary": "Search for the B2b Components Organization resources.", + "description": "", + "operationId": "searchB2bComponentsOrganization", "parameters": [ { "name": "sw-include-search-info", @@ -10516,7 +10516,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsIndividualPricingCompanyAssignment", + "description": "List of B2bComponentsOrganization", "content": { "application/vnd.api+json": { "schema": { @@ -10530,7 +10530,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" + "$ref": "#/components/schemas/B2bComponentsOrganization" } } } @@ -10548,7 +10548,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" + "$ref": "#/components/schemas/B2bComponentsOrganization" } } } @@ -10565,19 +10565,19 @@ } } }, - "/b2b-components-individual-pricing-company-assignment/{id}": { + "/b2b-components-organization/{id}": { "get": { "tags": [ - "B2b Components Individual Pricing Company Assignment" + "B2b Components Organization" ], - "summary": "Detailed information about a B2b Components Individual Pricing Company Assignment resource.", - "description": "Available since: 6.7.8.0", - "operationId": "getB2bComponentsIndividualPricingCompanyAssignment", + "summary": "Detailed information about a B2b Components Organization resource.", + "description": "", + "operationId": "getB2bComponentsOrganization", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_individual_pricing_company_assignment", + "description": "Identifier for the b2b_components_organization", "required": true, "schema": { "type": "string", @@ -10587,7 +10587,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsIndividualPricingCompanyAssignment", + "description": "Detail of B2bComponentsOrganization", "content": { "application/vnd.api+json": { "schema": { @@ -10599,7 +10599,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" + "$ref": "#/components/schemas/B2bComponentsOrganization" } } } @@ -10614,7 +10614,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" + "$ref": "#/components/schemas/B2bComponentsOrganization" } } } @@ -10631,16 +10631,16 @@ }, "delete": { "tags": [ - "B2b Components Individual Pricing Company Assignment" + "B2b Components Organization" ], - "summary": "Delete a B2b Components Individual Pricing Company Assignment resource.", - "description": "Available since: 6.7.8.0", - "operationId": "deleteB2bComponentsIndividualPricingCompanyAssignment", + "summary": "Delete a B2b Components Organization resource.", + "description": "", + "operationId": "deleteB2bComponentsOrganization", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_individual_pricing_company_assignment", + "description": "Identifier for the b2b_components_organization", "required": true, "schema": { "type": "string", @@ -10671,16 +10671,16 @@ }, "patch": { "tags": [ - "B2b Components Individual Pricing Company Assignment" + "B2b Components Organization" ], - "summary": "Partially update information about a B2b Components Individual Pricing Company Assignment resource.", - "description": "Available since: 6.7.8.0", - "operationId": "updateB2bComponentsIndividualPricingCompanyAssignment", + "summary": "Partially update information about a B2b Components Organization resource.", + "description": "", + "operationId": "updateB2bComponentsOrganization", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_individual_pricing_company_assignment", + "description": "Identifier for the b2b_components_organization", "required": true, "schema": { "type": "string", @@ -10698,18 +10698,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Individual Pricing Company Assignment resource.", + "description": "Partially update information about a B2b Components Organization resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" + "$ref": "#/components/schemas/B2bComponentsOrganization" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsIndividualPricingCompanyAssignment", + "description": "Detail of B2bComponentsOrganization", "content": { "application/vnd.api+json": { "schema": { @@ -10721,7 +10721,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" + "$ref": "#/components/schemas/B2bComponentsOrganization" } } } @@ -10736,7 +10736,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" + "$ref": "#/components/schemas/B2bComponentsOrganization" } } } @@ -10755,14 +10755,14 @@ } } }, - "/aggregate/b2b-components-individual-pricing-company-assignment": { + "/aggregate/b2b-components-organization": { "post": { "tags": [ - "B2b Components Individual Pricing Company Assignment" + "B2b Components Organization" ], - "summary": "Aggregate for the B2b Components Individual Pricing Company Assignment resources.", - "description": "Available since: 6.7.8.0", - "operationId": "aggregateB2bComponentsIndividualPricingCompanyAssignment", + "summary": "Aggregate for the B2b Components Organization resources.", + "description": "Available since: 6.6.10.0", + "operationId": "aggregateB2bComponentsOrganization", "requestBody": { "required": true, "content": { @@ -10786,7 +10786,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsIndividualPricingCompanyAssignment", + "description": "List of B2bComponentsOrganization", "content": { "application/vnd.api+json": { "schema": { @@ -10800,7 +10800,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" + "$ref": "#/components/schemas/B2bComponentsOrganization" } } } @@ -10818,7 +10818,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" + "$ref": "#/components/schemas/B2bComponentsOrganization" } } } @@ -10835,14 +10835,14 @@ } } }, - "/b2b-components-individual-pricing-computed-cache": { + "/b2b-components-organization-customer-address": { "get": { "tags": [ - "B2b Components Individual Pricing Computed Cache" + "B2b Components Organization Customer Address" ], - "summary": "List with basic information of B2b Components Individual Pricing Computed Cache resources.", + "summary": "List with basic information of B2b Components Organization Customer Address resources.", "description": "", - "operationId": "getB2bComponentsIndividualPricingComputedCacheList", + "operationId": "getB2bComponentsOrganizationCustomerAddressList", "parameters": [ { "name": "limit", @@ -10871,7 +10871,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Individual Pricing Computed Cache resources.", + "description": "List of B2b Components Organization Customer Address resources.", "content": { "application/vnd.api+json": { "schema": { @@ -10890,7 +10890,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" + "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" } } ] @@ -10904,16 +10904,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-individual-pricing-computed-cache?limit=25" + "example": "/b2b-components-organization-customer-address?limit=25" }, "last": { - "example": "/b2b-components-individual-pricing-computed-cache?limit=25&page=11" + "example": "/b2b-components-organization-customer-address?limit=25&page=11" }, "next": { - "example": "/b2b-components-individual-pricing-computed-cache?limit=25&page=4" + "example": "/b2b-components-organization-customer-address?limit=25&page=4" }, "prev": { - "example": "/b2b-components-individual-pricing-computed-cache?limit=25&page=2" + "example": "/b2b-components-organization-customer-address?limit=25&page=2" } } } @@ -10934,7 +10934,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" + "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" } } } @@ -10949,11 +10949,11 @@ }, "post": { "tags": [ - "B2b Components Individual Pricing Computed Cache" + "B2b Components Organization Customer Address" ], - "summary": "Create a new B2b Components Individual Pricing Computed Cache resources.", + "summary": "Create a new B2b Components Organization Customer Address resources.", "description": "", - "operationId": "createB2bComponentsIndividualPricingComputedCache", + "operationId": "createB2bComponentsOrganizationCustomerAddress", "parameters": [ { "name": "_response", @@ -10972,14 +10972,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" + "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsIndividualPricingComputedCache", + "description": "Detail of B2bComponentsOrganizationCustomerAddress", "content": { "application/vnd.api+json": { "schema": { @@ -10991,7 +10991,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" + "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" } } } @@ -11006,7 +11006,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" + "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" } } } @@ -11022,14 +11022,14 @@ } } }, - "/search/b2b-components-individual-pricing-computed-cache": { + "/search/b2b-components-organization-customer-address": { "post": { "tags": [ - "B2b Components Individual Pricing Computed Cache" + "B2b Components Organization Customer Address" ], - "summary": "Search for the B2b Components Individual Pricing Computed Cache resources.", + "summary": "Search for the B2b Components Organization Customer Address resources.", "description": "", - "operationId": "searchB2bComponentsIndividualPricingComputedCache", + "operationId": "searchB2bComponentsOrganizationCustomerAddress", "parameters": [ { "name": "sw-include-search-info", @@ -11057,7 +11057,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsIndividualPricingComputedCache", + "description": "List of B2bComponentsOrganizationCustomerAddress", "content": { "application/vnd.api+json": { "schema": { @@ -11071,7 +11071,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" + "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" } } } @@ -11089,7 +11089,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" + "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" } } } @@ -11106,19 +11106,19 @@ } } }, - "/b2b-components-individual-pricing-computed-cache/{id}": { + "/b2b-components-organization-customer-address/{id}": { "get": { "tags": [ - "B2b Components Individual Pricing Computed Cache" + "B2b Components Organization Customer Address" ], - "summary": "Detailed information about a B2b Components Individual Pricing Computed Cache resource.", + "summary": "Detailed information about a B2b Components Organization Customer Address resource.", "description": "", - "operationId": "getB2bComponentsIndividualPricingComputedCache", + "operationId": "getB2bComponentsOrganizationCustomerAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_individual_pricing_computed_cache", + "description": "Identifier for the b2b_components_organization_customer_address", "required": true, "schema": { "type": "string", @@ -11128,7 +11128,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsIndividualPricingComputedCache", + "description": "Detail of B2bComponentsOrganizationCustomerAddress", "content": { "application/vnd.api+json": { "schema": { @@ -11140,7 +11140,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" + "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" } } } @@ -11155,7 +11155,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" + "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" } } } @@ -11172,16 +11172,16 @@ }, "delete": { "tags": [ - "B2b Components Individual Pricing Computed Cache" + "B2b Components Organization Customer Address" ], - "summary": "Delete a B2b Components Individual Pricing Computed Cache resource.", + "summary": "Delete a B2b Components Organization Customer Address resource.", "description": "", - "operationId": "deleteB2bComponentsIndividualPricingComputedCache", + "operationId": "deleteB2bComponentsOrganizationCustomerAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_individual_pricing_computed_cache", + "description": "Identifier for the b2b_components_organization_customer_address", "required": true, "schema": { "type": "string", @@ -11212,16 +11212,16 @@ }, "patch": { "tags": [ - "B2b Components Individual Pricing Computed Cache" + "B2b Components Organization Customer Address" ], - "summary": "Partially update information about a B2b Components Individual Pricing Computed Cache resource.", + "summary": "Partially update information about a B2b Components Organization Customer Address resource.", "description": "", - "operationId": "updateB2bComponentsIndividualPricingComputedCache", + "operationId": "updateB2bComponentsOrganizationCustomerAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_individual_pricing_computed_cache", + "description": "Identifier for the b2b_components_organization_customer_address", "required": true, "schema": { "type": "string", @@ -11239,18 +11239,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Individual Pricing Computed Cache resource.", + "description": "Partially update information about a B2b Components Organization Customer Address resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" + "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsIndividualPricingComputedCache", + "description": "Detail of B2bComponentsOrganizationCustomerAddress", "content": { "application/vnd.api+json": { "schema": { @@ -11262,7 +11262,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" + "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" } } } @@ -11277,7 +11277,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" + "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" } } } @@ -11296,14 +11296,14 @@ } } }, - "/aggregate/b2b-components-individual-pricing-computed-cache": { + "/aggregate/b2b-components-organization-customer-address": { "post": { "tags": [ - "B2b Components Individual Pricing Computed Cache" + "B2b Components Organization Customer Address" ], - "summary": "Aggregate for the B2b Components Individual Pricing Computed Cache resources.", + "summary": "Aggregate for the B2b Components Organization Customer Address resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsIndividualPricingComputedCache", + "operationId": "aggregateB2bComponentsOrganizationCustomerAddress", "requestBody": { "required": true, "content": { @@ -11327,7 +11327,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsIndividualPricingComputedCache", + "description": "List of B2bComponentsOrganizationCustomerAddress", "content": { "application/vnd.api+json": { "schema": { @@ -11341,7 +11341,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" + "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" } } } @@ -11359,7 +11359,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" + "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" } } } @@ -11376,14 +11376,14 @@ } } }, - "/b2b-components-individual-pricing-tier": { + "/b2b-components-pending-order": { "get": { "tags": [ - "B2b Components Individual Pricing Tier" + "B2b Components Pending Order" ], - "summary": "List with basic information of B2b Components Individual Pricing Tier resources.", - "description": "Available since: 6.7.8.0", - "operationId": "getB2bComponentsIndividualPricingTierList", + "summary": "List with basic information of B2b Components Pending Order resources.", + "description": "Available since: 6.6.0.0", + "operationId": "getB2bComponentsPendingOrderList", "parameters": [ { "name": "limit", @@ -11412,7 +11412,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Individual Pricing Tier resources.", + "description": "List of B2b Components Pending Order resources.", "content": { "application/vnd.api+json": { "schema": { @@ -11431,7 +11431,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } ] @@ -11445,16 +11445,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-individual-pricing-tier?limit=25" + "example": "/b2b-components-pending-order?limit=25" }, "last": { - "example": "/b2b-components-individual-pricing-tier?limit=25&page=11" + "example": "/b2b-components-pending-order?limit=25&page=11" }, "next": { - "example": "/b2b-components-individual-pricing-tier?limit=25&page=4" + "example": "/b2b-components-pending-order?limit=25&page=4" }, "prev": { - "example": "/b2b-components-individual-pricing-tier?limit=25&page=2" + "example": "/b2b-components-pending-order?limit=25&page=2" } } } @@ -11475,7 +11475,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -11490,11 +11490,11 @@ }, "post": { "tags": [ - "B2b Components Individual Pricing Tier" + "B2b Components Pending Order" ], - "summary": "Create a new B2b Components Individual Pricing Tier resources.", - "description": "Available since: 6.7.8.0", - "operationId": "createB2bComponentsIndividualPricingTier", + "summary": "Create a new B2b Components Pending Order resources.", + "description": "Available since: 6.6.0.0", + "operationId": "createB2bComponentsPendingOrder", "parameters": [ { "name": "_response", @@ -11513,14 +11513,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsIndividualPricingTier", + "description": "Detail of B2bComponentsPendingOrder", "content": { "application/vnd.api+json": { "schema": { @@ -11532,7 +11532,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -11547,7 +11547,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -11563,14 +11563,14 @@ } } }, - "/search/b2b-components-individual-pricing-tier": { + "/search/b2b-components-pending-order": { "post": { "tags": [ - "B2b Components Individual Pricing Tier" + "B2b Components Pending Order" ], - "summary": "Search for the B2b Components Individual Pricing Tier resources.", - "description": "Available since: 6.7.8.0", - "operationId": "searchB2bComponentsIndividualPricingTier", + "summary": "Search for the B2b Components Pending Order resources.", + "description": "Available since: 6.6.0.0", + "operationId": "searchB2bComponentsPendingOrder", "parameters": [ { "name": "sw-include-search-info", @@ -11598,7 +11598,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsIndividualPricingTier", + "description": "List of B2bComponentsPendingOrder", "content": { "application/vnd.api+json": { "schema": { @@ -11612,7 +11612,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -11630,7 +11630,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -11647,19 +11647,19 @@ } } }, - "/b2b-components-individual-pricing-tier/{id}": { + "/b2b-components-pending-order/{id}": { "get": { "tags": [ - "B2b Components Individual Pricing Tier" + "B2b Components Pending Order" ], - "summary": "Detailed information about a B2b Components Individual Pricing Tier resource.", - "description": "Available since: 6.7.8.0", - "operationId": "getB2bComponentsIndividualPricingTier", + "summary": "Detailed information about a B2b Components Pending Order resource.", + "description": "Available since: 6.6.0.0", + "operationId": "getB2bComponentsPendingOrder", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_individual_pricing_tier", + "description": "Identifier for the b2b_components_pending_order", "required": true, "schema": { "type": "string", @@ -11669,7 +11669,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsIndividualPricingTier", + "description": "Detail of B2bComponentsPendingOrder", "content": { "application/vnd.api+json": { "schema": { @@ -11681,7 +11681,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -11696,7 +11696,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -11713,16 +11713,16 @@ }, "delete": { "tags": [ - "B2b Components Individual Pricing Tier" + "B2b Components Pending Order" ], - "summary": "Delete a B2b Components Individual Pricing Tier resource.", - "description": "Available since: 6.7.8.0", - "operationId": "deleteB2bComponentsIndividualPricingTier", + "summary": "Delete a B2b Components Pending Order resource.", + "description": "Available since: 6.6.0.0", + "operationId": "deleteB2bComponentsPendingOrder", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_individual_pricing_tier", + "description": "Identifier for the b2b_components_pending_order", "required": true, "schema": { "type": "string", @@ -11753,16 +11753,16 @@ }, "patch": { "tags": [ - "B2b Components Individual Pricing Tier" + "B2b Components Pending Order" ], - "summary": "Partially update information about a B2b Components Individual Pricing Tier resource.", - "description": "Available since: 6.7.8.0", - "operationId": "updateB2bComponentsIndividualPricingTier", + "summary": "Partially update information about a B2b Components Pending Order resource.", + "description": "Available since: 6.6.0.0", + "operationId": "updateB2bComponentsPendingOrder", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_individual_pricing_tier", + "description": "Identifier for the b2b_components_pending_order", "required": true, "schema": { "type": "string", @@ -11780,18 +11780,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Individual Pricing Tier resource.", + "description": "Partially update information about a B2b Components Pending Order resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsIndividualPricingTier", + "description": "Detail of B2bComponentsPendingOrder", "content": { "application/vnd.api+json": { "schema": { @@ -11803,7 +11803,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -11818,7 +11818,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -11837,14 +11837,14 @@ } } }, - "/aggregate/b2b-components-individual-pricing-tier": { + "/aggregate/b2b-components-pending-order": { "post": { "tags": [ - "B2b Components Individual Pricing Tier" + "B2b Components Pending Order" ], - "summary": "Aggregate for the B2b Components Individual Pricing Tier resources.", - "description": "Available since: 6.7.8.0", - "operationId": "aggregateB2bComponentsIndividualPricingTier", + "summary": "Aggregate for the B2b Components Pending Order resources.", + "description": "Available since: 6.6.10.0", + "operationId": "aggregateB2bComponentsPendingOrder", "requestBody": { "required": true, "content": { @@ -11868,7 +11868,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsIndividualPricingTier", + "description": "List of B2bComponentsPendingOrder", "content": { "application/vnd.api+json": { "schema": { @@ -11882,7 +11882,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -11900,7 +11900,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -11917,14 +11917,14 @@ } } }, - "/b2b-components-organization": { + "/b2b-components-pending-order-address": { "get": { "tags": [ - "B2b Components Organization" + "B2b Components Pending Order Address" ], - "summary": "List with basic information of B2b Components Organization resources.", - "description": "", - "operationId": "getB2bComponentsOrganizationList", + "summary": "List with basic information of B2b Components Pending Order Address resources.", + "description": "Available since: 6.6.0.0", + "operationId": "getB2bComponentsPendingOrderAddressList", "parameters": [ { "name": "limit", @@ -11953,7 +11953,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Organization resources.", + "description": "List of B2b Components Pending Order Address resources.", "content": { "application/vnd.api+json": { "schema": { @@ -11972,7 +11972,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsOrganization" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } ] @@ -11986,16 +11986,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-organization?limit=25" + "example": "/b2b-components-pending-order-address?limit=25" }, "last": { - "example": "/b2b-components-organization?limit=25&page=11" + "example": "/b2b-components-pending-order-address?limit=25&page=11" }, "next": { - "example": "/b2b-components-organization?limit=25&page=4" + "example": "/b2b-components-pending-order-address?limit=25&page=4" }, "prev": { - "example": "/b2b-components-organization?limit=25&page=2" + "example": "/b2b-components-pending-order-address?limit=25&page=2" } } } @@ -12016,7 +12016,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsOrganization" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -12031,11 +12031,11 @@ }, "post": { "tags": [ - "B2b Components Organization" + "B2b Components Pending Order Address" ], - "summary": "Create a new B2b Components Organization resources.", - "description": "", - "operationId": "createB2bComponentsOrganization", + "summary": "Create a new B2b Components Pending Order Address resources.", + "description": "Available since: 6.6.0.0", + "operationId": "createB2bComponentsPendingOrderAddress", "parameters": [ { "name": "_response", @@ -12054,14 +12054,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsOrganization" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsOrganization", + "description": "Detail of B2bComponentsPendingOrderAddress", "content": { "application/vnd.api+json": { "schema": { @@ -12073,7 +12073,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsOrganization" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -12088,7 +12088,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsOrganization" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -12104,14 +12104,14 @@ } } }, - "/search/b2b-components-organization": { + "/search/b2b-components-pending-order-address": { "post": { "tags": [ - "B2b Components Organization" + "B2b Components Pending Order Address" ], - "summary": "Search for the B2b Components Organization resources.", - "description": "", - "operationId": "searchB2bComponentsOrganization", + "summary": "Search for the B2b Components Pending Order Address resources.", + "description": "Available since: 6.6.0.0", + "operationId": "searchB2bComponentsPendingOrderAddress", "parameters": [ { "name": "sw-include-search-info", @@ -12139,7 +12139,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsOrganization", + "description": "List of B2bComponentsPendingOrderAddress", "content": { "application/vnd.api+json": { "schema": { @@ -12153,7 +12153,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsOrganization" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -12171,7 +12171,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsOrganization" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -12188,19 +12188,19 @@ } } }, - "/b2b-components-organization/{id}": { + "/b2b-components-pending-order-address/{id}": { "get": { "tags": [ - "B2b Components Organization" + "B2b Components Pending Order Address" ], - "summary": "Detailed information about a B2b Components Organization resource.", - "description": "", - "operationId": "getB2bComponentsOrganization", + "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_organization", + "description": "Identifier for the b2b_components_pending_order_address", "required": true, "schema": { "type": "string", @@ -12210,7 +12210,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsOrganization", + "description": "Detail of B2bComponentsPendingOrderAddress", "content": { "application/vnd.api+json": { "schema": { @@ -12222,7 +12222,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsOrganization" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -12237,7 +12237,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsOrganization" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -12254,16 +12254,16 @@ }, "delete": { "tags": [ - "B2b Components Organization" + "B2b Components Pending Order Address" ], - "summary": "Delete a B2b Components Organization resource.", - "description": "", - "operationId": "deleteB2bComponentsOrganization", + "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_organization", + "description": "Identifier for the b2b_components_pending_order_address", "required": true, "schema": { "type": "string", @@ -12294,16 +12294,16 @@ }, "patch": { "tags": [ - "B2b Components Organization" + "B2b Components Pending Order Address" ], - "summary": "Partially update information about a B2b Components Organization resource.", - "description": "", - "operationId": "updateB2bComponentsOrganization", + "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_organization", + "description": "Identifier for the b2b_components_pending_order_address", "required": true, "schema": { "type": "string", @@ -12321,18 +12321,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Organization resource.", + "description": "Partially update information about a B2b Components Pending Order Address resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsOrganization" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsOrganization", + "description": "Detail of B2bComponentsPendingOrderAddress", "content": { "application/vnd.api+json": { "schema": { @@ -12344,7 +12344,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsOrganization" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -12359,7 +12359,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsOrganization" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -12378,14 +12378,14 @@ } } }, - "/aggregate/b2b-components-organization": { + "/aggregate/b2b-components-pending-order-address": { "post": { "tags": [ - "B2b Components Organization" + "B2b Components Pending Order Address" ], - "summary": "Aggregate for the B2b Components Organization resources.", + "summary": "Aggregate for the B2b Components Pending Order Address resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsOrganization", + "operationId": "aggregateB2bComponentsPendingOrderAddress", "requestBody": { "required": true, "content": { @@ -12409,7 +12409,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsOrganization", + "description": "List of B2bComponentsPendingOrderAddress", "content": { "application/vnd.api+json": { "schema": { @@ -12423,7 +12423,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsOrganization" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -12441,7 +12441,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsOrganization" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -12458,14 +12458,14 @@ } } }, - "/b2b-components-organization-customer-address": { + "/b2b-components-role": { "get": { "tags": [ - "B2b Components Organization Customer Address" + "B2b Components Role" ], - "summary": "List with basic information of B2b Components Organization Customer Address resources.", + "summary": "List with basic information of B2b Components Role resources.", "description": "", - "operationId": "getB2bComponentsOrganizationCustomerAddressList", + "operationId": "getB2bComponentsRoleList", "parameters": [ { "name": "limit", @@ -12494,7 +12494,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Organization Customer Address resources.", + "description": "List of B2b Components Role resources.", "content": { "application/vnd.api+json": { "schema": { @@ -12513,7 +12513,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" + "$ref": "#/components/schemas/B2bComponentsRole" } } ] @@ -12527,16 +12527,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-organization-customer-address?limit=25" + "example": "/b2b-components-role?limit=25" }, "last": { - "example": "/b2b-components-organization-customer-address?limit=25&page=11" + "example": "/b2b-components-role?limit=25&page=11" }, "next": { - "example": "/b2b-components-organization-customer-address?limit=25&page=4" + "example": "/b2b-components-role?limit=25&page=4" }, "prev": { - "example": "/b2b-components-organization-customer-address?limit=25&page=2" + "example": "/b2b-components-role?limit=25&page=2" } } } @@ -12557,7 +12557,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -12572,11 +12572,11 @@ }, "post": { "tags": [ - "B2b Components Organization Customer Address" + "B2b Components Role" ], - "summary": "Create a new B2b Components Organization Customer Address resources.", + "summary": "Create a new B2b Components Role resources.", "description": "", - "operationId": "createB2bComponentsOrganizationCustomerAddress", + "operationId": "createB2bComponentsRole", "parameters": [ { "name": "_response", @@ -12595,14 +12595,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" + "$ref": "#/components/schemas/B2bComponentsRole" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsOrganizationCustomerAddress", + "description": "Detail of B2bComponentsRole", "content": { "application/vnd.api+json": { "schema": { @@ -12614,7 +12614,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -12629,7 +12629,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -12645,14 +12645,14 @@ } } }, - "/search/b2b-components-organization-customer-address": { + "/search/b2b-components-role": { "post": { "tags": [ - "B2b Components Organization Customer Address" + "B2b Components Role" ], - "summary": "Search for the B2b Components Organization Customer Address resources.", + "summary": "Search for the B2b Components Role resources.", "description": "", - "operationId": "searchB2bComponentsOrganizationCustomerAddress", + "operationId": "searchB2bComponentsRole", "parameters": [ { "name": "sw-include-search-info", @@ -12680,7 +12680,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsOrganizationCustomerAddress", + "description": "List of B2bComponentsRole", "content": { "application/vnd.api+json": { "schema": { @@ -12694,7 +12694,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -12712,7 +12712,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -12729,19 +12729,19 @@ } } }, - "/b2b-components-organization-customer-address/{id}": { + "/b2b-components-role/{id}": { "get": { "tags": [ - "B2b Components Organization Customer Address" + "B2b Components Role" ], - "summary": "Detailed information about a B2b Components Organization Customer Address resource.", + "summary": "Detailed information about a B2b Components Role resource.", "description": "", - "operationId": "getB2bComponentsOrganizationCustomerAddress", + "operationId": "getB2bComponentsRole", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_organization_customer_address", + "description": "Identifier for the b2b_components_role", "required": true, "schema": { "type": "string", @@ -12751,7 +12751,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsOrganizationCustomerAddress", + "description": "Detail of B2bComponentsRole", "content": { "application/vnd.api+json": { "schema": { @@ -12763,7 +12763,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -12778,7 +12778,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -12795,16 +12795,16 @@ }, "delete": { "tags": [ - "B2b Components Organization Customer Address" + "B2b Components Role" ], - "summary": "Delete a B2b Components Organization Customer Address resource.", + "summary": "Delete a B2b Components Role resource.", "description": "", - "operationId": "deleteB2bComponentsOrganizationCustomerAddress", + "operationId": "deleteB2bComponentsRole", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_organization_customer_address", + "description": "Identifier for the b2b_components_role", "required": true, "schema": { "type": "string", @@ -12835,16 +12835,16 @@ }, "patch": { "tags": [ - "B2b Components Organization Customer Address" + "B2b Components Role" ], - "summary": "Partially update information about a B2b Components Organization Customer Address resource.", + "summary": "Partially update information about a B2b Components Role resource.", "description": "", - "operationId": "updateB2bComponentsOrganizationCustomerAddress", + "operationId": "updateB2bComponentsRole", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_organization_customer_address", + "description": "Identifier for the b2b_components_role", "required": true, "schema": { "type": "string", @@ -12862,18 +12862,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Organization Customer Address resource.", + "description": "Partially update information about a B2b Components Role resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" + "$ref": "#/components/schemas/B2bComponentsRole" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsOrganizationCustomerAddress", + "description": "Detail of B2bComponentsRole", "content": { "application/vnd.api+json": { "schema": { @@ -12885,7 +12885,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -12900,7 +12900,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -12919,14 +12919,14 @@ } } }, - "/aggregate/b2b-components-organization-customer-address": { + "/aggregate/b2b-components-role": { "post": { "tags": [ - "B2b Components Organization Customer Address" + "B2b Components Role" ], - "summary": "Aggregate for the B2b Components Organization Customer Address resources.", + "summary": "Aggregate for the B2b Components Role resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsOrganizationCustomerAddress", + "operationId": "aggregateB2bComponentsRole", "requestBody": { "required": true, "content": { @@ -12950,7 +12950,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsOrganizationCustomerAddress", + "description": "List of B2bComponentsRole", "content": { "application/vnd.api+json": { "schema": { @@ -12964,7 +12964,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -12982,7 +12982,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -12999,14 +12999,14 @@ } } }, - "/b2b-components-pending-order": { + "/b2b-components-shopping-list": { "get": { "tags": [ - "B2b Components Pending Order" + "B2b Components Shopping List" ], - "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 Shopping List resources.", + "description": "Available since: 6.6.2.0", + "operationId": "getB2bComponentsShoppingListList", "parameters": [ { "name": "limit", @@ -13035,7 +13035,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Pending Order resources.", + "description": "List of B2b Components Shopping List resources.", "content": { "application/vnd.api+json": { "schema": { @@ -13054,7 +13054,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } ] @@ -13068,16 +13068,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-pending-order?limit=25" + "example": "/b2b-components-shopping-list?limit=25" }, "last": { - "example": "/b2b-components-pending-order?limit=25&page=11" + "example": "/b2b-components-shopping-list?limit=25&page=11" }, "next": { - "example": "/b2b-components-pending-order?limit=25&page=4" + "example": "/b2b-components-shopping-list?limit=25&page=4" }, "prev": { - "example": "/b2b-components-pending-order?limit=25&page=2" + "example": "/b2b-components-shopping-list?limit=25&page=2" } } } @@ -13098,7 +13098,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -13113,11 +13113,11 @@ }, "post": { "tags": [ - "B2b Components Pending Order" + "B2b Components Shopping List" ], - "summary": "Create a new B2b Components Pending Order resources.", - "description": "Available since: 6.6.0.0", - "operationId": "createB2bComponentsPendingOrder", + "summary": "Create a new B2b Components Shopping List resources.", + "description": "Available since: 6.6.2.0", + "operationId": "createB2bComponentsShoppingList", "parameters": [ { "name": "_response", @@ -13136,14 +13136,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsPendingOrder", + "description": "Detail of B2bComponentsShoppingList", "content": { "application/vnd.api+json": { "schema": { @@ -13155,7 +13155,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -13170,7 +13170,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -13186,14 +13186,14 @@ } } }, - "/search/b2b-components-pending-order": { + "/search/b2b-components-shopping-list": { "post": { "tags": [ - "B2b Components Pending Order" + "B2b Components Shopping List" ], - "summary": "Search for the B2b Components Pending Order resources.", - "description": "Available since: 6.6.0.0", - "operationId": "searchB2bComponentsPendingOrder", + "summary": "Search for the B2b Components Shopping List resources.", + "description": "Available since: 6.6.2.0", + "operationId": "searchB2bComponentsShoppingList", "parameters": [ { "name": "sw-include-search-info", @@ -13221,7 +13221,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsPendingOrder", + "description": "List of B2bComponentsShoppingList", "content": { "application/vnd.api+json": { "schema": { @@ -13235,7 +13235,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -13253,7 +13253,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -13270,19 +13270,19 @@ } } }, - "/b2b-components-pending-order/{id}": { + "/b2b-components-shopping-list/{id}": { "get": { "tags": [ - "B2b Components Pending Order" + "B2b Components Shopping List" ], - "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 Shopping List resource.", + "description": "Available since: 6.6.2.0", + "operationId": "getB2bComponentsShoppingList", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_pending_order", + "description": "Identifier for the b2b_components_shopping_list", "required": true, "schema": { "type": "string", @@ -13292,7 +13292,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsPendingOrder", + "description": "Detail of B2bComponentsShoppingList", "content": { "application/vnd.api+json": { "schema": { @@ -13304,7 +13304,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -13319,7 +13319,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -13336,16 +13336,16 @@ }, "delete": { "tags": [ - "B2b Components Pending Order" + "B2b Components Shopping List" ], - "summary": "Delete a B2b Components Pending Order resource.", - "description": "Available since: 6.6.0.0", - "operationId": "deleteB2bComponentsPendingOrder", + "summary": "Delete a B2b Components Shopping List resource.", + "description": "Available since: 6.6.2.0", + "operationId": "deleteB2bComponentsShoppingList", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_pending_order", + "description": "Identifier for the b2b_components_shopping_list", "required": true, "schema": { "type": "string", @@ -13376,16 +13376,16 @@ }, "patch": { "tags": [ - "B2b Components Pending Order" + "B2b Components Shopping List" ], - "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 Shopping List resource.", + "description": "Available since: 6.6.2.0", + "operationId": "updateB2bComponentsShoppingList", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_pending_order", + "description": "Identifier for the b2b_components_shopping_list", "required": true, "schema": { "type": "string", @@ -13403,18 +13403,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Pending Order resource.", + "description": "Partially update information about a B2b Components Shopping List resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsPendingOrder", + "description": "Detail of B2bComponentsShoppingList", "content": { "application/vnd.api+json": { "schema": { @@ -13426,7 +13426,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -13441,7 +13441,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -13460,14 +13460,14 @@ } } }, - "/aggregate/b2b-components-pending-order": { + "/aggregate/b2b-components-shopping-list": { "post": { "tags": [ - "B2b Components Pending Order" + "B2b Components Shopping List" ], - "summary": "Aggregate for the B2b Components Pending Order resources.", + "summary": "Aggregate for the B2b Components Shopping List resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsPendingOrder", + "operationId": "aggregateB2bComponentsShoppingList", "requestBody": { "required": true, "content": { @@ -13491,7 +13491,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsPendingOrder", + "description": "List of B2bComponentsShoppingList", "content": { "application/vnd.api+json": { "schema": { @@ -13505,7 +13505,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -13523,7 +13523,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -13540,14 +13540,14 @@ } } }, - "/b2b-components-pending-order-address": { + "/b2b-components-shopping-list-line-item": { "get": { "tags": [ - "B2b Components Pending Order Address" + "B2b Components Shopping List Line Item" ], - "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 Line Item resources.", + "description": "Available since: 6.6.2.0", + "operationId": "getB2bComponentsShoppingListLineItemList", "parameters": [ { "name": "limit", @@ -13576,7 +13576,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Pending Order Address resources.", + "description": "List of B2b Components Shopping List Line Item resources.", "content": { "application/vnd.api+json": { "schema": { @@ -13595,7 +13595,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } ] @@ -13609,16 +13609,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-pending-order-address?limit=25" + "example": "/b2b-components-shopping-list-line-item?limit=25" }, "last": { - "example": "/b2b-components-pending-order-address?limit=25&page=11" + "example": "/b2b-components-shopping-list-line-item?limit=25&page=11" }, "next": { - "example": "/b2b-components-pending-order-address?limit=25&page=4" + "example": "/b2b-components-shopping-list-line-item?limit=25&page=4" }, "prev": { - "example": "/b2b-components-pending-order-address?limit=25&page=2" + "example": "/b2b-components-shopping-list-line-item?limit=25&page=2" } } } @@ -13639,7 +13639,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -13654,11 +13654,11 @@ }, "post": { "tags": [ - "B2b Components Pending Order Address" + "B2b Components Shopping List Line Item" ], - "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 Line Item resources.", + "description": "Available since: 6.6.2.0", + "operationId": "createB2bComponentsShoppingListLineItem", "parameters": [ { "name": "_response", @@ -13677,14 +13677,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsPendingOrderAddress", + "description": "Detail of B2bComponentsShoppingListLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -13696,7 +13696,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -13711,7 +13711,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -13727,14 +13727,14 @@ } } }, - "/search/b2b-components-pending-order-address": { + "/search/b2b-components-shopping-list-line-item": { "post": { "tags": [ - "B2b Components Pending Order Address" + "B2b Components Shopping List Line Item" ], - "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 Line Item resources.", + "description": "Available since: 6.6.2.0", + "operationId": "searchB2bComponentsShoppingListLineItem", "parameters": [ { "name": "sw-include-search-info", @@ -13762,7 +13762,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsPendingOrderAddress", + "description": "List of B2bComponentsShoppingListLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -13776,7 +13776,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -13794,7 +13794,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -13811,19 +13811,19 @@ } } }, - "/b2b-components-pending-order-address/{id}": { + "/b2b-components-shopping-list-line-item/{id}": { "get": { "tags": [ - "B2b Components Pending Order Address" + "B2b Components Shopping List Line Item" ], - "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 Line Item resource.", + "description": "Available since: 6.6.2.0", + "operationId": "getB2bComponentsShoppingListLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_pending_order_address", + "description": "Identifier for the b2b_components_shopping_list_line_item", "required": true, "schema": { "type": "string", @@ -13833,7 +13833,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsPendingOrderAddress", + "description": "Detail of B2bComponentsShoppingListLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -13845,7 +13845,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -13860,7 +13860,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -13877,16 +13877,16 @@ }, "delete": { "tags": [ - "B2b Components Pending Order Address" + "B2b Components Shopping List Line Item" ], - "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 Line Item resource.", + "description": "Available since: 6.6.2.0", + "operationId": "deleteB2bComponentsShoppingListLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_pending_order_address", + "description": "Identifier for the b2b_components_shopping_list_line_item", "required": true, "schema": { "type": "string", @@ -13917,16 +13917,16 @@ }, "patch": { "tags": [ - "B2b Components Pending Order Address" + "B2b Components Shopping List Line Item" ], - "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 Line Item resource.", + "description": "Available since: 6.6.2.0", + "operationId": "updateB2bComponentsShoppingListLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_pending_order_address", + "description": "Identifier for the b2b_components_shopping_list_line_item", "required": true, "schema": { "type": "string", @@ -13944,18 +13944,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Pending Order Address resource.", + "description": "Partially update information about a B2b Components Shopping List Line Item resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsPendingOrderAddress", + "description": "Detail of B2bComponentsShoppingListLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -13967,7 +13967,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -13982,7 +13982,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -14001,14 +14001,14 @@ } } }, - "/aggregate/b2b-components-pending-order-address": { + "/aggregate/b2b-components-shopping-list-line-item": { "post": { "tags": [ - "B2b Components Pending Order Address" + "B2b Components Shopping List Line Item" ], - "summary": "Aggregate for the B2b Components Pending Order Address resources.", + "summary": "Aggregate for the B2b Components Shopping List Line Item resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsPendingOrderAddress", + "operationId": "aggregateB2bComponentsShoppingListLineItem", "requestBody": { "required": true, "content": { @@ -14032,7 +14032,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsPendingOrderAddress", + "description": "List of B2bComponentsShoppingListLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -14046,7 +14046,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -14064,7 +14064,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -14081,14 +14081,14 @@ } } }, - "/b2b-components-role": { + "/b2b-components-subscription-employee": { "get": { "tags": [ - "B2b Components Role" + "B2b Components Subscription Employee" ], - "summary": "List with basic information of B2b Components Role resources.", + "summary": "List with basic information of B2b Components Subscription Employee resources.", "description": "", - "operationId": "getB2bComponentsRoleList", + "operationId": "getB2bComponentsSubscriptionEmployeeList", "parameters": [ { "name": "limit", @@ -14117,7 +14117,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Role resources.", + "description": "List of B2b Components Subscription Employee resources.", "content": { "application/vnd.api+json": { "schema": { @@ -14136,7 +14136,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" } } ] @@ -14150,16 +14150,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-role?limit=25" + "example": "/b2b-components-subscription-employee?limit=25" }, "last": { - "example": "/b2b-components-role?limit=25&page=11" + "example": "/b2b-components-subscription-employee?limit=25&page=11" }, "next": { - "example": "/b2b-components-role?limit=25&page=4" + "example": "/b2b-components-subscription-employee?limit=25&page=4" }, "prev": { - "example": "/b2b-components-role?limit=25&page=2" + "example": "/b2b-components-subscription-employee?limit=25&page=2" } } } @@ -14180,7 +14180,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" } } } @@ -14195,11 +14195,11 @@ }, "post": { "tags": [ - "B2b Components Role" + "B2b Components Subscription Employee" ], - "summary": "Create a new B2b Components Role resources.", + "summary": "Create a new B2b Components Subscription Employee resources.", "description": "", - "operationId": "createB2bComponentsRole", + "operationId": "createB2bComponentsSubscriptionEmployee", "parameters": [ { "name": "_response", @@ -14218,14 +14218,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsRole", + "description": "Detail of B2bComponentsSubscriptionEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -14237,7 +14237,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" } } } @@ -14252,7 +14252,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" } } } @@ -14268,14 +14268,14 @@ } } }, - "/search/b2b-components-role": { + "/search/b2b-components-subscription-employee": { "post": { "tags": [ - "B2b Components Role" + "B2b Components Subscription Employee" ], - "summary": "Search for the B2b Components Role resources.", + "summary": "Search for the B2b Components Subscription Employee resources.", "description": "", - "operationId": "searchB2bComponentsRole", + "operationId": "searchB2bComponentsSubscriptionEmployee", "parameters": [ { "name": "sw-include-search-info", @@ -14303,7 +14303,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsRole", + "description": "List of B2bComponentsSubscriptionEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -14317,7 +14317,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" } } } @@ -14335,7 +14335,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" } } } @@ -14352,19 +14352,19 @@ } } }, - "/b2b-components-role/{id}": { + "/b2b-components-subscription-employee/{id}": { "get": { "tags": [ - "B2b Components Role" + "B2b Components Subscription Employee" ], - "summary": "Detailed information about a B2b Components Role resource.", + "summary": "Detailed information about a B2b Components Subscription Employee resource.", "description": "", - "operationId": "getB2bComponentsRole", + "operationId": "getB2bComponentsSubscriptionEmployee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_role", + "description": "Identifier for the b2b_components_subscription_employee", "required": true, "schema": { "type": "string", @@ -14374,7 +14374,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsRole", + "description": "Detail of B2bComponentsSubscriptionEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -14386,7 +14386,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" } } } @@ -14401,7 +14401,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" } } } @@ -14418,16 +14418,16 @@ }, "delete": { "tags": [ - "B2b Components Role" + "B2b Components Subscription Employee" ], - "summary": "Delete a B2b Components Role resource.", + "summary": "Delete a B2b Components Subscription Employee resource.", "description": "", - "operationId": "deleteB2bComponentsRole", + "operationId": "deleteB2bComponentsSubscriptionEmployee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_role", + "description": "Identifier for the b2b_components_subscription_employee", "required": true, "schema": { "type": "string", @@ -14458,16 +14458,16 @@ }, "patch": { "tags": [ - "B2b Components Role" + "B2b Components Subscription Employee" ], - "summary": "Partially update information about a B2b Components Role resource.", + "summary": "Partially update information about a B2b Components Subscription Employee resource.", "description": "", - "operationId": "updateB2bComponentsRole", + "operationId": "updateB2bComponentsSubscriptionEmployee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_role", + "description": "Identifier for the b2b_components_subscription_employee", "required": true, "schema": { "type": "string", @@ -14485,18 +14485,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Role resource.", + "description": "Partially update information about a B2b Components Subscription Employee resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsRole", + "description": "Detail of B2bComponentsSubscriptionEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -14508,7 +14508,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" } } } @@ -14523,7 +14523,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" } } } @@ -14542,14 +14542,14 @@ } } }, - "/aggregate/b2b-components-role": { + "/aggregate/b2b-components-subscription-employee": { "post": { "tags": [ - "B2b Components Role" + "B2b Components Subscription Employee" ], - "summary": "Aggregate for the B2b Components Role resources.", + "summary": "Aggregate for the B2b Components Subscription Employee resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsRole", + "operationId": "aggregateB2bComponentsSubscriptionEmployee", "requestBody": { "required": true, "content": { @@ -14573,7 +14573,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsRole", + "description": "List of B2bComponentsSubscriptionEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -14587,7 +14587,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" } } } @@ -14605,7 +14605,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" } } } @@ -14622,14 +14622,14 @@ } } }, - "/b2b-components-shopping-list": { + "/b2b-employee": { "get": { "tags": [ - "B2b Components Shopping List" + "B2b Employee" ], - "summary": "List with basic information of B2b Components Shopping List resources.", - "description": "Available since: 6.6.2.0", - "operationId": "getB2bComponentsShoppingListList", + "summary": "List with basic information of B2b Employee resources.", + "description": "", + "operationId": "getB2bEmployeeList", "parameters": [ { "name": "limit", @@ -14658,7 +14658,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Shopping List resources.", + "description": "List of B2b Employee resources.", "content": { "application/vnd.api+json": { "schema": { @@ -14677,7 +14677,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bEmployee" } } ] @@ -14691,16 +14691,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" } } } @@ -14721,7 +14721,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -14736,11 +14736,11 @@ }, "post": { "tags": [ - "B2b Components Shopping List" + "B2b Employee" ], - "summary": "Create a new B2b Components Shopping List resources.", - "description": "Available since: 6.6.2.0", - "operationId": "createB2bComponentsShoppingList", + "summary": "Create a new B2b Employee resources.", + "description": "", + "operationId": "createB2bEmployee", "parameters": [ { "name": "_response", @@ -14759,14 +14759,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": { @@ -14778,7 +14778,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -14793,7 +14793,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -14809,14 +14809,14 @@ } } }, - "/search/b2b-components-shopping-list": { + "/search/b2b-employee": { "post": { "tags": [ - "B2b Components Shopping List" + "B2b Employee" ], - "summary": "Search for the B2b Components Shopping List resources.", - "description": "Available since: 6.6.2.0", - "operationId": "searchB2bComponentsShoppingList", + "summary": "Search for the B2b Employee resources.", + "description": "", + "operationId": "searchB2bEmployee", "parameters": [ { "name": "sw-include-search-info", @@ -14844,7 +14844,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsShoppingList", + "description": "List of B2bEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -14858,7 +14858,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -14876,7 +14876,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -14893,19 +14893,19 @@ } } }, - "/b2b-components-shopping-list/{id}": { + "/b2b-employee/{id}": { "get": { "tags": [ - "B2b Components Shopping List" + "B2b Employee" ], - "summary": "Detailed information about a B2b Components Shopping List resource.", - "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", @@ -14915,7 +14915,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsShoppingList", + "description": "Detail of B2bEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -14927,7 +14927,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -14942,7 +14942,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -14959,16 +14959,16 @@ }, "delete": { "tags": [ - "B2b Components Shopping List" + "B2b Employee" ], - "summary": "Delete a B2b Components Shopping List resource.", - "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", @@ -14999,16 +14999,16 @@ }, "patch": { "tags": [ - "B2b Components Shopping List" + "B2b Employee" ], - "summary": "Partially update information about a B2b Components Shopping List resource.", - "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", @@ -15026,18 +15026,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": { @@ -15049,7 +15049,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -15064,7 +15064,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -15083,14 +15083,14 @@ } } }, - "/aggregate/b2b-components-shopping-list": { + "/aggregate/b2b-employee": { "post": { "tags": [ - "B2b Components Shopping List" + "B2b Employee" ], - "summary": "Aggregate for the B2b Components Shopping List resources.", + "summary": "Aggregate for the B2b Employee resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsShoppingList", + "operationId": "aggregateB2bEmployee", "requestBody": { "required": true, "content": { @@ -15114,7 +15114,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsShoppingList", + "description": "List of B2bEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -15128,7 +15128,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -15146,7 +15146,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -15163,14 +15163,14 @@ } } }, - "/b2b-components-shopping-list-line-item": { + "/b2b-order-employee": { "get": { "tags": [ - "B2b Components Shopping List Line Item" + "B2b Order Employee" ], - "summary": "List with basic information of B2b Components Shopping List Line Item resources.", - "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", @@ -15199,7 +15199,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": { @@ -15218,7 +15218,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bOrderEmployee" } } ] @@ -15232,16 +15232,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" } } } @@ -15262,7 +15262,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -15277,11 +15277,11 @@ }, "post": { "tags": [ - "B2b Components Shopping List Line Item" + "B2b Order Employee" ], - "summary": "Create a new B2b Components Shopping List Line Item resources.", - "description": "Available since: 6.6.2.0", - "operationId": "createB2bComponentsShoppingListLineItem", + "summary": "Create a new B2b Order Employee resources.", + "description": "", + "operationId": "createB2bOrderEmployee", "parameters": [ { "name": "_response", @@ -15300,14 +15300,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": { @@ -15319,7 +15319,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -15334,7 +15334,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -15350,14 +15350,14 @@ } } }, - "/search/b2b-components-shopping-list-line-item": { + "/search/b2b-order-employee": { "post": { "tags": [ - "B2b Components Shopping List Line Item" + "B2b Order Employee" ], - "summary": "Search for the B2b Components Shopping List Line Item resources.", - "description": "Available since: 6.6.2.0", - "operationId": "searchB2bComponentsShoppingListLineItem", + "summary": "Search for the B2b Order Employee resources.", + "description": "", + "operationId": "searchB2bOrderEmployee", "parameters": [ { "name": "sw-include-search-info", @@ -15385,7 +15385,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsShoppingListLineItem", + "description": "List of B2bOrderEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -15399,7 +15399,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -15417,7 +15417,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -15434,19 +15434,19 @@ } } }, - "/b2b-components-shopping-list-line-item/{id}": { + "/b2b-order-employee/{id}": { "get": { "tags": [ - "B2b Components Shopping List Line Item" + "B2b Order Employee" ], - "summary": "Detailed information about a B2b Components Shopping List Line Item resource.", - "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", @@ -15456,7 +15456,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsShoppingListLineItem", + "description": "Detail of B2bOrderEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -15468,7 +15468,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -15483,7 +15483,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -15500,16 +15500,16 @@ }, "delete": { "tags": [ - "B2b Components Shopping List Line Item" + "B2b Order Employee" ], - "summary": "Delete a B2b Components Shopping List Line Item resource.", - "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", @@ -15540,16 +15540,16 @@ }, "patch": { "tags": [ - "B2b Components Shopping List Line Item" + "B2b Order Employee" ], - "summary": "Partially update information about a B2b Components Shopping List Line Item resource.", - "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", @@ -15567,18 +15567,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": { @@ -15590,7 +15590,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -15605,7 +15605,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -15624,14 +15624,14 @@ } } }, - "/aggregate/b2b-components-shopping-list-line-item": { + "/aggregate/b2b-order-employee": { "post": { "tags": [ - "B2b Components Shopping List Line Item" + "B2b Order Employee" ], - "summary": "Aggregate for the B2b Components Shopping List Line Item resources.", + "summary": "Aggregate for the B2b Order Employee resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsShoppingListLineItem", + "operationId": "aggregateB2bOrderEmployee", "requestBody": { "required": true, "content": { @@ -15655,7 +15655,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsShoppingListLineItem", + "description": "List of B2bOrderEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -15669,7 +15669,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -15687,7 +15687,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -15704,14 +15704,14 @@ } } }, - "/b2b-components-subscription-employee": { + "/b2b-permission": { "get": { "tags": [ - "B2b Components Subscription Employee" + "B2b Permission" ], - "summary": "List with basic information of B2b Components Subscription Employee resources.", + "summary": "List with basic information of B2b Permission resources.", "description": "", - "operationId": "getB2bComponentsSubscriptionEmployeeList", + "operationId": "getB2bPermissionList", "parameters": [ { "name": "limit", @@ -15740,7 +15740,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Subscription Employee resources.", + "description": "List of B2b Permission resources.", "content": { "application/vnd.api+json": { "schema": { @@ -15759,7 +15759,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" + "$ref": "#/components/schemas/B2bPermission" } } ] @@ -15773,16 +15773,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-subscription-employee?limit=25" + "example": "/b2b-permission?limit=25" }, "last": { - "example": "/b2b-components-subscription-employee?limit=25&page=11" + "example": "/b2b-permission?limit=25&page=11" }, "next": { - "example": "/b2b-components-subscription-employee?limit=25&page=4" + "example": "/b2b-permission?limit=25&page=4" }, "prev": { - "example": "/b2b-components-subscription-employee?limit=25&page=2" + "example": "/b2b-permission?limit=25&page=2" } } } @@ -15803,7 +15803,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -15818,11 +15818,11 @@ }, "post": { "tags": [ - "B2b Components Subscription Employee" + "B2b Permission" ], - "summary": "Create a new B2b Components Subscription Employee resources.", + "summary": "Create a new B2b Permission resources.", "description": "", - "operationId": "createB2bComponentsSubscriptionEmployee", + "operationId": "createB2bPermission", "parameters": [ { "name": "_response", @@ -15841,14 +15841,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsSubscriptionEmployee", + "description": "Detail of B2bPermission", "content": { "application/vnd.api+json": { "schema": { @@ -15860,7 +15860,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -15875,7 +15875,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -15891,14 +15891,14 @@ } } }, - "/search/b2b-components-subscription-employee": { + "/search/b2b-permission": { "post": { "tags": [ - "B2b Components Subscription Employee" + "B2b Permission" ], - "summary": "Search for the B2b Components Subscription Employee resources.", + "summary": "Search for the B2b Permission resources.", "description": "", - "operationId": "searchB2bComponentsSubscriptionEmployee", + "operationId": "searchB2bPermission", "parameters": [ { "name": "sw-include-search-info", @@ -15926,7 +15926,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsSubscriptionEmployee", + "description": "List of B2bPermission", "content": { "application/vnd.api+json": { "schema": { @@ -15940,7 +15940,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -15958,7 +15958,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -15975,19 +15975,19 @@ } } }, - "/b2b-components-subscription-employee/{id}": { + "/b2b-permission/{id}": { "get": { "tags": [ - "B2b Components Subscription Employee" + "B2b Permission" ], - "summary": "Detailed information about a B2b Components Subscription Employee resource.", + "summary": "Detailed information about a B2b Permission resource.", "description": "", - "operationId": "getB2bComponentsSubscriptionEmployee", + "operationId": "getB2bPermission", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_subscription_employee", + "description": "Identifier for the b2b_permission", "required": true, "schema": { "type": "string", @@ -15997,7 +15997,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsSubscriptionEmployee", + "description": "Detail of B2bPermission", "content": { "application/vnd.api+json": { "schema": { @@ -16009,7 +16009,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -16024,7 +16024,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -16041,16 +16041,16 @@ }, "delete": { "tags": [ - "B2b Components Subscription Employee" + "B2b Permission" ], - "summary": "Delete a B2b Components Subscription Employee resource.", + "summary": "Delete a B2b Permission resource.", "description": "", - "operationId": "deleteB2bComponentsSubscriptionEmployee", + "operationId": "deleteB2bPermission", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_subscription_employee", + "description": "Identifier for the b2b_permission", "required": true, "schema": { "type": "string", @@ -16081,16 +16081,16 @@ }, "patch": { "tags": [ - "B2b Components Subscription Employee" + "B2b Permission" ], - "summary": "Partially update information about a B2b Components Subscription Employee resource.", + "summary": "Partially update information about a B2b Permission resource.", "description": "", - "operationId": "updateB2bComponentsSubscriptionEmployee", + "operationId": "updateB2bPermission", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_subscription_employee", + "description": "Identifier for the b2b_permission", "required": true, "schema": { "type": "string", @@ -16108,18 +16108,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Subscription Employee resource.", + "description": "Partially update information about a B2b Permission resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsSubscriptionEmployee", + "description": "Detail of B2bPermission", "content": { "application/vnd.api+json": { "schema": { @@ -16131,7 +16131,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -16146,7 +16146,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -16165,14 +16165,14 @@ } } }, - "/aggregate/b2b-components-subscription-employee": { + "/aggregate/b2b-permission": { "post": { "tags": [ - "B2b Components Subscription Employee" + "B2b Permission" ], - "summary": "Aggregate for the B2b Components Subscription Employee resources.", + "summary": "Aggregate for the B2b Permission resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsSubscriptionEmployee", + "operationId": "aggregateB2bPermission", "requestBody": { "required": true, "content": { @@ -16196,7 +16196,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsSubscriptionEmployee", + "description": "List of B2bPermission", "content": { "application/vnd.api+json": { "schema": { @@ -16210,7 +16210,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -16228,7 +16228,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -16245,14 +16245,15 @@ } } }, - "/b2b-employee": { + "/bundle-discount": { "get": { "tags": [ - "B2b Employee" + "Bundle Discount", + "Experimental" ], - "summary": "List with basic information of B2b Employee resources.", - "description": "", - "operationId": "getB2bEmployeeList", + "summary": "List with basic information of Bundle Discount resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "Available since: 6.7.9.0", + "operationId": "getBundleDiscountList", "parameters": [ { "name": "limit", @@ -16281,7 +16282,7 @@ ], "responses": { "200": { - "description": "List of B2b Employee resources.", + "description": "List of Bundle Discount resources.", "content": { "application/vnd.api+json": { "schema": { @@ -16300,7 +16301,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/BundleDiscount" } } ] @@ -16314,16 +16315,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-employee?limit=25" + "example": "/bundle-discount?limit=25" }, "last": { - "example": "/b2b-employee?limit=25&page=11" + "example": "/bundle-discount?limit=25&page=11" }, "next": { - "example": "/b2b-employee?limit=25&page=4" + "example": "/bundle-discount?limit=25&page=4" }, "prev": { - "example": "/b2b-employee?limit=25&page=2" + "example": "/bundle-discount?limit=25&page=2" } } } @@ -16344,7 +16345,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/BundleDiscount" } } } @@ -16359,11 +16360,12 @@ }, "post": { "tags": [ - "B2b Employee" + "Bundle Discount", + "Experimental" ], - "summary": "Create a new B2b Employee resources.", - "description": "", - "operationId": "createB2bEmployee", + "summary": "Create a new Bundle Discount resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "Available since: 6.7.9.0", + "operationId": "createBundleDiscount", "parameters": [ { "name": "_response", @@ -16382,14 +16384,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/BundleDiscount" } } } }, "responses": { "200": { - "description": "Detail of B2bEmployee", + "description": "Detail of BundleDiscount", "content": { "application/vnd.api+json": { "schema": { @@ -16401,7 +16403,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/BundleDiscount" } } } @@ -16416,7 +16418,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/BundleDiscount" } } } @@ -16432,14 +16434,15 @@ } } }, - "/search/b2b-employee": { + "/search/bundle-discount": { "post": { "tags": [ - "B2b Employee" + "Bundle Discount", + "Experimental" ], - "summary": "Search for the B2b Employee resources.", - "description": "", - "operationId": "searchB2bEmployee", + "summary": "Search for the Bundle Discount resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "Available since: 6.7.9.0", + "operationId": "searchBundleDiscount", "parameters": [ { "name": "sw-include-search-info", @@ -16467,7 +16470,7 @@ }, "responses": { "200": { - "description": "List of B2bEmployee", + "description": "List of BundleDiscount", "content": { "application/vnd.api+json": { "schema": { @@ -16481,7 +16484,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/BundleDiscount" } } } @@ -16499,7 +16502,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/BundleDiscount" } } } @@ -16516,19 +16519,20 @@ } } }, - "/b2b-employee/{id}": { + "/bundle-discount/{id}": { "get": { "tags": [ - "B2b Employee" + "Bundle Discount", + "Experimental" ], - "summary": "Detailed information about a B2b Employee resource.", - "description": "", - "operationId": "getB2bEmployee", + "summary": "Detailed information about a Bundle Discount resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "Available since: 6.7.9.0", + "operationId": "getBundleDiscount", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_employee", + "description": "Identifier for the bundle_discount", "required": true, "schema": { "type": "string", @@ -16538,7 +16542,7 @@ ], "responses": { "200": { - "description": "Detail of B2bEmployee", + "description": "Detail of BundleDiscount", "content": { "application/vnd.api+json": { "schema": { @@ -16550,7 +16554,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/BundleDiscount" } } } @@ -16565,7 +16569,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/BundleDiscount" } } } @@ -16582,16 +16586,17 @@ }, "delete": { "tags": [ - "B2b Employee" + "Bundle Discount", + "Experimental" ], - "summary": "Delete a B2b Employee resource.", - "description": "", - "operationId": "deleteB2bEmployee", + "summary": "Delete a Bundle Discount resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "Available since: 6.7.9.0", + "operationId": "deleteBundleDiscount", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_employee", + "description": "Identifier for the bundle_discount", "required": true, "schema": { "type": "string", @@ -16622,16 +16627,17 @@ }, "patch": { "tags": [ - "B2b Employee" + "Bundle Discount", + "Experimental" ], - "summary": "Partially update information about a B2b Employee resource.", - "description": "", - "operationId": "updateB2bEmployee", + "summary": "Partially update information about a Bundle Discount resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "Available since: 6.7.9.0", + "operationId": "updateBundleDiscount", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_employee", + "description": "Identifier for the bundle_discount", "required": true, "schema": { "type": "string", @@ -16649,18 +16655,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Employee resource.", + "description": "Partially update information about a Bundle Discount resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/BundleDiscount" } } } }, "responses": { "200": { - "description": "Detail of B2bEmployee", + "description": "Detail of BundleDiscount", "content": { "application/vnd.api+json": { "schema": { @@ -16672,7 +16678,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/BundleDiscount" } } } @@ -16687,7 +16693,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/BundleDiscount" } } } @@ -16706,14 +16712,15 @@ } } }, - "/aggregate/b2b-employee": { + "/aggregate/bundle-discount": { "post": { "tags": [ - "B2b Employee" + "Bundle Discount", + "Experimental" ], - "summary": "Aggregate for the B2b Employee resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bEmployee", + "summary": "Aggregate for the Bundle Discount resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "Available since: 6.7.9.0", + "operationId": "aggregateBundleDiscount", "requestBody": { "required": true, "content": { @@ -16737,7 +16744,7 @@ }, "responses": { "200": { - "description": "List of B2bEmployee", + "description": "List of BundleDiscount", "content": { "application/vnd.api+json": { "schema": { @@ -16751,7 +16758,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/BundleDiscount" } } } @@ -16769,7 +16776,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/BundleDiscount" } } } @@ -16786,14 +16793,15 @@ } } }, - "/b2b-order-employee": { + "/bundle-item": { "get": { "tags": [ - "B2b Order Employee" + "Bundle Item", + "Experimental" ], - "summary": "List with basic information of B2b Order Employee resources.", - "description": "", - "operationId": "getB2bOrderEmployeeList", + "summary": "List with basic information of Bundle 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.7.9.0", + "operationId": "getBundleItemList", "parameters": [ { "name": "limit", @@ -16822,7 +16830,7 @@ ], "responses": { "200": { - "description": "List of B2b Order Employee resources.", + "description": "List of Bundle Item resources.", "content": { "application/vnd.api+json": { "schema": { @@ -16841,7 +16849,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/BundleItem" } } ] @@ -16855,16 +16863,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-order-employee?limit=25" + "example": "/bundle-item?limit=25" }, "last": { - "example": "/b2b-order-employee?limit=25&page=11" + "example": "/bundle-item?limit=25&page=11" }, "next": { - "example": "/b2b-order-employee?limit=25&page=4" + "example": "/bundle-item?limit=25&page=4" }, "prev": { - "example": "/b2b-order-employee?limit=25&page=2" + "example": "/bundle-item?limit=25&page=2" } } } @@ -16885,7 +16893,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/BundleItem" } } } @@ -16900,11 +16908,12 @@ }, "post": { "tags": [ - "B2b Order Employee" + "Bundle Item", + "Experimental" ], - "summary": "Create a new B2b Order Employee resources.", - "description": "", - "operationId": "createB2bOrderEmployee", + "summary": "Create a new Bundle 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.7.9.0", + "operationId": "createBundleItem", "parameters": [ { "name": "_response", @@ -16923,14 +16932,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/BundleItem" } } } }, "responses": { "200": { - "description": "Detail of B2bOrderEmployee", + "description": "Detail of BundleItem", "content": { "application/vnd.api+json": { "schema": { @@ -16942,7 +16951,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/BundleItem" } } } @@ -16957,7 +16966,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/BundleItem" } } } @@ -16973,14 +16982,15 @@ } } }, - "/search/b2b-order-employee": { + "/search/bundle-item": { "post": { "tags": [ - "B2b Order Employee" + "Bundle Item", + "Experimental" ], - "summary": "Search for the B2b Order Employee resources.", - "description": "", - "operationId": "searchB2bOrderEmployee", + "summary": "Search for the Bundle 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.7.9.0", + "operationId": "searchBundleItem", "parameters": [ { "name": "sw-include-search-info", @@ -17008,7 +17018,7 @@ }, "responses": { "200": { - "description": "List of B2bOrderEmployee", + "description": "List of BundleItem", "content": { "application/vnd.api+json": { "schema": { @@ -17022,7 +17032,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/BundleItem" } } } @@ -17040,7 +17050,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/BundleItem" } } } @@ -17057,19 +17067,20 @@ } } }, - "/b2b-order-employee/{id}": { + "/bundle-item/{id}": { "get": { "tags": [ - "B2b Order Employee" + "Bundle Item", + "Experimental" ], - "summary": "Detailed information about a B2b Order Employee resource.", - "description": "", - "operationId": "getB2bOrderEmployee", + "summary": "Detailed information about a Bundle 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.7.9.0", + "operationId": "getBundleItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_order_employee", + "description": "Identifier for the bundle_item", "required": true, "schema": { "type": "string", @@ -17079,7 +17090,7 @@ ], "responses": { "200": { - "description": "Detail of B2bOrderEmployee", + "description": "Detail of BundleItem", "content": { "application/vnd.api+json": { "schema": { @@ -17091,7 +17102,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/BundleItem" } } } @@ -17106,7 +17117,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/BundleItem" } } } @@ -17123,16 +17134,17 @@ }, "delete": { "tags": [ - "B2b Order Employee" + "Bundle Item", + "Experimental" ], - "summary": "Delete a B2b Order Employee resource.", - "description": "", - "operationId": "deleteB2bOrderEmployee", + "summary": "Delete a Bundle 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.7.9.0", + "operationId": "deleteBundleItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_order_employee", + "description": "Identifier for the bundle_item", "required": true, "schema": { "type": "string", @@ -17163,16 +17175,17 @@ }, "patch": { "tags": [ - "B2b Order Employee" + "Bundle Item", + "Experimental" ], - "summary": "Partially update information about a B2b Order Employee resource.", - "description": "", - "operationId": "updateB2bOrderEmployee", + "summary": "Partially update information about a Bundle 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.7.9.0", + "operationId": "updateBundleItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_order_employee", + "description": "Identifier for the bundle_item", "required": true, "schema": { "type": "string", @@ -17190,18 +17203,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Order Employee resource.", + "description": "Partially update information about a Bundle Item resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/BundleItem" } } } }, "responses": { "200": { - "description": "Detail of B2bOrderEmployee", + "description": "Detail of BundleItem", "content": { "application/vnd.api+json": { "schema": { @@ -17213,7 +17226,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/BundleItem" } } } @@ -17228,7 +17241,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/BundleItem" } } } @@ -17247,14 +17260,15 @@ } } }, - "/aggregate/b2b-order-employee": { + "/aggregate/bundle-item": { "post": { "tags": [ - "B2b Order Employee" + "Bundle Item", + "Experimental" ], - "summary": "Aggregate for the B2b Order Employee resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bOrderEmployee", + "summary": "Aggregate for the Bundle 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.7.9.0", + "operationId": "aggregateBundleItem", "requestBody": { "required": true, "content": { @@ -17278,7 +17292,7 @@ }, "responses": { "200": { - "description": "List of B2bOrderEmployee", + "description": "List of BundleItem", "content": { "application/vnd.api+json": { "schema": { @@ -17292,7 +17306,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/BundleItem" } } } @@ -17310,7 +17324,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/BundleItem" } } } @@ -17327,14 +17341,14 @@ } } }, - "/b2b-permission": { + "/custom-price": { "get": { "tags": [ - "B2b Permission" + "Custom Price" ], - "summary": "List with basic information of B2b Permission resources.", + "summary": "List with basic information of Custom Price resources.", "description": "", - "operationId": "getB2bPermissionList", + "operationId": "getCustomPriceList", "parameters": [ { "name": "limit", @@ -17363,7 +17377,7 @@ ], "responses": { "200": { - "description": "List of B2b Permission resources.", + "description": "List of Custom Price resources.", "content": { "application/vnd.api+json": { "schema": { @@ -17382,7 +17396,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/CustomPrice" } } ] @@ -17396,16 +17410,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-permission?limit=25" + "example": "/custom-price?limit=25" }, "last": { - "example": "/b2b-permission?limit=25&page=11" + "example": "/custom-price?limit=25&page=11" }, "next": { - "example": "/b2b-permission?limit=25&page=4" + "example": "/custom-price?limit=25&page=4" }, "prev": { - "example": "/b2b-permission?limit=25&page=2" + "example": "/custom-price?limit=25&page=2" } } } @@ -17426,7 +17440,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -17441,11 +17455,11 @@ }, "post": { "tags": [ - "B2b Permission" + "Custom Price" ], - "summary": "Create a new B2b Permission resources.", + "summary": "Create a new Custom Price resources.", "description": "", - "operationId": "createB2bPermission", + "operationId": "createCustomPrice", "parameters": [ { "name": "_response", @@ -17464,14 +17478,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/CustomPrice" } } } }, "responses": { "200": { - "description": "Detail of B2bPermission", + "description": "Detail of CustomPrice", "content": { "application/vnd.api+json": { "schema": { @@ -17483,7 +17497,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -17498,7 +17512,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -17514,14 +17528,14 @@ } } }, - "/search/b2b-permission": { + "/search/custom-price": { "post": { "tags": [ - "B2b Permission" + "Custom Price" ], - "summary": "Search for the B2b Permission resources.", + "summary": "Search for the Custom Price resources.", "description": "", - "operationId": "searchB2bPermission", + "operationId": "searchCustomPrice", "parameters": [ { "name": "sw-include-search-info", @@ -17549,7 +17563,7 @@ }, "responses": { "200": { - "description": "List of B2bPermission", + "description": "List of CustomPrice", "content": { "application/vnd.api+json": { "schema": { @@ -17563,7 +17577,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -17581,7 +17595,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -17598,19 +17612,19 @@ } } }, - "/b2b-permission/{id}": { + "/custom-price/{id}": { "get": { "tags": [ - "B2b Permission" + "Custom Price" ], - "summary": "Detailed information about a B2b Permission resource.", + "summary": "Detailed information about a Custom Price resource.", "description": "", - "operationId": "getB2bPermission", + "operationId": "getCustomPrice", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_permission", + "description": "Identifier for the custom_price", "required": true, "schema": { "type": "string", @@ -17620,7 +17634,7 @@ ], "responses": { "200": { - "description": "Detail of B2bPermission", + "description": "Detail of CustomPrice", "content": { "application/vnd.api+json": { "schema": { @@ -17632,7 +17646,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -17647,7 +17661,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -17664,16 +17678,16 @@ }, "delete": { "tags": [ - "B2b Permission" + "Custom Price" ], - "summary": "Delete a B2b Permission resource.", + "summary": "Delete a Custom Price resource.", "description": "", - "operationId": "deleteB2bPermission", + "operationId": "deleteCustomPrice", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_permission", + "description": "Identifier for the custom_price", "required": true, "schema": { "type": "string", @@ -17704,16 +17718,16 @@ }, "patch": { "tags": [ - "B2b Permission" + "Custom Price" ], - "summary": "Partially update information about a B2b Permission resource.", + "summary": "Partially update information about a Custom Price resource.", "description": "", - "operationId": "updateB2bPermission", + "operationId": "updateCustomPrice", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_permission", + "description": "Identifier for the custom_price", "required": true, "schema": { "type": "string", @@ -17731,18 +17745,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Permission resource.", + "description": "Partially update information about a Custom Price resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/CustomPrice" } } } }, "responses": { "200": { - "description": "Detail of B2bPermission", + "description": "Detail of CustomPrice", "content": { "application/vnd.api+json": { "schema": { @@ -17754,7 +17768,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -17769,7 +17783,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -17788,14 +17802,14 @@ } } }, - "/aggregate/b2b-permission": { + "/aggregate/custom-price": { "post": { "tags": [ - "B2b Permission" + "Custom Price" ], - "summary": "Aggregate for the B2b Permission resources.", + "summary": "Aggregate for the Custom Price resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bPermission", + "operationId": "aggregateCustomPrice", "requestBody": { "required": true, "content": { @@ -17819,7 +17833,7 @@ }, "responses": { "200": { - "description": "List of B2bPermission", + "description": "List of CustomPrice", "content": { "application/vnd.api+json": { "schema": { @@ -17833,7 +17847,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -17851,7 +17865,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -17868,15 +17882,14 @@ } } }, - "/bundle-discount": { + "/customer-specific-features": { "get": { "tags": [ - "Bundle Discount", - "Experimental" + "Customer Specific Features" ], - "summary": "List with basic information of Bundle Discount resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "getBundleDiscountList", + "summary": "List with basic information of Customer Specific Features resources.", + "description": "", + "operationId": "getCustomerSpecificFeaturesList", "parameters": [ { "name": "limit", @@ -17905,7 +17918,7 @@ ], "responses": { "200": { - "description": "List of Bundle Discount resources.", + "description": "List of Customer Specific Features resources.", "content": { "application/vnd.api+json": { "schema": { @@ -17924,7 +17937,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/BundleDiscount" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } ] @@ -17938,16 +17951,16 @@ "type": "object", "properties": { "first": { - "example": "/bundle-discount?limit=25" + "example": "/customer-specific-features?limit=25" }, "last": { - "example": "/bundle-discount?limit=25&page=11" + "example": "/customer-specific-features?limit=25&page=11" }, "next": { - "example": "/bundle-discount?limit=25&page=4" + "example": "/customer-specific-features?limit=25&page=4" }, "prev": { - "example": "/bundle-discount?limit=25&page=2" + "example": "/customer-specific-features?limit=25&page=2" } } } @@ -17968,7 +17981,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/BundleDiscount" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -17983,12 +17996,11 @@ }, "post": { "tags": [ - "Bundle Discount", - "Experimental" + "Customer Specific Features" ], - "summary": "Create a new Bundle Discount resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "createBundleDiscount", + "summary": "Create a new Customer Specific Features resources.", + "description": "", + "operationId": "createCustomerSpecificFeatures", "parameters": [ { "name": "_response", @@ -18007,14 +18019,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/BundleDiscount" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } }, "responses": { "200": { - "description": "Detail of BundleDiscount", + "description": "Detail of CustomerSpecificFeatures", "content": { "application/vnd.api+json": { "schema": { @@ -18026,7 +18038,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/BundleDiscount" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -18041,7 +18053,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/BundleDiscount" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -18057,15 +18069,14 @@ } } }, - "/search/bundle-discount": { + "/search/customer-specific-features": { "post": { "tags": [ - "Bundle Discount", - "Experimental" + "Customer Specific Features" ], - "summary": "Search for the Bundle Discount resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "searchBundleDiscount", + "summary": "Search for the Customer Specific Features resources.", + "description": "", + "operationId": "searchCustomerSpecificFeatures", "parameters": [ { "name": "sw-include-search-info", @@ -18093,7 +18104,7 @@ }, "responses": { "200": { - "description": "List of BundleDiscount", + "description": "List of CustomerSpecificFeatures", "content": { "application/vnd.api+json": { "schema": { @@ -18107,7 +18118,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/BundleDiscount" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -18125,7 +18136,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/BundleDiscount" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -18142,20 +18153,19 @@ } } }, - "/bundle-discount/{id}": { + "/customer-specific-features/{id}": { "get": { "tags": [ - "Bundle Discount", - "Experimental" + "Customer Specific Features" ], - "summary": "Detailed information about a Bundle Discount resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "getBundleDiscount", + "summary": "Detailed information about a Customer Specific Features resource.", + "description": "", + "operationId": "getCustomerSpecificFeatures", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the bundle_discount", + "description": "Identifier for the customer_specific_features", "required": true, "schema": { "type": "string", @@ -18165,7 +18175,7 @@ ], "responses": { "200": { - "description": "Detail of BundleDiscount", + "description": "Detail of CustomerSpecificFeatures", "content": { "application/vnd.api+json": { "schema": { @@ -18177,7 +18187,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/BundleDiscount" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -18192,7 +18202,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/BundleDiscount" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -18209,17 +18219,16 @@ }, "delete": { "tags": [ - "Bundle Discount", - "Experimental" + "Customer Specific Features" ], - "summary": "Delete a Bundle Discount resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "deleteBundleDiscount", + "summary": "Delete a Customer Specific Features resource.", + "description": "", + "operationId": "deleteCustomerSpecificFeatures", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the bundle_discount", + "description": "Identifier for the customer_specific_features", "required": true, "schema": { "type": "string", @@ -18250,17 +18259,16 @@ }, "patch": { "tags": [ - "Bundle Discount", - "Experimental" + "Customer Specific Features" ], - "summary": "Partially update information about a Bundle Discount resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "updateBundleDiscount", + "summary": "Partially update information about a Customer Specific Features resource.", + "description": "", + "operationId": "updateCustomerSpecificFeatures", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the bundle_discount", + "description": "Identifier for the customer_specific_features", "required": true, "schema": { "type": "string", @@ -18278,18 +18286,18 @@ } ], "requestBody": { - "description": "Partially update information about a Bundle Discount resource.", + "description": "Partially update information about a Customer Specific Features resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/BundleDiscount" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } }, "responses": { "200": { - "description": "Detail of BundleDiscount", + "description": "Detail of CustomerSpecificFeatures", "content": { "application/vnd.api+json": { "schema": { @@ -18301,7 +18309,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/BundleDiscount" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -18316,7 +18324,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/BundleDiscount" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -18335,15 +18343,14 @@ } } }, - "/aggregate/bundle-discount": { + "/aggregate/customer-specific-features": { "post": { "tags": [ - "Bundle Discount", - "Experimental" + "Customer Specific Features" ], - "summary": "Aggregate for the Bundle Discount resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "aggregateBundleDiscount", + "summary": "Aggregate for the Customer Specific Features resources.", + "description": "Available since: 6.6.10.0", + "operationId": "aggregateCustomerSpecificFeatures", "requestBody": { "required": true, "content": { @@ -18367,7 +18374,7 @@ }, "responses": { "200": { - "description": "List of BundleDiscount", + "description": "List of CustomerSpecificFeatures", "content": { "application/vnd.api+json": { "schema": { @@ -18381,7 +18388,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/BundleDiscount" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -18399,7 +18406,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/BundleDiscount" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -18416,15 +18423,14 @@ } } }, - "/bundle-item": { + "/media-ai-tag": { "get": { "tags": [ - "Bundle Item", - "Experimental" + "Media Ai Tag" ], - "summary": "List with basic information of Bundle 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.7.9.0", - "operationId": "getBundleItemList", + "summary": "List with basic information of Media Ai Tag resources.", + "description": "", + "operationId": "getMediaAiTagList", "parameters": [ { "name": "limit", @@ -18453,7 +18459,7 @@ ], "responses": { "200": { - "description": "List of Bundle Item resources.", + "description": "List of Media Ai Tag resources.", "content": { "application/vnd.api+json": { "schema": { @@ -18472,7 +18478,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/BundleItem" + "$ref": "#/components/schemas/MediaAiTag" } } ] @@ -18486,16 +18492,16 @@ "type": "object", "properties": { "first": { - "example": "/bundle-item?limit=25" + "example": "/media-ai-tag?limit=25" }, "last": { - "example": "/bundle-item?limit=25&page=11" + "example": "/media-ai-tag?limit=25&page=11" }, "next": { - "example": "/bundle-item?limit=25&page=4" + "example": "/media-ai-tag?limit=25&page=4" }, "prev": { - "example": "/bundle-item?limit=25&page=2" + "example": "/media-ai-tag?limit=25&page=2" } } } @@ -18516,7 +18522,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/BundleItem" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -18531,12 +18537,11 @@ }, "post": { "tags": [ - "Bundle Item", - "Experimental" + "Media Ai Tag" ], - "summary": "Create a new Bundle 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.7.9.0", - "operationId": "createBundleItem", + "summary": "Create a new Media Ai Tag resources.", + "description": "", + "operationId": "createMediaAiTag", "parameters": [ { "name": "_response", @@ -18555,14 +18560,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/BundleItem" + "$ref": "#/components/schemas/MediaAiTag" } } } }, "responses": { "200": { - "description": "Detail of BundleItem", + "description": "Detail of MediaAiTag", "content": { "application/vnd.api+json": { "schema": { @@ -18574,7 +18579,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/BundleItem" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -18589,7 +18594,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/BundleItem" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -18605,15 +18610,14 @@ } } }, - "/search/bundle-item": { + "/search/media-ai-tag": { "post": { "tags": [ - "Bundle Item", - "Experimental" + "Media Ai Tag" ], - "summary": "Search for the Bundle 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.7.9.0", - "operationId": "searchBundleItem", + "summary": "Search for the Media Ai Tag resources.", + "description": "", + "operationId": "searchMediaAiTag", "parameters": [ { "name": "sw-include-search-info", @@ -18641,7 +18645,7 @@ }, "responses": { "200": { - "description": "List of BundleItem", + "description": "List of MediaAiTag", "content": { "application/vnd.api+json": { "schema": { @@ -18655,7 +18659,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/BundleItem" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -18673,7 +18677,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/BundleItem" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -18690,20 +18694,19 @@ } } }, - "/bundle-item/{id}": { + "/media-ai-tag/{id}": { "get": { "tags": [ - "Bundle Item", - "Experimental" + "Media Ai Tag" ], - "summary": "Detailed information about a Bundle 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.7.9.0", - "operationId": "getBundleItem", + "summary": "Detailed information about a Media Ai Tag resource.", + "description": "", + "operationId": "getMediaAiTag", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the bundle_item", + "description": "Identifier for the media_ai_tag", "required": true, "schema": { "type": "string", @@ -18713,7 +18716,7 @@ ], "responses": { "200": { - "description": "Detail of BundleItem", + "description": "Detail of MediaAiTag", "content": { "application/vnd.api+json": { "schema": { @@ -18725,7 +18728,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/BundleItem" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -18740,7 +18743,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/BundleItem" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -18757,17 +18760,16 @@ }, "delete": { "tags": [ - "Bundle Item", - "Experimental" + "Media Ai Tag" ], - "summary": "Delete a Bundle 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.7.9.0", - "operationId": "deleteBundleItem", + "summary": "Delete a Media Ai Tag resource.", + "description": "", + "operationId": "deleteMediaAiTag", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the bundle_item", + "description": "Identifier for the media_ai_tag", "required": true, "schema": { "type": "string", @@ -18798,17 +18800,16 @@ }, "patch": { "tags": [ - "Bundle Item", - "Experimental" + "Media Ai Tag" ], - "summary": "Partially update information about a Bundle 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.7.9.0", - "operationId": "updateBundleItem", + "summary": "Partially update information about a Media Ai Tag resource.", + "description": "", + "operationId": "updateMediaAiTag", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the bundle_item", + "description": "Identifier for the media_ai_tag", "required": true, "schema": { "type": "string", @@ -18826,18 +18827,18 @@ } ], "requestBody": { - "description": "Partially update information about a Bundle Item resource.", + "description": "Partially update information about a Media Ai Tag resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/BundleItem" + "$ref": "#/components/schemas/MediaAiTag" } } } }, "responses": { "200": { - "description": "Detail of BundleItem", + "description": "Detail of MediaAiTag", "content": { "application/vnd.api+json": { "schema": { @@ -18849,7 +18850,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/BundleItem" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -18864,7 +18865,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/BundleItem" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -18883,15 +18884,14 @@ } } }, - "/aggregate/bundle-item": { + "/aggregate/media-ai-tag": { "post": { "tags": [ - "Bundle Item", - "Experimental" + "Media Ai Tag" ], - "summary": "Aggregate for the Bundle 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.7.9.0", - "operationId": "aggregateBundleItem", + "summary": "Aggregate for the Media Ai Tag resources.", + "description": "Available since: 6.6.10.0", + "operationId": "aggregateMediaAiTag", "requestBody": { "required": true, "content": { @@ -18915,7 +18915,7 @@ }, "responses": { "200": { - "description": "List of BundleItem", + "description": "List of MediaAiTag", "content": { "application/vnd.api+json": { "schema": { @@ -18929,7 +18929,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/BundleItem" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -18947,7 +18947,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/BundleItem" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -18964,14 +18964,14 @@ } } }, - "/custom-price": { + "/order-product-warehouse": { "get": { "tags": [ - "Custom Price" + "Order Product Warehouse" ], - "summary": "List with basic information of Custom Price resources.", + "summary": "List with basic information of Order Product Warehouse resources.", "description": "", - "operationId": "getCustomPriceList", + "operationId": "getOrderProductWarehouseList", "parameters": [ { "name": "limit", @@ -19000,7 +19000,7 @@ ], "responses": { "200": { - "description": "List of Custom Price resources.", + "description": "List of Order Product Warehouse resources.", "content": { "application/vnd.api+json": { "schema": { @@ -19019,7 +19019,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/OrderProductWarehouse" } } ] @@ -19033,16 +19033,16 @@ "type": "object", "properties": { "first": { - "example": "/custom-price?limit=25" + "example": "/order-product-warehouse?limit=25" }, "last": { - "example": "/custom-price?limit=25&page=11" + "example": "/order-product-warehouse?limit=25&page=11" }, "next": { - "example": "/custom-price?limit=25&page=4" + "example": "/order-product-warehouse?limit=25&page=4" }, "prev": { - "example": "/custom-price?limit=25&page=2" + "example": "/order-product-warehouse?limit=25&page=2" } } } @@ -19063,7 +19063,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -19078,11 +19078,11 @@ }, "post": { "tags": [ - "Custom Price" + "Order Product Warehouse" ], - "summary": "Create a new Custom Price resources.", + "summary": "Create a new Order Product Warehouse resources.", "description": "", - "operationId": "createCustomPrice", + "operationId": "createOrderProductWarehouse", "parameters": [ { "name": "_response", @@ -19101,14 +19101,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } }, "responses": { "200": { - "description": "Detail of CustomPrice", + "description": "Detail of OrderProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -19120,7 +19120,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -19135,7 +19135,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -19151,14 +19151,14 @@ } } }, - "/search/custom-price": { + "/search/order-product-warehouse": { "post": { "tags": [ - "Custom Price" + "Order Product Warehouse" ], - "summary": "Search for the Custom Price resources.", + "summary": "Search for the Order Product Warehouse resources.", "description": "", - "operationId": "searchCustomPrice", + "operationId": "searchOrderProductWarehouse", "parameters": [ { "name": "sw-include-search-info", @@ -19186,7 +19186,7 @@ }, "responses": { "200": { - "description": "List of CustomPrice", + "description": "List of OrderProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -19200,7 +19200,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -19218,7 +19218,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -19235,19 +19235,19 @@ } } }, - "/custom-price/{id}": { + "/order-product-warehouse/{id}": { "get": { "tags": [ - "Custom Price" + "Order Product Warehouse" ], - "summary": "Detailed information about a Custom Price resource.", + "summary": "Detailed information about a Order Product Warehouse resource.", "description": "", - "operationId": "getCustomPrice", + "operationId": "getOrderProductWarehouse", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the custom_price", + "description": "Identifier for the order_product_warehouse", "required": true, "schema": { "type": "string", @@ -19257,7 +19257,7 @@ ], "responses": { "200": { - "description": "Detail of CustomPrice", + "description": "Detail of OrderProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -19269,7 +19269,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -19284,7 +19284,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -19301,16 +19301,16 @@ }, "delete": { "tags": [ - "Custom Price" + "Order Product Warehouse" ], - "summary": "Delete a Custom Price resource.", + "summary": "Delete a Order Product Warehouse resource.", "description": "", - "operationId": "deleteCustomPrice", + "operationId": "deleteOrderProductWarehouse", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the custom_price", + "description": "Identifier for the order_product_warehouse", "required": true, "schema": { "type": "string", @@ -19341,16 +19341,16 @@ }, "patch": { "tags": [ - "Custom Price" + "Order Product Warehouse" ], - "summary": "Partially update information about a Custom Price resource.", + "summary": "Partially update information about a Order Product Warehouse resource.", "description": "", - "operationId": "updateCustomPrice", + "operationId": "updateOrderProductWarehouse", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the custom_price", + "description": "Identifier for the order_product_warehouse", "required": true, "schema": { "type": "string", @@ -19368,18 +19368,18 @@ } ], "requestBody": { - "description": "Partially update information about a Custom Price resource.", + "description": "Partially update information about a Order Product Warehouse resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } }, "responses": { "200": { - "description": "Detail of CustomPrice", + "description": "Detail of OrderProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -19391,7 +19391,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -19406,7 +19406,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -19425,14 +19425,14 @@ } } }, - "/aggregate/custom-price": { + "/aggregate/order-product-warehouse": { "post": { "tags": [ - "Custom Price" + "Order Product Warehouse" ], - "summary": "Aggregate for the Custom Price resources.", + "summary": "Aggregate for the Order Product Warehouse resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateCustomPrice", + "operationId": "aggregateOrderProductWarehouse", "requestBody": { "required": true, "content": { @@ -19456,7 +19456,7 @@ }, "responses": { "200": { - "description": "List of CustomPrice", + "description": "List of OrderProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -19470,7 +19470,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -19488,7 +19488,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -19505,14 +19505,14 @@ } } }, - "/customer-specific-features": { + "/order-return": { "get": { "tags": [ - "Customer Specific Features" + "Order Return" ], - "summary": "List with basic information of Customer Specific Features resources.", + "summary": "List with basic information of Order Return resources.", "description": "", - "operationId": "getCustomerSpecificFeaturesList", + "operationId": "getOrderReturnList", "parameters": [ { "name": "limit", @@ -19541,7 +19541,7 @@ ], "responses": { "200": { - "description": "List of Customer Specific Features resources.", + "description": "List of Order Return resources.", "content": { "application/vnd.api+json": { "schema": { @@ -19560,7 +19560,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/OrderReturn" } } ] @@ -19574,16 +19574,16 @@ "type": "object", "properties": { "first": { - "example": "/customer-specific-features?limit=25" + "example": "/order-return?limit=25" }, "last": { - "example": "/customer-specific-features?limit=25&page=11" + "example": "/order-return?limit=25&page=11" }, "next": { - "example": "/customer-specific-features?limit=25&page=4" + "example": "/order-return?limit=25&page=4" }, "prev": { - "example": "/customer-specific-features?limit=25&page=2" + "example": "/order-return?limit=25&page=2" } } } @@ -19604,7 +19604,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -19619,11 +19619,11 @@ }, "post": { "tags": [ - "Customer Specific Features" + "Order Return" ], - "summary": "Create a new Customer Specific Features resources.", + "summary": "Create a new Order Return resources.", "description": "", - "operationId": "createCustomerSpecificFeatures", + "operationId": "createOrderReturn", "parameters": [ { "name": "_response", @@ -19642,14 +19642,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/OrderReturn" } } } }, "responses": { "200": { - "description": "Detail of CustomerSpecificFeatures", + "description": "Detail of OrderReturn", "content": { "application/vnd.api+json": { "schema": { @@ -19661,7 +19661,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -19676,7 +19676,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -19692,14 +19692,14 @@ } } }, - "/search/customer-specific-features": { + "/search/order-return": { "post": { "tags": [ - "Customer Specific Features" + "Order Return" ], - "summary": "Search for the Customer Specific Features resources.", + "summary": "Search for the Order Return resources.", "description": "", - "operationId": "searchCustomerSpecificFeatures", + "operationId": "searchOrderReturn", "parameters": [ { "name": "sw-include-search-info", @@ -19727,7 +19727,7 @@ }, "responses": { "200": { - "description": "List of CustomerSpecificFeatures", + "description": "List of OrderReturn", "content": { "application/vnd.api+json": { "schema": { @@ -19741,7 +19741,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -19759,7 +19759,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -19776,19 +19776,19 @@ } } }, - "/customer-specific-features/{id}": { + "/order-return/{id}": { "get": { "tags": [ - "Customer Specific Features" + "Order Return" ], - "summary": "Detailed information about a Customer Specific Features resource.", + "summary": "Detailed information about a Order Return resource.", "description": "", - "operationId": "getCustomerSpecificFeatures", + "operationId": "getOrderReturn", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the customer_specific_features", + "description": "Identifier for the order_return", "required": true, "schema": { "type": "string", @@ -19798,7 +19798,7 @@ ], "responses": { "200": { - "description": "Detail of CustomerSpecificFeatures", + "description": "Detail of OrderReturn", "content": { "application/vnd.api+json": { "schema": { @@ -19810,7 +19810,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -19825,7 +19825,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -19842,16 +19842,16 @@ }, "delete": { "tags": [ - "Customer Specific Features" + "Order Return" ], - "summary": "Delete a Customer Specific Features resource.", + "summary": "Delete a Order Return resource.", "description": "", - "operationId": "deleteCustomerSpecificFeatures", + "operationId": "deleteOrderReturn", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the customer_specific_features", + "description": "Identifier for the order_return", "required": true, "schema": { "type": "string", @@ -19882,16 +19882,16 @@ }, "patch": { "tags": [ - "Customer Specific Features" + "Order Return" ], - "summary": "Partially update information about a Customer Specific Features resource.", + "summary": "Partially update information about a Order Return resource.", "description": "", - "operationId": "updateCustomerSpecificFeatures", + "operationId": "updateOrderReturn", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the customer_specific_features", + "description": "Identifier for the order_return", "required": true, "schema": { "type": "string", @@ -19909,18 +19909,18 @@ } ], "requestBody": { - "description": "Partially update information about a Customer Specific Features resource.", + "description": "Partially update information about a Order Return resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/OrderReturn" } } } }, "responses": { "200": { - "description": "Detail of CustomerSpecificFeatures", + "description": "Detail of OrderReturn", "content": { "application/vnd.api+json": { "schema": { @@ -19932,7 +19932,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -19947,7 +19947,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -19966,14 +19966,14 @@ } } }, - "/aggregate/customer-specific-features": { + "/aggregate/order-return": { "post": { "tags": [ - "Customer Specific Features" + "Order Return" ], - "summary": "Aggregate for the Customer Specific Features resources.", + "summary": "Aggregate for the Order Return resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateCustomerSpecificFeatures", + "operationId": "aggregateOrderReturn", "requestBody": { "required": true, "content": { @@ -19997,7 +19997,7 @@ }, "responses": { "200": { - "description": "List of CustomerSpecificFeatures", + "description": "List of OrderReturn", "content": { "application/vnd.api+json": { "schema": { @@ -20011,7 +20011,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -20029,7 +20029,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -20046,14 +20046,14 @@ } } }, - "/media-ai-tag": { + "/order-return-line-item": { "get": { "tags": [ - "Media Ai Tag" + "Order Return Line Item" ], - "summary": "List with basic information of Media Ai Tag resources.", + "summary": "List with basic information of Order Return Line Item resources.", "description": "", - "operationId": "getMediaAiTagList", + "operationId": "getOrderReturnLineItemList", "parameters": [ { "name": "limit", @@ -20082,7 +20082,7 @@ ], "responses": { "200": { - "description": "List of Media Ai Tag resources.", + "description": "List of Order Return Line Item resources.", "content": { "application/vnd.api+json": { "schema": { @@ -20101,7 +20101,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/OrderReturnLineItem" } } ] @@ -20115,16 +20115,16 @@ "type": "object", "properties": { "first": { - "example": "/media-ai-tag?limit=25" + "example": "/order-return-line-item?limit=25" }, "last": { - "example": "/media-ai-tag?limit=25&page=11" + "example": "/order-return-line-item?limit=25&page=11" }, "next": { - "example": "/media-ai-tag?limit=25&page=4" + "example": "/order-return-line-item?limit=25&page=4" }, "prev": { - "example": "/media-ai-tag?limit=25&page=2" + "example": "/order-return-line-item?limit=25&page=2" } } } @@ -20145,7 +20145,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -20160,11 +20160,11 @@ }, "post": { "tags": [ - "Media Ai Tag" + "Order Return Line Item" ], - "summary": "Create a new Media Ai Tag resources.", + "summary": "Create a new Order Return Line Item resources.", "description": "", - "operationId": "createMediaAiTag", + "operationId": "createOrderReturnLineItem", "parameters": [ { "name": "_response", @@ -20183,14 +20183,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } }, "responses": { "200": { - "description": "Detail of MediaAiTag", + "description": "Detail of OrderReturnLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -20202,7 +20202,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -20217,7 +20217,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -20233,14 +20233,14 @@ } } }, - "/search/media-ai-tag": { + "/search/order-return-line-item": { "post": { "tags": [ - "Media Ai Tag" + "Order Return Line Item" ], - "summary": "Search for the Media Ai Tag resources.", + "summary": "Search for the Order Return Line Item resources.", "description": "", - "operationId": "searchMediaAiTag", + "operationId": "searchOrderReturnLineItem", "parameters": [ { "name": "sw-include-search-info", @@ -20268,7 +20268,7 @@ }, "responses": { "200": { - "description": "List of MediaAiTag", + "description": "List of OrderReturnLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -20282,7 +20282,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -20300,7 +20300,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -20317,19 +20317,19 @@ } } }, - "/media-ai-tag/{id}": { + "/order-return-line-item/{id}": { "get": { "tags": [ - "Media Ai Tag" + "Order Return Line Item" ], - "summary": "Detailed information about a Media Ai Tag resource.", + "summary": "Detailed information about a Order Return Line Item resource.", "description": "", - "operationId": "getMediaAiTag", + "operationId": "getOrderReturnLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_ai_tag", + "description": "Identifier for the order_return_line_item", "required": true, "schema": { "type": "string", @@ -20339,7 +20339,7 @@ ], "responses": { "200": { - "description": "Detail of MediaAiTag", + "description": "Detail of OrderReturnLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -20351,7 +20351,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -20366,7 +20366,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -20383,16 +20383,16 @@ }, "delete": { "tags": [ - "Media Ai Tag" + "Order Return Line Item" ], - "summary": "Delete a Media Ai Tag resource.", + "summary": "Delete a Order Return Line Item resource.", "description": "", - "operationId": "deleteMediaAiTag", + "operationId": "deleteOrderReturnLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_ai_tag", + "description": "Identifier for the order_return_line_item", "required": true, "schema": { "type": "string", @@ -20423,16 +20423,16 @@ }, "patch": { "tags": [ - "Media Ai Tag" + "Order Return Line Item" ], - "summary": "Partially update information about a Media Ai Tag resource.", + "summary": "Partially update information about a Order Return Line Item resource.", "description": "", - "operationId": "updateMediaAiTag", + "operationId": "updateOrderReturnLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_ai_tag", + "description": "Identifier for the order_return_line_item", "required": true, "schema": { "type": "string", @@ -20450,18 +20450,18 @@ } ], "requestBody": { - "description": "Partially update information about a Media Ai Tag resource.", + "description": "Partially update information about a Order Return Line Item resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } }, "responses": { "200": { - "description": "Detail of MediaAiTag", + "description": "Detail of OrderReturnLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -20473,7 +20473,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -20488,7 +20488,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -20507,14 +20507,14 @@ } } }, - "/aggregate/media-ai-tag": { + "/aggregate/order-return-line-item": { "post": { "tags": [ - "Media Ai Tag" + "Order Return Line Item" ], - "summary": "Aggregate for the Media Ai Tag resources.", + "summary": "Aggregate for the Order Return Line Item resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateMediaAiTag", + "operationId": "aggregateOrderReturnLineItem", "requestBody": { "required": true, "content": { @@ -20538,7 +20538,7 @@ }, "responses": { "200": { - "description": "List of MediaAiTag", + "description": "List of OrderReturnLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -20552,7 +20552,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -20570,7 +20570,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -20587,14 +20587,14 @@ } } }, - "/order-product-warehouse": { + "/order-return-line-item-reason": { "get": { "tags": [ - "Order Product Warehouse" + "Order Return Line Item Reason" ], - "summary": "List with basic information of Order Product Warehouse resources.", + "summary": "List with basic information of Order Return Line Item Reason resources.", "description": "", - "operationId": "getOrderProductWarehouseList", + "operationId": "getOrderReturnLineItemReasonList", "parameters": [ { "name": "limit", @@ -20623,7 +20623,7 @@ ], "responses": { "200": { - "description": "List of Order Product Warehouse resources.", + "description": "List of Order Return Line Item Reason resources.", "content": { "application/vnd.api+json": { "schema": { @@ -20642,7 +20642,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } ] @@ -20656,16 +20656,16 @@ "type": "object", "properties": { "first": { - "example": "/order-product-warehouse?limit=25" + "example": "/order-return-line-item-reason?limit=25" }, "last": { - "example": "/order-product-warehouse?limit=25&page=11" + "example": "/order-return-line-item-reason?limit=25&page=11" }, "next": { - "example": "/order-product-warehouse?limit=25&page=4" + "example": "/order-return-line-item-reason?limit=25&page=4" }, "prev": { - "example": "/order-product-warehouse?limit=25&page=2" + "example": "/order-return-line-item-reason?limit=25&page=2" } } } @@ -20686,7 +20686,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -20701,11 +20701,11 @@ }, "post": { "tags": [ - "Order Product Warehouse" + "Order Return Line Item Reason" ], - "summary": "Create a new Order Product Warehouse resources.", + "summary": "Create a new Order Return Line Item Reason resources.", "description": "", - "operationId": "createOrderProductWarehouse", + "operationId": "createOrderReturnLineItemReason", "parameters": [ { "name": "_response", @@ -20724,14 +20724,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } }, "responses": { "200": { - "description": "Detail of OrderProductWarehouse", + "description": "Detail of OrderReturnLineItemReason", "content": { "application/vnd.api+json": { "schema": { @@ -20743,7 +20743,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -20758,7 +20758,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -20774,14 +20774,14 @@ } } }, - "/search/order-product-warehouse": { + "/search/order-return-line-item-reason": { "post": { "tags": [ - "Order Product Warehouse" + "Order Return Line Item Reason" ], - "summary": "Search for the Order Product Warehouse resources.", + "summary": "Search for the Order Return Line Item Reason resources.", "description": "", - "operationId": "searchOrderProductWarehouse", + "operationId": "searchOrderReturnLineItemReason", "parameters": [ { "name": "sw-include-search-info", @@ -20809,7 +20809,7 @@ }, "responses": { "200": { - "description": "List of OrderProductWarehouse", + "description": "List of OrderReturnLineItemReason", "content": { "application/vnd.api+json": { "schema": { @@ -20823,7 +20823,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -20841,7 +20841,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -20858,19 +20858,19 @@ } } }, - "/order-product-warehouse/{id}": { + "/order-return-line-item-reason/{id}": { "get": { "tags": [ - "Order Product Warehouse" + "Order Return Line Item Reason" ], - "summary": "Detailed information about a Order Product Warehouse resource.", + "summary": "Detailed information about a Order Return Line Item Reason resource.", "description": "", - "operationId": "getOrderProductWarehouse", + "operationId": "getOrderReturnLineItemReason", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_product_warehouse", + "description": "Identifier for the order_return_line_item_reason", "required": true, "schema": { "type": "string", @@ -20880,7 +20880,7 @@ ], "responses": { "200": { - "description": "Detail of OrderProductWarehouse", + "description": "Detail of OrderReturnLineItemReason", "content": { "application/vnd.api+json": { "schema": { @@ -20892,7 +20892,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -20907,7 +20907,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -20924,16 +20924,16 @@ }, "delete": { "tags": [ - "Order Product Warehouse" + "Order Return Line Item Reason" ], - "summary": "Delete a Order Product Warehouse resource.", + "summary": "Delete a Order Return Line Item Reason resource.", "description": "", - "operationId": "deleteOrderProductWarehouse", + "operationId": "deleteOrderReturnLineItemReason", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_product_warehouse", + "description": "Identifier for the order_return_line_item_reason", "required": true, "schema": { "type": "string", @@ -20964,16 +20964,16 @@ }, "patch": { "tags": [ - "Order Product Warehouse" + "Order Return Line Item Reason" ], - "summary": "Partially update information about a Order Product Warehouse resource.", + "summary": "Partially update information about a Order Return Line Item Reason resource.", "description": "", - "operationId": "updateOrderProductWarehouse", + "operationId": "updateOrderReturnLineItemReason", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_product_warehouse", + "description": "Identifier for the order_return_line_item_reason", "required": true, "schema": { "type": "string", @@ -20991,18 +20991,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Product Warehouse resource.", + "description": "Partially update information about a Order Return Line Item Reason resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } }, "responses": { "200": { - "description": "Detail of OrderProductWarehouse", + "description": "Detail of OrderReturnLineItemReason", "content": { "application/vnd.api+json": { "schema": { @@ -21014,7 +21014,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -21029,7 +21029,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -21048,14 +21048,14 @@ } } }, - "/aggregate/order-product-warehouse": { + "/aggregate/order-return-line-item-reason": { "post": { "tags": [ - "Order Product Warehouse" + "Order Return Line Item Reason" ], - "summary": "Aggregate for the Order Product Warehouse resources.", + "summary": "Aggregate for the Order Return Line Item Reason resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderProductWarehouse", + "operationId": "aggregateOrderReturnLineItemReason", "requestBody": { "required": true, "content": { @@ -21079,7 +21079,7 @@ }, "responses": { "200": { - "description": "List of OrderProductWarehouse", + "description": "List of OrderReturnLineItemReason", "content": { "application/vnd.api+json": { "schema": { @@ -21093,7 +21093,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -21111,7 +21111,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -21128,14 +21128,14 @@ } } }, - "/order-return": { + "/order-warehouse-group": { "get": { "tags": [ - "Order Return" + "Order Warehouse Group" ], - "summary": "List with basic information of Order Return resources.", + "summary": "List with basic information of Order Warehouse Group resources.", "description": "", - "operationId": "getOrderReturnList", + "operationId": "getOrderWarehouseGroupList", "parameters": [ { "name": "limit", @@ -21164,7 +21164,7 @@ ], "responses": { "200": { - "description": "List of Order Return resources.", + "description": "List of Order Warehouse Group resources.", "content": { "application/vnd.api+json": { "schema": { @@ -21183,7 +21183,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } ] @@ -21197,16 +21197,16 @@ "type": "object", "properties": { "first": { - "example": "/order-return?limit=25" + "example": "/order-warehouse-group?limit=25" }, "last": { - "example": "/order-return?limit=25&page=11" + "example": "/order-warehouse-group?limit=25&page=11" }, "next": { - "example": "/order-return?limit=25&page=4" + "example": "/order-warehouse-group?limit=25&page=4" }, "prev": { - "example": "/order-return?limit=25&page=2" + "example": "/order-warehouse-group?limit=25&page=2" } } } @@ -21227,7 +21227,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -21242,11 +21242,11 @@ }, "post": { "tags": [ - "Order Return" + "Order Warehouse Group" ], - "summary": "Create a new Order Return resources.", + "summary": "Create a new Order Warehouse Group resources.", "description": "", - "operationId": "createOrderReturn", + "operationId": "createOrderWarehouseGroup", "parameters": [ { "name": "_response", @@ -21265,14 +21265,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } }, "responses": { "200": { - "description": "Detail of OrderReturn", + "description": "Detail of OrderWarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -21284,7 +21284,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -21299,7 +21299,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -21315,14 +21315,14 @@ } } }, - "/search/order-return": { + "/search/order-warehouse-group": { "post": { "tags": [ - "Order Return" + "Order Warehouse Group" ], - "summary": "Search for the Order Return resources.", + "summary": "Search for the Order Warehouse Group resources.", "description": "", - "operationId": "searchOrderReturn", + "operationId": "searchOrderWarehouseGroup", "parameters": [ { "name": "sw-include-search-info", @@ -21350,7 +21350,7 @@ }, "responses": { "200": { - "description": "List of OrderReturn", + "description": "List of OrderWarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -21364,7 +21364,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -21382,7 +21382,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -21399,19 +21399,19 @@ } } }, - "/order-return/{id}": { + "/order-warehouse-group/{id}": { "get": { "tags": [ - "Order Return" + "Order Warehouse Group" ], - "summary": "Detailed information about a Order Return resource.", + "summary": "Detailed information about a Order Warehouse Group resource.", "description": "", - "operationId": "getOrderReturn", + "operationId": "getOrderWarehouseGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_return", + "description": "Identifier for the order_warehouse_group", "required": true, "schema": { "type": "string", @@ -21421,7 +21421,7 @@ ], "responses": { "200": { - "description": "Detail of OrderReturn", + "description": "Detail of OrderWarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -21433,7 +21433,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -21448,7 +21448,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -21465,16 +21465,16 @@ }, "delete": { "tags": [ - "Order Return" + "Order Warehouse Group" ], - "summary": "Delete a Order Return resource.", + "summary": "Delete a Order Warehouse Group resource.", "description": "", - "operationId": "deleteOrderReturn", + "operationId": "deleteOrderWarehouseGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_return", + "description": "Identifier for the order_warehouse_group", "required": true, "schema": { "type": "string", @@ -21505,16 +21505,16 @@ }, "patch": { "tags": [ - "Order Return" + "Order Warehouse Group" ], - "summary": "Partially update information about a Order Return resource.", + "summary": "Partially update information about a Order Warehouse Group resource.", "description": "", - "operationId": "updateOrderReturn", + "operationId": "updateOrderWarehouseGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_return", + "description": "Identifier for the order_warehouse_group", "required": true, "schema": { "type": "string", @@ -21532,18 +21532,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Return resource.", + "description": "Partially update information about a Order Warehouse Group resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } }, "responses": { "200": { - "description": "Detail of OrderReturn", + "description": "Detail of OrderWarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -21555,7 +21555,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -21570,7 +21570,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -21589,14 +21589,14 @@ } } }, - "/aggregate/order-return": { + "/aggregate/order-warehouse-group": { "post": { "tags": [ - "Order Return" + "Order Warehouse Group" ], - "summary": "Aggregate for the Order Return resources.", + "summary": "Aggregate for the Order Warehouse Group resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderReturn", + "operationId": "aggregateOrderWarehouseGroup", "requestBody": { "required": true, "content": { @@ -21620,7 +21620,7 @@ }, "responses": { "200": { - "description": "List of OrderReturn", + "description": "List of OrderWarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -21634,7 +21634,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -21652,7 +21652,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -21669,14 +21669,14 @@ } } }, - "/order-return-line-item": { + "/product-review-summary": { "get": { "tags": [ - "Order Return Line Item" + "Product Review Summary" ], - "summary": "List with basic information of Order Return Line Item resources.", + "summary": "List with basic information of Product Review Summary resources.", "description": "", - "operationId": "getOrderReturnLineItemList", + "operationId": "getProductReviewSummaryList", "parameters": [ { "name": "limit", @@ -21705,7 +21705,7 @@ ], "responses": { "200": { - "description": "List of Order Return Line Item resources.", + "description": "List of Product Review Summary resources.", "content": { "application/vnd.api+json": { "schema": { @@ -21724,7 +21724,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/ProductReviewSummary" } } ] @@ -21738,16 +21738,16 @@ "type": "object", "properties": { "first": { - "example": "/order-return-line-item?limit=25" + "example": "/product-review-summary?limit=25" }, "last": { - "example": "/order-return-line-item?limit=25&page=11" + "example": "/product-review-summary?limit=25&page=11" }, "next": { - "example": "/order-return-line-item?limit=25&page=4" + "example": "/product-review-summary?limit=25&page=4" }, "prev": { - "example": "/order-return-line-item?limit=25&page=2" + "example": "/product-review-summary?limit=25&page=2" } } } @@ -21768,7 +21768,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -21783,11 +21783,11 @@ }, "post": { "tags": [ - "Order Return Line Item" + "Product Review Summary" ], - "summary": "Create a new Order Return Line Item resources.", + "summary": "Create a new Product Review Summary resources.", "description": "", - "operationId": "createOrderReturnLineItem", + "operationId": "createProductReviewSummary", "parameters": [ { "name": "_response", @@ -21806,14 +21806,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/ProductReviewSummary" } } } }, "responses": { "200": { - "description": "Detail of OrderReturnLineItem", + "description": "Detail of ProductReviewSummary", "content": { "application/vnd.api+json": { "schema": { @@ -21825,7 +21825,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -21840,7 +21840,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -21856,14 +21856,14 @@ } } }, - "/search/order-return-line-item": { + "/search/product-review-summary": { "post": { "tags": [ - "Order Return Line Item" + "Product Review Summary" ], - "summary": "Search for the Order Return Line Item resources.", + "summary": "Search for the Product Review Summary resources.", "description": "", - "operationId": "searchOrderReturnLineItem", + "operationId": "searchProductReviewSummary", "parameters": [ { "name": "sw-include-search-info", @@ -21891,7 +21891,7 @@ }, "responses": { "200": { - "description": "List of OrderReturnLineItem", + "description": "List of ProductReviewSummary", "content": { "application/vnd.api+json": { "schema": { @@ -21905,7 +21905,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -21923,7 +21923,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -21940,19 +21940,19 @@ } } }, - "/order-return-line-item/{id}": { + "/product-review-summary/{id}": { "get": { "tags": [ - "Order Return Line Item" + "Product Review Summary" ], - "summary": "Detailed information about a Order Return Line Item resource.", + "summary": "Detailed information about a Product Review Summary resource.", "description": "", - "operationId": "getOrderReturnLineItem", + "operationId": "getProductReviewSummary", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_return_line_item", + "description": "Identifier for the product_review_summary", "required": true, "schema": { "type": "string", @@ -21962,7 +21962,7 @@ ], "responses": { "200": { - "description": "Detail of OrderReturnLineItem", + "description": "Detail of ProductReviewSummary", "content": { "application/vnd.api+json": { "schema": { @@ -21974,7 +21974,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -21989,7 +21989,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -22006,16 +22006,16 @@ }, "delete": { "tags": [ - "Order Return Line Item" + "Product Review Summary" ], - "summary": "Delete a Order Return Line Item resource.", + "summary": "Delete a Product Review Summary resource.", "description": "", - "operationId": "deleteOrderReturnLineItem", + "operationId": "deleteProductReviewSummary", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_return_line_item", + "description": "Identifier for the product_review_summary", "required": true, "schema": { "type": "string", @@ -22046,16 +22046,16 @@ }, "patch": { "tags": [ - "Order Return Line Item" + "Product Review Summary" ], - "summary": "Partially update information about a Order Return Line Item resource.", + "summary": "Partially update information about a Product Review Summary resource.", "description": "", - "operationId": "updateOrderReturnLineItem", + "operationId": "updateProductReviewSummary", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_return_line_item", + "description": "Identifier for the product_review_summary", "required": true, "schema": { "type": "string", @@ -22073,18 +22073,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Return Line Item resource.", + "description": "Partially update information about a Product Review Summary resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/ProductReviewSummary" } } } }, "responses": { "200": { - "description": "Detail of OrderReturnLineItem", + "description": "Detail of ProductReviewSummary", "content": { "application/vnd.api+json": { "schema": { @@ -22096,7 +22096,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -22111,7 +22111,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -22130,14 +22130,14 @@ } } }, - "/aggregate/order-return-line-item": { + "/aggregate/product-review-summary": { "post": { "tags": [ - "Order Return Line Item" + "Product Review Summary" ], - "summary": "Aggregate for the Order Return Line Item resources.", + "summary": "Aggregate for the Product Review Summary resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderReturnLineItem", + "operationId": "aggregateProductReviewSummary", "requestBody": { "required": true, "content": { @@ -22161,7 +22161,7 @@ }, "responses": { "200": { - "description": "List of OrderReturnLineItem", + "description": "List of ProductReviewSummary", "content": { "application/vnd.api+json": { "schema": { @@ -22175,7 +22175,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -22193,7 +22193,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -22210,14 +22210,14 @@ } } }, - "/order-return-line-item-reason": { + "/product-warehouse": { "get": { "tags": [ - "Order Return Line Item Reason" + "Product Warehouse" ], - "summary": "List with basic information of Order Return Line Item Reason resources.", + "summary": "List with basic information of Product Warehouse resources.", "description": "", - "operationId": "getOrderReturnLineItemReasonList", + "operationId": "getProductWarehouseList", "parameters": [ { "name": "limit", @@ -22246,7 +22246,7 @@ ], "responses": { "200": { - "description": "List of Order Return Line Item Reason resources.", + "description": "List of Product Warehouse resources.", "content": { "application/vnd.api+json": { "schema": { @@ -22265,7 +22265,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/ProductWarehouse" } } ] @@ -22279,16 +22279,16 @@ "type": "object", "properties": { "first": { - "example": "/order-return-line-item-reason?limit=25" + "example": "/product-warehouse?limit=25" }, "last": { - "example": "/order-return-line-item-reason?limit=25&page=11" + "example": "/product-warehouse?limit=25&page=11" }, "next": { - "example": "/order-return-line-item-reason?limit=25&page=4" + "example": "/product-warehouse?limit=25&page=4" }, "prev": { - "example": "/order-return-line-item-reason?limit=25&page=2" + "example": "/product-warehouse?limit=25&page=2" } } } @@ -22309,7 +22309,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -22324,11 +22324,11 @@ }, "post": { "tags": [ - "Order Return Line Item Reason" + "Product Warehouse" ], - "summary": "Create a new Order Return Line Item Reason resources.", + "summary": "Create a new Product Warehouse resources.", "description": "", - "operationId": "createOrderReturnLineItemReason", + "operationId": "createProductWarehouse", "parameters": [ { "name": "_response", @@ -22347,14 +22347,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/ProductWarehouse" } } } }, "responses": { "200": { - "description": "Detail of OrderReturnLineItemReason", + "description": "Detail of ProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -22366,7 +22366,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -22381,7 +22381,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -22397,14 +22397,14 @@ } } }, - "/search/order-return-line-item-reason": { + "/search/product-warehouse": { "post": { "tags": [ - "Order Return Line Item Reason" + "Product Warehouse" ], - "summary": "Search for the Order Return Line Item Reason resources.", + "summary": "Search for the Product Warehouse resources.", "description": "", - "operationId": "searchOrderReturnLineItemReason", + "operationId": "searchProductWarehouse", "parameters": [ { "name": "sw-include-search-info", @@ -22432,7 +22432,7 @@ }, "responses": { "200": { - "description": "List of OrderReturnLineItemReason", + "description": "List of ProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -22446,7 +22446,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -22464,7 +22464,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -22481,19 +22481,19 @@ } } }, - "/order-return-line-item-reason/{id}": { + "/product-warehouse/{id}": { "get": { "tags": [ - "Order Return Line Item Reason" + "Product Warehouse" ], - "summary": "Detailed information about a Order Return Line Item Reason resource.", + "summary": "Detailed information about a Product Warehouse resource.", "description": "", - "operationId": "getOrderReturnLineItemReason", + "operationId": "getProductWarehouse", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_return_line_item_reason", + "description": "Identifier for the product_warehouse", "required": true, "schema": { "type": "string", @@ -22503,7 +22503,7 @@ ], "responses": { "200": { - "description": "Detail of OrderReturnLineItemReason", + "description": "Detail of ProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -22515,7 +22515,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -22530,7 +22530,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -22547,16 +22547,16 @@ }, "delete": { "tags": [ - "Order Return Line Item Reason" + "Product Warehouse" ], - "summary": "Delete a Order Return Line Item Reason resource.", + "summary": "Delete a Product Warehouse resource.", "description": "", - "operationId": "deleteOrderReturnLineItemReason", + "operationId": "deleteProductWarehouse", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_return_line_item_reason", + "description": "Identifier for the product_warehouse", "required": true, "schema": { "type": "string", @@ -22587,16 +22587,16 @@ }, "patch": { "tags": [ - "Order Return Line Item Reason" + "Product Warehouse" ], - "summary": "Partially update information about a Order Return Line Item Reason resource.", + "summary": "Partially update information about a Product Warehouse resource.", "description": "", - "operationId": "updateOrderReturnLineItemReason", + "operationId": "updateProductWarehouse", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_return_line_item_reason", + "description": "Identifier for the product_warehouse", "required": true, "schema": { "type": "string", @@ -22614,18 +22614,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Return Line Item Reason resource.", + "description": "Partially update information about a Product Warehouse resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/ProductWarehouse" } } } }, "responses": { "200": { - "description": "Detail of OrderReturnLineItemReason", + "description": "Detail of ProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -22637,7 +22637,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -22652,7 +22652,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -22671,14 +22671,14 @@ } } }, - "/aggregate/order-return-line-item-reason": { + "/aggregate/product-warehouse": { "post": { "tags": [ - "Order Return Line Item Reason" + "Product Warehouse" ], - "summary": "Aggregate for the Order Return Line Item Reason resources.", + "summary": "Aggregate for the Product Warehouse resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderReturnLineItemReason", + "operationId": "aggregateProductWarehouse", "requestBody": { "required": true, "content": { @@ -22702,7 +22702,7 @@ }, "responses": { "200": { - "description": "List of OrderReturnLineItemReason", + "description": "List of ProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -22716,7 +22716,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -22734,7 +22734,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -22751,14 +22751,14 @@ } } }, - "/order-warehouse-group": { + "/quote": { "get": { "tags": [ - "Order Warehouse Group" + "Quote" ], - "summary": "List with basic information of Order Warehouse Group resources.", - "description": "", - "operationId": "getOrderWarehouseGroupList", + "summary": "List with basic information of Quote resources.", + "description": "Available since: 6.5.3.0", + "operationId": "getQuoteList", "parameters": [ { "name": "limit", @@ -22787,7 +22787,7 @@ ], "responses": { "200": { - "description": "List of Order Warehouse Group resources.", + "description": "List of Quote resources.", "content": { "application/vnd.api+json": { "schema": { @@ -22806,7 +22806,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/Quote" } } ] @@ -22820,16 +22820,16 @@ "type": "object", "properties": { "first": { - "example": "/order-warehouse-group?limit=25" + "example": "/quote?limit=25" }, "last": { - "example": "/order-warehouse-group?limit=25&page=11" + "example": "/quote?limit=25&page=11" }, "next": { - "example": "/order-warehouse-group?limit=25&page=4" + "example": "/quote?limit=25&page=4" }, "prev": { - "example": "/order-warehouse-group?limit=25&page=2" + "example": "/quote?limit=25&page=2" } } } @@ -22850,7 +22850,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/Quote" } } } @@ -22865,11 +22865,11 @@ }, "post": { "tags": [ - "Order Warehouse Group" + "Quote" ], - "summary": "Create a new Order Warehouse Group resources.", - "description": "", - "operationId": "createOrderWarehouseGroup", + "summary": "Create a new Quote resources.", + "description": "Available since: 6.5.3.0", + "operationId": "createQuote", "parameters": [ { "name": "_response", @@ -22888,14 +22888,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/Quote" } } } }, "responses": { "200": { - "description": "Detail of OrderWarehouseGroup", + "description": "Detail of Quote", "content": { "application/vnd.api+json": { "schema": { @@ -22907,7 +22907,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/Quote" } } } @@ -22922,7 +22922,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/Quote" } } } @@ -22938,14 +22938,14 @@ } } }, - "/search/order-warehouse-group": { + "/search/quote": { "post": { "tags": [ - "Order Warehouse Group" + "Quote" ], - "summary": "Search for the Order Warehouse Group resources.", - "description": "", - "operationId": "searchOrderWarehouseGroup", + "summary": "Search for the Quote resources.", + "description": "Available since: 6.5.3.0", + "operationId": "searchQuote", "parameters": [ { "name": "sw-include-search-info", @@ -22973,7 +22973,7 @@ }, "responses": { "200": { - "description": "List of OrderWarehouseGroup", + "description": "List of Quote", "content": { "application/vnd.api+json": { "schema": { @@ -22987,7 +22987,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/Quote" } } } @@ -23005,7 +23005,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/Quote" } } } @@ -23022,19 +23022,19 @@ } } }, - "/order-warehouse-group/{id}": { + "/quote/{id}": { "get": { "tags": [ - "Order Warehouse Group" + "Quote" ], - "summary": "Detailed information about a Order Warehouse Group resource.", - "description": "", - "operationId": "getOrderWarehouseGroup", + "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 order_warehouse_group", + "description": "Identifier for the quote", "required": true, "schema": { "type": "string", @@ -23044,7 +23044,7 @@ ], "responses": { "200": { - "description": "Detail of OrderWarehouseGroup", + "description": "Detail of Quote", "content": { "application/vnd.api+json": { "schema": { @@ -23056,7 +23056,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/Quote" } } } @@ -23071,7 +23071,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/Quote" } } } @@ -23088,16 +23088,16 @@ }, "delete": { "tags": [ - "Order Warehouse Group" + "Quote" ], - "summary": "Delete a Order Warehouse Group resource.", - "description": "", - "operationId": "deleteOrderWarehouseGroup", + "summary": "Delete a Quote resource.", + "description": "Available since: 6.5.3.0", + "operationId": "deleteQuote", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_warehouse_group", + "description": "Identifier for the quote", "required": true, "schema": { "type": "string", @@ -23128,16 +23128,16 @@ }, "patch": { "tags": [ - "Order Warehouse Group" + "Quote" ], - "summary": "Partially update information about a Order Warehouse Group resource.", - "description": "", - "operationId": "updateOrderWarehouseGroup", + "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 order_warehouse_group", + "description": "Identifier for the quote", "required": true, "schema": { "type": "string", @@ -23155,18 +23155,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Warehouse Group resource.", + "description": "Partially update information about a Quote resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/Quote" } } } }, "responses": { "200": { - "description": "Detail of OrderWarehouseGroup", + "description": "Detail of Quote", "content": { "application/vnd.api+json": { "schema": { @@ -23178,7 +23178,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/Quote" } } } @@ -23193,7 +23193,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/Quote" } } } @@ -23212,14 +23212,14 @@ } } }, - "/aggregate/order-warehouse-group": { + "/aggregate/quote": { "post": { "tags": [ - "Order Warehouse Group" + "Quote" ], - "summary": "Aggregate for the Order Warehouse Group resources.", + "summary": "Aggregate for the Quote resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderWarehouseGroup", + "operationId": "aggregateQuote", "requestBody": { "required": true, "content": { @@ -23243,7 +23243,7 @@ }, "responses": { "200": { - "description": "List of OrderWarehouseGroup", + "description": "List of Quote", "content": { "application/vnd.api+json": { "schema": { @@ -23257,7 +23257,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/Quote" } } } @@ -23275,7 +23275,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/Quote" } } } @@ -23292,14 +23292,14 @@ } } }, - "/product-review-summary": { + "/quote-comment": { "get": { "tags": [ - "Product Review Summary" + "Quote Comment" ], - "summary": "List with basic information of Product Review Summary resources.", + "summary": "List with basic information of Quote Comment resources.", "description": "", - "operationId": "getProductReviewSummaryList", + "operationId": "getQuoteCommentList", "parameters": [ { "name": "limit", @@ -23328,7 +23328,7 @@ ], "responses": { "200": { - "description": "List of Product Review Summary resources.", + "description": "List of Quote Comment resources.", "content": { "application/vnd.api+json": { "schema": { @@ -23347,7 +23347,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/QuoteComment" } } ] @@ -23361,16 +23361,16 @@ "type": "object", "properties": { "first": { - "example": "/product-review-summary?limit=25" + "example": "/quote-comment?limit=25" }, "last": { - "example": "/product-review-summary?limit=25&page=11" + "example": "/quote-comment?limit=25&page=11" }, "next": { - "example": "/product-review-summary?limit=25&page=4" + "example": "/quote-comment?limit=25&page=4" }, "prev": { - "example": "/product-review-summary?limit=25&page=2" + "example": "/quote-comment?limit=25&page=2" } } } @@ -23391,7 +23391,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -23406,11 +23406,11 @@ }, "post": { "tags": [ - "Product Review Summary" + "Quote Comment" ], - "summary": "Create a new Product Review Summary resources.", + "summary": "Create a new Quote Comment resources.", "description": "", - "operationId": "createProductReviewSummary", + "operationId": "createQuoteComment", "parameters": [ { "name": "_response", @@ -23429,14 +23429,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/QuoteComment" } } } }, "responses": { "200": { - "description": "Detail of ProductReviewSummary", + "description": "Detail of QuoteComment", "content": { "application/vnd.api+json": { "schema": { @@ -23448,7 +23448,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -23463,7 +23463,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -23479,14 +23479,14 @@ } } }, - "/search/product-review-summary": { + "/search/quote-comment": { "post": { "tags": [ - "Product Review Summary" + "Quote Comment" ], - "summary": "Search for the Product Review Summary resources.", + "summary": "Search for the Quote Comment resources.", "description": "", - "operationId": "searchProductReviewSummary", + "operationId": "searchQuoteComment", "parameters": [ { "name": "sw-include-search-info", @@ -23514,7 +23514,7 @@ }, "responses": { "200": { - "description": "List of ProductReviewSummary", + "description": "List of QuoteComment", "content": { "application/vnd.api+json": { "schema": { @@ -23528,7 +23528,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -23546,7 +23546,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -23563,19 +23563,19 @@ } } }, - "/product-review-summary/{id}": { + "/quote-comment/{id}": { "get": { "tags": [ - "Product Review Summary" + "Quote Comment" ], - "summary": "Detailed information about a Product Review Summary resource.", + "summary": "Detailed information about a Quote Comment resource.", "description": "", - "operationId": "getProductReviewSummary", + "operationId": "getQuoteComment", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_review_summary", + "description": "Identifier for the quote_comment", "required": true, "schema": { "type": "string", @@ -23585,7 +23585,7 @@ ], "responses": { "200": { - "description": "Detail of ProductReviewSummary", + "description": "Detail of QuoteComment", "content": { "application/vnd.api+json": { "schema": { @@ -23597,7 +23597,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -23612,7 +23612,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -23629,16 +23629,16 @@ }, "delete": { "tags": [ - "Product Review Summary" + "Quote Comment" ], - "summary": "Delete a Product Review Summary resource.", + "summary": "Delete a Quote Comment resource.", "description": "", - "operationId": "deleteProductReviewSummary", + "operationId": "deleteQuoteComment", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_review_summary", + "description": "Identifier for the quote_comment", "required": true, "schema": { "type": "string", @@ -23669,16 +23669,16 @@ }, "patch": { "tags": [ - "Product Review Summary" + "Quote Comment" ], - "summary": "Partially update information about a Product Review Summary resource.", + "summary": "Partially update information about a Quote Comment resource.", "description": "", - "operationId": "updateProductReviewSummary", + "operationId": "updateQuoteComment", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_review_summary", + "description": "Identifier for the quote_comment", "required": true, "schema": { "type": "string", @@ -23696,18 +23696,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Review Summary resource.", + "description": "Partially update information about a Quote Comment resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/QuoteComment" } } } }, "responses": { "200": { - "description": "Detail of ProductReviewSummary", + "description": "Detail of QuoteComment", "content": { "application/vnd.api+json": { "schema": { @@ -23719,7 +23719,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -23734,7 +23734,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -23753,14 +23753,14 @@ } } }, - "/aggregate/product-review-summary": { + "/aggregate/quote-comment": { "post": { "tags": [ - "Product Review Summary" + "Quote Comment" ], - "summary": "Aggregate for the Product Review Summary resources.", + "summary": "Aggregate for the Quote Comment resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductReviewSummary", + "operationId": "aggregateQuoteComment", "requestBody": { "required": true, "content": { @@ -23784,7 +23784,7 @@ }, "responses": { "200": { - "description": "List of ProductReviewSummary", + "description": "List of QuoteComment", "content": { "application/vnd.api+json": { "schema": { @@ -23798,7 +23798,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -23816,7 +23816,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -23833,14 +23833,14 @@ } } }, - "/product-warehouse": { + "/quote-delivery": { "get": { "tags": [ - "Product Warehouse" + "Quote Delivery" ], - "summary": "List with basic information of Product Warehouse resources.", - "description": "", - "operationId": "getProductWarehouseList", + "summary": "List with basic information of Quote Delivery resources.", + "description": "Available since: 6.5.3.0", + "operationId": "getQuoteDeliveryList", "parameters": [ { "name": "limit", @@ -23869,7 +23869,7 @@ ], "responses": { "200": { - "description": "List of Product Warehouse resources.", + "description": "List of Quote Delivery resources.", "content": { "application/vnd.api+json": { "schema": { @@ -23888,7 +23888,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/QuoteDelivery" } } ] @@ -23902,16 +23902,16 @@ "type": "object", "properties": { "first": { - "example": "/product-warehouse?limit=25" + "example": "/quote-delivery?limit=25" }, "last": { - "example": "/product-warehouse?limit=25&page=11" + "example": "/quote-delivery?limit=25&page=11" }, "next": { - "example": "/product-warehouse?limit=25&page=4" + "example": "/quote-delivery?limit=25&page=4" }, "prev": { - "example": "/product-warehouse?limit=25&page=2" + "example": "/quote-delivery?limit=25&page=2" } } } @@ -23932,7 +23932,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -23947,11 +23947,11 @@ }, "post": { "tags": [ - "Product Warehouse" + "Quote Delivery" ], - "summary": "Create a new Product Warehouse resources.", - "description": "", - "operationId": "createProductWarehouse", + "summary": "Create a new Quote Delivery resources.", + "description": "Available since: 6.5.3.0", + "operationId": "createQuoteDelivery", "parameters": [ { "name": "_response", @@ -23970,14 +23970,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/QuoteDelivery" } } } }, "responses": { "200": { - "description": "Detail of ProductWarehouse", + "description": "Detail of QuoteDelivery", "content": { "application/vnd.api+json": { "schema": { @@ -23989,7 +23989,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -24004,7 +24004,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -24020,14 +24020,14 @@ } } }, - "/search/product-warehouse": { + "/search/quote-delivery": { "post": { "tags": [ - "Product Warehouse" + "Quote Delivery" ], - "summary": "Search for the Product Warehouse resources.", - "description": "", - "operationId": "searchProductWarehouse", + "summary": "Search for the Quote Delivery resources.", + "description": "Available since: 6.5.3.0", + "operationId": "searchQuoteDelivery", "parameters": [ { "name": "sw-include-search-info", @@ -24055,7 +24055,7 @@ }, "responses": { "200": { - "description": "List of ProductWarehouse", + "description": "List of QuoteDelivery", "content": { "application/vnd.api+json": { "schema": { @@ -24069,7 +24069,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -24087,7 +24087,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -24104,19 +24104,19 @@ } } }, - "/product-warehouse/{id}": { + "/quote-delivery/{id}": { "get": { "tags": [ - "Product Warehouse" + "Quote Delivery" ], - "summary": "Detailed information about a Product Warehouse resource.", - "description": "", - "operationId": "getProductWarehouse", + "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 product_warehouse", + "description": "Identifier for the quote_delivery", "required": true, "schema": { "type": "string", @@ -24126,7 +24126,7 @@ ], "responses": { "200": { - "description": "Detail of ProductWarehouse", + "description": "Detail of QuoteDelivery", "content": { "application/vnd.api+json": { "schema": { @@ -24138,7 +24138,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -24153,7 +24153,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -24170,16 +24170,16 @@ }, "delete": { "tags": [ - "Product Warehouse" + "Quote Delivery" ], - "summary": "Delete a Product Warehouse resource.", - "description": "", - "operationId": "deleteProductWarehouse", + "summary": "Delete a Quote Delivery resource.", + "description": "Available since: 6.5.3.0", + "operationId": "deleteQuoteDelivery", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_warehouse", + "description": "Identifier for the quote_delivery", "required": true, "schema": { "type": "string", @@ -24210,16 +24210,16 @@ }, "patch": { "tags": [ - "Product Warehouse" + "Quote Delivery" ], - "summary": "Partially update information about a Product Warehouse resource.", - "description": "", - "operationId": "updateProductWarehouse", + "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 product_warehouse", + "description": "Identifier for the quote_delivery", "required": true, "schema": { "type": "string", @@ -24237,18 +24237,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Warehouse resource.", + "description": "Partially update information about a Quote Delivery resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/QuoteDelivery" } } } }, "responses": { "200": { - "description": "Detail of ProductWarehouse", + "description": "Detail of QuoteDelivery", "content": { "application/vnd.api+json": { "schema": { @@ -24260,7 +24260,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -24275,7 +24275,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -24294,14 +24294,14 @@ } } }, - "/aggregate/product-warehouse": { + "/aggregate/quote-delivery": { "post": { "tags": [ - "Product Warehouse" + "Quote Delivery" ], - "summary": "Aggregate for the Product Warehouse resources.", + "summary": "Aggregate for the Quote Delivery resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductWarehouse", + "operationId": "aggregateQuoteDelivery", "requestBody": { "required": true, "content": { @@ -24325,7 +24325,7 @@ }, "responses": { "200": { - "description": "List of ProductWarehouse", + "description": "List of QuoteDelivery", "content": { "application/vnd.api+json": { "schema": { @@ -24339,7 +24339,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -24357,7 +24357,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -24374,14 +24374,14 @@ } } }, - "/quote": { + "/quote-delivery-position": { "get": { "tags": [ - "Quote" + "Quote Delivery Position" ], - "summary": "List with basic information of Quote resources.", + "summary": "List with basic information of Quote Delivery Position resources.", "description": "Available since: 6.5.3.0", - "operationId": "getQuoteList", + "operationId": "getQuoteDeliveryPositionList", "parameters": [ { "name": "limit", @@ -24410,7 +24410,7 @@ ], "responses": { "200": { - "description": "List of Quote resources.", + "description": "List of Quote Delivery Position resources.", "content": { "application/vnd.api+json": { "schema": { @@ -24429,7 +24429,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } ] @@ -24443,16 +24443,16 @@ "type": "object", "properties": { "first": { - "example": "/quote?limit=25" + "example": "/quote-delivery-position?limit=25" }, "last": { - "example": "/quote?limit=25&page=11" + "example": "/quote-delivery-position?limit=25&page=11" }, "next": { - "example": "/quote?limit=25&page=4" + "example": "/quote-delivery-position?limit=25&page=4" }, "prev": { - "example": "/quote?limit=25&page=2" + "example": "/quote-delivery-position?limit=25&page=2" } } } @@ -24473,7 +24473,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -24488,11 +24488,11 @@ }, "post": { "tags": [ - "Quote" + "Quote Delivery Position" ], - "summary": "Create a new Quote resources.", + "summary": "Create a new Quote Delivery Position resources.", "description": "Available since: 6.5.3.0", - "operationId": "createQuote", + "operationId": "createQuoteDeliveryPosition", "parameters": [ { "name": "_response", @@ -24511,14 +24511,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } }, "responses": { "200": { - "description": "Detail of Quote", + "description": "Detail of QuoteDeliveryPosition", "content": { "application/vnd.api+json": { "schema": { @@ -24530,7 +24530,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -24545,7 +24545,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -24561,14 +24561,14 @@ } } }, - "/search/quote": { + "/search/quote-delivery-position": { "post": { "tags": [ - "Quote" + "Quote Delivery Position" ], - "summary": "Search for the Quote resources.", + "summary": "Search for the Quote Delivery Position resources.", "description": "Available since: 6.5.3.0", - "operationId": "searchQuote", + "operationId": "searchQuoteDeliveryPosition", "parameters": [ { "name": "sw-include-search-info", @@ -24596,7 +24596,7 @@ }, "responses": { "200": { - "description": "List of Quote", + "description": "List of QuoteDeliveryPosition", "content": { "application/vnd.api+json": { "schema": { @@ -24610,7 +24610,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -24628,7 +24628,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -24645,19 +24645,19 @@ } } }, - "/quote/{id}": { + "/quote-delivery-position/{id}": { "get": { "tags": [ - "Quote" + "Quote Delivery Position" ], - "summary": "Detailed information about a Quote resource.", + "summary": "Detailed information about a Quote Delivery Position resource.", "description": "Available since: 6.5.3.0", - "operationId": "getQuote", + "operationId": "getQuoteDeliveryPosition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote", + "description": "Identifier for the quote_delivery_position", "required": true, "schema": { "type": "string", @@ -24667,7 +24667,7 @@ ], "responses": { "200": { - "description": "Detail of Quote", + "description": "Detail of QuoteDeliveryPosition", "content": { "application/vnd.api+json": { "schema": { @@ -24679,7 +24679,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -24694,7 +24694,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -24711,16 +24711,16 @@ }, "delete": { "tags": [ - "Quote" + "Quote Delivery Position" ], - "summary": "Delete a Quote resource.", + "summary": "Delete a Quote Delivery Position resource.", "description": "Available since: 6.5.3.0", - "operationId": "deleteQuote", + "operationId": "deleteQuoteDeliveryPosition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote", + "description": "Identifier for the quote_delivery_position", "required": true, "schema": { "type": "string", @@ -24751,16 +24751,16 @@ }, "patch": { "tags": [ - "Quote" + "Quote Delivery Position" ], - "summary": "Partially update information about a Quote resource.", + "summary": "Partially update information about a Quote Delivery Position resource.", "description": "Available since: 6.5.3.0", - "operationId": "updateQuote", + "operationId": "updateQuoteDeliveryPosition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote", + "description": "Identifier for the quote_delivery_position", "required": true, "schema": { "type": "string", @@ -24778,18 +24778,18 @@ } ], "requestBody": { - "description": "Partially update information about a Quote resource.", + "description": "Partially update information about a Quote Delivery Position resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } }, "responses": { "200": { - "description": "Detail of Quote", + "description": "Detail of QuoteDeliveryPosition", "content": { "application/vnd.api+json": { "schema": { @@ -24801,7 +24801,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -24816,7 +24816,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -24835,14 +24835,14 @@ } } }, - "/aggregate/quote": { + "/aggregate/quote-delivery-position": { "post": { "tags": [ - "Quote" + "Quote Delivery Position" ], - "summary": "Aggregate for the Quote resources.", + "summary": "Aggregate for the Quote Delivery Position resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateQuote", + "operationId": "aggregateQuoteDeliveryPosition", "requestBody": { "required": true, "content": { @@ -24866,7 +24866,7 @@ }, "responses": { "200": { - "description": "List of Quote", + "description": "List of QuoteDeliveryPosition", "content": { "application/vnd.api+json": { "schema": { @@ -24880,7 +24880,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -24898,7 +24898,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -24915,14 +24915,14 @@ } } }, - "/quote-comment": { + "/quote-document": { "get": { "tags": [ - "Quote Comment" + "Quote Document" ], - "summary": "List with basic information of Quote Comment resources.", + "summary": "List with basic information of Quote Document resources.", "description": "", - "operationId": "getQuoteCommentList", + "operationId": "getQuoteDocumentList", "parameters": [ { "name": "limit", @@ -24951,7 +24951,7 @@ ], "responses": { "200": { - "description": "List of Quote Comment resources.", + "description": "List of Quote Document resources.", "content": { "application/vnd.api+json": { "schema": { @@ -24970,7 +24970,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/QuoteDocument" } } ] @@ -24984,16 +24984,16 @@ "type": "object", "properties": { "first": { - "example": "/quote-comment?limit=25" + "example": "/quote-document?limit=25" }, "last": { - "example": "/quote-comment?limit=25&page=11" + "example": "/quote-document?limit=25&page=11" }, "next": { - "example": "/quote-comment?limit=25&page=4" + "example": "/quote-document?limit=25&page=4" }, "prev": { - "example": "/quote-comment?limit=25&page=2" + "example": "/quote-document?limit=25&page=2" } } } @@ -25014,7 +25014,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -25029,11 +25029,11 @@ }, "post": { "tags": [ - "Quote Comment" + "Quote Document" ], - "summary": "Create a new Quote Comment resources.", + "summary": "Create a new Quote Document resources.", "description": "", - "operationId": "createQuoteComment", + "operationId": "createQuoteDocument", "parameters": [ { "name": "_response", @@ -25052,14 +25052,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/QuoteDocument" } } } }, "responses": { "200": { - "description": "Detail of QuoteComment", + "description": "Detail of QuoteDocument", "content": { "application/vnd.api+json": { "schema": { @@ -25071,7 +25071,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -25086,7 +25086,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -25102,14 +25102,14 @@ } } }, - "/search/quote-comment": { + "/search/quote-document": { "post": { "tags": [ - "Quote Comment" + "Quote Document" ], - "summary": "Search for the Quote Comment resources.", + "summary": "Search for the Quote Document resources.", "description": "", - "operationId": "searchQuoteComment", + "operationId": "searchQuoteDocument", "parameters": [ { "name": "sw-include-search-info", @@ -25137,7 +25137,7 @@ }, "responses": { "200": { - "description": "List of QuoteComment", + "description": "List of QuoteDocument", "content": { "application/vnd.api+json": { "schema": { @@ -25151,7 +25151,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -25169,7 +25169,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -25186,19 +25186,19 @@ } } }, - "/quote-comment/{id}": { + "/quote-document/{id}": { "get": { "tags": [ - "Quote Comment" + "Quote Document" ], - "summary": "Detailed information about a Quote Comment resource.", + "summary": "Detailed information about a Quote Document resource.", "description": "", - "operationId": "getQuoteComment", + "operationId": "getQuoteDocument", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_comment", + "description": "Identifier for the quote_document", "required": true, "schema": { "type": "string", @@ -25208,7 +25208,7 @@ ], "responses": { "200": { - "description": "Detail of QuoteComment", + "description": "Detail of QuoteDocument", "content": { "application/vnd.api+json": { "schema": { @@ -25220,7 +25220,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -25235,7 +25235,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -25252,16 +25252,16 @@ }, "delete": { "tags": [ - "Quote Comment" + "Quote Document" ], - "summary": "Delete a Quote Comment resource.", + "summary": "Delete a Quote Document resource.", "description": "", - "operationId": "deleteQuoteComment", + "operationId": "deleteQuoteDocument", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_comment", + "description": "Identifier for the quote_document", "required": true, "schema": { "type": "string", @@ -25292,16 +25292,16 @@ }, "patch": { "tags": [ - "Quote Comment" + "Quote Document" ], - "summary": "Partially update information about a Quote Comment resource.", + "summary": "Partially update information about a Quote Document resource.", "description": "", - "operationId": "updateQuoteComment", + "operationId": "updateQuoteDocument", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_comment", + "description": "Identifier for the quote_document", "required": true, "schema": { "type": "string", @@ -25319,18 +25319,18 @@ } ], "requestBody": { - "description": "Partially update information about a Quote Comment resource.", + "description": "Partially update information about a Quote Document resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/QuoteDocument" } } } }, "responses": { "200": { - "description": "Detail of QuoteComment", + "description": "Detail of QuoteDocument", "content": { "application/vnd.api+json": { "schema": { @@ -25342,7 +25342,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -25357,7 +25357,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -25376,14 +25376,14 @@ } } }, - "/aggregate/quote-comment": { + "/aggregate/quote-document": { "post": { "tags": [ - "Quote Comment" + "Quote Document" ], - "summary": "Aggregate for the Quote Comment resources.", + "summary": "Aggregate for the Quote Document resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateQuoteComment", + "operationId": "aggregateQuoteDocument", "requestBody": { "required": true, "content": { @@ -25407,7 +25407,7 @@ }, "responses": { "200": { - "description": "List of QuoteComment", + "description": "List of QuoteDocument", "content": { "application/vnd.api+json": { "schema": { @@ -25421,7 +25421,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -25439,7 +25439,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -25456,14 +25456,14 @@ } } }, - "/quote-delivery": { + "/quote-employee": { "get": { "tags": [ - "Quote Delivery" + "Quote Employee" ], - "summary": "List with basic information of Quote Delivery resources.", - "description": "Available since: 6.5.3.0", - "operationId": "getQuoteDeliveryList", + "summary": "List with basic information of Quote Employee resources.", + "description": "", + "operationId": "getQuoteEmployeeList", "parameters": [ { "name": "limit", @@ -25492,7 +25492,7 @@ ], "responses": { "200": { - "description": "List of Quote Delivery resources.", + "description": "List of Quote Employee resources.", "content": { "application/vnd.api+json": { "schema": { @@ -25511,7 +25511,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteEmployee" } } ] @@ -25525,16 +25525,16 @@ "type": "object", "properties": { "first": { - "example": "/quote-delivery?limit=25" + "example": "/quote-employee?limit=25" }, "last": { - "example": "/quote-delivery?limit=25&page=11" + "example": "/quote-employee?limit=25&page=11" }, "next": { - "example": "/quote-delivery?limit=25&page=4" + "example": "/quote-employee?limit=25&page=4" }, "prev": { - "example": "/quote-delivery?limit=25&page=2" + "example": "/quote-employee?limit=25&page=2" } } } @@ -25555,7 +25555,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -25570,11 +25570,11 @@ }, "post": { "tags": [ - "Quote Delivery" + "Quote Employee" ], - "summary": "Create a new Quote Delivery resources.", - "description": "Available since: 6.5.3.0", - "operationId": "createQuoteDelivery", + "summary": "Create a new Quote Employee resources.", + "description": "", + "operationId": "createQuoteEmployee", "parameters": [ { "name": "_response", @@ -25593,14 +25593,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteEmployee" } } } }, "responses": { "200": { - "description": "Detail of QuoteDelivery", + "description": "Detail of QuoteEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -25612,7 +25612,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -25627,7 +25627,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -25643,14 +25643,14 @@ } } }, - "/search/quote-delivery": { + "/search/quote-employee": { "post": { "tags": [ - "Quote Delivery" + "Quote Employee" ], - "summary": "Search for the Quote Delivery resources.", - "description": "Available since: 6.5.3.0", - "operationId": "searchQuoteDelivery", + "summary": "Search for the Quote Employee resources.", + "description": "", + "operationId": "searchQuoteEmployee", "parameters": [ { "name": "sw-include-search-info", @@ -25678,7 +25678,7 @@ }, "responses": { "200": { - "description": "List of QuoteDelivery", + "description": "List of QuoteEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -25692,7 +25692,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -25710,7 +25710,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -25727,19 +25727,19 @@ } } }, - "/quote-delivery/{id}": { + "/quote-employee/{id}": { "get": { "tags": [ - "Quote Delivery" + "Quote Employee" ], - "summary": "Detailed information about a Quote Delivery resource.", - "description": "Available since: 6.5.3.0", - "operationId": "getQuoteDelivery", + "summary": "Detailed information about a Quote Employee resource.", + "description": "", + "operationId": "getQuoteEmployee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_delivery", + "description": "Identifier for the quote_employee", "required": true, "schema": { "type": "string", @@ -25749,7 +25749,7 @@ ], "responses": { "200": { - "description": "Detail of QuoteDelivery", + "description": "Detail of QuoteEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -25761,7 +25761,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -25776,7 +25776,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -25793,16 +25793,16 @@ }, "delete": { "tags": [ - "Quote Delivery" + "Quote Employee" ], - "summary": "Delete a Quote Delivery resource.", - "description": "Available since: 6.5.3.0", - "operationId": "deleteQuoteDelivery", + "summary": "Delete a Quote Employee resource.", + "description": "", + "operationId": "deleteQuoteEmployee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_delivery", + "description": "Identifier for the quote_employee", "required": true, "schema": { "type": "string", @@ -25833,16 +25833,16 @@ }, "patch": { "tags": [ - "Quote Delivery" + "Quote Employee" ], - "summary": "Partially update information about a Quote Delivery resource.", - "description": "Available since: 6.5.3.0", - "operationId": "updateQuoteDelivery", + "summary": "Partially update information about a Quote Employee resource.", + "description": "", + "operationId": "updateQuoteEmployee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_delivery", + "description": "Identifier for the quote_employee", "required": true, "schema": { "type": "string", @@ -25860,18 +25860,18 @@ } ], "requestBody": { - "description": "Partially update information about a Quote Delivery resource.", + "description": "Partially update information about a Quote Employee resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteEmployee" } } } }, "responses": { "200": { - "description": "Detail of QuoteDelivery", + "description": "Detail of QuoteEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -25883,7 +25883,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -25898,7 +25898,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -25917,14 +25917,14 @@ } } }, - "/aggregate/quote-delivery": { + "/aggregate/quote-employee": { "post": { "tags": [ - "Quote Delivery" + "Quote Employee" ], - "summary": "Aggregate for the Quote Delivery resources.", + "summary": "Aggregate for the Quote Employee resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateQuoteDelivery", + "operationId": "aggregateQuoteEmployee", "requestBody": { "required": true, "content": { @@ -25948,7 +25948,7 @@ }, "responses": { "200": { - "description": "List of QuoteDelivery", + "description": "List of QuoteEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -25962,7 +25962,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -25980,7 +25980,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -25997,14 +25997,14 @@ } } }, - "/quote-delivery-position": { + "/quote-line-item": { "get": { "tags": [ - "Quote Delivery Position" + "Quote Line Item" ], - "summary": "List with basic information of Quote Delivery Position resources.", + "summary": "List with basic information of Quote Line Item resources.", "description": "Available since: 6.5.3.0", - "operationId": "getQuoteDeliveryPositionList", + "operationId": "getQuoteLineItemList", "parameters": [ { "name": "limit", @@ -26033,7 +26033,7 @@ ], "responses": { "200": { - "description": "List of Quote Delivery Position resources.", + "description": "List of Quote Line Item resources.", "content": { "application/vnd.api+json": { "schema": { @@ -26052,7 +26052,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteLineItem" } } ] @@ -26066,16 +26066,16 @@ "type": "object", "properties": { "first": { - "example": "/quote-delivery-position?limit=25" + "example": "/quote-line-item?limit=25" }, "last": { - "example": "/quote-delivery-position?limit=25&page=11" + "example": "/quote-line-item?limit=25&page=11" }, "next": { - "example": "/quote-delivery-position?limit=25&page=4" + "example": "/quote-line-item?limit=25&page=4" }, "prev": { - "example": "/quote-delivery-position?limit=25&page=2" + "example": "/quote-line-item?limit=25&page=2" } } } @@ -26096,7 +26096,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -26111,11 +26111,11 @@ }, "post": { "tags": [ - "Quote Delivery Position" + "Quote Line Item" ], - "summary": "Create a new Quote Delivery Position resources.", + "summary": "Create a new Quote Line Item resources.", "description": "Available since: 6.5.3.0", - "operationId": "createQuoteDeliveryPosition", + "operationId": "createQuoteLineItem", "parameters": [ { "name": "_response", @@ -26134,14 +26134,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteLineItem" } } } }, "responses": { "200": { - "description": "Detail of QuoteDeliveryPosition", + "description": "Detail of QuoteLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -26153,7 +26153,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -26168,7 +26168,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -26184,14 +26184,14 @@ } } }, - "/search/quote-delivery-position": { + "/search/quote-line-item": { "post": { "tags": [ - "Quote Delivery Position" + "Quote Line Item" ], - "summary": "Search for the Quote Delivery Position resources.", + "summary": "Search for the Quote Line Item resources.", "description": "Available since: 6.5.3.0", - "operationId": "searchQuoteDeliveryPosition", + "operationId": "searchQuoteLineItem", "parameters": [ { "name": "sw-include-search-info", @@ -26219,7 +26219,7 @@ }, "responses": { "200": { - "description": "List of QuoteDeliveryPosition", + "description": "List of QuoteLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -26233,7 +26233,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -26251,7 +26251,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -26268,19 +26268,19 @@ } } }, - "/quote-delivery-position/{id}": { + "/quote-line-item/{id}": { "get": { "tags": [ - "Quote Delivery Position" + "Quote Line Item" ], - "summary": "Detailed information about a Quote Delivery Position resource.", + "summary": "Detailed information about a Quote Line Item resource.", "description": "Available since: 6.5.3.0", - "operationId": "getQuoteDeliveryPosition", + "operationId": "getQuoteLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_delivery_position", + "description": "Identifier for the quote_line_item", "required": true, "schema": { "type": "string", @@ -26290,7 +26290,7 @@ ], "responses": { "200": { - "description": "Detail of QuoteDeliveryPosition", + "description": "Detail of QuoteLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -26302,7 +26302,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -26317,7 +26317,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -26334,16 +26334,16 @@ }, "delete": { "tags": [ - "Quote Delivery Position" + "Quote Line Item" ], - "summary": "Delete a Quote Delivery Position resource.", + "summary": "Delete a Quote Line Item resource.", "description": "Available since: 6.5.3.0", - "operationId": "deleteQuoteDeliveryPosition", + "operationId": "deleteQuoteLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_delivery_position", + "description": "Identifier for the quote_line_item", "required": true, "schema": { "type": "string", @@ -26374,16 +26374,16 @@ }, "patch": { "tags": [ - "Quote Delivery Position" + "Quote Line Item" ], - "summary": "Partially update information about a Quote Delivery Position resource.", + "summary": "Partially update information about a Quote Line Item resource.", "description": "Available since: 6.5.3.0", - "operationId": "updateQuoteDeliveryPosition", + "operationId": "updateQuoteLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_delivery_position", + "description": "Identifier for the quote_line_item", "required": true, "schema": { "type": "string", @@ -26401,18 +26401,18 @@ } ], "requestBody": { - "description": "Partially update information about a Quote Delivery Position resource.", + "description": "Partially update information about a Quote Line Item resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteLineItem" } } } }, "responses": { "200": { - "description": "Detail of QuoteDeliveryPosition", + "description": "Detail of QuoteLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -26424,7 +26424,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -26439,7 +26439,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -26458,14 +26458,14 @@ } } }, - "/aggregate/quote-delivery-position": { + "/aggregate/quote-line-item": { "post": { "tags": [ - "Quote Delivery Position" + "Quote Line Item" ], - "summary": "Aggregate for the Quote Delivery Position resources.", + "summary": "Aggregate for the Quote Line Item resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateQuoteDeliveryPosition", + "operationId": "aggregateQuoteLineItem", "requestBody": { "required": true, "content": { @@ -26489,7 +26489,7 @@ }, "responses": { "200": { - "description": "List of QuoteDeliveryPosition", + "description": "List of QuoteLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -26503,7 +26503,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -26521,7 +26521,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -26538,14 +26538,14 @@ } } }, - "/quote-document": { + "/quote-transaction": { "get": { "tags": [ - "Quote Document" + "Quote Transaction" ], - "summary": "List with basic information of Quote Document resources.", - "description": "", - "operationId": "getQuoteDocumentList", + "summary": "List with basic information of Quote Transaction resources.", + "description": "Available since: 6.5.3.0", + "operationId": "getQuoteTransactionList", "parameters": [ { "name": "limit", @@ -26574,7 +26574,7 @@ ], "responses": { "200": { - "description": "List of Quote Document resources.", + "description": "List of Quote Transaction resources.", "content": { "application/vnd.api+json": { "schema": { @@ -26593,7 +26593,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteTransaction" } } ] @@ -26607,16 +26607,16 @@ "type": "object", "properties": { "first": { - "example": "/quote-document?limit=25" + "example": "/quote-transaction?limit=25" }, "last": { - "example": "/quote-document?limit=25&page=11" + "example": "/quote-transaction?limit=25&page=11" }, "next": { - "example": "/quote-document?limit=25&page=4" + "example": "/quote-transaction?limit=25&page=4" }, "prev": { - "example": "/quote-document?limit=25&page=2" + "example": "/quote-transaction?limit=25&page=2" } } } @@ -26637,7 +26637,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -26652,11 +26652,11 @@ }, "post": { "tags": [ - "Quote Document" + "Quote Transaction" ], - "summary": "Create a new Quote Document resources.", - "description": "", - "operationId": "createQuoteDocument", + "summary": "Create a new Quote Transaction resources.", + "description": "Available since: 6.5.3.0", + "operationId": "createQuoteTransaction", "parameters": [ { "name": "_response", @@ -26675,14 +26675,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteTransaction" } } } }, "responses": { "200": { - "description": "Detail of QuoteDocument", + "description": "Detail of QuoteTransaction", "content": { "application/vnd.api+json": { "schema": { @@ -26694,7 +26694,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -26709,7 +26709,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -26725,14 +26725,14 @@ } } }, - "/search/quote-document": { + "/search/quote-transaction": { "post": { "tags": [ - "Quote Document" + "Quote Transaction" ], - "summary": "Search for the Quote Document resources.", - "description": "", - "operationId": "searchQuoteDocument", + "summary": "Search for the Quote Transaction resources.", + "description": "Available since: 6.5.3.0", + "operationId": "searchQuoteTransaction", "parameters": [ { "name": "sw-include-search-info", @@ -26760,7 +26760,7 @@ }, "responses": { "200": { - "description": "List of QuoteDocument", + "description": "List of QuoteTransaction", "content": { "application/vnd.api+json": { "schema": { @@ -26774,7 +26774,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -26792,7 +26792,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -26809,19 +26809,19 @@ } } }, - "/quote-document/{id}": { + "/quote-transaction/{id}": { "get": { "tags": [ - "Quote Document" + "Quote Transaction" ], - "summary": "Detailed information about a Quote Document resource.", - "description": "", - "operationId": "getQuoteDocument", + "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 quote_document", + "description": "Identifier for the quote_transaction", "required": true, "schema": { "type": "string", @@ -26831,7 +26831,7 @@ ], "responses": { "200": { - "description": "Detail of QuoteDocument", + "description": "Detail of QuoteTransaction", "content": { "application/vnd.api+json": { "schema": { @@ -26843,7 +26843,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -26858,7 +26858,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -26875,16 +26875,16 @@ }, "delete": { "tags": [ - "Quote Document" + "Quote Transaction" ], - "summary": "Delete a Quote Document resource.", - "description": "", - "operationId": "deleteQuoteDocument", + "summary": "Delete a Quote Transaction resource.", + "description": "Available since: 6.5.3.0", + "operationId": "deleteQuoteTransaction", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_document", + "description": "Identifier for the quote_transaction", "required": true, "schema": { "type": "string", @@ -26915,16 +26915,16 @@ }, "patch": { "tags": [ - "Quote Document" + "Quote Transaction" ], - "summary": "Partially update information about a Quote Document resource.", - "description": "", - "operationId": "updateQuoteDocument", + "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 quote_document", + "description": "Identifier for the quote_transaction", "required": true, "schema": { "type": "string", @@ -26942,18 +26942,18 @@ } ], "requestBody": { - "description": "Partially update information about a Quote Document resource.", + "description": "Partially update information about a Quote Transaction resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteTransaction" } } } }, "responses": { "200": { - "description": "Detail of QuoteDocument", + "description": "Detail of QuoteTransaction", "content": { "application/vnd.api+json": { "schema": { @@ -26965,7 +26965,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -26980,7 +26980,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -26999,14 +26999,14 @@ } } }, - "/aggregate/quote-document": { + "/aggregate/quote-transaction": { "post": { "tags": [ - "Quote Document" + "Quote Transaction" ], - "summary": "Aggregate for the Quote Document resources.", + "summary": "Aggregate for the Quote Transaction resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateQuoteDocument", + "operationId": "aggregateQuoteTransaction", "requestBody": { "required": true, "content": { @@ -27030,7 +27030,7 @@ }, "responses": { "200": { - "description": "List of QuoteDocument", + "description": "List of QuoteTransaction", "content": { "application/vnd.api+json": { "schema": { @@ -27044,7 +27044,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -27062,7 +27062,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -27079,14 +27079,15 @@ } } }, - "/quote-employee": { + "/spatial-render-config-size": { "get": { "tags": [ - "Quote Employee" + "Spatial Render Config Size", + "Experimental" ], - "summary": "List with basic information of Quote Employee resources.", + "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": "getQuoteEmployeeList", + "operationId": "getSpatialRenderConfigSizeList", "parameters": [ { "name": "limit", @@ -27115,7 +27116,7 @@ ], "responses": { "200": { - "description": "List of Quote Employee resources.", + "description": "List of Spatial Render Config Size resources.", "content": { "application/vnd.api+json": { "schema": { @@ -27134,7 +27135,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } ] @@ -27148,16 +27149,16 @@ "type": "object", "properties": { "first": { - "example": "/quote-employee?limit=25" + "example": "/spatial-render-config-size?limit=25" }, "last": { - "example": "/quote-employee?limit=25&page=11" + "example": "/spatial-render-config-size?limit=25&page=11" }, "next": { - "example": "/quote-employee?limit=25&page=4" + "example": "/spatial-render-config-size?limit=25&page=4" }, "prev": { - "example": "/quote-employee?limit=25&page=2" + "example": "/spatial-render-config-size?limit=25&page=2" } } } @@ -27178,7 +27179,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -27193,11 +27194,12 @@ }, "post": { "tags": [ - "Quote Employee" + "Spatial Render Config Size", + "Experimental" ], - "summary": "Create a new Quote Employee resources.", + "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": "createQuoteEmployee", + "operationId": "createSpatialRenderConfigSize", "parameters": [ { "name": "_response", @@ -27216,14 +27218,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } }, "responses": { "200": { - "description": "Detail of QuoteEmployee", + "description": "Detail of SpatialRenderConfigSize", "content": { "application/vnd.api+json": { "schema": { @@ -27235,7 +27237,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -27250,7 +27252,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -27266,14 +27268,15 @@ } } }, - "/search/quote-employee": { + "/search/spatial-render-config-size": { "post": { "tags": [ - "Quote Employee" + "Spatial Render Config Size", + "Experimental" ], - "summary": "Search for the Quote Employee resources.", + "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": "searchQuoteEmployee", + "operationId": "searchSpatialRenderConfigSize", "parameters": [ { "name": "sw-include-search-info", @@ -27301,7 +27304,7 @@ }, "responses": { "200": { - "description": "List of QuoteEmployee", + "description": "List of SpatialRenderConfigSize", "content": { "application/vnd.api+json": { "schema": { @@ -27315,7 +27318,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -27333,7 +27336,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -27350,19 +27353,20 @@ } } }, - "/quote-employee/{id}": { + "/spatial-render-config-size/{id}": { "get": { "tags": [ - "Quote Employee" + "Spatial Render Config Size", + "Experimental" ], - "summary": "Detailed information about a Quote Employee resource.", + "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": "getQuoteEmployee", + "operationId": "getSpatialRenderConfigSize", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_employee", + "description": "Identifier for the spatial_render_config_size", "required": true, "schema": { "type": "string", @@ -27372,7 +27376,7 @@ ], "responses": { "200": { - "description": "Detail of QuoteEmployee", + "description": "Detail of SpatialRenderConfigSize", "content": { "application/vnd.api+json": { "schema": { @@ -27384,7 +27388,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -27399,7 +27403,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -27416,16 +27420,17 @@ }, "delete": { "tags": [ - "Quote Employee" + "Spatial Render Config Size", + "Experimental" ], - "summary": "Delete a Quote Employee resource.", + "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": "deleteQuoteEmployee", + "operationId": "deleteSpatialRenderConfigSize", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_employee", + "description": "Identifier for the spatial_render_config_size", "required": true, "schema": { "type": "string", @@ -27456,16 +27461,17 @@ }, "patch": { "tags": [ - "Quote Employee" + "Spatial Render Config Size", + "Experimental" ], - "summary": "Partially update information about a Quote Employee resource.", + "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": "updateQuoteEmployee", + "operationId": "updateSpatialRenderConfigSize", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_employee", + "description": "Identifier for the spatial_render_config_size", "required": true, "schema": { "type": "string", @@ -27483,18 +27489,18 @@ } ], "requestBody": { - "description": "Partially update information about a Quote Employee resource.", + "description": "Partially update information about a Spatial Render Config Size resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } }, "responses": { "200": { - "description": "Detail of QuoteEmployee", + "description": "Detail of SpatialRenderConfigSize", "content": { "application/vnd.api+json": { "schema": { @@ -27506,7 +27512,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -27521,7 +27527,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -27540,14 +27546,15 @@ } } }, - "/aggregate/quote-employee": { + "/aggregate/spatial-render-config-size": { "post": { "tags": [ - "Quote Employee" + "Spatial Render Config Size", + "Experimental" ], - "summary": "Aggregate for the Quote Employee resources.", + "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": "aggregateQuoteEmployee", + "operationId": "aggregateSpatialRenderConfigSize", "requestBody": { "required": true, "content": { @@ -27571,7 +27578,7 @@ }, "responses": { "200": { - "description": "List of QuoteEmployee", + "description": "List of SpatialRenderConfigSize", "content": { "application/vnd.api+json": { "schema": { @@ -27585,7 +27592,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -27603,7 +27610,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -27620,14 +27627,15 @@ } } }, - "/quote-line-item": { + "/spatial-scene": { "get": { "tags": [ - "Quote Line Item" + "Spatial Scene", + "Experimental" ], - "summary": "List with basic information of Quote Line Item resources.", - "description": "Available since: 6.5.3.0", - "operationId": "getQuoteLineItemList", + "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", "parameters": [ { "name": "limit", @@ -27656,7 +27664,7 @@ ], "responses": { "200": { - "description": "List of Quote Line Item resources.", + "description": "List of Spatial Scene resources.", "content": { "application/vnd.api+json": { "schema": { @@ -27675,7 +27683,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/SpatialScene" } } ] @@ -27689,16 +27697,16 @@ "type": "object", "properties": { "first": { - "example": "/quote-line-item?limit=25" + "example": "/spatial-scene?limit=25" }, "last": { - "example": "/quote-line-item?limit=25&page=11" + "example": "/spatial-scene?limit=25&page=11" }, "next": { - "example": "/quote-line-item?limit=25&page=4" + "example": "/spatial-scene?limit=25&page=4" }, "prev": { - "example": "/quote-line-item?limit=25&page=2" + "example": "/spatial-scene?limit=25&page=2" } } } @@ -27719,7 +27727,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -27734,11 +27742,12 @@ }, "post": { "tags": [ - "Quote Line Item" + "Spatial Scene", + "Experimental" ], - "summary": "Create a new Quote Line Item resources.", - "description": "Available since: 6.5.3.0", - "operationId": "createQuoteLineItem", + "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", "parameters": [ { "name": "_response", @@ -27757,14 +27766,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/SpatialScene" } } } }, "responses": { "200": { - "description": "Detail of QuoteLineItem", + "description": "Detail of SpatialScene", "content": { "application/vnd.api+json": { "schema": { @@ -27776,7 +27785,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -27791,7 +27800,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -27807,14 +27816,15 @@ } } }, - "/search/quote-line-item": { + "/search/spatial-scene": { "post": { "tags": [ - "Quote Line Item" + "Spatial Scene", + "Experimental" ], - "summary": "Search for the Quote Line Item resources.", - "description": "Available since: 6.5.3.0", - "operationId": "searchQuoteLineItem", + "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", "parameters": [ { "name": "sw-include-search-info", @@ -27842,7 +27852,7 @@ }, "responses": { "200": { - "description": "List of QuoteLineItem", + "description": "List of SpatialScene", "content": { "application/vnd.api+json": { "schema": { @@ -27856,7 +27866,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -27874,7 +27884,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -27891,19 +27901,20 @@ } } }, - "/quote-line-item/{id}": { + "/spatial-scene/{id}": { "get": { "tags": [ - "Quote Line Item" + "Spatial Scene", + "Experimental" ], - "summary": "Detailed information about a Quote Line Item resource.", - "description": "Available since: 6.5.3.0", - "operationId": "getQuoteLineItem", + "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", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_line_item", + "description": "Identifier for the spatial_scene", "required": true, "schema": { "type": "string", @@ -27913,7 +27924,7 @@ ], "responses": { "200": { - "description": "Detail of QuoteLineItem", + "description": "Detail of SpatialScene", "content": { "application/vnd.api+json": { "schema": { @@ -27925,7 +27936,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -27940,7 +27951,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -27957,16 +27968,17 @@ }, "delete": { "tags": [ - "Quote Line Item" + "Spatial Scene", + "Experimental" ], - "summary": "Delete a Quote Line Item resource.", - "description": "Available since: 6.5.3.0", - "operationId": "deleteQuoteLineItem", + "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", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_line_item", + "description": "Identifier for the spatial_scene", "required": true, "schema": { "type": "string", @@ -27997,16 +28009,17 @@ }, "patch": { "tags": [ - "Quote Line Item" + "Spatial Scene", + "Experimental" ], - "summary": "Partially update information about a Quote Line Item resource.", - "description": "Available since: 6.5.3.0", - "operationId": "updateQuoteLineItem", + "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", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_line_item", + "description": "Identifier for the spatial_scene", "required": true, "schema": { "type": "string", @@ -28024,18 +28037,18 @@ } ], "requestBody": { - "description": "Partially update information about a Quote Line Item resource.", + "description": "Partially update information about a Spatial Scene resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/SpatialScene" } } } }, "responses": { "200": { - "description": "Detail of QuoteLineItem", + "description": "Detail of SpatialScene", "content": { "application/vnd.api+json": { "schema": { @@ -28047,7 +28060,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -28062,7 +28075,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -28081,14 +28094,15 @@ } } }, - "/aggregate/quote-line-item": { + "/aggregate/spatial-scene": { "post": { "tags": [ - "Quote Line Item" + "Spatial Scene", + "Experimental" ], - "summary": "Aggregate for the Quote Line Item resources.", + "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": "aggregateQuoteLineItem", + "operationId": "aggregateSpatialScene", "requestBody": { "required": true, "content": { @@ -28112,7 +28126,7 @@ }, "responses": { "200": { - "description": "List of QuoteLineItem", + "description": "List of SpatialScene", "content": { "application/vnd.api+json": { "schema": { @@ -28126,7 +28140,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -28144,7 +28158,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -28161,14 +28175,15 @@ } } }, - "/quote-transaction": { + "/spatial-scene-camera": { "get": { "tags": [ - "Quote Transaction" + "Spatial Scene Camera", + "Experimental" ], - "summary": "List with basic information of Quote Transaction resources.", - "description": "Available since: 6.5.3.0", - "operationId": "getQuoteTransactionList", + "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", "parameters": [ { "name": "limit", @@ -28197,7 +28212,7 @@ ], "responses": { "200": { - "description": "List of Quote Transaction resources.", + "description": "List of Spatial Scene Camera resources.", "content": { "application/vnd.api+json": { "schema": { @@ -28216,7 +28231,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/SpatialSceneCamera" } } ] @@ -28230,16 +28245,16 @@ "type": "object", "properties": { "first": { - "example": "/quote-transaction?limit=25" + "example": "/spatial-scene-camera?limit=25" }, "last": { - "example": "/quote-transaction?limit=25&page=11" + "example": "/spatial-scene-camera?limit=25&page=11" }, "next": { - "example": "/quote-transaction?limit=25&page=4" + "example": "/spatial-scene-camera?limit=25&page=4" }, "prev": { - "example": "/quote-transaction?limit=25&page=2" + "example": "/spatial-scene-camera?limit=25&page=2" } } } @@ -28260,7 +28275,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -28275,11 +28290,12 @@ }, "post": { "tags": [ - "Quote Transaction" + "Spatial Scene Camera", + "Experimental" ], - "summary": "Create a new Quote Transaction resources.", - "description": "Available since: 6.5.3.0", - "operationId": "createQuoteTransaction", + "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", "parameters": [ { "name": "_response", @@ -28298,14 +28314,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } }, "responses": { "200": { - "description": "Detail of QuoteTransaction", + "description": "Detail of SpatialSceneCamera", "content": { "application/vnd.api+json": { "schema": { @@ -28317,7 +28333,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -28332,7 +28348,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -28348,14 +28364,15 @@ } } }, - "/search/quote-transaction": { + "/search/spatial-scene-camera": { "post": { "tags": [ - "Quote Transaction" + "Spatial Scene Camera", + "Experimental" ], - "summary": "Search for the Quote Transaction resources.", - "description": "Available since: 6.5.3.0", - "operationId": "searchQuoteTransaction", + "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", "parameters": [ { "name": "sw-include-search-info", @@ -28383,7 +28400,7 @@ }, "responses": { "200": { - "description": "List of QuoteTransaction", + "description": "List of SpatialSceneCamera", "content": { "application/vnd.api+json": { "schema": { @@ -28397,7 +28414,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -28415,7 +28432,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -28432,19 +28449,20 @@ } } }, - "/quote-transaction/{id}": { + "/spatial-scene-camera/{id}": { "get": { "tags": [ - "Quote Transaction" + "Spatial Scene Camera", + "Experimental" ], - "summary": "Detailed information about a Quote Transaction resource.", - "description": "Available since: 6.5.3.0", - "operationId": "getQuoteTransaction", + "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", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_transaction", + "description": "Identifier for the spatial_scene_camera", "required": true, "schema": { "type": "string", @@ -28454,7 +28472,7 @@ ], "responses": { "200": { - "description": "Detail of QuoteTransaction", + "description": "Detail of SpatialSceneCamera", "content": { "application/vnd.api+json": { "schema": { @@ -28466,7 +28484,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -28481,7 +28499,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -28498,16 +28516,17 @@ }, "delete": { "tags": [ - "Quote Transaction" + "Spatial Scene Camera", + "Experimental" ], - "summary": "Delete a Quote Transaction resource.", - "description": "Available since: 6.5.3.0", - "operationId": "deleteQuoteTransaction", + "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", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_transaction", + "description": "Identifier for the spatial_scene_camera", "required": true, "schema": { "type": "string", @@ -28538,16 +28557,17 @@ }, "patch": { "tags": [ - "Quote Transaction" + "Spatial Scene Camera", + "Experimental" ], - "summary": "Partially update information about a Quote Transaction resource.", - "description": "Available since: 6.5.3.0", - "operationId": "updateQuoteTransaction", + "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", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_transaction", + "description": "Identifier for the spatial_scene_camera", "required": true, "schema": { "type": "string", @@ -28565,18 +28585,18 @@ } ], "requestBody": { - "description": "Partially update information about a Quote Transaction resource.", + "description": "Partially update information about a Spatial Scene Camera resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } }, "responses": { "200": { - "description": "Detail of QuoteTransaction", + "description": "Detail of SpatialSceneCamera", "content": { "application/vnd.api+json": { "schema": { @@ -28588,7 +28608,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -28603,7 +28623,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -28622,14 +28642,15 @@ } } }, - "/aggregate/quote-transaction": { + "/aggregate/spatial-scene-camera": { "post": { "tags": [ - "Quote Transaction" + "Spatial Scene Camera", + "Experimental" ], - "summary": "Aggregate for the Quote Transaction resources.", + "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": "aggregateQuoteTransaction", + "operationId": "aggregateSpatialSceneCamera", "requestBody": { "required": true, "content": { @@ -28653,7 +28674,7 @@ }, "responses": { "200": { - "description": "List of QuoteTransaction", + "description": "List of SpatialSceneCamera", "content": { "application/vnd.api+json": { "schema": { @@ -28667,7 +28688,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -28685,7 +28706,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -28702,15 +28723,15 @@ } } }, - "/spatial-render-config-size": { + "/spatial-scene-group": { "get": { "tags": [ - "Spatial Render Config Size", + "Spatial Scene Group", "Experimental" ], - "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 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": "getSpatialRenderConfigSizeList", + "operationId": "getSpatialSceneGroupList", "parameters": [ { "name": "limit", @@ -28739,7 +28760,7 @@ ], "responses": { "200": { - "description": "List of Spatial Render Config Size resources.", + "description": "List of Spatial Scene Group resources.", "content": { "application/vnd.api+json": { "schema": { @@ -28758,7 +28779,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialSceneGroup" } } ] @@ -28772,16 +28793,16 @@ "type": "object", "properties": { "first": { - "example": "/spatial-render-config-size?limit=25" + "example": "/spatial-scene-group?limit=25" }, "last": { - "example": "/spatial-render-config-size?limit=25&page=11" + "example": "/spatial-scene-group?limit=25&page=11" }, "next": { - "example": "/spatial-render-config-size?limit=25&page=4" + "example": "/spatial-scene-group?limit=25&page=4" }, "prev": { - "example": "/spatial-render-config-size?limit=25&page=2" + "example": "/spatial-scene-group?limit=25&page=2" } } } @@ -28802,7 +28823,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -28817,12 +28838,12 @@ }, "post": { "tags": [ - "Spatial Render Config Size", + "Spatial Scene Group", "Experimental" ], - "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 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": "createSpatialRenderConfigSize", + "operationId": "createSpatialSceneGroup", "parameters": [ { "name": "_response", @@ -28841,14 +28862,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } }, "responses": { "200": { - "description": "Detail of SpatialRenderConfigSize", + "description": "Detail of SpatialSceneGroup", "content": { "application/vnd.api+json": { "schema": { @@ -28860,7 +28881,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -28875,7 +28896,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -28891,15 +28912,15 @@ } } }, - "/search/spatial-render-config-size": { + "/search/spatial-scene-group": { "post": { "tags": [ - "Spatial Render Config Size", + "Spatial Scene Group", "Experimental" ], - "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 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": "searchSpatialRenderConfigSize", + "operationId": "searchSpatialSceneGroup", "parameters": [ { "name": "sw-include-search-info", @@ -28927,7 +28948,7 @@ }, "responses": { "200": { - "description": "List of SpatialRenderConfigSize", + "description": "List of SpatialSceneGroup", "content": { "application/vnd.api+json": { "schema": { @@ -28941,7 +28962,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -28959,7 +28980,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -28976,20 +28997,20 @@ } } }, - "/spatial-render-config-size/{id}": { + "/spatial-scene-group/{id}": { "get": { "tags": [ - "Spatial Render Config Size", + "Spatial Scene Group", "Experimental" ], - "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 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": "getSpatialRenderConfigSize", + "operationId": "getSpatialSceneGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_render_config_size", + "description": "Identifier for the spatial_scene_group", "required": true, "schema": { "type": "string", @@ -28999,7 +29020,7 @@ ], "responses": { "200": { - "description": "Detail of SpatialRenderConfigSize", + "description": "Detail of SpatialSceneGroup", "content": { "application/vnd.api+json": { "schema": { @@ -29011,7 +29032,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -29026,7 +29047,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -29043,17 +29064,17 @@ }, "delete": { "tags": [ - "Spatial Render Config Size", + "Spatial Scene Group", "Experimental" ], - "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 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": "deleteSpatialRenderConfigSize", + "operationId": "deleteSpatialSceneGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_render_config_size", + "description": "Identifier for the spatial_scene_group", "required": true, "schema": { "type": "string", @@ -29084,17 +29105,17 @@ }, "patch": { "tags": [ - "Spatial Render Config Size", + "Spatial Scene Group", "Experimental" ], - "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 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": "updateSpatialRenderConfigSize", + "operationId": "updateSpatialSceneGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_render_config_size", + "description": "Identifier for the spatial_scene_group", "required": true, "schema": { "type": "string", @@ -29112,18 +29133,18 @@ } ], "requestBody": { - "description": "Partially update information about a Spatial Render Config Size resource.", + "description": "Partially update information about a Spatial Scene Group resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } }, "responses": { "200": { - "description": "Detail of SpatialRenderConfigSize", + "description": "Detail of SpatialSceneGroup", "content": { "application/vnd.api+json": { "schema": { @@ -29135,7 +29156,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -29150,7 +29171,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -29169,15 +29190,15 @@ } } }, - "/aggregate/spatial-render-config-size": { + "/aggregate/spatial-scene-group": { "post": { "tags": [ - "Spatial Render Config Size", + "Spatial Scene Group", "Experimental" ], - "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 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": "aggregateSpatialRenderConfigSize", + "operationId": "aggregateSpatialSceneGroup", "requestBody": { "required": true, "content": { @@ -29201,7 +29222,7 @@ }, "responses": { "200": { - "description": "List of SpatialRenderConfigSize", + "description": "List of SpatialSceneGroup", "content": { "application/vnd.api+json": { "schema": { @@ -29215,7 +29236,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -29233,7 +29254,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -29250,15 +29271,15 @@ } } }, - "/spatial-scene": { + "/spatial-scene-light": { "get": { "tags": [ - "Spatial Scene", + "Spatial Scene Light", "Experimental" ], - "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.", + "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": "getSpatialSceneList", + "operationId": "getSpatialSceneLightList", "parameters": [ { "name": "limit", @@ -29287,7 +29308,7 @@ ], "responses": { "200": { - "description": "List of Spatial Scene resources.", + "description": "List of Spatial Scene Light resources.", "content": { "application/vnd.api+json": { "schema": { @@ -29306,7 +29327,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneLight" } } ] @@ -29320,16 +29341,16 @@ "type": "object", "properties": { "first": { - "example": "/spatial-scene?limit=25" + "example": "/spatial-scene-light?limit=25" }, "last": { - "example": "/spatial-scene?limit=25&page=11" + "example": "/spatial-scene-light?limit=25&page=11" }, "next": { - "example": "/spatial-scene?limit=25&page=4" + "example": "/spatial-scene-light?limit=25&page=4" }, "prev": { - "example": "/spatial-scene?limit=25&page=2" + "example": "/spatial-scene-light?limit=25&page=2" } } } @@ -29350,7 +29371,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -29365,12 +29386,12 @@ }, "post": { "tags": [ - "Spatial Scene", + "Spatial Scene Light", "Experimental" ], - "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.", + "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": "createSpatialScene", + "operationId": "createSpatialSceneLight", "parameters": [ { "name": "_response", @@ -29389,14 +29410,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneLight" } } } }, "responses": { "200": { - "description": "Detail of SpatialScene", + "description": "Detail of SpatialSceneLight", "content": { "application/vnd.api+json": { "schema": { @@ -29408,7 +29429,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -29423,7 +29444,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -29439,15 +29460,15 @@ } } }, - "/search/spatial-scene": { + "/search/spatial-scene-light": { "post": { "tags": [ - "Spatial Scene", + "Spatial Scene Light", "Experimental" ], - "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.", + "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": "searchSpatialScene", + "operationId": "searchSpatialSceneLight", "parameters": [ { "name": "sw-include-search-info", @@ -29475,7 +29496,7 @@ }, "responses": { "200": { - "description": "List of SpatialScene", + "description": "List of SpatialSceneLight", "content": { "application/vnd.api+json": { "schema": { @@ -29489,7 +29510,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -29507,7 +29528,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -29524,20 +29545,20 @@ } } }, - "/spatial-scene/{id}": { + "/spatial-scene-light/{id}": { "get": { "tags": [ - "Spatial Scene", + "Spatial Scene Light", "Experimental" ], - "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.", + "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": "getSpatialScene", + "operationId": "getSpatialSceneLight", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene", + "description": "Identifier for the spatial_scene_light", "required": true, "schema": { "type": "string", @@ -29547,7 +29568,7 @@ ], "responses": { "200": { - "description": "Detail of SpatialScene", + "description": "Detail of SpatialSceneLight", "content": { "application/vnd.api+json": { "schema": { @@ -29559,7 +29580,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -29574,7 +29595,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -29591,17 +29612,17 @@ }, "delete": { "tags": [ - "Spatial Scene", + "Spatial Scene Light", "Experimental" ], - "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.", + "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": "deleteSpatialScene", + "operationId": "deleteSpatialSceneLight", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene", + "description": "Identifier for the spatial_scene_light", "required": true, "schema": { "type": "string", @@ -29632,17 +29653,17 @@ }, "patch": { "tags": [ - "Spatial Scene", + "Spatial Scene Light", "Experimental" ], - "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.", + "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": "updateSpatialScene", + "operationId": "updateSpatialSceneLight", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene", + "description": "Identifier for the spatial_scene_light", "required": true, "schema": { "type": "string", @@ -29660,18 +29681,18 @@ } ], "requestBody": { - "description": "Partially update information about a Spatial Scene resource.", + "description": "Partially update information about a Spatial Scene Light resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneLight" } } } }, "responses": { "200": { - "description": "Detail of SpatialScene", + "description": "Detail of SpatialSceneLight", "content": { "application/vnd.api+json": { "schema": { @@ -29683,7 +29704,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -29698,7 +29719,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -29717,15 +29738,15 @@ } } }, - "/aggregate/spatial-scene": { + "/aggregate/spatial-scene-light": { "post": { "tags": [ - "Spatial Scene", + "Spatial Scene Light", "Experimental" ], - "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 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": "aggregateSpatialScene", + "operationId": "aggregateSpatialSceneLight", "requestBody": { "required": true, "content": { @@ -29749,7 +29770,7 @@ }, "responses": { "200": { - "description": "List of SpatialScene", + "description": "List of SpatialSceneLight", "content": { "application/vnd.api+json": { "schema": { @@ -29763,7 +29784,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -29781,7 +29802,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -29798,15 +29819,15 @@ } } }, - "/spatial-scene-camera": { + "/spatial-scene-material": { "get": { "tags": [ - "Spatial Scene Camera", + "Spatial Scene Material", "Experimental" ], - "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.", + "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": "getSpatialSceneCameraList", + "operationId": "getSpatialSceneMaterialList", "parameters": [ { "name": "limit", @@ -29835,7 +29856,7 @@ ], "responses": { "200": { - "description": "List of Spatial Scene Camera resources.", + "description": "List of Spatial Scene Material resources.", "content": { "application/vnd.api+json": { "schema": { @@ -29854,7 +29875,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } ] @@ -29868,16 +29889,16 @@ "type": "object", "properties": { "first": { - "example": "/spatial-scene-camera?limit=25" + "example": "/spatial-scene-material?limit=25" }, "last": { - "example": "/spatial-scene-camera?limit=25&page=11" + "example": "/spatial-scene-material?limit=25&page=11" }, "next": { - "example": "/spatial-scene-camera?limit=25&page=4" + "example": "/spatial-scene-material?limit=25&page=4" }, "prev": { - "example": "/spatial-scene-camera?limit=25&page=2" + "example": "/spatial-scene-material?limit=25&page=2" } } } @@ -29898,7 +29919,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -29913,12 +29934,12 @@ }, "post": { "tags": [ - "Spatial Scene Camera", + "Spatial Scene Material", "Experimental" ], - "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.", + "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": "createSpatialSceneCamera", + "operationId": "createSpatialSceneMaterial", "parameters": [ { "name": "_response", @@ -29937,14 +29958,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneCamera", + "description": "Detail of SpatialSceneMaterial", "content": { "application/vnd.api+json": { "schema": { @@ -29956,7 +29977,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -29971,7 +29992,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -29987,15 +30008,15 @@ } } }, - "/search/spatial-scene-camera": { + "/search/spatial-scene-material": { "post": { "tags": [ - "Spatial Scene Camera", + "Spatial Scene Material", "Experimental" ], - "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.", + "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": "searchSpatialSceneCamera", + "operationId": "searchSpatialSceneMaterial", "parameters": [ { "name": "sw-include-search-info", @@ -30023,7 +30044,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneCamera", + "description": "List of SpatialSceneMaterial", "content": { "application/vnd.api+json": { "schema": { @@ -30037,7 +30058,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -30055,7 +30076,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -30072,20 +30093,20 @@ } } }, - "/spatial-scene-camera/{id}": { + "/spatial-scene-material/{id}": { "get": { "tags": [ - "Spatial Scene Camera", + "Spatial Scene Material", "Experimental" ], - "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.", + "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": "getSpatialSceneCamera", + "operationId": "getSpatialSceneMaterial", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_camera", + "description": "Identifier for the spatial_scene_material", "required": true, "schema": { "type": "string", @@ -30095,7 +30116,7 @@ ], "responses": { "200": { - "description": "Detail of SpatialSceneCamera", + "description": "Detail of SpatialSceneMaterial", "content": { "application/vnd.api+json": { "schema": { @@ -30107,7 +30128,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -30122,7 +30143,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -30139,17 +30160,17 @@ }, "delete": { "tags": [ - "Spatial Scene Camera", + "Spatial Scene Material", "Experimental" ], - "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.", + "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": "deleteSpatialSceneCamera", + "operationId": "deleteSpatialSceneMaterial", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_camera", + "description": "Identifier for the spatial_scene_material", "required": true, "schema": { "type": "string", @@ -30180,17 +30201,17 @@ }, "patch": { "tags": [ - "Spatial Scene Camera", + "Spatial Scene Material", "Experimental" ], - "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.", + "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": "updateSpatialSceneCamera", + "operationId": "updateSpatialSceneMaterial", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_camera", + "description": "Identifier for the spatial_scene_material", "required": true, "schema": { "type": "string", @@ -30208,18 +30229,18 @@ } ], "requestBody": { - "description": "Partially update information about a Spatial Scene Camera resource.", + "description": "Partially update information about a Spatial Scene Material resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneCamera", + "description": "Detail of SpatialSceneMaterial", "content": { "application/vnd.api+json": { "schema": { @@ -30231,7 +30252,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -30246,7 +30267,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -30265,15 +30286,15 @@ } } }, - "/aggregate/spatial-scene-camera": { + "/aggregate/spatial-scene-material": { "post": { "tags": [ - "Spatial Scene Camera", + "Spatial Scene Material", "Experimental" ], - "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 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": "aggregateSpatialSceneCamera", + "operationId": "aggregateSpatialSceneMaterial", "requestBody": { "required": true, "content": { @@ -30297,7 +30318,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneCamera", + "description": "List of SpatialSceneMaterial", "content": { "application/vnd.api+json": { "schema": { @@ -30311,7 +30332,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -30329,7 +30350,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -30346,15 +30367,15 @@ } } }, - "/spatial-scene-group": { + "/spatial-scene-object": { "get": { "tags": [ - "Spatial Scene Group", + "Spatial Scene Object", "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 Scene Object resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneGroupList", + "operationId": "getSpatialSceneObjectList", "parameters": [ { "name": "limit", @@ -30383,7 +30404,7 @@ ], "responses": { "200": { - "description": "List of Spatial Scene Group resources.", + "description": "List of Spatial Scene Object resources.", "content": { "application/vnd.api+json": { "schema": { @@ -30402,7 +30423,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneObject" } } ] @@ -30416,16 +30437,16 @@ "type": "object", "properties": { "first": { - "example": "/spatial-scene-group?limit=25" + "example": "/spatial-scene-object?limit=25" }, "last": { - "example": "/spatial-scene-group?limit=25&page=11" + "example": "/spatial-scene-object?limit=25&page=11" }, "next": { - "example": "/spatial-scene-group?limit=25&page=4" + "example": "/spatial-scene-object?limit=25&page=4" }, "prev": { - "example": "/spatial-scene-group?limit=25&page=2" + "example": "/spatial-scene-object?limit=25&page=2" } } } @@ -30446,7 +30467,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -30461,12 +30482,12 @@ }, "post": { "tags": [ - "Spatial Scene Group", + "Spatial Scene Object", "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 Scene Object resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "createSpatialSceneGroup", + "operationId": "createSpatialSceneObject", "parameters": [ { "name": "_response", @@ -30485,14 +30506,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneObject" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneGroup", + "description": "Detail of SpatialSceneObject", "content": { "application/vnd.api+json": { "schema": { @@ -30504,7 +30525,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -30519,7 +30540,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -30535,15 +30556,15 @@ } } }, - "/search/spatial-scene-group": { + "/search/spatial-scene-object": { "post": { "tags": [ - "Spatial Scene Group", + "Spatial Scene Object", "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 Scene Object resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "searchSpatialSceneGroup", + "operationId": "searchSpatialSceneObject", "parameters": [ { "name": "sw-include-search-info", @@ -30571,7 +30592,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneGroup", + "description": "List of SpatialSceneObject", "content": { "application/vnd.api+json": { "schema": { @@ -30585,7 +30606,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -30603,7 +30624,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -30620,20 +30641,20 @@ } } }, - "/spatial-scene-group/{id}": { + "/spatial-scene-object/{id}": { "get": { "tags": [ - "Spatial Scene Group", + "Spatial Scene Object", "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 Scene Object resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneGroup", + "operationId": "getSpatialSceneObject", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_group", + "description": "Identifier for the spatial_scene_object", "required": true, "schema": { "type": "string", @@ -30643,7 +30664,7 @@ ], "responses": { "200": { - "description": "Detail of SpatialSceneGroup", + "description": "Detail of SpatialSceneObject", "content": { "application/vnd.api+json": { "schema": { @@ -30655,7 +30676,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -30670,7 +30691,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -30687,17 +30708,17 @@ }, "delete": { "tags": [ - "Spatial Scene Group", + "Spatial Scene Object", "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 Scene Object resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "deleteSpatialSceneGroup", + "operationId": "deleteSpatialSceneObject", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_group", + "description": "Identifier for the spatial_scene_object", "required": true, "schema": { "type": "string", @@ -30728,17 +30749,17 @@ }, "patch": { "tags": [ - "Spatial Scene Group", + "Spatial Scene Object", "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 Scene Object resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "updateSpatialSceneGroup", + "operationId": "updateSpatialSceneObject", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_group", + "description": "Identifier for the spatial_scene_object", "required": true, "schema": { "type": "string", @@ -30756,18 +30777,18 @@ } ], "requestBody": { - "description": "Partially update information about a Spatial Scene Group resource.", + "description": "Partially update information about a Spatial Scene Object resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneObject" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneGroup", + "description": "Detail of SpatialSceneObject", "content": { "application/vnd.api+json": { "schema": { @@ -30779,7 +30800,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -30794,7 +30815,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -30813,15 +30834,15 @@ } } }, - "/aggregate/spatial-scene-group": { + "/aggregate/spatial-scene-object": { "post": { "tags": [ - "Spatial Scene Group", + "Spatial Scene Object", "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 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": "aggregateSpatialSceneGroup", + "operationId": "aggregateSpatialSceneObject", "requestBody": { "required": true, "content": { @@ -30845,7 +30866,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneGroup", + "description": "List of SpatialSceneObject", "content": { "application/vnd.api+json": { "schema": { @@ -30859,7 +30880,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -30877,7 +30898,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -30894,15 +30915,15 @@ } } }, - "/spatial-scene-light": { + "/spatial-scene-primitive": { "get": { "tags": [ - "Spatial Scene Light", + "Spatial Scene Primitive", "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 Primitive resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneLightList", + "operationId": "getSpatialScenePrimitiveList", "parameters": [ { "name": "limit", @@ -30931,7 +30952,7 @@ ], "responses": { "200": { - "description": "List of Spatial Scene Light resources.", + "description": "List of Spatial Scene Primitive resources.", "content": { "application/vnd.api+json": { "schema": { @@ -30950,7 +30971,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } ] @@ -30964,16 +30985,16 @@ "type": "object", "properties": { "first": { - "example": "/spatial-scene-light?limit=25" + "example": "/spatial-scene-primitive?limit=25" }, "last": { - "example": "/spatial-scene-light?limit=25&page=11" + "example": "/spatial-scene-primitive?limit=25&page=11" }, "next": { - "example": "/spatial-scene-light?limit=25&page=4" + "example": "/spatial-scene-primitive?limit=25&page=4" }, "prev": { - "example": "/spatial-scene-light?limit=25&page=2" + "example": "/spatial-scene-primitive?limit=25&page=2" } } } @@ -30994,7 +31015,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -31009,12 +31030,12 @@ }, "post": { "tags": [ - "Spatial Scene Light", + "Spatial Scene Primitive", "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 Primitive resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "createSpatialSceneLight", + "operationId": "createSpatialScenePrimitive", "parameters": [ { "name": "_response", @@ -31033,14 +31054,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneLight", + "description": "Detail of SpatialScenePrimitive", "content": { "application/vnd.api+json": { "schema": { @@ -31052,7 +31073,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -31067,7 +31088,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -31083,15 +31104,15 @@ } } }, - "/search/spatial-scene-light": { + "/search/spatial-scene-primitive": { "post": { "tags": [ - "Spatial Scene Light", + "Spatial Scene Primitive", "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 Primitive resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "searchSpatialSceneLight", + "operationId": "searchSpatialScenePrimitive", "parameters": [ { "name": "sw-include-search-info", @@ -31119,7 +31140,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneLight", + "description": "List of SpatialScenePrimitive", "content": { "application/vnd.api+json": { "schema": { @@ -31133,7 +31154,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -31151,7 +31172,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -31168,20 +31189,20 @@ } } }, - "/spatial-scene-light/{id}": { + "/spatial-scene-primitive/{id}": { "get": { "tags": [ - "Spatial Scene Light", + "Spatial Scene Primitive", "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 Primitive resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneLight", + "operationId": "getSpatialScenePrimitive", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_light", + "description": "Identifier for the spatial_scene_primitive", "required": true, "schema": { "type": "string", @@ -31191,7 +31212,7 @@ ], "responses": { "200": { - "description": "Detail of SpatialSceneLight", + "description": "Detail of SpatialScenePrimitive", "content": { "application/vnd.api+json": { "schema": { @@ -31203,7 +31224,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -31218,7 +31239,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -31235,17 +31256,17 @@ }, "delete": { "tags": [ - "Spatial Scene Light", + "Spatial Scene Primitive", "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 Primitive resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "deleteSpatialSceneLight", + "operationId": "deleteSpatialScenePrimitive", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_light", + "description": "Identifier for the spatial_scene_primitive", "required": true, "schema": { "type": "string", @@ -31276,17 +31297,17 @@ }, "patch": { "tags": [ - "Spatial Scene Light", + "Spatial Scene Primitive", "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 Primitive resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "updateSpatialSceneLight", + "operationId": "updateSpatialScenePrimitive", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_light", + "description": "Identifier for the spatial_scene_primitive", "required": true, "schema": { "type": "string", @@ -31304,18 +31325,18 @@ } ], "requestBody": { - "description": "Partially update information about a Spatial Scene Light resource.", + "description": "Partially update information about a Spatial Scene Primitive resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneLight", + "description": "Detail of SpatialScenePrimitive", "content": { "application/vnd.api+json": { "schema": { @@ -31327,7 +31348,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -31342,7 +31363,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -31361,15 +31382,15 @@ } } }, - "/aggregate/spatial-scene-light": { + "/aggregate/spatial-scene-primitive": { "post": { "tags": [ - "Spatial Scene Light", + "Spatial Scene Primitive", "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 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": "aggregateSpatialSceneLight", + "operationId": "aggregateSpatialScenePrimitive", "requestBody": { "required": true, "content": { @@ -31393,7 +31414,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneLight", + "description": "List of SpatialScenePrimitive", "content": { "application/vnd.api+json": { "schema": { @@ -31407,7 +31428,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -31425,7 +31446,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -31442,15 +31463,15 @@ } } }, - "/spatial-scene-material": { + "/sso-provider": { "get": { "tags": [ - "Spatial Scene Material", + "Sso Provider", "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 Sso Provider resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneMaterialList", + "operationId": "getSsoProviderList", "parameters": [ { "name": "limit", @@ -31479,7 +31500,7 @@ ], "responses": { "200": { - "description": "List of Spatial Scene Material resources.", + "description": "List of Sso Provider resources.", "content": { "application/vnd.api+json": { "schema": { @@ -31498,7 +31519,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SsoProvider" } } ] @@ -31512,16 +31533,16 @@ "type": "object", "properties": { "first": { - "example": "/spatial-scene-material?limit=25" + "example": "/sso-provider?limit=25" }, "last": { - "example": "/spatial-scene-material?limit=25&page=11" + "example": "/sso-provider?limit=25&page=11" }, "next": { - "example": "/spatial-scene-material?limit=25&page=4" + "example": "/sso-provider?limit=25&page=4" }, "prev": { - "example": "/spatial-scene-material?limit=25&page=2" + "example": "/sso-provider?limit=25&page=2" } } } @@ -31542,7 +31563,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -31557,12 +31578,12 @@ }, "post": { "tags": [ - "Spatial Scene Material", + "Sso Provider", "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 Sso Provider resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "createSpatialSceneMaterial", + "operationId": "createSsoProvider", "parameters": [ { "name": "_response", @@ -31581,14 +31602,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SsoProvider" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneMaterial", + "description": "Detail of SsoProvider", "content": { "application/vnd.api+json": { "schema": { @@ -31600,7 +31621,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -31615,7 +31636,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -31631,15 +31652,15 @@ } } }, - "/search/spatial-scene-material": { + "/search/sso-provider": { "post": { "tags": [ - "Spatial Scene Material", + "Sso Provider", "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 Sso Provider resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "searchSpatialSceneMaterial", + "operationId": "searchSsoProvider", "parameters": [ { "name": "sw-include-search-info", @@ -31667,7 +31688,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneMaterial", + "description": "List of SsoProvider", "content": { "application/vnd.api+json": { "schema": { @@ -31681,7 +31702,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -31699,7 +31720,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -31716,20 +31737,20 @@ } } }, - "/spatial-scene-material/{id}": { + "/sso-provider/{id}": { "get": { "tags": [ - "Spatial Scene Material", + "Sso Provider", "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 Sso Provider resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneMaterial", + "operationId": "getSsoProvider", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_material", + "description": "Identifier for the sso_provider", "required": true, "schema": { "type": "string", @@ -31739,7 +31760,7 @@ ], "responses": { "200": { - "description": "Detail of SpatialSceneMaterial", + "description": "Detail of SsoProvider", "content": { "application/vnd.api+json": { "schema": { @@ -31751,7 +31772,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -31766,7 +31787,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -31783,17 +31804,17 @@ }, "delete": { "tags": [ - "Spatial Scene Material", + "Sso Provider", "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 Sso Provider resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "deleteSpatialSceneMaterial", + "operationId": "deleteSsoProvider", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_material", + "description": "Identifier for the sso_provider", "required": true, "schema": { "type": "string", @@ -31824,17 +31845,17 @@ }, "patch": { "tags": [ - "Spatial Scene Material", + "Sso Provider", "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 Sso Provider resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "updateSpatialSceneMaterial", + "operationId": "updateSsoProvider", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_material", + "description": "Identifier for the sso_provider", "required": true, "schema": { "type": "string", @@ -31852,18 +31873,18 @@ } ], "requestBody": { - "description": "Partially update information about a Spatial Scene Material resource.", + "description": "Partially update information about a Sso Provider resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SsoProvider" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneMaterial", + "description": "Detail of SsoProvider", "content": { "application/vnd.api+json": { "schema": { @@ -31875,7 +31896,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -31890,7 +31911,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -31909,15 +31930,15 @@ } } }, - "/aggregate/spatial-scene-material": { + "/aggregate/sso-provider": { "post": { "tags": [ - "Spatial Scene Material", + "Sso Provider", "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 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": "aggregateSpatialSceneMaterial", + "operationId": "aggregateSsoProvider", "requestBody": { "required": true, "content": { @@ -31941,7 +31962,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneMaterial", + "description": "List of SsoProvider", "content": { "application/vnd.api+json": { "schema": { @@ -31955,7 +31976,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -31973,7 +31994,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -31990,15 +32011,15 @@ } } }, - "/spatial-scene-object": { + "/sso-provider-customer": { "get": { "tags": [ - "Spatial Scene Object", + "Sso Provider Customer", "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 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": "getSpatialSceneObjectList", + "operationId": "getSsoProviderCustomerList", "parameters": [ { "name": "limit", @@ -32027,7 +32048,7 @@ ], "responses": { "200": { - "description": "List of Spatial Scene Object resources.", + "description": "List of Sso Provider Customer resources.", "content": { "application/vnd.api+json": { "schema": { @@ -32046,7 +32067,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SsoProviderCustomer" } } ] @@ -32060,16 +32081,16 @@ "type": "object", "properties": { "first": { - "example": "/spatial-scene-object?limit=25" + "example": "/sso-provider-customer?limit=25" }, "last": { - "example": "/spatial-scene-object?limit=25&page=11" + "example": "/sso-provider-customer?limit=25&page=11" }, "next": { - "example": "/spatial-scene-object?limit=25&page=4" + "example": "/sso-provider-customer?limit=25&page=4" }, "prev": { - "example": "/spatial-scene-object?limit=25&page=2" + "example": "/sso-provider-customer?limit=25&page=2" } } } @@ -32090,7 +32111,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -32105,12 +32126,12 @@ }, "post": { "tags": [ - "Spatial Scene Object", + "Sso Provider Customer", "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 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": "createSpatialSceneObject", + "operationId": "createSsoProviderCustomer", "parameters": [ { "name": "_response", @@ -32129,14 +32150,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneObject", + "description": "Detail of SsoProviderCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -32148,7 +32169,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -32163,7 +32184,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -32179,15 +32200,15 @@ } } }, - "/search/spatial-scene-object": { + "/search/sso-provider-customer": { "post": { "tags": [ - "Spatial Scene Object", + "Sso Provider Customer", "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 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": "searchSpatialSceneObject", + "operationId": "searchSsoProviderCustomer", "parameters": [ { "name": "sw-include-search-info", @@ -32215,7 +32236,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneObject", + "description": "List of SsoProviderCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -32229,7 +32250,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -32247,7 +32268,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -32264,20 +32285,20 @@ } } }, - "/spatial-scene-object/{id}": { + "/sso-provider-customer/{id}": { "get": { "tags": [ - "Spatial Scene Object", + "Sso Provider Customer", "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 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": "getSpatialSceneObject", + "operationId": "getSsoProviderCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_object", + "description": "Identifier for the sso_provider_customer", "required": true, "schema": { "type": "string", @@ -32287,7 +32308,7 @@ ], "responses": { "200": { - "description": "Detail of SpatialSceneObject", + "description": "Detail of SsoProviderCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -32299,7 +32320,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -32314,7 +32335,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -32331,17 +32352,17 @@ }, "delete": { "tags": [ - "Spatial Scene Object", + "Sso Provider Customer", "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 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": "deleteSpatialSceneObject", + "operationId": "deleteSsoProviderCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_object", + "description": "Identifier for the sso_provider_customer", "required": true, "schema": { "type": "string", @@ -32372,17 +32393,17 @@ }, "patch": { "tags": [ - "Spatial Scene Object", + "Sso Provider Customer", "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 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": "updateSpatialSceneObject", + "operationId": "updateSsoProviderCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_object", + "description": "Identifier for the sso_provider_customer", "required": true, "schema": { "type": "string", @@ -32400,18 +32421,18 @@ } ], "requestBody": { - "description": "Partially update information about a Spatial Scene Object resource.", + "description": "Partially update information about a Sso Provider Customer resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneObject", + "description": "Detail of SsoProviderCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -32423,7 +32444,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -32438,7 +32459,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -32457,15 +32478,15 @@ } } }, - "/aggregate/spatial-scene-object": { + "/aggregate/sso-provider-customer": { "post": { "tags": [ - "Spatial Scene Object", + "Sso Provider Customer", "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 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": "aggregateSpatialSceneObject", + "operationId": "aggregateSsoProviderCustomer", "requestBody": { "required": true, "content": { @@ -32489,7 +32510,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneObject", + "description": "List of SsoProviderCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -32503,7 +32524,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -32521,7 +32542,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -32538,15 +32559,14 @@ } } }, - "/spatial-scene-primitive": { + "/subscription": { "get": { "tags": [ - "Spatial Scene Primitive", - "Experimental" + "Subscription" ], - "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 Subscription resources.", "description": "", - "operationId": "getSpatialScenePrimitiveList", + "operationId": "getSubscriptionList", "parameters": [ { "name": "limit", @@ -32575,7 +32595,7 @@ ], "responses": { "200": { - "description": "List of Spatial Scene Primitive resources.", + "description": "List of Subscription resources.", "content": { "application/vnd.api+json": { "schema": { @@ -32594,7 +32614,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/Subscription" } } ] @@ -32608,16 +32628,16 @@ "type": "object", "properties": { "first": { - "example": "/spatial-scene-primitive?limit=25" + "example": "/subscription?limit=25" }, "last": { - "example": "/spatial-scene-primitive?limit=25&page=11" + "example": "/subscription?limit=25&page=11" }, "next": { - "example": "/spatial-scene-primitive?limit=25&page=4" + "example": "/subscription?limit=25&page=4" }, "prev": { - "example": "/spatial-scene-primitive?limit=25&page=2" + "example": "/subscription?limit=25&page=2" } } } @@ -32638,7 +32658,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/Subscription" } } } @@ -32653,12 +32673,11 @@ }, "post": { "tags": [ - "Spatial Scene Primitive", - "Experimental" + "Subscription" ], - "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 Subscription resources.", "description": "", - "operationId": "createSpatialScenePrimitive", + "operationId": "createSubscription", "parameters": [ { "name": "_response", @@ -32677,14 +32696,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/Subscription" } } } }, "responses": { "200": { - "description": "Detail of SpatialScenePrimitive", + "description": "Detail of Subscription", "content": { "application/vnd.api+json": { "schema": { @@ -32696,7 +32715,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/Subscription" } } } @@ -32711,7 +32730,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/Subscription" } } } @@ -32727,15 +32746,14 @@ } } }, - "/search/spatial-scene-primitive": { + "/search/subscription": { "post": { "tags": [ - "Spatial Scene Primitive", - "Experimental" + "Subscription" ], - "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 Subscription resources.", "description": "", - "operationId": "searchSpatialScenePrimitive", + "operationId": "searchSubscription", "parameters": [ { "name": "sw-include-search-info", @@ -32763,7 +32781,7 @@ }, "responses": { "200": { - "description": "List of SpatialScenePrimitive", + "description": "List of Subscription", "content": { "application/vnd.api+json": { "schema": { @@ -32777,7 +32795,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/Subscription" } } } @@ -32795,7 +32813,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/Subscription" } } } @@ -32812,20 +32830,19 @@ } } }, - "/spatial-scene-primitive/{id}": { + "/subscription/{id}": { "get": { "tags": [ - "Spatial Scene Primitive", - "Experimental" + "Subscription" ], - "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 Subscription resource.", "description": "", - "operationId": "getSpatialScenePrimitive", + "operationId": "getSubscription", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_primitive", + "description": "Identifier for the subscription", "required": true, "schema": { "type": "string", @@ -32835,7 +32852,7 @@ ], "responses": { "200": { - "description": "Detail of SpatialScenePrimitive", + "description": "Detail of Subscription", "content": { "application/vnd.api+json": { "schema": { @@ -32847,7 +32864,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/Subscription" } } } @@ -32862,7 +32879,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/Subscription" } } } @@ -32879,17 +32896,16 @@ }, "delete": { "tags": [ - "Spatial Scene Primitive", - "Experimental" + "Subscription" ], - "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 Subscription resource.", "description": "", - "operationId": "deleteSpatialScenePrimitive", + "operationId": "deleteSubscription", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_primitive", + "description": "Identifier for the subscription", "required": true, "schema": { "type": "string", @@ -32920,17 +32936,16 @@ }, "patch": { "tags": [ - "Spatial Scene Primitive", - "Experimental" + "Subscription" ], - "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 Subscription resource.", "description": "", - "operationId": "updateSpatialScenePrimitive", + "operationId": "updateSubscription", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_primitive", + "description": "Identifier for the subscription", "required": true, "schema": { "type": "string", @@ -32948,18 +32963,18 @@ } ], "requestBody": { - "description": "Partially update information about a Spatial Scene Primitive resource.", + "description": "Partially update information about a Subscription resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/Subscription" } } } }, "responses": { "200": { - "description": "Detail of SpatialScenePrimitive", + "description": "Detail of Subscription", "content": { "application/vnd.api+json": { "schema": { @@ -32971,7 +32986,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/Subscription" } } } @@ -32986,7 +33001,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/Subscription" } } } @@ -33005,15 +33020,14 @@ } } }, - "/aggregate/spatial-scene-primitive": { + "/aggregate/subscription": { "post": { "tags": [ - "Spatial Scene Primitive", - "Experimental" + "Subscription" ], - "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 Subscription resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSpatialScenePrimitive", + "operationId": "aggregateSubscription", "requestBody": { "required": true, "content": { @@ -33037,7 +33051,7 @@ }, "responses": { "200": { - "description": "List of SpatialScenePrimitive", + "description": "List of Subscription", "content": { "application/vnd.api+json": { "schema": { @@ -33051,7 +33065,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/Subscription" } } } @@ -33069,7 +33083,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/Subscription" } } } @@ -33086,15 +33100,14 @@ } } }, - "/sso-provider": { + "/subscription-address": { "get": { "tags": [ - "Sso Provider", - "Experimental" + "Subscription Address" ], - "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 Subscription Address resources.", "description": "", - "operationId": "getSsoProviderList", + "operationId": "getSubscriptionAddressList", "parameters": [ { "name": "limit", @@ -33123,7 +33136,7 @@ ], "responses": { "200": { - "description": "List of Sso Provider resources.", + "description": "List of Subscription Address resources.", "content": { "application/vnd.api+json": { "schema": { @@ -33142,7 +33155,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SubscriptionAddress" } } ] @@ -33156,16 +33169,16 @@ "type": "object", "properties": { "first": { - "example": "/sso-provider?limit=25" + "example": "/subscription-address?limit=25" }, "last": { - "example": "/sso-provider?limit=25&page=11" + "example": "/subscription-address?limit=25&page=11" }, "next": { - "example": "/sso-provider?limit=25&page=4" + "example": "/subscription-address?limit=25&page=4" }, "prev": { - "example": "/sso-provider?limit=25&page=2" + "example": "/subscription-address?limit=25&page=2" } } } @@ -33186,7 +33199,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -33201,12 +33214,11 @@ }, "post": { "tags": [ - "Sso Provider", - "Experimental" + "Subscription Address" ], - "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 Subscription Address resources.", "description": "", - "operationId": "createSsoProvider", + "operationId": "createSubscriptionAddress", "parameters": [ { "name": "_response", @@ -33225,14 +33237,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SubscriptionAddress" } } } }, "responses": { "200": { - "description": "Detail of SsoProvider", + "description": "Detail of SubscriptionAddress", "content": { "application/vnd.api+json": { "schema": { @@ -33244,7 +33256,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -33259,7 +33271,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -33275,15 +33287,14 @@ } } }, - "/search/sso-provider": { + "/search/subscription-address": { "post": { "tags": [ - "Sso Provider", - "Experimental" + "Subscription Address" ], - "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 Subscription Address resources.", "description": "", - "operationId": "searchSsoProvider", + "operationId": "searchSubscriptionAddress", "parameters": [ { "name": "sw-include-search-info", @@ -33311,7 +33322,7 @@ }, "responses": { "200": { - "description": "List of SsoProvider", + "description": "List of SubscriptionAddress", "content": { "application/vnd.api+json": { "schema": { @@ -33325,7 +33336,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -33343,7 +33354,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -33360,20 +33371,19 @@ } } }, - "/sso-provider/{id}": { + "/subscription-address/{id}": { "get": { "tags": [ - "Sso Provider", - "Experimental" + "Subscription Address" ], - "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 Subscription Address resource.", "description": "", - "operationId": "getSsoProvider", + "operationId": "getSubscriptionAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sso_provider", + "description": "Identifier for the subscription_address", "required": true, "schema": { "type": "string", @@ -33383,7 +33393,7 @@ ], "responses": { "200": { - "description": "Detail of SsoProvider", + "description": "Detail of SubscriptionAddress", "content": { "application/vnd.api+json": { "schema": { @@ -33395,7 +33405,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -33410,7 +33420,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -33427,17 +33437,16 @@ }, "delete": { "tags": [ - "Sso Provider", - "Experimental" + "Subscription Address" ], - "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 Subscription Address resource.", "description": "", - "operationId": "deleteSsoProvider", + "operationId": "deleteSubscriptionAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sso_provider", + "description": "Identifier for the subscription_address", "required": true, "schema": { "type": "string", @@ -33468,17 +33477,16 @@ }, "patch": { "tags": [ - "Sso Provider", - "Experimental" + "Subscription Address" ], - "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 Subscription Address resource.", "description": "", - "operationId": "updateSsoProvider", + "operationId": "updateSubscriptionAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sso_provider", + "description": "Identifier for the subscription_address", "required": true, "schema": { "type": "string", @@ -33496,18 +33504,18 @@ } ], "requestBody": { - "description": "Partially update information about a Sso Provider resource.", + "description": "Partially update information about a Subscription Address resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SubscriptionAddress" } } } }, "responses": { "200": { - "description": "Detail of SsoProvider", + "description": "Detail of SubscriptionAddress", "content": { "application/vnd.api+json": { "schema": { @@ -33519,7 +33527,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -33534,7 +33542,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -33553,15 +33561,14 @@ } } }, - "/aggregate/sso-provider": { + "/aggregate/subscription-address": { "post": { "tags": [ - "Sso Provider", - "Experimental" + "Subscription Address" ], - "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 Subscription Address resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSsoProvider", + "operationId": "aggregateSubscriptionAddress", "requestBody": { "required": true, "content": { @@ -33585,7 +33592,7 @@ }, "responses": { "200": { - "description": "List of SsoProvider", + "description": "List of SubscriptionAddress", "content": { "application/vnd.api+json": { "schema": { @@ -33599,7 +33606,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -33617,7 +33624,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -33634,15 +33641,14 @@ } } }, - "/sso-provider-customer": { + "/subscription-customer": { "get": { "tags": [ - "Sso Provider Customer", - "Experimental" + "Subscription Customer" ], - "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 Subscription Customer resources.", "description": "", - "operationId": "getSsoProviderCustomerList", + "operationId": "getSubscriptionCustomerList", "parameters": [ { "name": "limit", @@ -33671,7 +33677,7 @@ ], "responses": { "200": { - "description": "List of Sso Provider Customer resources.", + "description": "List of Subscription Customer resources.", "content": { "application/vnd.api+json": { "schema": { @@ -33690,7 +33696,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/SubscriptionCustomer" } } ] @@ -33704,16 +33710,16 @@ "type": "object", "properties": { "first": { - "example": "/sso-provider-customer?limit=25" + "example": "/subscription-customer?limit=25" }, "last": { - "example": "/sso-provider-customer?limit=25&page=11" + "example": "/subscription-customer?limit=25&page=11" }, "next": { - "example": "/sso-provider-customer?limit=25&page=4" + "example": "/subscription-customer?limit=25&page=4" }, "prev": { - "example": "/sso-provider-customer?limit=25&page=2" + "example": "/subscription-customer?limit=25&page=2" } } } @@ -33734,7 +33740,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -33749,12 +33755,11 @@ }, "post": { "tags": [ - "Sso Provider Customer", - "Experimental" + "Subscription Customer" ], - "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 Subscription Customer resources.", "description": "", - "operationId": "createSsoProviderCustomer", + "operationId": "createSubscriptionCustomer", "parameters": [ { "name": "_response", @@ -33773,14 +33778,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } }, "responses": { "200": { - "description": "Detail of SsoProviderCustomer", + "description": "Detail of SubscriptionCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -33792,7 +33797,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -33807,7 +33812,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -33823,15 +33828,14 @@ } } }, - "/search/sso-provider-customer": { + "/search/subscription-customer": { "post": { "tags": [ - "Sso Provider Customer", - "Experimental" + "Subscription Customer" ], - "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 Subscription Customer resources.", "description": "", - "operationId": "searchSsoProviderCustomer", + "operationId": "searchSubscriptionCustomer", "parameters": [ { "name": "sw-include-search-info", @@ -33859,7 +33863,7 @@ }, "responses": { "200": { - "description": "List of SsoProviderCustomer", + "description": "List of SubscriptionCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -33873,7 +33877,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -33891,7 +33895,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -33908,20 +33912,19 @@ } } }, - "/sso-provider-customer/{id}": { + "/subscription-customer/{id}": { "get": { "tags": [ - "Sso Provider Customer", - "Experimental" + "Subscription Customer" ], - "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 Subscription Customer resource.", "description": "", - "operationId": "getSsoProviderCustomer", + "operationId": "getSubscriptionCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sso_provider_customer", + "description": "Identifier for the subscription_customer", "required": true, "schema": { "type": "string", @@ -33931,7 +33934,7 @@ ], "responses": { "200": { - "description": "Detail of SsoProviderCustomer", + "description": "Detail of SubscriptionCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -33943,7 +33946,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -33958,7 +33961,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -33975,17 +33978,16 @@ }, "delete": { "tags": [ - "Sso Provider Customer", - "Experimental" + "Subscription Customer" ], - "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 Subscription Customer resource.", "description": "", - "operationId": "deleteSsoProviderCustomer", + "operationId": "deleteSubscriptionCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sso_provider_customer", + "description": "Identifier for the subscription_customer", "required": true, "schema": { "type": "string", @@ -34016,17 +34018,16 @@ }, "patch": { "tags": [ - "Sso Provider Customer", - "Experimental" + "Subscription Customer" ], - "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 Subscription Customer resource.", "description": "", - "operationId": "updateSsoProviderCustomer", + "operationId": "updateSubscriptionCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sso_provider_customer", + "description": "Identifier for the subscription_customer", "required": true, "schema": { "type": "string", @@ -34044,18 +34045,18 @@ } ], "requestBody": { - "description": "Partially update information about a Sso Provider Customer resource.", + "description": "Partially update information about a Subscription Customer resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } }, "responses": { "200": { - "description": "Detail of SsoProviderCustomer", + "description": "Detail of SubscriptionCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -34067,7 +34068,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -34082,7 +34083,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -34101,15 +34102,14 @@ } } }, - "/aggregate/sso-provider-customer": { + "/aggregate/subscription-customer": { "post": { "tags": [ - "Sso Provider Customer", - "Experimental" + "Subscription Customer" ], - "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.", + "summary": "Aggregate for the Subscription Customer resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSsoProviderCustomer", + "operationId": "aggregateSubscriptionCustomer", "requestBody": { "required": true, "content": { @@ -34133,7 +34133,7 @@ }, "responses": { "200": { - "description": "List of SsoProviderCustomer", + "description": "List of SubscriptionCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -34147,7 +34147,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -34165,7 +34165,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -34182,14 +34182,14 @@ } } }, - "/subscription": { + "/subscription-interval": { "get": { "tags": [ - "Subscription" + "Subscription Interval" ], - "summary": "List with basic information of Subscription resources.", + "summary": "List with basic information of Subscription Interval resources.", "description": "", - "operationId": "getSubscriptionList", + "operationId": "getSubscriptionIntervalList", "parameters": [ { "name": "limit", @@ -34218,7 +34218,7 @@ ], "responses": { "200": { - "description": "List of Subscription resources.", + "description": "List of Subscription Interval resources.", "content": { "application/vnd.api+json": { "schema": { @@ -34237,7 +34237,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionInterval" } } ] @@ -34251,16 +34251,16 @@ "type": "object", "properties": { "first": { - "example": "/subscription?limit=25" + "example": "/subscription-interval?limit=25" }, "last": { - "example": "/subscription?limit=25&page=11" + "example": "/subscription-interval?limit=25&page=11" }, "next": { - "example": "/subscription?limit=25&page=4" + "example": "/subscription-interval?limit=25&page=4" }, "prev": { - "example": "/subscription?limit=25&page=2" + "example": "/subscription-interval?limit=25&page=2" } } } @@ -34281,7 +34281,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -34296,11 +34296,11 @@ }, "post": { "tags": [ - "Subscription" + "Subscription Interval" ], - "summary": "Create a new Subscription resources.", + "summary": "Create a new Subscription Interval resources.", "description": "", - "operationId": "createSubscription", + "operationId": "createSubscriptionInterval", "parameters": [ { "name": "_response", @@ -34319,14 +34319,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionInterval" } } } }, "responses": { "200": { - "description": "Detail of Subscription", + "description": "Detail of SubscriptionInterval", "content": { "application/vnd.api+json": { "schema": { @@ -34338,7 +34338,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -34353,7 +34353,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -34369,14 +34369,14 @@ } } }, - "/search/subscription": { + "/search/subscription-interval": { "post": { "tags": [ - "Subscription" + "Subscription Interval" ], - "summary": "Search for the Subscription resources.", + "summary": "Search for the Subscription Interval resources.", "description": "", - "operationId": "searchSubscription", + "operationId": "searchSubscriptionInterval", "parameters": [ { "name": "sw-include-search-info", @@ -34404,7 +34404,7 @@ }, "responses": { "200": { - "description": "List of Subscription", + "description": "List of SubscriptionInterval", "content": { "application/vnd.api+json": { "schema": { @@ -34418,7 +34418,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -34436,7 +34436,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -34453,19 +34453,19 @@ } } }, - "/subscription/{id}": { + "/subscription-interval/{id}": { "get": { "tags": [ - "Subscription" + "Subscription Interval" ], - "summary": "Detailed information about a Subscription resource.", + "summary": "Detailed information about a Subscription Interval resource.", "description": "", - "operationId": "getSubscription", + "operationId": "getSubscriptionInterval", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription", + "description": "Identifier for the subscription_interval", "required": true, "schema": { "type": "string", @@ -34475,7 +34475,7 @@ ], "responses": { "200": { - "description": "Detail of Subscription", + "description": "Detail of SubscriptionInterval", "content": { "application/vnd.api+json": { "schema": { @@ -34487,7 +34487,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -34502,7 +34502,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -34519,16 +34519,16 @@ }, "delete": { "tags": [ - "Subscription" + "Subscription Interval" ], - "summary": "Delete a Subscription resource.", + "summary": "Delete a Subscription Interval resource.", "description": "", - "operationId": "deleteSubscription", + "operationId": "deleteSubscriptionInterval", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription", + "description": "Identifier for the subscription_interval", "required": true, "schema": { "type": "string", @@ -34559,16 +34559,16 @@ }, "patch": { "tags": [ - "Subscription" + "Subscription Interval" ], - "summary": "Partially update information about a Subscription resource.", + "summary": "Partially update information about a Subscription Interval resource.", "description": "", - "operationId": "updateSubscription", + "operationId": "updateSubscriptionInterval", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription", + "description": "Identifier for the subscription_interval", "required": true, "schema": { "type": "string", @@ -34586,18 +34586,18 @@ } ], "requestBody": { - "description": "Partially update information about a Subscription resource.", + "description": "Partially update information about a Subscription Interval resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionInterval" } } } }, "responses": { "200": { - "description": "Detail of Subscription", + "description": "Detail of SubscriptionInterval", "content": { "application/vnd.api+json": { "schema": { @@ -34609,7 +34609,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -34624,7 +34624,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -34643,14 +34643,14 @@ } } }, - "/aggregate/subscription": { + "/aggregate/subscription-interval": { "post": { "tags": [ - "Subscription" + "Subscription Interval" ], - "summary": "Aggregate for the Subscription resources.", + "summary": "Aggregate for the Subscription Interval resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSubscription", + "operationId": "aggregateSubscriptionInterval", "requestBody": { "required": true, "content": { @@ -34674,7 +34674,7 @@ }, "responses": { "200": { - "description": "List of Subscription", + "description": "List of SubscriptionInterval", "content": { "application/vnd.api+json": { "schema": { @@ -34688,7 +34688,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -34706,7 +34706,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -34723,14 +34723,14 @@ } } }, - "/subscription-address": { + "/subscription-plan": { "get": { "tags": [ - "Subscription Address" + "Subscription Plan" ], - "summary": "List with basic information of Subscription Address resources.", + "summary": "List with basic information of Subscription Plan resources.", "description": "", - "operationId": "getSubscriptionAddressList", + "operationId": "getSubscriptionPlanList", "parameters": [ { "name": "limit", @@ -34759,7 +34759,7 @@ ], "responses": { "200": { - "description": "List of Subscription Address resources.", + "description": "List of Subscription Plan resources.", "content": { "application/vnd.api+json": { "schema": { @@ -34778,7 +34778,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionPlan" } } ] @@ -34792,16 +34792,16 @@ "type": "object", "properties": { "first": { - "example": "/subscription-address?limit=25" + "example": "/subscription-plan?limit=25" }, "last": { - "example": "/subscription-address?limit=25&page=11" + "example": "/subscription-plan?limit=25&page=11" }, "next": { - "example": "/subscription-address?limit=25&page=4" + "example": "/subscription-plan?limit=25&page=4" }, "prev": { - "example": "/subscription-address?limit=25&page=2" + "example": "/subscription-plan?limit=25&page=2" } } } @@ -34822,7 +34822,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -34837,11 +34837,11 @@ }, "post": { "tags": [ - "Subscription Address" + "Subscription Plan" ], - "summary": "Create a new Subscription Address resources.", + "summary": "Create a new Subscription Plan resources.", "description": "", - "operationId": "createSubscriptionAddress", + "operationId": "createSubscriptionPlan", "parameters": [ { "name": "_response", @@ -34860,14 +34860,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionPlan" } } } }, "responses": { "200": { - "description": "Detail of SubscriptionAddress", + "description": "Detail of SubscriptionPlan", "content": { "application/vnd.api+json": { "schema": { @@ -34879,7 +34879,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -34894,7 +34894,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -34910,14 +34910,14 @@ } } }, - "/search/subscription-address": { + "/search/subscription-plan": { "post": { "tags": [ - "Subscription Address" + "Subscription Plan" ], - "summary": "Search for the Subscription Address resources.", + "summary": "Search for the Subscription Plan resources.", "description": "", - "operationId": "searchSubscriptionAddress", + "operationId": "searchSubscriptionPlan", "parameters": [ { "name": "sw-include-search-info", @@ -34945,7 +34945,7 @@ }, "responses": { "200": { - "description": "List of SubscriptionAddress", + "description": "List of SubscriptionPlan", "content": { "application/vnd.api+json": { "schema": { @@ -34959,7 +34959,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -34977,7 +34977,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -34994,19 +34994,19 @@ } } }, - "/subscription-address/{id}": { + "/subscription-plan/{id}": { "get": { "tags": [ - "Subscription Address" + "Subscription Plan" ], - "summary": "Detailed information about a Subscription Address resource.", + "summary": "Detailed information about a Subscription Plan resource.", "description": "", - "operationId": "getSubscriptionAddress", + "operationId": "getSubscriptionPlan", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_address", + "description": "Identifier for the subscription_plan", "required": true, "schema": { "type": "string", @@ -35016,7 +35016,7 @@ ], "responses": { "200": { - "description": "Detail of SubscriptionAddress", + "description": "Detail of SubscriptionPlan", "content": { "application/vnd.api+json": { "schema": { @@ -35028,7 +35028,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -35043,7 +35043,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -35060,16 +35060,16 @@ }, "delete": { "tags": [ - "Subscription Address" + "Subscription Plan" ], - "summary": "Delete a Subscription Address resource.", + "summary": "Delete a Subscription Plan resource.", "description": "", - "operationId": "deleteSubscriptionAddress", + "operationId": "deleteSubscriptionPlan", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_address", + "description": "Identifier for the subscription_plan", "required": true, "schema": { "type": "string", @@ -35100,16 +35100,16 @@ }, "patch": { "tags": [ - "Subscription Address" + "Subscription Plan" ], - "summary": "Partially update information about a Subscription Address resource.", + "summary": "Partially update information about a Subscription Plan resource.", "description": "", - "operationId": "updateSubscriptionAddress", + "operationId": "updateSubscriptionPlan", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_address", + "description": "Identifier for the subscription_plan", "required": true, "schema": { "type": "string", @@ -35127,18 +35127,18 @@ } ], "requestBody": { - "description": "Partially update information about a Subscription Address resource.", + "description": "Partially update information about a Subscription Plan resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionPlan" } } } }, "responses": { "200": { - "description": "Detail of SubscriptionAddress", + "description": "Detail of SubscriptionPlan", "content": { "application/vnd.api+json": { "schema": { @@ -35150,7 +35150,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -35165,7 +35165,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -35184,14 +35184,14 @@ } } }, - "/aggregate/subscription-address": { + "/aggregate/subscription-plan": { "post": { "tags": [ - "Subscription Address" + "Subscription Plan" ], - "summary": "Aggregate for the Subscription Address resources.", + "summary": "Aggregate for the Subscription Plan resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSubscriptionAddress", + "operationId": "aggregateSubscriptionPlan", "requestBody": { "required": true, "content": { @@ -35215,7 +35215,7 @@ }, "responses": { "200": { - "description": "List of SubscriptionAddress", + "description": "List of SubscriptionPlan", "content": { "application/vnd.api+json": { "schema": { @@ -35229,7 +35229,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -35247,7 +35247,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -35264,14 +35264,14 @@ } } }, - "/subscription-customer": { + "/swag-delay-action": { "get": { "tags": [ - "Subscription Customer" + "Swag Delay Action" ], - "summary": "List with basic information of Subscription Customer resources.", + "summary": "List with basic information of Swag Delay Action resources.", "description": "", - "operationId": "getSubscriptionCustomerList", + "operationId": "getSwagDelayActionList", "parameters": [ { "name": "limit", @@ -35300,7 +35300,7 @@ ], "responses": { "200": { - "description": "List of Subscription Customer resources.", + "description": "List of Swag Delay Action resources.", "content": { "application/vnd.api+json": { "schema": { @@ -35319,7 +35319,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SwagDelayAction" } } ] @@ -35333,16 +35333,16 @@ "type": "object", "properties": { "first": { - "example": "/subscription-customer?limit=25" + "example": "/swag-delay-action?limit=25" }, "last": { - "example": "/subscription-customer?limit=25&page=11" + "example": "/swag-delay-action?limit=25&page=11" }, "next": { - "example": "/subscription-customer?limit=25&page=4" + "example": "/swag-delay-action?limit=25&page=4" }, "prev": { - "example": "/subscription-customer?limit=25&page=2" + "example": "/swag-delay-action?limit=25&page=2" } } } @@ -35363,7 +35363,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -35378,11 +35378,11 @@ }, "post": { "tags": [ - "Subscription Customer" + "Swag Delay Action" ], - "summary": "Create a new Subscription Customer resources.", + "summary": "Create a new Swag Delay Action resources.", "description": "", - "operationId": "createSubscriptionCustomer", + "operationId": "createSwagDelayAction", "parameters": [ { "name": "_response", @@ -35401,14 +35401,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SwagDelayAction" } } } }, "responses": { "200": { - "description": "Detail of SubscriptionCustomer", + "description": "Detail of SwagDelayAction", "content": { "application/vnd.api+json": { "schema": { @@ -35420,7 +35420,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -35435,7 +35435,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -35451,14 +35451,14 @@ } } }, - "/search/subscription-customer": { + "/search/swag-delay-action": { "post": { "tags": [ - "Subscription Customer" + "Swag Delay Action" ], - "summary": "Search for the Subscription Customer resources.", + "summary": "Search for the Swag Delay Action resources.", "description": "", - "operationId": "searchSubscriptionCustomer", + "operationId": "searchSwagDelayAction", "parameters": [ { "name": "sw-include-search-info", @@ -35486,7 +35486,7 @@ }, "responses": { "200": { - "description": "List of SubscriptionCustomer", + "description": "List of SwagDelayAction", "content": { "application/vnd.api+json": { "schema": { @@ -35500,7 +35500,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -35518,7 +35518,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -35535,19 +35535,19 @@ } } }, - "/subscription-customer/{id}": { + "/swag-delay-action/{id}": { "get": { "tags": [ - "Subscription Customer" + "Swag Delay Action" ], - "summary": "Detailed information about a Subscription Customer resource.", + "summary": "Detailed information about a Swag Delay Action resource.", "description": "", - "operationId": "getSubscriptionCustomer", + "operationId": "getSwagDelayAction", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_customer", + "description": "Identifier for the swag_delay_action", "required": true, "schema": { "type": "string", @@ -35557,7 +35557,7 @@ ], "responses": { "200": { - "description": "Detail of SubscriptionCustomer", + "description": "Detail of SwagDelayAction", "content": { "application/vnd.api+json": { "schema": { @@ -35569,7 +35569,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -35584,7 +35584,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -35601,16 +35601,16 @@ }, "delete": { "tags": [ - "Subscription Customer" + "Swag Delay Action" ], - "summary": "Delete a Subscription Customer resource.", + "summary": "Delete a Swag Delay Action resource.", "description": "", - "operationId": "deleteSubscriptionCustomer", + "operationId": "deleteSwagDelayAction", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_customer", + "description": "Identifier for the swag_delay_action", "required": true, "schema": { "type": "string", @@ -35641,16 +35641,16 @@ }, "patch": { "tags": [ - "Subscription Customer" + "Swag Delay Action" ], - "summary": "Partially update information about a Subscription Customer resource.", + "summary": "Partially update information about a Swag Delay Action resource.", "description": "", - "operationId": "updateSubscriptionCustomer", + "operationId": "updateSwagDelayAction", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_customer", + "description": "Identifier for the swag_delay_action", "required": true, "schema": { "type": "string", @@ -35668,18 +35668,18 @@ } ], "requestBody": { - "description": "Partially update information about a Subscription Customer resource.", + "description": "Partially update information about a Swag Delay Action resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SwagDelayAction" } } } }, "responses": { "200": { - "description": "Detail of SubscriptionCustomer", + "description": "Detail of SwagDelayAction", "content": { "application/vnd.api+json": { "schema": { @@ -35691,7 +35691,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -35706,7 +35706,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -35725,14 +35725,14 @@ } } }, - "/aggregate/subscription-customer": { + "/aggregate/swag-delay-action": { "post": { "tags": [ - "Subscription Customer" + "Swag Delay Action" ], - "summary": "Aggregate for the Subscription Customer resources.", + "summary": "Aggregate for the Swag Delay Action resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSubscriptionCustomer", + "operationId": "aggregateSwagDelayAction", "requestBody": { "required": true, "content": { @@ -35756,7 +35756,7 @@ }, "responses": { "200": { - "description": "List of SubscriptionCustomer", + "description": "List of SwagDelayAction", "content": { "application/vnd.api+json": { "schema": { @@ -35770,7 +35770,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -35788,7 +35788,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -35805,14 +35805,14 @@ } } }, - "/subscription-interval": { + "/warehouse": { "get": { "tags": [ - "Subscription Interval" + "Warehouse" ], - "summary": "List with basic information of Subscription Interval resources.", + "summary": "List with basic information of Warehouse resources.", "description": "", - "operationId": "getSubscriptionIntervalList", + "operationId": "getWarehouseList", "parameters": [ { "name": "limit", @@ -35841,7 +35841,7 @@ ], "responses": { "200": { - "description": "List of Subscription Interval resources.", + "description": "List of Warehouse resources.", "content": { "application/vnd.api+json": { "schema": { @@ -35860,7 +35860,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/Warehouse" } } ] @@ -35874,16 +35874,16 @@ "type": "object", "properties": { "first": { - "example": "/subscription-interval?limit=25" + "example": "/warehouse?limit=25" }, "last": { - "example": "/subscription-interval?limit=25&page=11" + "example": "/warehouse?limit=25&page=11" }, "next": { - "example": "/subscription-interval?limit=25&page=4" + "example": "/warehouse?limit=25&page=4" }, "prev": { - "example": "/subscription-interval?limit=25&page=2" + "example": "/warehouse?limit=25&page=2" } } } @@ -35904,7 +35904,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/Warehouse" } } } @@ -35919,11 +35919,11 @@ }, "post": { "tags": [ - "Subscription Interval" + "Warehouse" ], - "summary": "Create a new Subscription Interval resources.", + "summary": "Create a new Warehouse resources.", "description": "", - "operationId": "createSubscriptionInterval", + "operationId": "createWarehouse", "parameters": [ { "name": "_response", @@ -35942,14 +35942,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/Warehouse" } } } }, "responses": { "200": { - "description": "Detail of SubscriptionInterval", + "description": "Detail of Warehouse", "content": { "application/vnd.api+json": { "schema": { @@ -35961,7 +35961,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/Warehouse" } } } @@ -35976,7 +35976,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/Warehouse" } } } @@ -35992,14 +35992,14 @@ } } }, - "/search/subscription-interval": { + "/search/warehouse": { "post": { "tags": [ - "Subscription Interval" + "Warehouse" ], - "summary": "Search for the Subscription Interval resources.", + "summary": "Search for the Warehouse resources.", "description": "", - "operationId": "searchSubscriptionInterval", + "operationId": "searchWarehouse", "parameters": [ { "name": "sw-include-search-info", @@ -36027,7 +36027,7 @@ }, "responses": { "200": { - "description": "List of SubscriptionInterval", + "description": "List of Warehouse", "content": { "application/vnd.api+json": { "schema": { @@ -36041,7 +36041,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/Warehouse" } } } @@ -36059,7 +36059,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/Warehouse" } } } @@ -36076,19 +36076,19 @@ } } }, - "/subscription-interval/{id}": { + "/warehouse/{id}": { "get": { "tags": [ - "Subscription Interval" + "Warehouse" ], - "summary": "Detailed information about a Subscription Interval resource.", + "summary": "Detailed information about a Warehouse resource.", "description": "", - "operationId": "getSubscriptionInterval", + "operationId": "getWarehouse", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_interval", + "description": "Identifier for the warehouse", "required": true, "schema": { "type": "string", @@ -36098,7 +36098,7 @@ ], "responses": { "200": { - "description": "Detail of SubscriptionInterval", + "description": "Detail of Warehouse", "content": { "application/vnd.api+json": { "schema": { @@ -36110,7 +36110,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/Warehouse" } } } @@ -36125,7 +36125,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/Warehouse" } } } @@ -36142,16 +36142,16 @@ }, "delete": { "tags": [ - "Subscription Interval" + "Warehouse" ], - "summary": "Delete a Subscription Interval resource.", + "summary": "Delete a Warehouse resource.", "description": "", - "operationId": "deleteSubscriptionInterval", + "operationId": "deleteWarehouse", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_interval", + "description": "Identifier for the warehouse", "required": true, "schema": { "type": "string", @@ -36182,16 +36182,16 @@ }, "patch": { "tags": [ - "Subscription Interval" + "Warehouse" ], - "summary": "Partially update information about a Subscription Interval resource.", + "summary": "Partially update information about a Warehouse resource.", "description": "", - "operationId": "updateSubscriptionInterval", + "operationId": "updateWarehouse", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_interval", + "description": "Identifier for the warehouse", "required": true, "schema": { "type": "string", @@ -36209,18 +36209,18 @@ } ], "requestBody": { - "description": "Partially update information about a Subscription Interval resource.", + "description": "Partially update information about a Warehouse resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/Warehouse" } } } }, "responses": { "200": { - "description": "Detail of SubscriptionInterval", + "description": "Detail of Warehouse", "content": { "application/vnd.api+json": { "schema": { @@ -36232,7 +36232,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/Warehouse" } } } @@ -36247,7 +36247,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/Warehouse" } } } @@ -36266,14 +36266,14 @@ } } }, - "/aggregate/subscription-interval": { + "/aggregate/warehouse": { "post": { "tags": [ - "Subscription Interval" + "Warehouse" ], - "summary": "Aggregate for the Subscription Interval resources.", + "summary": "Aggregate for the Warehouse resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSubscriptionInterval", + "operationId": "aggregateWarehouse", "requestBody": { "required": true, "content": { @@ -36297,7 +36297,7 @@ }, "responses": { "200": { - "description": "List of SubscriptionInterval", + "description": "List of Warehouse", "content": { "application/vnd.api+json": { "schema": { @@ -36311,7 +36311,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/Warehouse" } } } @@ -36329,7 +36329,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/Warehouse" } } } @@ -36346,14 +36346,14 @@ } } }, - "/subscription-plan": { + "/warehouse-group": { "get": { "tags": [ - "Subscription Plan" + "Warehouse Group" ], - "summary": "List with basic information of Subscription Plan resources.", + "summary": "List with basic information of Warehouse Group resources.", "description": "", - "operationId": "getSubscriptionPlanList", + "operationId": "getWarehouseGroupList", "parameters": [ { "name": "limit", @@ -36382,7 +36382,7 @@ ], "responses": { "200": { - "description": "List of Subscription Plan resources.", + "description": "List of Warehouse Group resources.", "content": { "application/vnd.api+json": { "schema": { @@ -36401,7 +36401,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/WarehouseGroup" } } ] @@ -36415,16 +36415,16 @@ "type": "object", "properties": { "first": { - "example": "/subscription-plan?limit=25" + "example": "/warehouse-group?limit=25" }, "last": { - "example": "/subscription-plan?limit=25&page=11" + "example": "/warehouse-group?limit=25&page=11" }, "next": { - "example": "/subscription-plan?limit=25&page=4" + "example": "/warehouse-group?limit=25&page=4" }, "prev": { - "example": "/subscription-plan?limit=25&page=2" + "example": "/warehouse-group?limit=25&page=2" } } } @@ -36445,7 +36445,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -36460,11 +36460,11 @@ }, "post": { "tags": [ - "Subscription Plan" + "Warehouse Group" ], - "summary": "Create a new Subscription Plan resources.", + "summary": "Create a new Warehouse Group resources.", "description": "", - "operationId": "createSubscriptionPlan", + "operationId": "createWarehouseGroup", "parameters": [ { "name": "_response", @@ -36483,14 +36483,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/WarehouseGroup" } } } }, "responses": { "200": { - "description": "Detail of SubscriptionPlan", + "description": "Detail of WarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -36502,7 +36502,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -36517,7 +36517,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -36533,14 +36533,14 @@ } } }, - "/search/subscription-plan": { + "/search/warehouse-group": { "post": { "tags": [ - "Subscription Plan" + "Warehouse Group" ], - "summary": "Search for the Subscription Plan resources.", + "summary": "Search for the Warehouse Group resources.", "description": "", - "operationId": "searchSubscriptionPlan", + "operationId": "searchWarehouseGroup", "parameters": [ { "name": "sw-include-search-info", @@ -36568,7 +36568,7 @@ }, "responses": { "200": { - "description": "List of SubscriptionPlan", + "description": "List of WarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -36582,7 +36582,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -36600,7 +36600,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -36617,19 +36617,19 @@ } } }, - "/subscription-plan/{id}": { + "/warehouse-group/{id}": { "get": { "tags": [ - "Subscription Plan" + "Warehouse Group" ], - "summary": "Detailed information about a Subscription Plan resource.", + "summary": "Detailed information about a Warehouse Group resource.", "description": "", - "operationId": "getSubscriptionPlan", + "operationId": "getWarehouseGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_plan", + "description": "Identifier for the warehouse_group", "required": true, "schema": { "type": "string", @@ -36639,7 +36639,7 @@ ], "responses": { "200": { - "description": "Detail of SubscriptionPlan", + "description": "Detail of WarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -36651,7 +36651,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -36666,7 +36666,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -36683,16 +36683,16 @@ }, "delete": { "tags": [ - "Subscription Plan" + "Warehouse Group" ], - "summary": "Delete a Subscription Plan resource.", + "summary": "Delete a Warehouse Group resource.", "description": "", - "operationId": "deleteSubscriptionPlan", + "operationId": "deleteWarehouseGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_plan", + "description": "Identifier for the warehouse_group", "required": true, "schema": { "type": "string", @@ -36723,16 +36723,16 @@ }, "patch": { "tags": [ - "Subscription Plan" + "Warehouse Group" ], - "summary": "Partially update information about a Subscription Plan resource.", + "summary": "Partially update information about a Warehouse Group resource.", "description": "", - "operationId": "updateSubscriptionPlan", + "operationId": "updateWarehouseGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_plan", + "description": "Identifier for the warehouse_group", "required": true, "schema": { "type": "string", @@ -36750,18 +36750,18 @@ } ], "requestBody": { - "description": "Partially update information about a Subscription Plan resource.", + "description": "Partially update information about a Warehouse Group resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/WarehouseGroup" } } } }, "responses": { "200": { - "description": "Detail of SubscriptionPlan", + "description": "Detail of WarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -36773,7 +36773,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -36788,7 +36788,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -36807,14 +36807,14 @@ } } }, - "/aggregate/subscription-plan": { + "/aggregate/warehouse-group": { "post": { "tags": [ - "Subscription Plan" + "Warehouse Group" ], - "summary": "Aggregate for the Subscription Plan resources.", + "summary": "Aggregate for the Warehouse Group resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSubscriptionPlan", + "operationId": "aggregateWarehouseGroup", "requestBody": { "required": true, "content": { @@ -36838,2444 +36838,51 @@ }, "responses": { "200": { - "description": "List of SubscriptionPlan", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/SubscriptionPlan" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/SubscriptionPlan" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/swag-delay-action": { - "get": { - "tags": [ - "Swag Delay Action" - ], - "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 Swag Delay Action 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/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" - } - } - } - ] - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/SwagDelayAction" - } - } - } - } - } - } - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "post": { - "tags": [ - "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" - ] - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/SwagDelayAction" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of SwagDelayAction", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/SwagDelayAction" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/SwagDelayAction" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/search/swag-delay-action": { - "post": { - "tags": [ - "Swag Delay Action" - ], - "summary": "Search for the Swag Delay Action resources.", - "description": "", - "operationId": "searchSwagDelayAction", - "parameters": [ - { - "name": "sw-include-search-info", - "in": "header", - "description": "Controls whether API search information is included in the response. Default is 1 (enabled), will be 0 (disabled) in the next major version.", - "schema": { - "type": "string", - "enum": [ - "0", - "1" - ], - "default": "1" - } - } - ], - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Criteria" - } - } - } - }, - "responses": { - "200": { - "description": "List of SwagDelayAction", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/SwagDelayAction" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/SwagDelayAction" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/swag-delay-action/{id}": { - "get": { - "tags": [ - "Swag Delay Action" - ], - "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": "Detail of SwagDelayAction", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/SwagDelayAction" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/SwagDelayAction" - } - } - } - } - } - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "delete": { - "tags": [ - "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" - } - } - ], - "requestBody": { - "description": "Partially update information about a Swag Delay Action resource.", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/SwagDelayAction" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of SwagDelayAction", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/SwagDelayAction" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/SwagDelayAction" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/swag-delay-action": { - "post": { - "tags": [ - "Swag Delay Action" - ], - "summary": "Aggregate for the Swag Delay Action resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateSwagDelayAction", - "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 SwagDelayAction", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/SwagDelayAction" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/SwagDelayAction" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/warehouse": { - "get": { - "tags": [ - "Warehouse" - ], - "summary": "List with basic information of Warehouse resources.", - "description": "", - "operationId": "getWarehouseList", - "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 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/Warehouse" - } - } - ] - }, - "links": { - "allOf": [ - { - "$ref": "#/components/schemas/pagination" - }, - { - "type": "object", - "properties": { - "first": { - "example": "/warehouse?limit=25" - }, - "last": { - "example": "/warehouse?limit=25&page=11" - }, - "next": { - "example": "/warehouse?limit=25&page=4" - }, - "prev": { - "example": "/warehouse?limit=25&page=2" - } - } - } - ] - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Warehouse" - } - } - } - } - } - } - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "post": { - "tags": [ - "Warehouse" - ], - "summary": "Create a new Warehouse resources.", - "description": "", - "operationId": "createWarehouse", - "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/Warehouse" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of Warehouse", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/Warehouse" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/Warehouse" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/search/warehouse": { - "post": { - "tags": [ - "Warehouse" - ], - "summary": "Search for the Warehouse resources.", - "description": "", - "operationId": "searchWarehouse", - "parameters": [ - { - "name": "sw-include-search-info", - "in": "header", - "description": "Controls whether API search information is included in the response. Default is 1 (enabled), will be 0 (disabled) in the next major version.", - "schema": { - "type": "string", - "enum": [ - "0", - "1" - ], - "default": "1" - } - } - ], - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Criteria" - } - } - } - }, - "responses": { - "200": { - "description": "List of Warehouse", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Warehouse" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Warehouse" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/warehouse/{id}": { - "get": { - "tags": [ - "Warehouse" - ], - "summary": "Detailed information about a Warehouse resource.", - "description": "", - "operationId": "getWarehouse", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the warehouse", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - } - ], - "responses": { - "200": { - "description": "Detail of Warehouse", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/Warehouse" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/Warehouse" - } - } - } - } - } - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "delete": { - "tags": [ - "Warehouse" - ], - "summary": "Delete a Warehouse resource.", - "description": "", - "operationId": "deleteWarehouse", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the 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": [ - "Warehouse" - ], - "summary": "Partially update information about a Warehouse resource.", - "description": "", - "operationId": "updateWarehouse", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the 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 Warehouse resource.", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Warehouse" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of Warehouse", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/Warehouse" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/Warehouse" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/warehouse": { - "post": { - "tags": [ - "Warehouse" - ], - "summary": "Aggregate for the Warehouse resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateWarehouse", - "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 Warehouse", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Warehouse" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Warehouse" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/warehouse-group": { - "get": { - "tags": [ - "Warehouse Group" - ], - "summary": "List with basic information of Warehouse Group resources.", - "description": "", - "operationId": "getWarehouseGroupList", - "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 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/WarehouseGroup" - } - } - ] - }, - "links": { - "allOf": [ - { - "$ref": "#/components/schemas/pagination" - }, - { - "type": "object", - "properties": { - "first": { - "example": "/warehouse-group?limit=25" - }, - "last": { - "example": "/warehouse-group?limit=25&page=11" - }, - "next": { - "example": "/warehouse-group?limit=25&page=4" - }, - "prev": { - "example": "/warehouse-group?limit=25&page=2" - } - } - } - ] - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/WarehouseGroup" - } - } - } - } - } - } - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "post": { - "tags": [ - "Warehouse Group" - ], - "summary": "Create a new Warehouse Group resources.", - "description": "", - "operationId": "createWarehouseGroup", - "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/WarehouseGroup" - } - } - } - }, - "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" - } - } - } - } - } - }, - "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", - "parameters": [ - { - "name": "sw-include-search-info", - "in": "header", - "description": "Controls whether API search information is included in the response. Default is 1 (enabled), will be 0 (disabled) in the next major version.", - "schema": { - "type": "string", - "enum": [ - "0", - "1" - ], - "default": "1" - } - } - ], - "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" - }, - "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" - } - } - ], - "requestBody": { - "description": "Partially update information about a Warehouse Group resource.", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/WarehouseGroup" - } - } - } - }, - "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" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/warehouse-group": { - "post": { - "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" - ] - } - } - } - }, - "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" - } - } - } - }, - "/_action/number-range/{numberRangeId}/preview-pattern": { - "get": { - "tags": [ - "Number Range Management" - ], - "summary": "Preview a persisted number range", - "description": "Previews the next value for a concrete persisted number range without incrementing its state. Optional `pattern` and `start` query parameters can be used to preview unsaved changes while editing the number range. Use `/_action/number-range/reserve/{type}` for actual allocation by business type and sales channel.", - "operationId": "numberRangePreviewPatternById", - "parameters": [ - { - "name": "numberRangeId", - "in": "path", - "description": "Identifier of the number range to preview.", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "pattern", - "in": "query", - "description": "Optional pattern override for the preview.", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "start", - "in": "query", - "description": "Optional start value override for the preview.", - "required": false, - "schema": { - "type": "integer" - } - } - ], - "responses": { - "200": { - "description": "The previewed number", - "content": { - "application/json": { - "schema": { - "properties": { - "number": { - "description": "The previewed number.", - "type": "string" - } - }, - "type": "object" - } - } - } - }, - "404": { - "description": "Number range not found" - } - } - } - }, - "/_action/integration/{integrationId}/mcp-allowlist": { - "post": { - "tags": [ - "MCP", - "Experimental" - ], - "summary": "Save MCP allowlist for an integration", - "description": "Saves the per-integration MCP allowlist covering tools, resources, and prompts. Pass `null` as the top-level value to allow all capabilities unrestricted. Pass an object with `tools`, `resources`, and `prompts` keys where each key is either `null` (unrestricted for that type) or a list of allowed names/URIs (empty array = deny all of that type). Requires `integration_mcp.editor` privilege. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "operationId": "saveMcpAllowlist", - "parameters": [ - { - "name": "integrationId", - "in": "path", - "required": true, - "description": "The integration UUID.", - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - } - ], - "security": [ - { - "oAuth": [ - "write" - ] - } - ], - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "allowlist" - ], - "properties": { - "allowlist": { - "oneOf": [ - { - "type": "object", - "description": "Per-type allowlist. Each key is null (unrestricted) or a list of allowed names/URIs.", - "properties": { - "tools": { - "oneOf": [ - { - "type": "array", - "items": { - "type": "string" - }, - "description": "List of allowed tool names. Empty array = no tools allowed." - }, - { - "type": "null", - "description": "Null = all tools allowed." - } - ] - }, - "resources": { - "oneOf": [ - { - "type": "array", - "items": { - "type": "string" - }, - "description": "List of allowed resource URIs. Empty array = no resources allowed." - }, - { - "type": "null", - "description": "Null = all resources allowed." - } - ] - }, - "prompts": { - "oneOf": [ - { - "type": "array", - "items": { - "type": "string" - }, - "description": "List of allowed prompt names. Empty array = no prompts allowed." - }, - { - "type": "null", - "description": "Null = all prompts allowed." - } - ] - } - } - }, - { - "type": "null", - "description": "Null = all capabilities unrestricted." - } - ] - } - } - } - } - } - }, - "responses": { - "204": { - "description": "Allowlist saved successfully." - }, - "400": { - "description": "Bad request — missing or invalid `allowlist` field." - }, - "401": { - "description": "Unauthorized — missing or invalid credentials." - }, - "403": { - "description": "Forbidden — caller lacks `integration_mcp.editor` privilege." - }, - "404": { - "description": "Integration not found." - } - } - } - }, - "/_action/user/{userId}/mcp-allowlist": { - "post": { - "tags": [ - "MCP", - "Experimental" - ], - "summary": "Save MCP allowlist for a user", - "description": "Saves the per-user MCP allowlist covering tools, resources, and prompts. Pass `null` as the top-level value to allow all capabilities unrestricted. Pass an object with `tools`, `resources`, and `prompts` keys where each key is either `null` (unrestricted for that type) or a list of allowed names/URIs (empty array = deny all of that type). Requires `users_and_permissions.editor` privilege. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "operationId": "saveMcpAllowlistUser", - "parameters": [ - { - "name": "userId", - "in": "path", - "required": true, - "description": "The user UUID.", - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - } - ], - "security": [ - { - "oAuth": [ - "write" - ] - } - ], - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "allowlist" - ], - "properties": { - "allowlist": { - "oneOf": [ - { - "type": "object", - "description": "Per-type allowlist. Each key is null (unrestricted) or a list of allowed names/URIs.", - "properties": { - "tools": { - "oneOf": [ - { - "type": "array", - "items": { - "type": "string" - }, - "description": "List of allowed tool names. Empty array = no tools allowed." - }, - { - "type": "null", - "description": "Null = all tools allowed." - } - ] - }, - "resources": { - "oneOf": [ - { - "type": "array", - "items": { - "type": "string" - }, - "description": "List of allowed resource URIs. Empty array = no resources allowed." - }, - { - "type": "null", - "description": "Null = all resources allowed." - } - ] - }, - "prompts": { - "oneOf": [ - { - "type": "array", - "items": { - "type": "string" - }, - "description": "List of allowed prompt names. Empty array = no prompts allowed." - }, - { - "type": "null", - "description": "Null = all prompts allowed." - } - ] - } - } - }, - { - "type": "null", - "description": "Null = all capabilities unrestricted." - } - ] - } - } - } - } - } - }, - "responses": { - "204": { - "description": "Allowlist saved successfully." - }, - "400": { - "description": "Bad request — missing or invalid `allowlist` field." - }, - "401": { - "description": "Unauthorized — missing or invalid credentials." - }, - "403": { - "description": "Forbidden — caller lacks `users_and_permissions.editor` privilege." - }, - "404": { - "description": "User not found." - } - } - } - }, - "/_action/mcp/tools": { - "get": { - "tags": [ - "MCP", - "Experimental" - ], - "summary": "List registered MCP tools", - "description": "Returns all MCP tools currently registered on this Shopware installation. For all capability types (tools, resources, prompts) use `GET /_action/mcp/capabilities` instead. Requires `integration.editor` privilege. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "operationId": "mcpToolsList", - "security": [ - { - "oAuth": [ - "write" - ] - } - ], - "responses": { - "200": { - "description": "Array of registered MCP tools.", - "content": { - "application/json": { - "schema": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "description": "Unique tool identifier used in `tools/call` requests.", - "example": "shopware-entity-search" - }, - "description": { - "type": [ - "string", - "null" - ], - "description": "Human-readable description of what the tool does.", - "example": "Search Shopware entities and return matching records." - }, - "dependencies": { - "type": "array", - "items": { - "type": "string" - }, - "description": "Tool names that are automatically included when this tool is selected." - }, - "requiredPrivileges": { - "oneOf": [ - { - "type": "object", - "properties": { - "static": { - "type": "array", - "items": { - "type": "string" - } - }, - "entityParam": { - "type": [ - "string", - "null" - ] - }, - "operations": { - "type": "array", - "items": { - "type": "string" - } - } - } - }, - { - "type": "null" - } - ], - "description": "ACL privileges required by this tool." - } - } - } - } - } - } - }, - "401": { - "description": "Unauthorized — missing or invalid credentials." - }, - "403": { - "description": "Forbidden — caller lacks `integration.editor` privilege." - } - } - } - }, - "/_action/mcp/capabilities": { - "get": { - "tags": [ - "MCP", - "Experimental" - ], - "summary": "List all registered MCP capabilities", - "description": "Returns all registered MCP tools, resources, and prompts. Used by the Admin UI to populate the per-integration allowlist selector. Requires `integration.editor` privilege. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "operationId": "mcpCapabilitiesList", - "security": [ - { - "oAuth": [ - "write" - ] - } - ], - "responses": { - "200": { - "description": "Object containing all registered MCP capabilities.", + "description": "List of WarehouseGroup", "content": { - "application/json": { + "application/vnd.api+json": { "schema": { - "type": "object", - "required": [ - "tools", - "resources", - "prompts" - ], - "properties": { - "tools": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "example": "shopware-entity-search" - }, - "description": { - "type": [ - "string", - "null" - ] - }, - "dependencies": { - "type": "array", - "items": { - "type": "string" - } - }, - "requiredPrivileges": { - "oneOf": [ - { - "type": "object", - "properties": { - "static": { - "type": "array", - "items": { - "type": "string" - } - }, - "entityParam": { - "type": [ - "string", - "null" - ] - }, - "operations": { - "type": "array", - "items": { - "type": "string" - } - } - } - }, - { - "type": "null" - } - ] - } - } - } - }, - "resources": { - "type": "array", - "items": { - "type": "object", - "required": [ - "uri", - "name" - ], - "properties": { - "uri": { - "type": "string", - "example": "shopware://entity-list" - }, - "name": { - "type": "string", - "example": "shopware-entity-list" - }, - "description": { - "type": [ - "string", - "null" - ] - }, - "mimeType": { - "type": [ - "string", - "null" - ] - } - } - } + "allOf": [ + { + "$ref": "#/components/schemas/success" }, - "prompts": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "example": "shopware-context" - }, - "description": { - "type": [ - "string", - "null" - ] + { + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/WarehouseGroup" } } } } - } - } - } - } - }, - "401": { - "description": "Unauthorized — missing or invalid credentials." - }, - "403": { - "description": "Forbidden — caller lacks `integration.editor` privilege." - } - } - } - }, - "/_mcp": { - "post": { - "tags": [ - "MCP", - "Experimental" - ], - "summary": "MCP JSON-RPC endpoint", - "description": "Handles Model Context Protocol (MCP) requests using the Streamable HTTP transport. Accepts JSON-RPC 2.0 messages for methods such as `initialize`, `tools/list`, `tools/call`, `prompts/list`, `prompts/get`, `resources/list`, and `resources/read`. Requires either an integration access key pair (`sw-access-key` + `sw-secret-access-key` headers) or a standard OAuth2 bearer token. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "operationId": "mcpPost", - "parameters": [ - { - "name": "mcp-session-id", - "in": "header", - "required": false, - "description": "Session ID returned by the server after `initialize`. Required for all requests except `initialize`.", - "schema": { - "type": "string" - } - }, - { - "name": "sw-access-key", - "in": "header", - "required": false, - "description": "Integration access key for direct credential authentication (alternative to bearer token).", - "schema": { - "type": "string" - } - }, - { - "name": "sw-secret-access-key", - "in": "header", - "required": false, - "description": "Integration secret access key. Required when `sw-access-key` is provided.", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "required": true, - "description": "A JSON-RPC 2.0 request or batch.", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "jsonrpc", - "method" - ], - "properties": { - "jsonrpc": { - "type": "string", - "enum": [ - "2.0" - ] - }, - "id": { - "oneOf": [ - { - "type": "string" - }, - { - "type": "integer" - }, - { - "type": "null" - } - ] - }, - "method": { - "type": "string", - "example": "tools/call" - }, - "params": { - "type": "object", - "additionalProperties": true - } + ] } - } - } - } - }, - "responses": { - "200": { - "description": "JSON-RPC response or Server-Sent Events stream for long-running operations.", - "content": { + }, "application/json": { "schema": { "type": "object", "properties": { - "jsonrpc": { - "type": "string", - "enum": [ - "2.0" - ] - }, - "id": { - "oneOf": [ - { - "type": "string" - }, - { - "type": "integer" - }, - { - "type": "null" - } - ] - }, - "result": { - "type": "object", - "additionalProperties": true + "total": { + "type": "integer" }, - "error": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - } + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/WarehouseGroup" } } } } - }, - "text/event-stream": { - "schema": { - "type": "string", - "description": "Server-Sent Events stream for streaming responses." - } - } - } - }, - "401": { - "description": "Unauthorized — missing or invalid credentials." - }, - "429": { - "description": "Too many requests — rate limit exceeded." - } - } - }, - "get": { - "tags": [ - "MCP", - "Experimental" - ], - "summary": "MCP SSE stream", - "description": "Opens a Server-Sent Events stream for receiving server-initiated messages. Used by MCP clients that support the SSE transport variant. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "operationId": "mcpGet", - "parameters": [ - { - "name": "mcp-session-id", - "in": "header", - "required": false, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Server-Sent Events stream.", - "content": { - "text/event-stream": { - "schema": { - "type": "string" - } } } }, - "401": { - "description": "Unauthorized." - } - } - }, - "delete": { - "tags": [ - "MCP", - "Experimental" - ], - "summary": "Close MCP session", - "description": "Terminates an active MCP session identified by the `mcp-session-id` header. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "operationId": "mcpDelete", - "parameters": [ - { - "name": "mcp-session-id", - "in": "header", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "description": "Session closed successfully." + "400": { + "$ref": "#/components/responses/400" }, "401": { - "description": "Unauthorized." - } - } - }, - "options": { - "tags": [ - "MCP", - "Experimental" - ], - "summary": "MCP CORS preflight", - "description": "Handles CORS preflight requests for the MCP endpoint. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "operationId": "mcpOptions", - "responses": { - "204": { - "description": "CORS preflight accepted." + "$ref": "#/components/responses/401" } } } @@ -42024,6 +39631,10 @@ "searchable": { "type": "boolean" }, + "useExactSubfield": { + "description": "To configure whether exact match queries should target the analyzed exact subfield.", + "type": "boolean" + }, "ranking": { "type": "integer", "format": "int64" @@ -42138,6 +39749,10 @@ "searchable": { "type": "boolean" }, + "useExactSubfield": { + "description": "To configure whether exact match queries should target the analyzed exact subfield.", + "type": "boolean" + }, "ranking": { "type": "integer", "format": "int64" @@ -44332,7 +41947,7 @@ "type": "object" }, "AppMcpPromptJsonApi": { - "description": "Added since version: 6.7.0.0", + "description": "Added since version: 6.7.11.0", "allOf": [ { "$ref": "#/components/schemas/resource" @@ -44419,7 +42034,7 @@ ] }, "AppMcpPrompt": { - "description": "Added since version: 6.7.0.0", + "description": "Added since version: 6.7.11.0", "required": [ "id", "name", @@ -44468,7 +42083,7 @@ "type": "object" }, "AppMcpResourceJsonApi": { - "description": "Added since version: 6.7.0.0", + "description": "Added since version: 6.7.11.0", "allOf": [ { "$ref": "#/components/schemas/resource" @@ -44562,7 +42177,7 @@ ] }, "AppMcpResource": { - "description": "Added since version: 6.7.0.0", + "description": "Added since version: 6.7.11.0", "required": [ "id", "name", @@ -44618,7 +42233,7 @@ "type": "object" }, "AppMcpToolJsonApi": { - "description": "Added since version: 6.7.0.0", + "description": "Added since version: 6.7.11.0", "allOf": [ { "$ref": "#/components/schemas/resource" @@ -44711,7 +42326,7 @@ ] }, "AppMcpTool": { - "description": "Added since version: 6.7.0.0", + "description": "Added since version: 6.7.11.0", "required": [ "id", "name", @@ -46660,6 +44275,42 @@ "format": "date-time", "readOnly": true }, + "extensions": { + "properties": { + "subscriptionBudgets": { + "properties": { + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "format": "uri-reference", + "example": "/b2b-components-budget/1e4002da52224f484ff690aa9b0bfb2a/subscriptionBudgets" + } + } + }, + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "type": { + "type": "string", + "example": "b2b_components_subscription_budget" + }, + "id": { + "type": "string", + "example": "db9b610a5feba7efda832033f6be0bbf" + } + } + } + } + }, + "type": "object" + } + }, + "type": "object" + }, "relationships": { "properties": { "createdBy": { @@ -46953,6 +44604,42 @@ "format": "date-time", "readOnly": true }, + "extensions": { + "properties": { + "subscriptionBudgets": { + "properties": { + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "format": "uri-reference", + "example": "/b2b-components-budget/1e4002da52224f484ff690aa9b0bfb2a/subscriptionBudgets" + } + } + }, + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "type": { + "type": "string", + "example": "b2b_components_subscription_budget" + }, + "id": { + "type": "string", + "example": "db9b610a5feba7efda832033f6be0bbf" + } + } + } + } + }, + "type": "object" + } + }, + "type": "object" + }, "createdBy": { "$ref": "#/components/schemas/User" }, @@ -51546,6 +49233,34 @@ }, "type": "object" }, + "B2bComponentsSubscriptionBudget": { + "description": "Added since version: 6.7.0.0", + "required": [ + "subscriptionId", + "budgetId" + ], + "properties": { + "id": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "subscriptionId": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "budgetId": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "subscription": { + "$ref": "#/components/schemas/Subscription" + }, + "budget": { + "$ref": "#/components/schemas/B2bComponentsBudget" + } + }, + "type": "object" + }, "B2bComponentsSubscriptionEmployeeJsonApi": { "allOf": [ { @@ -70625,7 +68340,8 @@ "type": "object" }, "templateData": { - "type": "object" + "type": "object", + "deprecated": true }, "createdAt": { "type": "string", @@ -70707,7 +68423,8 @@ "type": "object" }, "templateData": { - "type": "object" + "type": "object", + "deprecated": true }, "createdAt": { "type": "string", @@ -86399,6 +84116,10 @@ "description": "To configure whether the field can be used for searching.", "type": "boolean" }, + "useExactSubfield": { + "description": "To configure whether exact match queries should target the exact subfield, which uses the whitespace analyzer (lowercased, whitespace-tokenised) and bypasses the language analyzer (no stemming, no stop-word removal, no compound decomposition).", + "type": "boolean" + }, "ranking": { "description": "Search ranking.", "type": "integer", @@ -86516,6 +84237,10 @@ "description": "To configure whether the field can be used for searching.", "type": "boolean" }, + "useExactSubfield": { + "description": "To configure whether exact match queries should target the exact subfield, which uses the whitespace analyzer (lowercased, whitespace-tokenised) and bypasses the language analyzer (no stemming, no stop-word removal, no compound decomposition).", + "type": "boolean" + }, "ranking": { "description": "Search ranking.", "type": "integer", @@ -104732,6 +102457,35 @@ } }, "type": "object" + }, + "subscriptionBudget": { + "properties": { + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "format": "uri-reference", + "example": "/subscription/787ad0b7a17de4ad6b1711bbf8d79fcb/subscriptionBudget" + } + } + }, + "data": { + "type": "object", + "properties": { + "type": { + "type": "string", + "example": "b2b_components_subscription_budget" + }, + "id": { + "type": "string", + "pattern": "^[0-9a-f]{32}$", + "example": "6b2732717e6360e8eccfd947596f4e64" + } + } + } + }, + "type": "object" } }, "type": "object" @@ -105387,6 +103141,35 @@ } }, "type": "object" + }, + "subscriptionBudget": { + "properties": { + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "format": "uri-reference", + "example": "/subscription/787ad0b7a17de4ad6b1711bbf8d79fcb/subscriptionBudget" + } + } + }, + "data": { + "type": "object", + "properties": { + "type": { + "type": "string", + "example": "b2b_components_subscription_budget" + }, + "id": { + "type": "string", + "pattern": "^[0-9a-f]{32}$", + "example": "6b2732717e6360e8eccfd947596f4e64" + } + } + } + }, + "type": "object" } }, "type": "object" @@ -111662,259 +109445,48 @@ } } }, - "infoConfigResponse": { + "MeasurementUnits": { "type": "object", + "description": "Configuration of the measurement system", "properties": { - "version": { - "type": "string", - "description": "Shopware version." - }, - "shopId": { - "type": "string", - "description": "Unique shop identifier." - }, - "versionRevision": { + "system": { "type": "string", - "description": "Shopware version revision (build hash/revision)." - }, - "adminWorker": { - "type": "object", - "description": "Admin worker feature flags and transport configuration.", - "properties": { - "enableAdminWorker": { - "type": "boolean", - "description": "Whether the admin background worker is enabled." - }, - "enableQueueStatsWorker": { - "type": "boolean", - "description": "Whether the queue statistics worker is enabled. Deprecated: This property will be removed in v6.8.0. The increment-based message queue statistics are deprecated.", - "deprecated": true - }, - "enableNotificationWorker": { - "type": "boolean", - "description": "Whether the notification worker is enabled." - }, - "transports": { - "type": "array", - "description": "Configured Symfony Messenger transports used by the admin workers.", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "bundles": { - "type": "object", - "description": "Active extension assets (plugins & apps) keyed by technical name.", - "additionalProperties": { - "oneOf": [ - { - "type": "object", - "description": "Plugin bundle asset descriptor.", - "properties": { - "type": { - "type": "string", - "enum": [ - "plugin" - ] - }, - "css": { - "type": "array", - "items": { - "type": "string", - "description": "URL to a CSS asset." - } - }, - "js": { - "type": "array", - "items": { - "type": "string", - "description": "URL to a JS asset." - } - }, - "baseUrl": { - "type": [ - "string", - "null" - ], - "description": "Base URL to a (micro frontend) admin entry point, if provided." - } - }, - "required": [ - "type" - ], - "additionalProperties": false - }, - { - "type": "object", - "description": "App bundle descriptor.", - "properties": { - "type": { - "type": "string", - "enum": [ - "app" - ] - }, - "name": { - "type": "string" - }, - "active": { - "type": "boolean" - }, - "integrationId": { - "type": "string", - "description": "Lowercase hex integration id." - }, - "baseUrl": { - "type": "string" - }, - "version": { - "type": "string" - }, - "permissions": { - "type": "object", - "description": "Grouped privileges: key = privilege scope, value = list of entities.", - "additionalProperties": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "css": { - "type": "array", - "items": { - "type": "string" - }, - "description": "Optional CSS assets if provided." - }, - "js": { - "type": "array", - "items": { - "type": "string" - }, - "description": "Optional JS assets if provided." - } - }, - "required": [ - "type", - "name", - "active", - "integrationId", - "baseUrl", - "version", - "permissions" - ], - "additionalProperties": false - } - ] - } + "enum": [ + "metric", + "imperial" + ], + "default": "metric", + "description": "The measurement system used in the store. 'metric' for metric system, 'imperial' for imperial system." }, - "settings": { + "units": { "type": "object", - "description": "Selected environment and feature settings consumed by the administration.", + "description": "Units used in the measurement system.", "properties": { - "enableUrlFeature": { - "type": "boolean", - "description": "State of the URL upload feature." - }, - "appUrlReachable": { - "type": "boolean", - "description": "Whether configured APP_URL is externally reachable." - }, - "appsRequireAppUrl": { - "type": "boolean", - "description": "True if at least one installed app requires a reachable APP_URL." - }, - "firstMigrationDate": { - "type": [ - "string", - "null" + "length": { + "type": "string", + "enum": [ + "mm", + "cm", + "m", + "in", + "ft" ], - "description": "Timestamp of the first executed migration in ISO-8601 UTC format, used for Product Analytics consent eligibility." - }, - "private_allowed_extensions": { - "type": "array", - "description": "Whitelisted file extensions for private filesystem uploads.", - "items": { - "type": "string" - } - }, - "enableHtmlSanitizer": { - "type": "boolean", - "description": "Whether HTML sanitizer is enabled." - }, - "enableStagingMode": { - "type": "boolean", - "description": "Whether staging mode banner is enabled." - }, - "disableExtensionManagement": { - "type": "boolean", - "description": "True if runtime extension management is disabled." + "default": "mm", + "description": "Unit of length." }, - "presignedUploadSupported": { - "type": "boolean", - "description": "Whether presigned S3 upload is available. True when presigned upload is enabled and an S3 filesystem is configured." + "weight": { + "type": "string", + "enum": [ + "g", + "kg", + "oz", + "lb" + ], + "default": "kg", + "description": "Unit of weight." } - }, - "required": [ - "firstMigrationDate" - ], - "additionalProperties": false - }, - "inAppPurchases": { - "type": "array", - "description": "In-app purchase meta data (structure may vary).", - "items": { - "type": "object", - "description": "Purchase entry.", - "additionalProperties": true } } - }, - "required": [ - "version", - "shopId", - "versionRevision", - "adminWorker", - "bundles", - "settings", - "inAppPurchases" - ], - "additionalProperties": false - }, - "MediaId": { - "type": "string", - "pattern": "^[0-9a-f]{32}$", - "description": "Media entity ID" - }, - "ExternalThumbnail": { - "type": "object", - "description": "An external thumbnail URL with its dimensions. Used when a CDN provides pre-generated thumbnails alongside the main media file.", - "required": [ - "url", - "width", - "height" - ], - "properties": { - "url": { - "type": "string", - "description": "Absolute HTTP/HTTPS URL of the thumbnail", - "example": "https://cdn.example.com/image-200x200.jpg" - }, - "width": { - "type": "integer", - "exclusiveMinimum": 0, - "description": "Width of the thumbnail in pixels", - "example": 200 - }, - "height": { - "type": "integer", - "exclusiveMinimum": 0, - "description": "Height of the thumbnail in pixels", - "example": 200 - } } }, "Criteria": { @@ -112041,7 +109613,7 @@ } }, "Includes": { - "description": "Specify the fields that should be returned for the given entities. Object key needs to be the entity name, and the list of fields needs to be the value. Fields will not be included, if they are also specified in the excludes. Note that the include fields will only be stripped on the API-Level, consider using the `fields` parameter for performance reasons.", + "description": "Specify the fields that should be returned for the given entities. Object key needs to be the entity name, and the list of fields needs to be the value. Fields will not be included, if they are also specified in the excludes. Note that the include fields will only be stripped on the API-Level, consider using the `fields` parameter for performance reasons. To return a DAL extension, list the extension by its name (for example `myExtension`); the `extensions` wrapper is then kept automatically. Listing the keyword `extensions` returns all extensions.", "type": "object", "additionalProperties": { "type": "array", @@ -112051,7 +109623,7 @@ } }, "Excludes": { - "description": "Specify the fields that should be excluded from the response for the given entities. Object key needs to be the entity name, and the list of fields needs to be the value. Note that the exclude fields will only be stripped on the API-Level, consider using the `fields` parameter for performance reasons.", + "description": "Specify the fields that should be excluded from the response for the given entities. Object key needs to be the entity name, and the list of fields needs to be the value. Note that the exclude fields will only be stripped on the API-Level, consider using the `fields` parameter for performance reasons. Use an extension name to remove a single extension, or the keyword `extensions` to remove all of them.", "type": "object", "additionalProperties": { "type": "array", @@ -112623,189 +110195,227 @@ "field" ] }, - "Price": { + "infoConfigResponse": { "type": "object", - "description": "Price object", "properties": { - "currencyId": { - "description": "Unique identity of the associated currency.", + "version": { "type": "string", - "pattern": "^[0-9a-f]{32}$" - }, - "gross": { - "description": "Gross price for the associated currency.", - "type": "number" - }, - "net": { - "description": "Net price for the associated currency.", - "type": "number" + "description": "Shopware version." }, - "linked": { - "description": "Whether gross and net prices are linked through the tax configuration.", - "type": "boolean" + "shopId": { + "type": "string", + "description": "Unique shop identifier." }, - "percentage": { - "description": "Discount percentage relative to the list price for the gross and net amounts. `null` when no list price is set.", - "type": [ - "object", - "null" - ], - "properties": { - "gross": { - "description": "Discount percentage relative to the gross list price.", - "type": "number" - }, - "net": { - "description": "Discount percentage relative to the net list price.", - "type": "number" - } - }, - "required": [ - "gross", - "net" - ] + "versionRevision": { + "type": "string", + "description": "Shopware version revision (build hash/revision)." }, - "listPrice": { - "description": "Reference list price for displaying discounts.", + "adminWorker": { "type": "object", + "description": "Admin worker feature flags and transport configuration.", "properties": { - "currencyId": { - "description": "Unique identity of the associated currency.", - "type": "string", - "pattern": "^[0-9a-f]{32}$" + "enableAdminWorker": { + "type": "boolean", + "description": "Whether the admin background worker is enabled." }, - "gross": { - "description": "Gross list price for the associated currency.", - "type": "number" + "enableQueueStatsWorker": { + "type": "boolean", + "description": "Whether the queue statistics worker is enabled. Deprecated: This property will be removed in v6.8.0. The increment-based message queue statistics are deprecated.", + "deprecated": true }, - "net": { - "description": "Net list price for the associated currency.", - "type": "number" + "enableNotificationWorker": { + "type": "boolean", + "description": "Whether the notification worker is enabled." }, - "linked": { - "description": "Whether gross and net list prices are linked through the tax configuration.", - "type": "boolean" + "transports": { + "type": "array", + "description": "Configured Symfony Messenger transports used by the admin workers.", + "items": { + "type": "string" + } } }, - "required": [ - "gross", - "net", - "linked" - ] + "additionalProperties": false + }, + "bundles": { + "type": "object", + "description": "Active extension assets (plugins & apps) keyed by technical name.", + "additionalProperties": { + "oneOf": [ + { + "type": "object", + "description": "Plugin bundle asset descriptor.", + "properties": { + "type": { + "type": "string", + "enum": [ + "plugin" + ] + }, + "css": { + "type": "array", + "items": { + "type": "string", + "description": "URL to a CSS asset." + } + }, + "js": { + "type": "array", + "items": { + "type": "string", + "description": "URL to a JS asset." + } + }, + "baseUrl": { + "type": [ + "string", + "null" + ], + "description": "Base URL to a (micro frontend) admin entry point, if provided." + } + }, + "required": [ + "type" + ], + "additionalProperties": false + }, + { + "type": "object", + "description": "App bundle descriptor.", + "properties": { + "type": { + "type": "string", + "enum": [ + "app" + ] + }, + "name": { + "type": "string" + }, + "active": { + "type": "boolean" + }, + "integrationId": { + "type": "string", + "description": "Lowercase hex integration id." + }, + "baseUrl": { + "type": "string" + }, + "version": { + "type": "string" + }, + "permissions": { + "type": "object", + "description": "Grouped privileges: key = privilege scope, value = list of entities.", + "additionalProperties": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "css": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Optional CSS assets if provided." + }, + "js": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Optional JS assets if provided." + } + }, + "required": [ + "type", + "name", + "active", + "integrationId", + "baseUrl", + "version", + "permissions" + ], + "additionalProperties": false + } + ] + } }, - "regulationPrice": { - "description": "Reference price used for legal price disclosures.", + "settings": { "type": "object", + "description": "Selected environment and feature settings consumed by the administration.", "properties": { - "currencyId": { - "description": "Unique identity of the associated currency.", - "type": "string", - "pattern": "^[0-9a-f]{32}$" + "enableUrlFeature": { + "type": "boolean", + "description": "State of the URL upload feature." }, - "gross": { - "description": "Gross regulation price for the associated currency.", - "type": "number" + "appUrlReachable": { + "type": "boolean", + "description": "Whether configured APP_URL is externally reachable." }, - "net": { - "description": "Net regulation price for the associated currency.", - "type": "number" + "appsRequireAppUrl": { + "type": "boolean", + "description": "True if at least one installed app requires a reachable APP_URL." }, - "linked": { - "description": "Whether gross and net regulation prices are linked through the tax configuration.", - "type": "boolean" + "firstMigrationDate": { + "type": [ + "string", + "null" + ], + "description": "Timestamp of the first executed migration in ISO-8601 UTC format, used for Product Analytics consent eligibility." + }, + "private_allowed_extensions": { + "type": "array", + "description": "Whitelisted file extensions for private filesystem uploads.", + "items": { + "type": "string" + } + }, + "enableHtmlSanitizer": { + "type": "boolean", + "description": "Whether HTML sanitizer is enabled." + }, + "enableStagingMode": { + "type": "boolean", + "description": "Whether staging mode banner is enabled." + }, + "disableExtensionManagement": { + "type": "boolean", + "description": "True if runtime extension management is disabled." + }, + "presignedUploadSupported": { + "type": "boolean", + "description": "Whether presigned S3 upload is available. True when presigned upload is enabled and an S3 filesystem is configured." } }, "required": [ - "gross", - "net", - "linked" - ] - } - }, - "required": [ - "currencyId", - "gross", - "net", - "linked" - ] - }, - "businessEventsResponse": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "description": "Name of the event" - }, - "class": { - "type": "string", - "description": "Class name of the event" - }, - "data": { - "type": "object", - "description": "Available data of event" - }, - "aware": { - "type": "array", - "description": "Flow builder will base on awareness to show actions", - "items": { - "type": "string" - } - }, - "extensions": { - "type": "array", - "description": "Extensions data of event", - "items": { - "type": "string" - } - } - } - } - }, - "MeasurementUnits": { - "type": "object", - "description": "Configuration of the measurement system", - "properties": { - "system": { - "type": "string", - "enum": [ - "metric", - "imperial" + "firstMigrationDate" ], - "default": "metric", - "description": "The measurement system used in the store. 'metric' for metric system, 'imperial' for imperial system." + "additionalProperties": false }, - "units": { - "type": "object", - "description": "Units used in the measurement system.", - "properties": { - "length": { - "type": "string", - "enum": [ - "mm", - "cm", - "m", - "in", - "ft" - ], - "default": "mm", - "description": "Unit of length." - }, - "weight": { - "type": "string", - "enum": [ - "g", - "kg", - "oz", - "lb" - ], - "default": "kg", - "description": "Unit of weight." - } + "inAppPurchases": { + "type": "array", + "description": "In-app purchase meta data (structure may vary).", + "items": { + "type": "object", + "description": "Purchase entry.", + "additionalProperties": true } } - } + }, + "required": [ + "version", + "shopId", + "versionRevision", + "adminWorker", + "bundles", + "settings", + "inAppPurchases" + ], + "additionalProperties": false }, "OAuthScopes": { "description": "OAuth scopes that should be requested.", @@ -112931,6 +110541,145 @@ } ] }, + "Price": { + "type": "object", + "description": "Price object", + "properties": { + "currencyId": { + "description": "Unique identity of the associated currency.", + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "gross": { + "description": "Gross price for the associated currency.", + "type": "number" + }, + "net": { + "description": "Net price for the associated currency.", + "type": "number" + }, + "linked": { + "description": "Whether gross and net prices are linked through the tax configuration.", + "type": "boolean" + }, + "percentage": { + "description": "Discount percentage relative to the list price for the gross and net amounts. `null` when no list price is set.", + "type": [ + "object", + "null" + ], + "properties": { + "gross": { + "description": "Discount percentage relative to the gross list price.", + "type": "number" + }, + "net": { + "description": "Discount percentage relative to the net list price.", + "type": "number" + } + }, + "required": [ + "gross", + "net" + ] + }, + "listPrice": { + "description": "Reference list price for displaying discounts.", + "type": "object", + "properties": { + "currencyId": { + "description": "Unique identity of the associated currency.", + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "gross": { + "description": "Gross list price for the associated currency.", + "type": "number" + }, + "net": { + "description": "Net list price for the associated currency.", + "type": "number" + }, + "linked": { + "description": "Whether gross and net list prices are linked through the tax configuration.", + "type": "boolean" + } + }, + "required": [ + "gross", + "net", + "linked" + ] + }, + "regulationPrice": { + "description": "Reference price used for legal price disclosures.", + "type": "object", + "properties": { + "currencyId": { + "description": "Unique identity of the associated currency.", + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "gross": { + "description": "Gross regulation price for the associated currency.", + "type": "number" + }, + "net": { + "description": "Net regulation price for the associated currency.", + "type": "number" + }, + "linked": { + "description": "Whether gross and net regulation prices are linked through the tax configuration.", + "type": "boolean" + } + }, + "required": [ + "gross", + "net", + "linked" + ] + } + }, + "required": [ + "currencyId", + "gross", + "net", + "linked" + ] + }, + "MediaId": { + "type": "string", + "pattern": "^[0-9a-f]{32}$", + "description": "Media entity ID" + }, + "ExternalThumbnail": { + "type": "object", + "description": "An external thumbnail URL with its dimensions. Used when a CDN provides pre-generated thumbnails alongside the main media file.", + "required": [ + "url", + "width", + "height" + ], + "properties": { + "url": { + "type": "string", + "description": "Absolute HTTP/HTTPS URL of the thumbnail", + "example": "https://cdn.example.com/image-200x200.jpg" + }, + "width": { + "type": "integer", + "exclusiveMinimum": 0, + "description": "Width of the thumbnail in pixels", + "example": 200 + }, + "height": { + "type": "integer", + "exclusiveMinimum": 0, + "description": "Height of the thumbnail in pixels", + "example": 200 + } + } + }, "flowBuilderActionsResponse": { "type": "array", "items": { @@ -112957,6 +110706,91 @@ } } }, + "businessEventsResponse": { + "type": "array", + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "Name of the event" + }, + "class": { + "type": "string", + "description": "Class name of the event" + }, + "data": { + "type": "object", + "description": "Available data of event" + }, + "aware": { + "type": "array", + "description": "Flow builder will base on awareness to show actions", + "items": { + "type": "string" + } + }, + "extensions": { + "type": "array", + "description": "Extensions data of event", + "items": { + "type": "string" + } + } + } + } + }, + "CustomPricingDeleteOperation": { + "type": "object", + "required": [ + "action", + "payload" + ], + "properties": { + "action": { + "description": "A specific verb defining what operation should be actioned for a specific data record", + "type": "string", + "enum": [ + "delete" + ] + }, + "payload": { + "description": "Contains a list of changesets for an entity. If the action type is `delete`,\n a list of identifiers can be provided.", + "type": "array", + "items": { + "anyOf": [ + { + "title": "productIds", + "type": "array", + "description": "An array of product entity UUIDs", + "items": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "title": "customerIds", + "type": "array", + "description": "An array of customer entity UUIDs", + "items": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "title": "customerGroupIds", + "type": "array", + "description": "An array of customerGroup entity UUIDs", + "items": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + } + ] + } + } + } + }, "CustomPricingResponse": { "type": "object", "required": [ @@ -113010,7 +110844,7 @@ } } }, - "CustomPricingDeleteOperation": { + "CustomPricingUpsertOperation": { "type": "object", "required": [ "action", @@ -113021,42 +110855,49 @@ "description": "A specific verb defining what operation should be actioned for a specific data record", "type": "string", "enum": [ - "delete" + "upsert" ] }, "payload": { "description": "Contains a list of changesets for an entity. If the action type is `delete`,\n a list of identifiers can be provided.", "type": "array", "items": { - "anyOf": [ - { - "title": "productIds", - "type": "array", - "description": "An array of product entity UUIDs", - "items": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } + "type": "object", + "required": [ + "productId", + "prices" + ], + "description": "A definition almost symmetric with Sync API payload", + "properties": { + "id": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" }, - { - "title": "customerIds", - "type": "array", - "description": "An array of customer entity UUIDs", - "items": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } + "productVersionId": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" }, - { - "title": "customerGroupIds", + "productId": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "customerId": { + "type": "string", + "description": "This parameter should be specified, or 'customerGroupId', not both", + "pattern": "^[0-9a-f]{32}$" + }, + "customerGroupId": { + "type": "string", + "description": "This parameter should be specified, or 'customerId', not both", + "pattern": "^[0-9a-f]{32}$" + }, + "price": { "type": "array", - "description": "An array of customerGroup entity UUIDs", "items": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" + "$ref": "#/components/schemas/CustomPricingPrice" } } - ] + } } } } @@ -113142,64 +110983,6 @@ } } }, - "CustomPricingUpsertOperation": { - "type": "object", - "required": [ - "action", - "payload" - ], - "properties": { - "action": { - "description": "A specific verb defining what operation should be actioned for a specific data record", - "type": "string", - "enum": [ - "upsert" - ] - }, - "payload": { - "description": "Contains a list of changesets for an entity. If the action type is `delete`,\n a list of identifiers can be provided.", - "type": "array", - "items": { - "type": "object", - "required": [ - "productId", - "prices" - ], - "description": "A definition almost symmetric with Sync API payload", - "properties": { - "id": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - }, - "productVersionId": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - }, - "productId": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - }, - "customerId": { - "type": "string", - "description": "This parameter should be specified, or 'customerGroupId', not both", - "pattern": "^[0-9a-f]{32}$" - }, - "customerGroupId": { - "type": "string", - "description": "This parameter should be specified, or 'customerId', not both", - "pattern": "^[0-9a-f]{32}$" - }, - "price": { - "type": "array", - "items": { - "$ref": "#/components/schemas/CustomPricingPrice" - } - } - } - } - } - } - }, "Options": { "type": "object", "properties": { diff --git a/SwagCommercial-adminapi.summary.json b/SwagCommercial-adminapi.summary.json index 11f686b..66da92d 100644 --- a/SwagCommercial-adminapi.summary.json +++ b/SwagCommercial-adminapi.summary.json @@ -2,11 +2,7 @@ "paths": [ "/_action/create-employee", "/_action/custom-price", - "/_action/integration/{integrationId}/mcp-allowlist", "/_action/invite-employee", - "/_action/mcp/capabilities", - "/_action/mcp/tools", - "/_action/number-range/{numberRangeId}/preview-pattern", "/_action/quote/{quoteId}/comment", "/_action/quote/{quoteId}/lineItem", "/_action/quote/{quoteId}/product/{productId}", @@ -15,8 +11,6 @@ "/_action/share-config/upload/{entity}", "/_action/text-to-image/generate", "/_action/update-employee", - "/_action/user/{userId}/mcp-allowlist", - "/_mcp", "/_proxy-quote/{salesChannelId}", "/advanced-search-action", "/advanced-search-action-search-term", @@ -42,9 +36,6 @@ "/aggregate/advanced-search-entity-stream", "/aggregate/advanced-search-entity-stream-filter", "/aggregate/advanced-search-synonym", - "/aggregate/app-mcp-prompt", - "/aggregate/app-mcp-resource", - "/aggregate/app-mcp-tool", "/aggregate/b2b-business-partner", "/aggregate/b2b-components-advanced-product-catalogs", "/aggregate/b2b-components-approval-rule", @@ -107,12 +98,6 @@ "/aggregate/warehouse-group", "/api/_action/generate-review-summary", "/api/_admin/rule-builder-preview/{orderId}", - "/app-mcp-prompt", - "/app-mcp-prompt/{id}", - "/app-mcp-resource", - "/app-mcp-resource/{id}", - "/app-mcp-tool", - "/app-mcp-tool/{id}", "/b2b-business-partner", "/b2b-business-partner/{id}", "/b2b-components-advanced-product-catalogs", @@ -210,9 +195,6 @@ "/search/advanced-search-entity-stream", "/search/advanced-search-entity-stream-filter", "/search/advanced-search-synonym", - "/search/app-mcp-prompt", - "/search/app-mcp-resource", - "/search/app-mcp-tool", "/search/b2b-business-partner", "/search/b2b-components-advanced-product-catalogs", "/search/b2b-components-approval-rule", @@ -407,6 +389,7 @@ "B2bComponentsShoppingListJsonApi", "B2bComponentsShoppingListLineItem", "B2bComponentsShoppingListLineItemJsonApi", + "B2bComponentsSubscriptionBudget", "B2bComponentsSubscriptionEmployee", "B2bComponentsSubscriptionEmployeeJsonApi", "B2bEmployee",