diff --git a/adminapi.json b/adminapi.json index b847f5f..fb79534 100644 --- a/adminapi.json +++ b/adminapi.json @@ -7,7 +7,7 @@ "name": "MIT", "url": "https://github.com/shopware/shopware/blob/trunk/LICENSE" }, - "version": "6.7.10.2" + "version": "6.7.12.0" }, "servers": [ { @@ -3802,14 +3802,14 @@ } } }, - "/app-payment-method": { + "/app-mcp-prompt": { "get": { "tags": [ - "App Payment Method" + "App Mcp Prompt" ], - "summary": "List with basic information of App Payment Method resources.", - "description": "Available since: 6.4.1.0", - "operationId": "getAppPaymentMethodList", + "summary": "List with basic information of App Mcp Prompt resources.", + "description": "Available since: 6.7.11.0", + "operationId": "getAppMcpPromptList", "parameters": [ { "name": "limit", @@ -3838,7 +3838,7 @@ ], "responses": { "200": { - "description": "List of App Payment Method resources.", + "description": "List of App Mcp Prompt resources.", "content": { "application/vnd.api+json": { "schema": { @@ -3857,7 +3857,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/AppPaymentMethod" + "$ref": "#/components/schemas/AppMcpPrompt" } } ] @@ -3871,16 +3871,16 @@ "type": "object", "properties": { "first": { - "example": "/app-payment-method?limit=25" + "example": "/app-mcp-prompt?limit=25" }, "last": { - "example": "/app-payment-method?limit=25&page=11" + "example": "/app-mcp-prompt?limit=25&page=11" }, "next": { - "example": "/app-payment-method?limit=25&page=4" + "example": "/app-mcp-prompt?limit=25&page=4" }, "prev": { - "example": "/app-payment-method?limit=25&page=2" + "example": "/app-mcp-prompt?limit=25&page=2" } } } @@ -3901,7 +3901,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppPaymentMethod" + "$ref": "#/components/schemas/AppMcpPrompt" } } } @@ -3916,11 +3916,11 @@ }, "post": { "tags": [ - "App Payment Method" + "App Mcp Prompt" ], - "summary": "Create a new App Payment Method resources.", - "description": "Available since: 6.4.1.0", - "operationId": "createAppPaymentMethod", + "summary": "Create a new App Mcp Prompt resources.", + "description": "Available since: 6.7.11.0", + "operationId": "createAppMcpPrompt", "parameters": [ { "name": "_response", @@ -3939,14 +3939,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/AppPaymentMethod" + "$ref": "#/components/schemas/AppMcpPrompt" } } } }, "responses": { "200": { - "description": "Detail of AppPaymentMethod", + "description": "Detail of AppMcpPrompt", "content": { "application/vnd.api+json": { "schema": { @@ -3958,7 +3958,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AppPaymentMethod" + "$ref": "#/components/schemas/AppMcpPrompt" } } } @@ -3973,7 +3973,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AppPaymentMethod" + "$ref": "#/components/schemas/AppMcpPrompt" } } } @@ -3989,14 +3989,14 @@ } } }, - "/search/app-payment-method": { + "/search/app-mcp-prompt": { "post": { "tags": [ - "App Payment Method" + "App Mcp Prompt" ], - "summary": "Search for the App Payment Method resources.", - "description": "Available since: 6.4.1.0", - "operationId": "searchAppPaymentMethod", + "summary": "Search for the App Mcp Prompt resources.", + "description": "Available since: 6.7.11.0", + "operationId": "searchAppMcpPrompt", "parameters": [ { "name": "sw-include-search-info", @@ -4024,7 +4024,7 @@ }, "responses": { "200": { - "description": "List of AppPaymentMethod", + "description": "List of AppMcpPrompt", "content": { "application/vnd.api+json": { "schema": { @@ -4038,7 +4038,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppPaymentMethod" + "$ref": "#/components/schemas/AppMcpPrompt" } } } @@ -4056,7 +4056,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppPaymentMethod" + "$ref": "#/components/schemas/AppMcpPrompt" } } } @@ -4073,19 +4073,19 @@ } } }, - "/app-payment-method/{id}": { + "/app-mcp-prompt/{id}": { "get": { "tags": [ - "App Payment Method" + "App Mcp Prompt" ], - "summary": "Detailed information about a App Payment Method resource.", - "description": "Available since: 6.4.1.0", - "operationId": "getAppPaymentMethod", + "summary": "Detailed information about a App Mcp Prompt resource.", + "description": "Available since: 6.7.11.0", + "operationId": "getAppMcpPrompt", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the app_payment_method", + "description": "Identifier for the app_mcp_prompt", "required": true, "schema": { "type": "string", @@ -4095,7 +4095,7 @@ ], "responses": { "200": { - "description": "Detail of AppPaymentMethod", + "description": "Detail of AppMcpPrompt", "content": { "application/vnd.api+json": { "schema": { @@ -4107,7 +4107,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AppPaymentMethod" + "$ref": "#/components/schemas/AppMcpPrompt" } } } @@ -4122,7 +4122,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AppPaymentMethod" + "$ref": "#/components/schemas/AppMcpPrompt" } } } @@ -4139,16 +4139,16 @@ }, "delete": { "tags": [ - "App Payment Method" + "App Mcp Prompt" ], - "summary": "Delete a App Payment Method resource.", - "description": "Available since: 6.4.1.0", - "operationId": "deleteAppPaymentMethod", + "summary": "Delete a App Mcp Prompt resource.", + "description": "Available since: 6.7.11.0", + "operationId": "deleteAppMcpPrompt", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the app_payment_method", + "description": "Identifier for the app_mcp_prompt", "required": true, "schema": { "type": "string", @@ -4179,16 +4179,16 @@ }, "patch": { "tags": [ - "App Payment Method" + "App Mcp Prompt" ], - "summary": "Partially update information about a App Payment Method resource.", - "description": "Available since: 6.4.1.0", - "operationId": "updateAppPaymentMethod", + "summary": "Partially update information about a App Mcp Prompt resource.", + "description": "Available since: 6.7.11.0", + "operationId": "updateAppMcpPrompt", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the app_payment_method", + "description": "Identifier for the app_mcp_prompt", "required": true, "schema": { "type": "string", @@ -4206,18 +4206,18 @@ } ], "requestBody": { - "description": "Partially update information about a App Payment Method resource.", + "description": "Partially update information about a App Mcp Prompt resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/AppPaymentMethod" + "$ref": "#/components/schemas/AppMcpPrompt" } } } }, "responses": { "200": { - "description": "Detail of AppPaymentMethod", + "description": "Detail of AppMcpPrompt", "content": { "application/vnd.api+json": { "schema": { @@ -4229,7 +4229,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AppPaymentMethod" + "$ref": "#/components/schemas/AppMcpPrompt" } } } @@ -4244,7 +4244,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AppPaymentMethod" + "$ref": "#/components/schemas/AppMcpPrompt" } } } @@ -4263,14 +4263,14 @@ } } }, - "/aggregate/app-payment-method": { + "/aggregate/app-mcp-prompt": { "post": { "tags": [ - "App Payment Method" + "App Mcp Prompt" ], - "summary": "Aggregate for the App Payment Method resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateAppPaymentMethod", + "summary": "Aggregate for the App Mcp Prompt resources.", + "description": "Available since: 6.7.11.0", + "operationId": "aggregateAppMcpPrompt", "requestBody": { "required": true, "content": { @@ -4294,7 +4294,7 @@ }, "responses": { "200": { - "description": "List of AppPaymentMethod", + "description": "List of AppMcpPrompt", "content": { "application/vnd.api+json": { "schema": { @@ -4308,7 +4308,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppPaymentMethod" + "$ref": "#/components/schemas/AppMcpPrompt" } } } @@ -4326,7 +4326,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppPaymentMethod" + "$ref": "#/components/schemas/AppMcpPrompt" } } } @@ -4343,14 +4343,14 @@ } } }, - "/app-script-condition": { + "/app-mcp-resource": { "get": { "tags": [ - "App Script Condition" + "App Mcp Resource" ], - "summary": "List with basic information of App Script Condition resources.", - "description": "Available since: 6.4.10.3", - "operationId": "getAppScriptConditionList", + "summary": "List with basic information of App Mcp Resource resources.", + "description": "Available since: 6.7.11.0", + "operationId": "getAppMcpResourceList", "parameters": [ { "name": "limit", @@ -4379,7 +4379,7 @@ ], "responses": { "200": { - "description": "List of App Script Condition resources.", + "description": "List of App Mcp Resource resources.", "content": { "application/vnd.api+json": { "schema": { @@ -4398,7 +4398,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/AppScriptCondition" + "$ref": "#/components/schemas/AppMcpResource" } } ] @@ -4412,16 +4412,16 @@ "type": "object", "properties": { "first": { - "example": "/app-script-condition?limit=25" + "example": "/app-mcp-resource?limit=25" }, "last": { - "example": "/app-script-condition?limit=25&page=11" + "example": "/app-mcp-resource?limit=25&page=11" }, "next": { - "example": "/app-script-condition?limit=25&page=4" + "example": "/app-mcp-resource?limit=25&page=4" }, "prev": { - "example": "/app-script-condition?limit=25&page=2" + "example": "/app-mcp-resource?limit=25&page=2" } } } @@ -4442,7 +4442,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppScriptCondition" + "$ref": "#/components/schemas/AppMcpResource" } } } @@ -4457,11 +4457,11 @@ }, "post": { "tags": [ - "App Script Condition" + "App Mcp Resource" ], - "summary": "Create a new App Script Condition resources.", - "description": "Available since: 6.4.10.3", - "operationId": "createAppScriptCondition", + "summary": "Create a new App Mcp Resource resources.", + "description": "Available since: 6.7.11.0", + "operationId": "createAppMcpResource", "parameters": [ { "name": "_response", @@ -4480,14 +4480,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/AppScriptCondition" + "$ref": "#/components/schemas/AppMcpResource" } } } }, "responses": { "200": { - "description": "Detail of AppScriptCondition", + "description": "Detail of AppMcpResource", "content": { "application/vnd.api+json": { "schema": { @@ -4499,7 +4499,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AppScriptCondition" + "$ref": "#/components/schemas/AppMcpResource" } } } @@ -4514,7 +4514,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AppScriptCondition" + "$ref": "#/components/schemas/AppMcpResource" } } } @@ -4530,14 +4530,14 @@ } } }, - "/search/app-script-condition": { + "/search/app-mcp-resource": { "post": { "tags": [ - "App Script Condition" + "App Mcp Resource" ], - "summary": "Search for the App Script Condition resources.", - "description": "Available since: 6.4.10.3", - "operationId": "searchAppScriptCondition", + "summary": "Search for the App Mcp Resource resources.", + "description": "Available since: 6.7.11.0", + "operationId": "searchAppMcpResource", "parameters": [ { "name": "sw-include-search-info", @@ -4565,7 +4565,7 @@ }, "responses": { "200": { - "description": "List of AppScriptCondition", + "description": "List of AppMcpResource", "content": { "application/vnd.api+json": { "schema": { @@ -4579,7 +4579,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppScriptCondition" + "$ref": "#/components/schemas/AppMcpResource" } } } @@ -4597,7 +4597,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppScriptCondition" + "$ref": "#/components/schemas/AppMcpResource" } } } @@ -4614,19 +4614,19 @@ } } }, - "/app-script-condition/{id}": { + "/app-mcp-resource/{id}": { "get": { "tags": [ - "App Script Condition" + "App Mcp Resource" ], - "summary": "Detailed information about a App Script Condition resource.", - "description": "Available since: 6.4.10.3", - "operationId": "getAppScriptCondition", + "summary": "Detailed information about a App Mcp Resource resource.", + "description": "Available since: 6.7.11.0", + "operationId": "getAppMcpResource", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the app_script_condition", + "description": "Identifier for the app_mcp_resource", "required": true, "schema": { "type": "string", @@ -4636,7 +4636,7 @@ ], "responses": { "200": { - "description": "Detail of AppScriptCondition", + "description": "Detail of AppMcpResource", "content": { "application/vnd.api+json": { "schema": { @@ -4648,7 +4648,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AppScriptCondition" + "$ref": "#/components/schemas/AppMcpResource" } } } @@ -4663,7 +4663,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AppScriptCondition" + "$ref": "#/components/schemas/AppMcpResource" } } } @@ -4680,16 +4680,16 @@ }, "delete": { "tags": [ - "App Script Condition" + "App Mcp Resource" ], - "summary": "Delete a App Script Condition resource.", - "description": "Available since: 6.4.10.3", - "operationId": "deleteAppScriptCondition", + "summary": "Delete a App Mcp Resource resource.", + "description": "Available since: 6.7.11.0", + "operationId": "deleteAppMcpResource", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the app_script_condition", + "description": "Identifier for the app_mcp_resource", "required": true, "schema": { "type": "string", @@ -4720,16 +4720,16 @@ }, "patch": { "tags": [ - "App Script Condition" + "App Mcp Resource" ], - "summary": "Partially update information about a App Script Condition resource.", - "description": "Available since: 6.4.10.3", - "operationId": "updateAppScriptCondition", + "summary": "Partially update information about a App Mcp Resource resource.", + "description": "Available since: 6.7.11.0", + "operationId": "updateAppMcpResource", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the app_script_condition", + "description": "Identifier for the app_mcp_resource", "required": true, "schema": { "type": "string", @@ -4747,18 +4747,18 @@ } ], "requestBody": { - "description": "Partially update information about a App Script Condition resource.", + "description": "Partially update information about a App Mcp Resource resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/AppScriptCondition" + "$ref": "#/components/schemas/AppMcpResource" } } } }, "responses": { "200": { - "description": "Detail of AppScriptCondition", + "description": "Detail of AppMcpResource", "content": { "application/vnd.api+json": { "schema": { @@ -4770,7 +4770,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AppScriptCondition" + "$ref": "#/components/schemas/AppMcpResource" } } } @@ -4785,7 +4785,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AppScriptCondition" + "$ref": "#/components/schemas/AppMcpResource" } } } @@ -4804,14 +4804,14 @@ } } }, - "/aggregate/app-script-condition": { + "/aggregate/app-mcp-resource": { "post": { "tags": [ - "App Script Condition" + "App Mcp Resource" ], - "summary": "Aggregate for the App Script Condition resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateAppScriptCondition", + "summary": "Aggregate for the App Mcp Resource resources.", + "description": "Available since: 6.7.11.0", + "operationId": "aggregateAppMcpResource", "requestBody": { "required": true, "content": { @@ -4835,7 +4835,7 @@ }, "responses": { "200": { - "description": "List of AppScriptCondition", + "description": "List of AppMcpResource", "content": { "application/vnd.api+json": { "schema": { @@ -4849,7 +4849,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppScriptCondition" + "$ref": "#/components/schemas/AppMcpResource" } } } @@ -4867,7 +4867,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppScriptCondition" + "$ref": "#/components/schemas/AppMcpResource" } } } @@ -4884,14 +4884,14 @@ } } }, - "/app-shipping-method": { + "/app-mcp-tool": { "get": { "tags": [ - "App Shipping Method" + "App Mcp Tool" ], - "summary": "List with basic information of App Shipping Method resources.", - "description": "Available since: 6.5.7.0", - "operationId": "getAppShippingMethodList", + "summary": "List with basic information of App Mcp Tool resources.", + "description": "Available since: 6.7.11.0", + "operationId": "getAppMcpToolList", "parameters": [ { "name": "limit", @@ -4920,7 +4920,7 @@ ], "responses": { "200": { - "description": "List of App Shipping Method resources.", + "description": "List of App Mcp Tool resources.", "content": { "application/vnd.api+json": { "schema": { @@ -4939,7 +4939,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/AppShippingMethod" + "$ref": "#/components/schemas/AppMcpTool" } } ] @@ -4953,16 +4953,16 @@ "type": "object", "properties": { "first": { - "example": "/app-shipping-method?limit=25" + "example": "/app-mcp-tool?limit=25" }, "last": { - "example": "/app-shipping-method?limit=25&page=11" + "example": "/app-mcp-tool?limit=25&page=11" }, "next": { - "example": "/app-shipping-method?limit=25&page=4" + "example": "/app-mcp-tool?limit=25&page=4" }, "prev": { - "example": "/app-shipping-method?limit=25&page=2" + "example": "/app-mcp-tool?limit=25&page=2" } } } @@ -4983,7 +4983,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppShippingMethod" + "$ref": "#/components/schemas/AppMcpTool" } } } @@ -4998,11 +4998,11 @@ }, "post": { "tags": [ - "App Shipping Method" + "App Mcp Tool" ], - "summary": "Create a new App Shipping Method resources.", - "description": "Available since: 6.5.7.0", - "operationId": "createAppShippingMethod", + "summary": "Create a new App Mcp Tool resources.", + "description": "Available since: 6.7.11.0", + "operationId": "createAppMcpTool", "parameters": [ { "name": "_response", @@ -5021,14 +5021,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/AppShippingMethod" + "$ref": "#/components/schemas/AppMcpTool" } } } }, "responses": { "200": { - "description": "Detail of AppShippingMethod", + "description": "Detail of AppMcpTool", "content": { "application/vnd.api+json": { "schema": { @@ -5040,7 +5040,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AppShippingMethod" + "$ref": "#/components/schemas/AppMcpTool" } } } @@ -5055,7 +5055,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AppShippingMethod" + "$ref": "#/components/schemas/AppMcpTool" } } } @@ -5071,14 +5071,14 @@ } } }, - "/search/app-shipping-method": { + "/search/app-mcp-tool": { "post": { "tags": [ - "App Shipping Method" + "App Mcp Tool" ], - "summary": "Search for the App Shipping Method resources.", - "description": "Available since: 6.5.7.0", - "operationId": "searchAppShippingMethod", + "summary": "Search for the App Mcp Tool resources.", + "description": "Available since: 6.7.11.0", + "operationId": "searchAppMcpTool", "parameters": [ { "name": "sw-include-search-info", @@ -5106,7 +5106,7 @@ }, "responses": { "200": { - "description": "List of AppShippingMethod", + "description": "List of AppMcpTool", "content": { "application/vnd.api+json": { "schema": { @@ -5120,7 +5120,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppShippingMethod" + "$ref": "#/components/schemas/AppMcpTool" } } } @@ -5138,7 +5138,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppShippingMethod" + "$ref": "#/components/schemas/AppMcpTool" } } } @@ -5155,19 +5155,19 @@ } } }, - "/app-shipping-method/{id}": { + "/app-mcp-tool/{id}": { "get": { "tags": [ - "App Shipping Method" + "App Mcp Tool" ], - "summary": "Detailed information about a App Shipping Method resource.", - "description": "Available since: 6.5.7.0", - "operationId": "getAppShippingMethod", + "summary": "Detailed information about a App Mcp Tool resource.", + "description": "Available since: 6.7.11.0", + "operationId": "getAppMcpTool", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the app_shipping_method", + "description": "Identifier for the app_mcp_tool", "required": true, "schema": { "type": "string", @@ -5177,7 +5177,7 @@ ], "responses": { "200": { - "description": "Detail of AppShippingMethod", + "description": "Detail of AppMcpTool", "content": { "application/vnd.api+json": { "schema": { @@ -5189,7 +5189,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AppShippingMethod" + "$ref": "#/components/schemas/AppMcpTool" } } } @@ -5204,7 +5204,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AppShippingMethod" + "$ref": "#/components/schemas/AppMcpTool" } } } @@ -5221,16 +5221,16 @@ }, "delete": { "tags": [ - "App Shipping Method" + "App Mcp Tool" ], - "summary": "Delete a App Shipping Method resource.", - "description": "Available since: 6.5.7.0", - "operationId": "deleteAppShippingMethod", + "summary": "Delete a App Mcp Tool resource.", + "description": "Available since: 6.7.11.0", + "operationId": "deleteAppMcpTool", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the app_shipping_method", + "description": "Identifier for the app_mcp_tool", "required": true, "schema": { "type": "string", @@ -5261,16 +5261,16 @@ }, "patch": { "tags": [ - "App Shipping Method" + "App Mcp Tool" ], - "summary": "Partially update information about a App Shipping Method resource.", - "description": "Available since: 6.5.7.0", - "operationId": "updateAppShippingMethod", + "summary": "Partially update information about a App Mcp Tool resource.", + "description": "Available since: 6.7.11.0", + "operationId": "updateAppMcpTool", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the app_shipping_method", + "description": "Identifier for the app_mcp_tool", "required": true, "schema": { "type": "string", @@ -5288,18 +5288,18 @@ } ], "requestBody": { - "description": "Partially update information about a App Shipping Method resource.", + "description": "Partially update information about a App Mcp Tool resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/AppShippingMethod" + "$ref": "#/components/schemas/AppMcpTool" } } } }, "responses": { "200": { - "description": "Detail of AppShippingMethod", + "description": "Detail of AppMcpTool", "content": { "application/vnd.api+json": { "schema": { @@ -5311,7 +5311,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AppShippingMethod" + "$ref": "#/components/schemas/AppMcpTool" } } } @@ -5326,7 +5326,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AppShippingMethod" + "$ref": "#/components/schemas/AppMcpTool" } } } @@ -5345,14 +5345,14 @@ } } }, - "/aggregate/app-shipping-method": { + "/aggregate/app-mcp-tool": { "post": { "tags": [ - "App Shipping Method" + "App Mcp Tool" ], - "summary": "Aggregate for the App Shipping Method resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateAppShippingMethod", + "summary": "Aggregate for the App Mcp Tool resources.", + "description": "Available since: 6.7.11.0", + "operationId": "aggregateAppMcpTool", "requestBody": { "required": true, "content": { @@ -5376,7 +5376,7 @@ }, "responses": { "200": { - "description": "List of AppShippingMethod", + "description": "List of AppMcpTool", "content": { "application/vnd.api+json": { "schema": { @@ -5390,7 +5390,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppShippingMethod" + "$ref": "#/components/schemas/AppMcpTool" } } } @@ -5408,7 +5408,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppShippingMethod" + "$ref": "#/components/schemas/AppMcpTool" } } } @@ -5425,14 +5425,14 @@ } } }, - "/app-template": { + "/app-payment-method": { "get": { "tags": [ - "App Template" + "App Payment Method" ], - "summary": "List with basic information of App Template resources.", - "description": "Available since: 6.3.1.0", - "operationId": "getAppTemplateList", + "summary": "List with basic information of App Payment Method resources.", + "description": "Available since: 6.4.1.0", + "operationId": "getAppPaymentMethodList", "parameters": [ { "name": "limit", @@ -5461,7 +5461,7 @@ ], "responses": { "200": { - "description": "List of App Template resources.", + "description": "List of App Payment Method resources.", "content": { "application/vnd.api+json": { "schema": { @@ -5480,7 +5480,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/AppTemplate" + "$ref": "#/components/schemas/AppPaymentMethod" } } ] @@ -5494,16 +5494,16 @@ "type": "object", "properties": { "first": { - "example": "/app-template?limit=25" + "example": "/app-payment-method?limit=25" }, "last": { - "example": "/app-template?limit=25&page=11" + "example": "/app-payment-method?limit=25&page=11" }, "next": { - "example": "/app-template?limit=25&page=4" + "example": "/app-payment-method?limit=25&page=4" }, "prev": { - "example": "/app-template?limit=25&page=2" + "example": "/app-payment-method?limit=25&page=2" } } } @@ -5524,7 +5524,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppTemplate" + "$ref": "#/components/schemas/AppPaymentMethod" } } } @@ -5539,11 +5539,11 @@ }, "post": { "tags": [ - "App Template" + "App Payment Method" ], - "summary": "Create a new App Template resources.", - "description": "Available since: 6.3.1.0", - "operationId": "createAppTemplate", + "summary": "Create a new App Payment Method resources.", + "description": "Available since: 6.4.1.0", + "operationId": "createAppPaymentMethod", "parameters": [ { "name": "_response", @@ -5562,14 +5562,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/AppTemplate" + "$ref": "#/components/schemas/AppPaymentMethod" } } } }, "responses": { "200": { - "description": "Detail of AppTemplate", + "description": "Detail of AppPaymentMethod", "content": { "application/vnd.api+json": { "schema": { @@ -5581,7 +5581,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AppTemplate" + "$ref": "#/components/schemas/AppPaymentMethod" } } } @@ -5596,7 +5596,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AppTemplate" + "$ref": "#/components/schemas/AppPaymentMethod" } } } @@ -5612,14 +5612,14 @@ } } }, - "/search/app-template": { + "/search/app-payment-method": { "post": { "tags": [ - "App Template" + "App Payment Method" ], - "summary": "Search for the App Template resources.", - "description": "Available since: 6.3.1.0", - "operationId": "searchAppTemplate", + "summary": "Search for the App Payment Method resources.", + "description": "Available since: 6.4.1.0", + "operationId": "searchAppPaymentMethod", "parameters": [ { "name": "sw-include-search-info", @@ -5647,7 +5647,7 @@ }, "responses": { "200": { - "description": "List of AppTemplate", + "description": "List of AppPaymentMethod", "content": { "application/vnd.api+json": { "schema": { @@ -5661,7 +5661,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppTemplate" + "$ref": "#/components/schemas/AppPaymentMethod" } } } @@ -5679,7 +5679,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppTemplate" + "$ref": "#/components/schemas/AppPaymentMethod" } } } @@ -5696,19 +5696,19 @@ } } }, - "/app-template/{id}": { + "/app-payment-method/{id}": { "get": { "tags": [ - "App Template" + "App Payment Method" ], - "summary": "Detailed information about a App Template resource.", - "description": "Available since: 6.3.1.0", - "operationId": "getAppTemplate", + "summary": "Detailed information about a App Payment Method resource.", + "description": "Available since: 6.4.1.0", + "operationId": "getAppPaymentMethod", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the app_template", + "description": "Identifier for the app_payment_method", "required": true, "schema": { "type": "string", @@ -5718,7 +5718,7 @@ ], "responses": { "200": { - "description": "Detail of AppTemplate", + "description": "Detail of AppPaymentMethod", "content": { "application/vnd.api+json": { "schema": { @@ -5730,7 +5730,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AppTemplate" + "$ref": "#/components/schemas/AppPaymentMethod" } } } @@ -5745,7 +5745,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AppTemplate" + "$ref": "#/components/schemas/AppPaymentMethod" } } } @@ -5762,16 +5762,16 @@ }, "delete": { "tags": [ - "App Template" + "App Payment Method" ], - "summary": "Delete a App Template resource.", - "description": "Available since: 6.3.1.0", - "operationId": "deleteAppTemplate", + "summary": "Delete a App Payment Method resource.", + "description": "Available since: 6.4.1.0", + "operationId": "deleteAppPaymentMethod", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the app_template", + "description": "Identifier for the app_payment_method", "required": true, "schema": { "type": "string", @@ -5802,16 +5802,16 @@ }, "patch": { "tags": [ - "App Template" + "App Payment Method" ], - "summary": "Partially update information about a App Template resource.", - "description": "Available since: 6.3.1.0", - "operationId": "updateAppTemplate", + "summary": "Partially update information about a App Payment Method resource.", + "description": "Available since: 6.4.1.0", + "operationId": "updateAppPaymentMethod", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the app_template", + "description": "Identifier for the app_payment_method", "required": true, "schema": { "type": "string", @@ -5829,18 +5829,18 @@ } ], "requestBody": { - "description": "Partially update information about a App Template resource.", + "description": "Partially update information about a App Payment Method resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/AppTemplate" + "$ref": "#/components/schemas/AppPaymentMethod" } } } }, "responses": { "200": { - "description": "Detail of AppTemplate", + "description": "Detail of AppPaymentMethod", "content": { "application/vnd.api+json": { "schema": { @@ -5852,7 +5852,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AppTemplate" + "$ref": "#/components/schemas/AppPaymentMethod" } } } @@ -5867,7 +5867,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AppTemplate" + "$ref": "#/components/schemas/AppPaymentMethod" } } } @@ -5886,14 +5886,14 @@ } } }, - "/aggregate/app-template": { + "/aggregate/app-payment-method": { "post": { "tags": [ - "App Template" + "App Payment Method" ], - "summary": "Aggregate for the App Template resources.", + "summary": "Aggregate for the App Payment Method resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateAppTemplate", + "operationId": "aggregateAppPaymentMethod", "requestBody": { "required": true, "content": { @@ -5917,7 +5917,7 @@ }, "responses": { "200": { - "description": "List of AppTemplate", + "description": "List of AppPaymentMethod", "content": { "application/vnd.api+json": { "schema": { @@ -5931,7 +5931,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppTemplate" + "$ref": "#/components/schemas/AppPaymentMethod" } } } @@ -5949,7 +5949,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppTemplate" + "$ref": "#/components/schemas/AppPaymentMethod" } } } @@ -5966,14 +5966,14 @@ } } }, - "/category": { + "/app-script-condition": { "get": { "tags": [ - "Category" + "App Script Condition" ], - "summary": "List with basic information of Category resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getCategoryList", + "summary": "List with basic information of App Script Condition resources.", + "description": "Available since: 6.4.10.3", + "operationId": "getAppScriptConditionList", "parameters": [ { "name": "limit", @@ -6002,7 +6002,7 @@ ], "responses": { "200": { - "description": "List of Category resources.", + "description": "List of App Script Condition resources.", "content": { "application/vnd.api+json": { "schema": { @@ -6021,7 +6021,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Category" + "$ref": "#/components/schemas/AppScriptCondition" } } ] @@ -6035,16 +6035,16 @@ "type": "object", "properties": { "first": { - "example": "/category?limit=25" + "example": "/app-script-condition?limit=25" }, "last": { - "example": "/category?limit=25&page=11" + "example": "/app-script-condition?limit=25&page=11" }, "next": { - "example": "/category?limit=25&page=4" + "example": "/app-script-condition?limit=25&page=4" }, "prev": { - "example": "/category?limit=25&page=2" + "example": "/app-script-condition?limit=25&page=2" } } } @@ -6065,7 +6065,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Category" + "$ref": "#/components/schemas/AppScriptCondition" } } } @@ -6080,11 +6080,11 @@ }, "post": { "tags": [ - "Category" + "App Script Condition" ], - "summary": "Create a new Category resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createCategory", + "summary": "Create a new App Script Condition resources.", + "description": "Available since: 6.4.10.3", + "operationId": "createAppScriptCondition", "parameters": [ { "name": "_response", @@ -6103,14 +6103,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Category" + "$ref": "#/components/schemas/AppScriptCondition" } } } }, "responses": { "200": { - "description": "Detail of Category", + "description": "Detail of AppScriptCondition", "content": { "application/vnd.api+json": { "schema": { @@ -6122,7 +6122,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Category" + "$ref": "#/components/schemas/AppScriptCondition" } } } @@ -6137,7 +6137,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Category" + "$ref": "#/components/schemas/AppScriptCondition" } } } @@ -6153,14 +6153,14 @@ } } }, - "/search/category": { + "/search/app-script-condition": { "post": { "tags": [ - "Category" + "App Script Condition" ], - "summary": "Search for the Category resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchCategory", + "summary": "Search for the App Script Condition resources.", + "description": "Available since: 6.4.10.3", + "operationId": "searchAppScriptCondition", "parameters": [ { "name": "sw-include-search-info", @@ -6188,7 +6188,7 @@ }, "responses": { "200": { - "description": "List of Category", + "description": "List of AppScriptCondition", "content": { "application/vnd.api+json": { "schema": { @@ -6202,7 +6202,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Category" + "$ref": "#/components/schemas/AppScriptCondition" } } } @@ -6220,7 +6220,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Category" + "$ref": "#/components/schemas/AppScriptCondition" } } } @@ -6237,19 +6237,19 @@ } } }, - "/category/{id}": { + "/app-script-condition/{id}": { "get": { "tags": [ - "Category" + "App Script Condition" ], - "summary": "Detailed information about a Category resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getCategory", + "summary": "Detailed information about a App Script Condition resource.", + "description": "Available since: 6.4.10.3", + "operationId": "getAppScriptCondition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the category", + "description": "Identifier for the app_script_condition", "required": true, "schema": { "type": "string", @@ -6259,7 +6259,7 @@ ], "responses": { "200": { - "description": "Detail of Category", + "description": "Detail of AppScriptCondition", "content": { "application/vnd.api+json": { "schema": { @@ -6271,7 +6271,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Category" + "$ref": "#/components/schemas/AppScriptCondition" } } } @@ -6286,7 +6286,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Category" + "$ref": "#/components/schemas/AppScriptCondition" } } } @@ -6303,16 +6303,16 @@ }, "delete": { "tags": [ - "Category" + "App Script Condition" ], - "summary": "Delete a Category resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteCategory", + "summary": "Delete a App Script Condition resource.", + "description": "Available since: 6.4.10.3", + "operationId": "deleteAppScriptCondition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the category", + "description": "Identifier for the app_script_condition", "required": true, "schema": { "type": "string", @@ -6343,16 +6343,16 @@ }, "patch": { "tags": [ - "Category" + "App Script Condition" ], - "summary": "Partially update information about a Category resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateCategory", + "summary": "Partially update information about a App Script Condition resource.", + "description": "Available since: 6.4.10.3", + "operationId": "updateAppScriptCondition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the category", + "description": "Identifier for the app_script_condition", "required": true, "schema": { "type": "string", @@ -6370,18 +6370,18 @@ } ], "requestBody": { - "description": "Partially update information about a Category resource.", + "description": "Partially update information about a App Script Condition resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Category" + "$ref": "#/components/schemas/AppScriptCondition" } } } }, "responses": { "200": { - "description": "Detail of Category", + "description": "Detail of AppScriptCondition", "content": { "application/vnd.api+json": { "schema": { @@ -6393,7 +6393,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Category" + "$ref": "#/components/schemas/AppScriptCondition" } } } @@ -6408,7 +6408,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Category" + "$ref": "#/components/schemas/AppScriptCondition" } } } @@ -6427,14 +6427,14 @@ } } }, - "/aggregate/category": { + "/aggregate/app-script-condition": { "post": { "tags": [ - "Category" + "App Script Condition" ], - "summary": "Aggregate for the Category resources.", + "summary": "Aggregate for the App Script Condition resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateCategory", + "operationId": "aggregateAppScriptCondition", "requestBody": { "required": true, "content": { @@ -6458,7 +6458,7 @@ }, "responses": { "200": { - "description": "List of Category", + "description": "List of AppScriptCondition", "content": { "application/vnd.api+json": { "schema": { @@ -6472,7 +6472,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Category" + "$ref": "#/components/schemas/AppScriptCondition" } } } @@ -6490,7 +6490,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Category" + "$ref": "#/components/schemas/AppScriptCondition" } } } @@ -6507,14 +6507,14 @@ } } }, - "/cms-block": { + "/app-shipping-method": { "get": { "tags": [ - "Cms Block" + "App Shipping Method" ], - "summary": "List with basic information of Cms Block resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getCmsBlockList", + "summary": "List with basic information of App Shipping Method resources.", + "description": "Available since: 6.5.7.0", + "operationId": "getAppShippingMethodList", "parameters": [ { "name": "limit", @@ -6543,7 +6543,7 @@ ], "responses": { "200": { - "description": "List of Cms Block resources.", + "description": "List of App Shipping Method resources.", "content": { "application/vnd.api+json": { "schema": { @@ -6562,7 +6562,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/CmsBlock" + "$ref": "#/components/schemas/AppShippingMethod" } } ] @@ -6576,16 +6576,16 @@ "type": "object", "properties": { "first": { - "example": "/cms-block?limit=25" + "example": "/app-shipping-method?limit=25" }, "last": { - "example": "/cms-block?limit=25&page=11" + "example": "/app-shipping-method?limit=25&page=11" }, "next": { - "example": "/cms-block?limit=25&page=4" + "example": "/app-shipping-method?limit=25&page=4" }, "prev": { - "example": "/cms-block?limit=25&page=2" + "example": "/app-shipping-method?limit=25&page=2" } } } @@ -6606,7 +6606,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CmsBlock" + "$ref": "#/components/schemas/AppShippingMethod" } } } @@ -6621,11 +6621,11 @@ }, "post": { "tags": [ - "Cms Block" + "App Shipping Method" ], - "summary": "Create a new Cms Block resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createCmsBlock", + "summary": "Create a new App Shipping Method resources.", + "description": "Available since: 6.5.7.0", + "operationId": "createAppShippingMethod", "parameters": [ { "name": "_response", @@ -6644,14 +6644,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CmsBlock" + "$ref": "#/components/schemas/AppShippingMethod" } } } }, "responses": { "200": { - "description": "Detail of CmsBlock", + "description": "Detail of AppShippingMethod", "content": { "application/vnd.api+json": { "schema": { @@ -6663,7 +6663,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CmsBlock" + "$ref": "#/components/schemas/AppShippingMethod" } } } @@ -6678,7 +6678,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CmsBlock" + "$ref": "#/components/schemas/AppShippingMethod" } } } @@ -6694,14 +6694,14 @@ } } }, - "/search/cms-block": { + "/search/app-shipping-method": { "post": { "tags": [ - "Cms Block" + "App Shipping Method" ], - "summary": "Search for the Cms Block resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchCmsBlock", + "summary": "Search for the App Shipping Method resources.", + "description": "Available since: 6.5.7.0", + "operationId": "searchAppShippingMethod", "parameters": [ { "name": "sw-include-search-info", @@ -6729,7 +6729,7 @@ }, "responses": { "200": { - "description": "List of CmsBlock", + "description": "List of AppShippingMethod", "content": { "application/vnd.api+json": { "schema": { @@ -6743,7 +6743,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CmsBlock" + "$ref": "#/components/schemas/AppShippingMethod" } } } @@ -6761,7 +6761,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CmsBlock" + "$ref": "#/components/schemas/AppShippingMethod" } } } @@ -6778,19 +6778,19 @@ } } }, - "/cms-block/{id}": { + "/app-shipping-method/{id}": { "get": { "tags": [ - "Cms Block" + "App Shipping Method" ], - "summary": "Detailed information about a Cms Block resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getCmsBlock", + "summary": "Detailed information about a App Shipping Method resource.", + "description": "Available since: 6.5.7.0", + "operationId": "getAppShippingMethod", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the cms_block", + "description": "Identifier for the app_shipping_method", "required": true, "schema": { "type": "string", @@ -6800,7 +6800,7 @@ ], "responses": { "200": { - "description": "Detail of CmsBlock", + "description": "Detail of AppShippingMethod", "content": { "application/vnd.api+json": { "schema": { @@ -6812,7 +6812,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CmsBlock" + "$ref": "#/components/schemas/AppShippingMethod" } } } @@ -6827,7 +6827,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CmsBlock" + "$ref": "#/components/schemas/AppShippingMethod" } } } @@ -6844,16 +6844,16 @@ }, "delete": { "tags": [ - "Cms Block" + "App Shipping Method" ], - "summary": "Delete a Cms Block resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteCmsBlock", + "summary": "Delete a App Shipping Method resource.", + "description": "Available since: 6.5.7.0", + "operationId": "deleteAppShippingMethod", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the cms_block", + "description": "Identifier for the app_shipping_method", "required": true, "schema": { "type": "string", @@ -6884,16 +6884,16 @@ }, "patch": { "tags": [ - "Cms Block" + "App Shipping Method" ], - "summary": "Partially update information about a Cms Block resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateCmsBlock", + "summary": "Partially update information about a App Shipping Method resource.", + "description": "Available since: 6.5.7.0", + "operationId": "updateAppShippingMethod", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the cms_block", + "description": "Identifier for the app_shipping_method", "required": true, "schema": { "type": "string", @@ -6911,18 +6911,18 @@ } ], "requestBody": { - "description": "Partially update information about a Cms Block resource.", + "description": "Partially update information about a App Shipping Method resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CmsBlock" + "$ref": "#/components/schemas/AppShippingMethod" } } } }, "responses": { "200": { - "description": "Detail of CmsBlock", + "description": "Detail of AppShippingMethod", "content": { "application/vnd.api+json": { "schema": { @@ -6934,7 +6934,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CmsBlock" + "$ref": "#/components/schemas/AppShippingMethod" } } } @@ -6949,7 +6949,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CmsBlock" + "$ref": "#/components/schemas/AppShippingMethod" } } } @@ -6968,14 +6968,14 @@ } } }, - "/aggregate/cms-block": { + "/aggregate/app-shipping-method": { "post": { "tags": [ - "Cms Block" + "App Shipping Method" ], - "summary": "Aggregate for the Cms Block resources.", + "summary": "Aggregate for the App Shipping Method resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateCmsBlock", + "operationId": "aggregateAppShippingMethod", "requestBody": { "required": true, "content": { @@ -6999,7 +6999,7 @@ }, "responses": { "200": { - "description": "List of CmsBlock", + "description": "List of AppShippingMethod", "content": { "application/vnd.api+json": { "schema": { @@ -7013,7 +7013,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CmsBlock" + "$ref": "#/components/schemas/AppShippingMethod" } } } @@ -7031,7 +7031,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CmsBlock" + "$ref": "#/components/schemas/AppShippingMethod" } } } @@ -7048,14 +7048,14 @@ } } }, - "/cms-page": { + "/app-template": { "get": { "tags": [ - "Cms Page" + "App Template" ], - "summary": "List with basic information of Cms Page resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getCmsPageList", + "summary": "List with basic information of App Template resources.", + "description": "Available since: 6.3.1.0", + "operationId": "getAppTemplateList", "parameters": [ { "name": "limit", @@ -7084,7 +7084,7 @@ ], "responses": { "200": { - "description": "List of Cms Page resources.", + "description": "List of App Template resources.", "content": { "application/vnd.api+json": { "schema": { @@ -7103,7 +7103,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/CmsPage" + "$ref": "#/components/schemas/AppTemplate" } } ] @@ -7117,16 +7117,16 @@ "type": "object", "properties": { "first": { - "example": "/cms-page?limit=25" + "example": "/app-template?limit=25" }, "last": { - "example": "/cms-page?limit=25&page=11" + "example": "/app-template?limit=25&page=11" }, "next": { - "example": "/cms-page?limit=25&page=4" + "example": "/app-template?limit=25&page=4" }, "prev": { - "example": "/cms-page?limit=25&page=2" + "example": "/app-template?limit=25&page=2" } } } @@ -7147,7 +7147,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CmsPage" + "$ref": "#/components/schemas/AppTemplate" } } } @@ -7162,11 +7162,11 @@ }, "post": { "tags": [ - "Cms Page" + "App Template" ], - "summary": "Create a new Cms Page resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createCmsPage", + "summary": "Create a new App Template resources.", + "description": "Available since: 6.3.1.0", + "operationId": "createAppTemplate", "parameters": [ { "name": "_response", @@ -7185,14 +7185,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CmsPage" + "$ref": "#/components/schemas/AppTemplate" } } } }, "responses": { "200": { - "description": "Detail of CmsPage", + "description": "Detail of AppTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -7204,7 +7204,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CmsPage" + "$ref": "#/components/schemas/AppTemplate" } } } @@ -7219,7 +7219,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CmsPage" + "$ref": "#/components/schemas/AppTemplate" } } } @@ -7235,14 +7235,14 @@ } } }, - "/search/cms-page": { + "/search/app-template": { "post": { "tags": [ - "Cms Page" + "App Template" ], - "summary": "Search for the Cms Page resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchCmsPage", + "summary": "Search for the App Template resources.", + "description": "Available since: 6.3.1.0", + "operationId": "searchAppTemplate", "parameters": [ { "name": "sw-include-search-info", @@ -7270,7 +7270,7 @@ }, "responses": { "200": { - "description": "List of CmsPage", + "description": "List of AppTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -7284,7 +7284,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CmsPage" + "$ref": "#/components/schemas/AppTemplate" } } } @@ -7302,7 +7302,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CmsPage" + "$ref": "#/components/schemas/AppTemplate" } } } @@ -7319,19 +7319,19 @@ } } }, - "/cms-page/{id}": { + "/app-template/{id}": { "get": { "tags": [ - "Cms Page" + "App Template" ], - "summary": "Detailed information about a Cms Page resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getCmsPage", + "summary": "Detailed information about a App Template resource.", + "description": "Available since: 6.3.1.0", + "operationId": "getAppTemplate", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the cms_page", + "description": "Identifier for the app_template", "required": true, "schema": { "type": "string", @@ -7341,7 +7341,7 @@ ], "responses": { "200": { - "description": "Detail of CmsPage", + "description": "Detail of AppTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -7353,7 +7353,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CmsPage" + "$ref": "#/components/schemas/AppTemplate" } } } @@ -7368,7 +7368,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CmsPage" + "$ref": "#/components/schemas/AppTemplate" } } } @@ -7385,16 +7385,16 @@ }, "delete": { "tags": [ - "Cms Page" + "App Template" ], - "summary": "Delete a Cms Page resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteCmsPage", + "summary": "Delete a App Template resource.", + "description": "Available since: 6.3.1.0", + "operationId": "deleteAppTemplate", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the cms_page", + "description": "Identifier for the app_template", "required": true, "schema": { "type": "string", @@ -7425,16 +7425,16 @@ }, "patch": { "tags": [ - "Cms Page" + "App Template" ], - "summary": "Partially update information about a Cms Page resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateCmsPage", + "summary": "Partially update information about a App Template resource.", + "description": "Available since: 6.3.1.0", + "operationId": "updateAppTemplate", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the cms_page", + "description": "Identifier for the app_template", "required": true, "schema": { "type": "string", @@ -7452,18 +7452,18 @@ } ], "requestBody": { - "description": "Partially update information about a Cms Page resource.", + "description": "Partially update information about a App Template resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CmsPage" + "$ref": "#/components/schemas/AppTemplate" } } } }, "responses": { "200": { - "description": "Detail of CmsPage", + "description": "Detail of AppTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -7475,7 +7475,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CmsPage" + "$ref": "#/components/schemas/AppTemplate" } } } @@ -7490,7 +7490,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CmsPage" + "$ref": "#/components/schemas/AppTemplate" } } } @@ -7509,14 +7509,14 @@ } } }, - "/aggregate/cms-page": { + "/aggregate/app-template": { "post": { "tags": [ - "Cms Page" + "App Template" ], - "summary": "Aggregate for the Cms Page resources.", + "summary": "Aggregate for the App Template resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateCmsPage", + "operationId": "aggregateAppTemplate", "requestBody": { "required": true, "content": { @@ -7540,7 +7540,7 @@ }, "responses": { "200": { - "description": "List of CmsPage", + "description": "List of AppTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -7554,7 +7554,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CmsPage" + "$ref": "#/components/schemas/AppTemplate" } } } @@ -7572,7 +7572,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CmsPage" + "$ref": "#/components/schemas/AppTemplate" } } } @@ -7589,14 +7589,14 @@ } } }, - "/cms-section": { + "/category": { "get": { "tags": [ - "Cms Section" + "Category" ], - "summary": "List with basic information of Cms Section resources.", + "summary": "List with basic information of Category resources.", "description": "Available since: 6.0.0.0", - "operationId": "getCmsSectionList", + "operationId": "getCategoryList", "parameters": [ { "name": "limit", @@ -7625,7 +7625,7 @@ ], "responses": { "200": { - "description": "List of Cms Section resources.", + "description": "List of Category resources.", "content": { "application/vnd.api+json": { "schema": { @@ -7644,7 +7644,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/CmsSection" + "$ref": "#/components/schemas/Category" } } ] @@ -7658,16 +7658,16 @@ "type": "object", "properties": { "first": { - "example": "/cms-section?limit=25" + "example": "/category?limit=25" }, "last": { - "example": "/cms-section?limit=25&page=11" + "example": "/category?limit=25&page=11" }, "next": { - "example": "/cms-section?limit=25&page=4" + "example": "/category?limit=25&page=4" }, "prev": { - "example": "/cms-section?limit=25&page=2" + "example": "/category?limit=25&page=2" } } } @@ -7688,7 +7688,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CmsSection" + "$ref": "#/components/schemas/Category" } } } @@ -7703,11 +7703,11 @@ }, "post": { "tags": [ - "Cms Section" + "Category" ], - "summary": "Create a new Cms Section resources.", + "summary": "Create a new Category resources.", "description": "Available since: 6.0.0.0", - "operationId": "createCmsSection", + "operationId": "createCategory", "parameters": [ { "name": "_response", @@ -7726,14 +7726,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CmsSection" + "$ref": "#/components/schemas/Category" } } } }, "responses": { "200": { - "description": "Detail of CmsSection", + "description": "Detail of Category", "content": { "application/vnd.api+json": { "schema": { @@ -7745,7 +7745,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CmsSection" + "$ref": "#/components/schemas/Category" } } } @@ -7760,7 +7760,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CmsSection" + "$ref": "#/components/schemas/Category" } } } @@ -7776,14 +7776,14 @@ } } }, - "/search/cms-section": { + "/search/category": { "post": { "tags": [ - "Cms Section" + "Category" ], - "summary": "Search for the Cms Section resources.", + "summary": "Search for the Category resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchCmsSection", + "operationId": "searchCategory", "parameters": [ { "name": "sw-include-search-info", @@ -7811,7 +7811,7 @@ }, "responses": { "200": { - "description": "List of CmsSection", + "description": "List of Category", "content": { "application/vnd.api+json": { "schema": { @@ -7825,7 +7825,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CmsSection" + "$ref": "#/components/schemas/Category" } } } @@ -7843,7 +7843,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CmsSection" + "$ref": "#/components/schemas/Category" } } } @@ -7860,19 +7860,19 @@ } } }, - "/cms-section/{id}": { + "/category/{id}": { "get": { "tags": [ - "Cms Section" + "Category" ], - "summary": "Detailed information about a Cms Section resource.", + "summary": "Detailed information about a Category resource.", "description": "Available since: 6.0.0.0", - "operationId": "getCmsSection", + "operationId": "getCategory", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the cms_section", + "description": "Identifier for the category", "required": true, "schema": { "type": "string", @@ -7882,7 +7882,7 @@ ], "responses": { "200": { - "description": "Detail of CmsSection", + "description": "Detail of Category", "content": { "application/vnd.api+json": { "schema": { @@ -7894,7 +7894,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CmsSection" + "$ref": "#/components/schemas/Category" } } } @@ -7909,7 +7909,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CmsSection" + "$ref": "#/components/schemas/Category" } } } @@ -7926,16 +7926,16 @@ }, "delete": { "tags": [ - "Cms Section" + "Category" ], - "summary": "Delete a Cms Section resource.", + "summary": "Delete a Category resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteCmsSection", + "operationId": "deleteCategory", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the cms_section", + "description": "Identifier for the category", "required": true, "schema": { "type": "string", @@ -7966,16 +7966,16 @@ }, "patch": { "tags": [ - "Cms Section" + "Category" ], - "summary": "Partially update information about a Cms Section resource.", + "summary": "Partially update information about a Category resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateCmsSection", + "operationId": "updateCategory", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the cms_section", + "description": "Identifier for the category", "required": true, "schema": { "type": "string", @@ -7993,18 +7993,18 @@ } ], "requestBody": { - "description": "Partially update information about a Cms Section resource.", + "description": "Partially update information about a Category resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CmsSection" + "$ref": "#/components/schemas/Category" } } } }, "responses": { "200": { - "description": "Detail of CmsSection", + "description": "Detail of Category", "content": { "application/vnd.api+json": { "schema": { @@ -8016,7 +8016,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CmsSection" + "$ref": "#/components/schemas/Category" } } } @@ -8031,7 +8031,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CmsSection" + "$ref": "#/components/schemas/Category" } } } @@ -8050,14 +8050,14 @@ } } }, - "/aggregate/cms-section": { + "/aggregate/category": { "post": { "tags": [ - "Cms Section" + "Category" ], - "summary": "Aggregate for the Cms Section resources.", + "summary": "Aggregate for the Category resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateCmsSection", + "operationId": "aggregateCategory", "requestBody": { "required": true, "content": { @@ -8081,7 +8081,7 @@ }, "responses": { "200": { - "description": "List of CmsSection", + "description": "List of Category", "content": { "application/vnd.api+json": { "schema": { @@ -8095,7 +8095,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CmsSection" + "$ref": "#/components/schemas/Category" } } } @@ -8113,7 +8113,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CmsSection" + "$ref": "#/components/schemas/Category" } } } @@ -8130,14 +8130,14 @@ } } }, - "/cms-slot": { + "/cms-block": { "get": { "tags": [ - "Cms Slot" + "Cms Block" ], - "summary": "List with basic information of Cms Slot resources.", + "summary": "List with basic information of Cms Block resources.", "description": "Available since: 6.0.0.0", - "operationId": "getCmsSlotList", + "operationId": "getCmsBlockList", "parameters": [ { "name": "limit", @@ -8166,7 +8166,7 @@ ], "responses": { "200": { - "description": "List of Cms Slot resources.", + "description": "List of Cms Block resources.", "content": { "application/vnd.api+json": { "schema": { @@ -8185,7 +8185,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/CmsSlot" + "$ref": "#/components/schemas/CmsBlock" } } ] @@ -8199,16 +8199,16 @@ "type": "object", "properties": { "first": { - "example": "/cms-slot?limit=25" + "example": "/cms-block?limit=25" }, "last": { - "example": "/cms-slot?limit=25&page=11" + "example": "/cms-block?limit=25&page=11" }, "next": { - "example": "/cms-slot?limit=25&page=4" + "example": "/cms-block?limit=25&page=4" }, "prev": { - "example": "/cms-slot?limit=25&page=2" + "example": "/cms-block?limit=25&page=2" } } } @@ -8229,7 +8229,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CmsSlot" + "$ref": "#/components/schemas/CmsBlock" } } } @@ -8244,11 +8244,11 @@ }, "post": { "tags": [ - "Cms Slot" + "Cms Block" ], - "summary": "Create a new Cms Slot resources.", + "summary": "Create a new Cms Block resources.", "description": "Available since: 6.0.0.0", - "operationId": "createCmsSlot", + "operationId": "createCmsBlock", "parameters": [ { "name": "_response", @@ -8267,14 +8267,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CmsSlot" + "$ref": "#/components/schemas/CmsBlock" } } } }, "responses": { "200": { - "description": "Detail of CmsSlot", + "description": "Detail of CmsBlock", "content": { "application/vnd.api+json": { "schema": { @@ -8286,7 +8286,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CmsSlot" + "$ref": "#/components/schemas/CmsBlock" } } } @@ -8301,7 +8301,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CmsSlot" + "$ref": "#/components/schemas/CmsBlock" } } } @@ -8317,14 +8317,14 @@ } } }, - "/search/cms-slot": { + "/search/cms-block": { "post": { "tags": [ - "Cms Slot" + "Cms Block" ], - "summary": "Search for the Cms Slot resources.", + "summary": "Search for the Cms Block resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchCmsSlot", + "operationId": "searchCmsBlock", "parameters": [ { "name": "sw-include-search-info", @@ -8352,7 +8352,7 @@ }, "responses": { "200": { - "description": "List of CmsSlot", + "description": "List of CmsBlock", "content": { "application/vnd.api+json": { "schema": { @@ -8366,7 +8366,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CmsSlot" + "$ref": "#/components/schemas/CmsBlock" } } } @@ -8384,7 +8384,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CmsSlot" + "$ref": "#/components/schemas/CmsBlock" } } } @@ -8401,19 +8401,19 @@ } } }, - "/cms-slot/{id}": { + "/cms-block/{id}": { "get": { "tags": [ - "Cms Slot" + "Cms Block" ], - "summary": "Detailed information about a Cms Slot resource.", + "summary": "Detailed information about a Cms Block resource.", "description": "Available since: 6.0.0.0", - "operationId": "getCmsSlot", + "operationId": "getCmsBlock", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the cms_slot", + "description": "Identifier for the cms_block", "required": true, "schema": { "type": "string", @@ -8423,7 +8423,7 @@ ], "responses": { "200": { - "description": "Detail of CmsSlot", + "description": "Detail of CmsBlock", "content": { "application/vnd.api+json": { "schema": { @@ -8435,7 +8435,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CmsSlot" + "$ref": "#/components/schemas/CmsBlock" } } } @@ -8450,7 +8450,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CmsSlot" + "$ref": "#/components/schemas/CmsBlock" } } } @@ -8467,16 +8467,16 @@ }, "delete": { "tags": [ - "Cms Slot" + "Cms Block" ], - "summary": "Delete a Cms Slot resource.", + "summary": "Delete a Cms Block resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteCmsSlot", + "operationId": "deleteCmsBlock", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the cms_slot", + "description": "Identifier for the cms_block", "required": true, "schema": { "type": "string", @@ -8507,16 +8507,16 @@ }, "patch": { "tags": [ - "Cms Slot" + "Cms Block" ], - "summary": "Partially update information about a Cms Slot resource.", + "summary": "Partially update information about a Cms Block resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateCmsSlot", + "operationId": "updateCmsBlock", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the cms_slot", + "description": "Identifier for the cms_block", "required": true, "schema": { "type": "string", @@ -8534,18 +8534,18 @@ } ], "requestBody": { - "description": "Partially update information about a Cms Slot resource.", + "description": "Partially update information about a Cms Block resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CmsSlot" + "$ref": "#/components/schemas/CmsBlock" } } } }, "responses": { "200": { - "description": "Detail of CmsSlot", + "description": "Detail of CmsBlock", "content": { "application/vnd.api+json": { "schema": { @@ -8557,7 +8557,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CmsSlot" + "$ref": "#/components/schemas/CmsBlock" } } } @@ -8572,7 +8572,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CmsSlot" + "$ref": "#/components/schemas/CmsBlock" } } } @@ -8591,14 +8591,14 @@ } } }, - "/aggregate/cms-slot": { + "/aggregate/cms-block": { "post": { "tags": [ - "Cms Slot" + "Cms Block" ], - "summary": "Aggregate for the Cms Slot resources.", + "summary": "Aggregate for the Cms Block resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateCmsSlot", + "operationId": "aggregateCmsBlock", "requestBody": { "required": true, "content": { @@ -8622,7 +8622,7 @@ }, "responses": { "200": { - "description": "List of CmsSlot", + "description": "List of CmsBlock", "content": { "application/vnd.api+json": { "schema": { @@ -8636,7 +8636,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CmsSlot" + "$ref": "#/components/schemas/CmsBlock" } } } @@ -8654,7 +8654,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CmsSlot" + "$ref": "#/components/schemas/CmsBlock" } } } @@ -8671,14 +8671,14 @@ } } }, - "/country": { + "/cms-page": { "get": { "tags": [ - "Country" + "Cms Page" ], - "summary": "List with basic information of Country resources.", + "summary": "List with basic information of Cms Page resources.", "description": "Available since: 6.0.0.0", - "operationId": "getCountryList", + "operationId": "getCmsPageList", "parameters": [ { "name": "limit", @@ -8707,7 +8707,7 @@ ], "responses": { "200": { - "description": "List of Country resources.", + "description": "List of Cms Page resources.", "content": { "application/vnd.api+json": { "schema": { @@ -8726,7 +8726,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Country" + "$ref": "#/components/schemas/CmsPage" } } ] @@ -8740,16 +8740,16 @@ "type": "object", "properties": { "first": { - "example": "/country?limit=25" + "example": "/cms-page?limit=25" }, "last": { - "example": "/country?limit=25&page=11" + "example": "/cms-page?limit=25&page=11" }, "next": { - "example": "/country?limit=25&page=4" + "example": "/cms-page?limit=25&page=4" }, "prev": { - "example": "/country?limit=25&page=2" + "example": "/cms-page?limit=25&page=2" } } } @@ -8770,7 +8770,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Country" + "$ref": "#/components/schemas/CmsPage" } } } @@ -8785,11 +8785,11 @@ }, "post": { "tags": [ - "Country" + "Cms Page" ], - "summary": "Create a new Country resources.", + "summary": "Create a new Cms Page resources.", "description": "Available since: 6.0.0.0", - "operationId": "createCountry", + "operationId": "createCmsPage", "parameters": [ { "name": "_response", @@ -8808,14 +8808,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Country" + "$ref": "#/components/schemas/CmsPage" } } } }, "responses": { "200": { - "description": "Detail of Country", + "description": "Detail of CmsPage", "content": { "application/vnd.api+json": { "schema": { @@ -8827,7 +8827,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Country" + "$ref": "#/components/schemas/CmsPage" } } } @@ -8842,7 +8842,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Country" + "$ref": "#/components/schemas/CmsPage" } } } @@ -8858,14 +8858,14 @@ } } }, - "/search/country": { + "/search/cms-page": { "post": { "tags": [ - "Country" + "Cms Page" ], - "summary": "Search for the Country resources.", + "summary": "Search for the Cms Page resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchCountry", + "operationId": "searchCmsPage", "parameters": [ { "name": "sw-include-search-info", @@ -8893,7 +8893,7 @@ }, "responses": { "200": { - "description": "List of Country", + "description": "List of CmsPage", "content": { "application/vnd.api+json": { "schema": { @@ -8907,7 +8907,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Country" + "$ref": "#/components/schemas/CmsPage" } } } @@ -8925,7 +8925,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Country" + "$ref": "#/components/schemas/CmsPage" } } } @@ -8942,19 +8942,19 @@ } } }, - "/country/{id}": { + "/cms-page/{id}": { "get": { "tags": [ - "Country" + "Cms Page" ], - "summary": "Detailed information about a Country resource.", + "summary": "Detailed information about a Cms Page resource.", "description": "Available since: 6.0.0.0", - "operationId": "getCountry", + "operationId": "getCmsPage", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the country", + "description": "Identifier for the cms_page", "required": true, "schema": { "type": "string", @@ -8964,7 +8964,7 @@ ], "responses": { "200": { - "description": "Detail of Country", + "description": "Detail of CmsPage", "content": { "application/vnd.api+json": { "schema": { @@ -8976,7 +8976,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Country" + "$ref": "#/components/schemas/CmsPage" } } } @@ -8991,7 +8991,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Country" + "$ref": "#/components/schemas/CmsPage" } } } @@ -9008,16 +9008,16 @@ }, "delete": { "tags": [ - "Country" + "Cms Page" ], - "summary": "Delete a Country resource.", + "summary": "Delete a Cms Page resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteCountry", + "operationId": "deleteCmsPage", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the country", + "description": "Identifier for the cms_page", "required": true, "schema": { "type": "string", @@ -9048,16 +9048,16 @@ }, "patch": { "tags": [ - "Country" + "Cms Page" ], - "summary": "Partially update information about a Country resource.", + "summary": "Partially update information about a Cms Page resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateCountry", + "operationId": "updateCmsPage", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the country", + "description": "Identifier for the cms_page", "required": true, "schema": { "type": "string", @@ -9075,18 +9075,18 @@ } ], "requestBody": { - "description": "Partially update information about a Country resource.", + "description": "Partially update information about a Cms Page resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Country" + "$ref": "#/components/schemas/CmsPage" } } } }, "responses": { "200": { - "description": "Detail of Country", + "description": "Detail of CmsPage", "content": { "application/vnd.api+json": { "schema": { @@ -9098,7 +9098,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Country" + "$ref": "#/components/schemas/CmsPage" } } } @@ -9113,7 +9113,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Country" + "$ref": "#/components/schemas/CmsPage" } } } @@ -9132,14 +9132,14 @@ } } }, - "/aggregate/country": { + "/aggregate/cms-page": { "post": { "tags": [ - "Country" + "Cms Page" ], - "summary": "Aggregate for the Country resources.", + "summary": "Aggregate for the Cms Page resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateCountry", + "operationId": "aggregateCmsPage", "requestBody": { "required": true, "content": { @@ -9163,7 +9163,7 @@ }, "responses": { "200": { - "description": "List of Country", + "description": "List of CmsPage", "content": { "application/vnd.api+json": { "schema": { @@ -9177,7 +9177,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Country" + "$ref": "#/components/schemas/CmsPage" } } } @@ -9195,7 +9195,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Country" + "$ref": "#/components/schemas/CmsPage" } } } @@ -9212,14 +9212,14 @@ } } }, - "/country-state": { + "/cms-section": { "get": { "tags": [ - "Country State" + "Cms Section" ], - "summary": "List with basic information of Country State resources.", + "summary": "List with basic information of Cms Section resources.", "description": "Available since: 6.0.0.0", - "operationId": "getCountryStateList", + "operationId": "getCmsSectionList", "parameters": [ { "name": "limit", @@ -9248,7 +9248,7 @@ ], "responses": { "200": { - "description": "List of Country State resources.", + "description": "List of Cms Section resources.", "content": { "application/vnd.api+json": { "schema": { @@ -9267,7 +9267,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/CountryState" + "$ref": "#/components/schemas/CmsSection" } } ] @@ -9281,16 +9281,16 @@ "type": "object", "properties": { "first": { - "example": "/country-state?limit=25" + "example": "/cms-section?limit=25" }, "last": { - "example": "/country-state?limit=25&page=11" + "example": "/cms-section?limit=25&page=11" }, "next": { - "example": "/country-state?limit=25&page=4" + "example": "/cms-section?limit=25&page=4" }, "prev": { - "example": "/country-state?limit=25&page=2" + "example": "/cms-section?limit=25&page=2" } } } @@ -9311,7 +9311,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CountryState" + "$ref": "#/components/schemas/CmsSection" } } } @@ -9326,11 +9326,11 @@ }, "post": { "tags": [ - "Country State" + "Cms Section" ], - "summary": "Create a new Country State resources.", + "summary": "Create a new Cms Section resources.", "description": "Available since: 6.0.0.0", - "operationId": "createCountryState", + "operationId": "createCmsSection", "parameters": [ { "name": "_response", @@ -9349,14 +9349,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CountryState" + "$ref": "#/components/schemas/CmsSection" } } } }, "responses": { "200": { - "description": "Detail of CountryState", + "description": "Detail of CmsSection", "content": { "application/vnd.api+json": { "schema": { @@ -9368,7 +9368,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CountryState" + "$ref": "#/components/schemas/CmsSection" } } } @@ -9383,7 +9383,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CountryState" + "$ref": "#/components/schemas/CmsSection" } } } @@ -9399,14 +9399,14 @@ } } }, - "/search/country-state": { + "/search/cms-section": { "post": { "tags": [ - "Country State" + "Cms Section" ], - "summary": "Search for the Country State resources.", + "summary": "Search for the Cms Section resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchCountryState", + "operationId": "searchCmsSection", "parameters": [ { "name": "sw-include-search-info", @@ -9434,7 +9434,7 @@ }, "responses": { "200": { - "description": "List of CountryState", + "description": "List of CmsSection", "content": { "application/vnd.api+json": { "schema": { @@ -9448,7 +9448,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CountryState" + "$ref": "#/components/schemas/CmsSection" } } } @@ -9466,7 +9466,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CountryState" + "$ref": "#/components/schemas/CmsSection" } } } @@ -9483,19 +9483,19 @@ } } }, - "/country-state/{id}": { + "/cms-section/{id}": { "get": { "tags": [ - "Country State" + "Cms Section" ], - "summary": "Detailed information about a Country State resource.", + "summary": "Detailed information about a Cms Section resource.", "description": "Available since: 6.0.0.0", - "operationId": "getCountryState", + "operationId": "getCmsSection", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the country_state", + "description": "Identifier for the cms_section", "required": true, "schema": { "type": "string", @@ -9505,7 +9505,7 @@ ], "responses": { "200": { - "description": "Detail of CountryState", + "description": "Detail of CmsSection", "content": { "application/vnd.api+json": { "schema": { @@ -9517,7 +9517,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CountryState" + "$ref": "#/components/schemas/CmsSection" } } } @@ -9532,7 +9532,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CountryState" + "$ref": "#/components/schemas/CmsSection" } } } @@ -9549,16 +9549,16 @@ }, "delete": { "tags": [ - "Country State" + "Cms Section" ], - "summary": "Delete a Country State resource.", + "summary": "Delete a Cms Section resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteCountryState", + "operationId": "deleteCmsSection", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the country_state", + "description": "Identifier for the cms_section", "required": true, "schema": { "type": "string", @@ -9589,16 +9589,16 @@ }, "patch": { "tags": [ - "Country State" + "Cms Section" ], - "summary": "Partially update information about a Country State resource.", + "summary": "Partially update information about a Cms Section resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateCountryState", + "operationId": "updateCmsSection", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the country_state", + "description": "Identifier for the cms_section", "required": true, "schema": { "type": "string", @@ -9616,18 +9616,18 @@ } ], "requestBody": { - "description": "Partially update information about a Country State resource.", + "description": "Partially update information about a Cms Section resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CountryState" + "$ref": "#/components/schemas/CmsSection" } } } }, "responses": { "200": { - "description": "Detail of CountryState", + "description": "Detail of CmsSection", "content": { "application/vnd.api+json": { "schema": { @@ -9639,7 +9639,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CountryState" + "$ref": "#/components/schemas/CmsSection" } } } @@ -9654,7 +9654,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CountryState" + "$ref": "#/components/schemas/CmsSection" } } } @@ -9673,14 +9673,14 @@ } } }, - "/aggregate/country-state": { + "/aggregate/cms-section": { "post": { "tags": [ - "Country State" + "Cms Section" ], - "summary": "Aggregate for the Country State resources.", + "summary": "Aggregate for the Cms Section resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateCountryState", + "operationId": "aggregateCmsSection", "requestBody": { "required": true, "content": { @@ -9704,7 +9704,7 @@ }, "responses": { "200": { - "description": "List of CountryState", + "description": "List of CmsSection", "content": { "application/vnd.api+json": { "schema": { @@ -9718,7 +9718,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CountryState" + "$ref": "#/components/schemas/CmsSection" } } } @@ -9736,7 +9736,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CountryState" + "$ref": "#/components/schemas/CmsSection" } } } @@ -9753,14 +9753,14 @@ } } }, - "/currency": { + "/cms-slot": { "get": { "tags": [ - "Currency" + "Cms Slot" ], - "summary": "List with basic information of Currency resources.", + "summary": "List with basic information of Cms Slot resources.", "description": "Available since: 6.0.0.0", - "operationId": "getCurrencyList", + "operationId": "getCmsSlotList", "parameters": [ { "name": "limit", @@ -9789,7 +9789,7 @@ ], "responses": { "200": { - "description": "List of Currency resources.", + "description": "List of Cms Slot resources.", "content": { "application/vnd.api+json": { "schema": { @@ -9808,7 +9808,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Currency" + "$ref": "#/components/schemas/CmsSlot" } } ] @@ -9822,16 +9822,16 @@ "type": "object", "properties": { "first": { - "example": "/currency?limit=25" + "example": "/cms-slot?limit=25" }, "last": { - "example": "/currency?limit=25&page=11" + "example": "/cms-slot?limit=25&page=11" }, "next": { - "example": "/currency?limit=25&page=4" + "example": "/cms-slot?limit=25&page=4" }, "prev": { - "example": "/currency?limit=25&page=2" + "example": "/cms-slot?limit=25&page=2" } } } @@ -9852,7 +9852,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Currency" + "$ref": "#/components/schemas/CmsSlot" } } } @@ -9867,11 +9867,11 @@ }, "post": { "tags": [ - "Currency" + "Cms Slot" ], - "summary": "Create a new Currency resources.", + "summary": "Create a new Cms Slot resources.", "description": "Available since: 6.0.0.0", - "operationId": "createCurrency", + "operationId": "createCmsSlot", "parameters": [ { "name": "_response", @@ -9890,14 +9890,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Currency" + "$ref": "#/components/schemas/CmsSlot" } } } }, "responses": { "200": { - "description": "Detail of Currency", + "description": "Detail of CmsSlot", "content": { "application/vnd.api+json": { "schema": { @@ -9909,7 +9909,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Currency" + "$ref": "#/components/schemas/CmsSlot" } } } @@ -9924,7 +9924,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Currency" + "$ref": "#/components/schemas/CmsSlot" } } } @@ -9940,14 +9940,14 @@ } } }, - "/search/currency": { + "/search/cms-slot": { "post": { "tags": [ - "Currency" + "Cms Slot" ], - "summary": "Search for the Currency resources.", + "summary": "Search for the Cms Slot resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchCurrency", + "operationId": "searchCmsSlot", "parameters": [ { "name": "sw-include-search-info", @@ -9975,7 +9975,7 @@ }, "responses": { "200": { - "description": "List of Currency", + "description": "List of CmsSlot", "content": { "application/vnd.api+json": { "schema": { @@ -9989,7 +9989,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Currency" + "$ref": "#/components/schemas/CmsSlot" } } } @@ -10007,7 +10007,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Currency" + "$ref": "#/components/schemas/CmsSlot" } } } @@ -10024,19 +10024,19 @@ } } }, - "/currency/{id}": { + "/cms-slot/{id}": { "get": { "tags": [ - "Currency" + "Cms Slot" ], - "summary": "Detailed information about a Currency resource.", + "summary": "Detailed information about a Cms Slot resource.", "description": "Available since: 6.0.0.0", - "operationId": "getCurrency", + "operationId": "getCmsSlot", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the currency", + "description": "Identifier for the cms_slot", "required": true, "schema": { "type": "string", @@ -10046,7 +10046,7 @@ ], "responses": { "200": { - "description": "Detail of Currency", + "description": "Detail of CmsSlot", "content": { "application/vnd.api+json": { "schema": { @@ -10058,7 +10058,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Currency" + "$ref": "#/components/schemas/CmsSlot" } } } @@ -10073,7 +10073,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Currency" + "$ref": "#/components/schemas/CmsSlot" } } } @@ -10090,16 +10090,16 @@ }, "delete": { "tags": [ - "Currency" + "Cms Slot" ], - "summary": "Delete a Currency resource.", + "summary": "Delete a Cms Slot resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteCurrency", + "operationId": "deleteCmsSlot", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the currency", + "description": "Identifier for the cms_slot", "required": true, "schema": { "type": "string", @@ -10130,16 +10130,16 @@ }, "patch": { "tags": [ - "Currency" + "Cms Slot" ], - "summary": "Partially update information about a Currency resource.", + "summary": "Partially update information about a Cms Slot resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateCurrency", + "operationId": "updateCmsSlot", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the currency", + "description": "Identifier for the cms_slot", "required": true, "schema": { "type": "string", @@ -10157,18 +10157,18 @@ } ], "requestBody": { - "description": "Partially update information about a Currency resource.", + "description": "Partially update information about a Cms Slot resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Currency" + "$ref": "#/components/schemas/CmsSlot" } } } }, "responses": { "200": { - "description": "Detail of Currency", + "description": "Detail of CmsSlot", "content": { "application/vnd.api+json": { "schema": { @@ -10180,7 +10180,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Currency" + "$ref": "#/components/schemas/CmsSlot" } } } @@ -10195,7 +10195,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Currency" + "$ref": "#/components/schemas/CmsSlot" } } } @@ -10214,14 +10214,14 @@ } } }, - "/aggregate/currency": { + "/aggregate/cms-slot": { "post": { "tags": [ - "Currency" + "Cms Slot" ], - "summary": "Aggregate for the Currency resources.", + "summary": "Aggregate for the Cms Slot resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateCurrency", + "operationId": "aggregateCmsSlot", "requestBody": { "required": true, "content": { @@ -10245,7 +10245,7 @@ }, "responses": { "200": { - "description": "List of Currency", + "description": "List of CmsSlot", "content": { "application/vnd.api+json": { "schema": { @@ -10259,7 +10259,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Currency" + "$ref": "#/components/schemas/CmsSlot" } } } @@ -10277,7 +10277,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Currency" + "$ref": "#/components/schemas/CmsSlot" } } } @@ -10294,14 +10294,14 @@ } } }, - "/currency-country-rounding": { + "/country": { "get": { "tags": [ - "Currency Country Rounding" + "Country" ], - "summary": "List with basic information of Currency Country Rounding resources.", - "description": "Available since: 6.4.0.0", - "operationId": "getCurrencyCountryRoundingList", + "summary": "List with basic information of Country resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getCountryList", "parameters": [ { "name": "limit", @@ -10330,7 +10330,7 @@ ], "responses": { "200": { - "description": "List of Currency Country Rounding resources.", + "description": "List of Country resources.", "content": { "application/vnd.api+json": { "schema": { @@ -10349,7 +10349,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/CurrencyCountryRounding" + "$ref": "#/components/schemas/Country" } } ] @@ -10363,16 +10363,16 @@ "type": "object", "properties": { "first": { - "example": "/currency-country-rounding?limit=25" + "example": "/country?limit=25" }, "last": { - "example": "/currency-country-rounding?limit=25&page=11" + "example": "/country?limit=25&page=11" }, "next": { - "example": "/currency-country-rounding?limit=25&page=4" + "example": "/country?limit=25&page=4" }, "prev": { - "example": "/currency-country-rounding?limit=25&page=2" + "example": "/country?limit=25&page=2" } } } @@ -10393,7 +10393,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CurrencyCountryRounding" + "$ref": "#/components/schemas/Country" } } } @@ -10408,11 +10408,11 @@ }, "post": { "tags": [ - "Currency Country Rounding" + "Country" ], - "summary": "Create a new Currency Country Rounding resources.", - "description": "Available since: 6.4.0.0", - "operationId": "createCurrencyCountryRounding", + "summary": "Create a new Country resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createCountry", "parameters": [ { "name": "_response", @@ -10431,14 +10431,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CurrencyCountryRounding" + "$ref": "#/components/schemas/Country" } } } }, "responses": { "200": { - "description": "Detail of CurrencyCountryRounding", + "description": "Detail of Country", "content": { "application/vnd.api+json": { "schema": { @@ -10450,7 +10450,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CurrencyCountryRounding" + "$ref": "#/components/schemas/Country" } } } @@ -10465,7 +10465,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CurrencyCountryRounding" + "$ref": "#/components/schemas/Country" } } } @@ -10481,14 +10481,14 @@ } } }, - "/search/currency-country-rounding": { + "/search/country": { "post": { "tags": [ - "Currency Country Rounding" + "Country" ], - "summary": "Search for the Currency Country Rounding resources.", - "description": "Available since: 6.4.0.0", - "operationId": "searchCurrencyCountryRounding", + "summary": "Search for the Country resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchCountry", "parameters": [ { "name": "sw-include-search-info", @@ -10516,7 +10516,7 @@ }, "responses": { "200": { - "description": "List of CurrencyCountryRounding", + "description": "List of Country", "content": { "application/vnd.api+json": { "schema": { @@ -10530,7 +10530,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CurrencyCountryRounding" + "$ref": "#/components/schemas/Country" } } } @@ -10548,7 +10548,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CurrencyCountryRounding" + "$ref": "#/components/schemas/Country" } } } @@ -10565,19 +10565,19 @@ } } }, - "/currency-country-rounding/{id}": { + "/country/{id}": { "get": { "tags": [ - "Currency Country Rounding" + "Country" ], - "summary": "Detailed information about a Currency Country Rounding resource.", - "description": "Available since: 6.4.0.0", - "operationId": "getCurrencyCountryRounding", + "summary": "Detailed information about a Country resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getCountry", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the currency_country_rounding", + "description": "Identifier for the country", "required": true, "schema": { "type": "string", @@ -10587,7 +10587,7 @@ ], "responses": { "200": { - "description": "Detail of CurrencyCountryRounding", + "description": "Detail of Country", "content": { "application/vnd.api+json": { "schema": { @@ -10599,7 +10599,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CurrencyCountryRounding" + "$ref": "#/components/schemas/Country" } } } @@ -10614,7 +10614,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CurrencyCountryRounding" + "$ref": "#/components/schemas/Country" } } } @@ -10631,16 +10631,16 @@ }, "delete": { "tags": [ - "Currency Country Rounding" + "Country" ], - "summary": "Delete a Currency Country Rounding resource.", - "description": "Available since: 6.4.0.0", - "operationId": "deleteCurrencyCountryRounding", + "summary": "Delete a Country resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteCountry", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the currency_country_rounding", + "description": "Identifier for the country", "required": true, "schema": { "type": "string", @@ -10671,16 +10671,16 @@ }, "patch": { "tags": [ - "Currency Country Rounding" + "Country" ], - "summary": "Partially update information about a Currency Country Rounding resource.", - "description": "Available since: 6.4.0.0", - "operationId": "updateCurrencyCountryRounding", + "summary": "Partially update information about a Country resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateCountry", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the currency_country_rounding", + "description": "Identifier for the country", "required": true, "schema": { "type": "string", @@ -10698,18 +10698,18 @@ } ], "requestBody": { - "description": "Partially update information about a Currency Country Rounding resource.", + "description": "Partially update information about a Country resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CurrencyCountryRounding" + "$ref": "#/components/schemas/Country" } } } }, "responses": { "200": { - "description": "Detail of CurrencyCountryRounding", + "description": "Detail of Country", "content": { "application/vnd.api+json": { "schema": { @@ -10721,7 +10721,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CurrencyCountryRounding" + "$ref": "#/components/schemas/Country" } } } @@ -10736,7 +10736,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CurrencyCountryRounding" + "$ref": "#/components/schemas/Country" } } } @@ -10755,14 +10755,14 @@ } } }, - "/aggregate/currency-country-rounding": { + "/aggregate/country": { "post": { "tags": [ - "Currency Country Rounding" + "Country" ], - "summary": "Aggregate for the Currency Country Rounding resources.", + "summary": "Aggregate for the Country resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateCurrencyCountryRounding", + "operationId": "aggregateCountry", "requestBody": { "required": true, "content": { @@ -10786,7 +10786,7 @@ }, "responses": { "200": { - "description": "List of CurrencyCountryRounding", + "description": "List of Country", "content": { "application/vnd.api+json": { "schema": { @@ -10800,7 +10800,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CurrencyCountryRounding" + "$ref": "#/components/schemas/Country" } } } @@ -10818,7 +10818,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CurrencyCountryRounding" + "$ref": "#/components/schemas/Country" } } } @@ -10835,14 +10835,14 @@ } } }, - "/custom-entity": { + "/country-state": { "get": { "tags": [ - "Custom Entity" + "Country State" ], - "summary": "List with basic information of Custom Entity resources.", - "description": "Available since: 6.4.9.0", - "operationId": "getCustomEntityList", + "summary": "List with basic information of Country State resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getCountryStateList", "parameters": [ { "name": "limit", @@ -10871,7 +10871,7 @@ ], "responses": { "200": { - "description": "List of Custom Entity resources.", + "description": "List of Country State resources.", "content": { "application/vnd.api+json": { "schema": { @@ -10890,7 +10890,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/CustomEntity" + "$ref": "#/components/schemas/CountryState" } } ] @@ -10904,16 +10904,16 @@ "type": "object", "properties": { "first": { - "example": "/custom-entity?limit=25" + "example": "/country-state?limit=25" }, "last": { - "example": "/custom-entity?limit=25&page=11" + "example": "/country-state?limit=25&page=11" }, "next": { - "example": "/custom-entity?limit=25&page=4" + "example": "/country-state?limit=25&page=4" }, "prev": { - "example": "/custom-entity?limit=25&page=2" + "example": "/country-state?limit=25&page=2" } } } @@ -10934,7 +10934,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomEntity" + "$ref": "#/components/schemas/CountryState" } } } @@ -10949,11 +10949,11 @@ }, "post": { "tags": [ - "Custom Entity" + "Country State" ], - "summary": "Create a new Custom Entity resources.", - "description": "Available since: 6.4.9.0", - "operationId": "createCustomEntity", + "summary": "Create a new Country State resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createCountryState", "parameters": [ { "name": "_response", @@ -10972,14 +10972,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CustomEntity" + "$ref": "#/components/schemas/CountryState" } } } }, "responses": { "200": { - "description": "Detail of CustomEntity", + "description": "Detail of CountryState", "content": { "application/vnd.api+json": { "schema": { @@ -10991,7 +10991,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomEntity" + "$ref": "#/components/schemas/CountryState" } } } @@ -11006,7 +11006,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomEntity" + "$ref": "#/components/schemas/CountryState" } } } @@ -11022,14 +11022,14 @@ } } }, - "/search/custom-entity": { + "/search/country-state": { "post": { "tags": [ - "Custom Entity" + "Country State" ], - "summary": "Search for the Custom Entity resources.", - "description": "Available since: 6.4.9.0", - "operationId": "searchCustomEntity", + "summary": "Search for the Country State resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchCountryState", "parameters": [ { "name": "sw-include-search-info", @@ -11057,7 +11057,7 @@ }, "responses": { "200": { - "description": "List of CustomEntity", + "description": "List of CountryState", "content": { "application/vnd.api+json": { "schema": { @@ -11071,7 +11071,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomEntity" + "$ref": "#/components/schemas/CountryState" } } } @@ -11089,7 +11089,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomEntity" + "$ref": "#/components/schemas/CountryState" } } } @@ -11106,19 +11106,19 @@ } } }, - "/custom-entity/{id}": { + "/country-state/{id}": { "get": { "tags": [ - "Custom Entity" + "Country State" ], - "summary": "Detailed information about a Custom Entity resource.", - "description": "Available since: 6.4.9.0", - "operationId": "getCustomEntity", + "summary": "Detailed information about a Country State resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getCountryState", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the custom_entity", + "description": "Identifier for the country_state", "required": true, "schema": { "type": "string", @@ -11128,7 +11128,7 @@ ], "responses": { "200": { - "description": "Detail of CustomEntity", + "description": "Detail of CountryState", "content": { "application/vnd.api+json": { "schema": { @@ -11140,7 +11140,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomEntity" + "$ref": "#/components/schemas/CountryState" } } } @@ -11155,7 +11155,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomEntity" + "$ref": "#/components/schemas/CountryState" } } } @@ -11172,16 +11172,16 @@ }, "delete": { "tags": [ - "Custom Entity" + "Country State" ], - "summary": "Delete a Custom Entity resource.", - "description": "Available since: 6.4.9.0", - "operationId": "deleteCustomEntity", + "summary": "Delete a Country State resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteCountryState", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the custom_entity", + "description": "Identifier for the country_state", "required": true, "schema": { "type": "string", @@ -11212,16 +11212,16 @@ }, "patch": { "tags": [ - "Custom Entity" + "Country State" ], - "summary": "Partially update information about a Custom Entity resource.", - "description": "Available since: 6.4.9.0", - "operationId": "updateCustomEntity", + "summary": "Partially update information about a Country State resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateCountryState", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the custom_entity", + "description": "Identifier for the country_state", "required": true, "schema": { "type": "string", @@ -11239,18 +11239,18 @@ } ], "requestBody": { - "description": "Partially update information about a Custom Entity resource.", + "description": "Partially update information about a Country State resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CustomEntity" + "$ref": "#/components/schemas/CountryState" } } } }, "responses": { "200": { - "description": "Detail of CustomEntity", + "description": "Detail of CountryState", "content": { "application/vnd.api+json": { "schema": { @@ -11262,7 +11262,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomEntity" + "$ref": "#/components/schemas/CountryState" } } } @@ -11277,7 +11277,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomEntity" + "$ref": "#/components/schemas/CountryState" } } } @@ -11296,14 +11296,14 @@ } } }, - "/aggregate/custom-entity": { + "/aggregate/country-state": { "post": { "tags": [ - "Custom Entity" + "Country State" ], - "summary": "Aggregate for the Custom Entity resources.", + "summary": "Aggregate for the Country State resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateCustomEntity", + "operationId": "aggregateCountryState", "requestBody": { "required": true, "content": { @@ -11327,7 +11327,7 @@ }, "responses": { "200": { - "description": "List of CustomEntity", + "description": "List of CountryState", "content": { "application/vnd.api+json": { "schema": { @@ -11341,7 +11341,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomEntity" + "$ref": "#/components/schemas/CountryState" } } } @@ -11359,7 +11359,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomEntity" + "$ref": "#/components/schemas/CountryState" } } } @@ -11376,14 +11376,14 @@ } } }, - "/custom-field": { + "/currency": { "get": { "tags": [ - "Custom Field" + "Currency" ], - "summary": "List with basic information of Custom Field resources.", + "summary": "List with basic information of Currency resources.", "description": "Available since: 6.0.0.0", - "operationId": "getCustomFieldList", + "operationId": "getCurrencyList", "parameters": [ { "name": "limit", @@ -11412,7 +11412,7 @@ ], "responses": { "200": { - "description": "List of Custom Field resources.", + "description": "List of Currency resources.", "content": { "application/vnd.api+json": { "schema": { @@ -11431,7 +11431,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/CustomField" + "$ref": "#/components/schemas/Currency" } } ] @@ -11445,16 +11445,16 @@ "type": "object", "properties": { "first": { - "example": "/custom-field?limit=25" + "example": "/currency?limit=25" }, "last": { - "example": "/custom-field?limit=25&page=11" + "example": "/currency?limit=25&page=11" }, "next": { - "example": "/custom-field?limit=25&page=4" + "example": "/currency?limit=25&page=4" }, "prev": { - "example": "/custom-field?limit=25&page=2" + "example": "/currency?limit=25&page=2" } } } @@ -11475,7 +11475,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomField" + "$ref": "#/components/schemas/Currency" } } } @@ -11490,11 +11490,11 @@ }, "post": { "tags": [ - "Custom Field" + "Currency" ], - "summary": "Create a new Custom Field resources.", + "summary": "Create a new Currency resources.", "description": "Available since: 6.0.0.0", - "operationId": "createCustomField", + "operationId": "createCurrency", "parameters": [ { "name": "_response", @@ -11513,14 +11513,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CustomField" + "$ref": "#/components/schemas/Currency" } } } }, "responses": { "200": { - "description": "Detail of CustomField", + "description": "Detail of Currency", "content": { "application/vnd.api+json": { "schema": { @@ -11532,7 +11532,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomField" + "$ref": "#/components/schemas/Currency" } } } @@ -11547,7 +11547,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomField" + "$ref": "#/components/schemas/Currency" } } } @@ -11563,14 +11563,14 @@ } } }, - "/search/custom-field": { + "/search/currency": { "post": { "tags": [ - "Custom Field" + "Currency" ], - "summary": "Search for the Custom Field resources.", + "summary": "Search for the Currency resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchCustomField", + "operationId": "searchCurrency", "parameters": [ { "name": "sw-include-search-info", @@ -11598,7 +11598,7 @@ }, "responses": { "200": { - "description": "List of CustomField", + "description": "List of Currency", "content": { "application/vnd.api+json": { "schema": { @@ -11612,7 +11612,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomField" + "$ref": "#/components/schemas/Currency" } } } @@ -11630,7 +11630,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomField" + "$ref": "#/components/schemas/Currency" } } } @@ -11647,19 +11647,19 @@ } } }, - "/custom-field/{id}": { + "/currency/{id}": { "get": { "tags": [ - "Custom Field" + "Currency" ], - "summary": "Detailed information about a Custom Field resource.", + "summary": "Detailed information about a Currency resource.", "description": "Available since: 6.0.0.0", - "operationId": "getCustomField", + "operationId": "getCurrency", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the custom_field", + "description": "Identifier for the currency", "required": true, "schema": { "type": "string", @@ -11669,7 +11669,7 @@ ], "responses": { "200": { - "description": "Detail of CustomField", + "description": "Detail of Currency", "content": { "application/vnd.api+json": { "schema": { @@ -11681,7 +11681,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomField" + "$ref": "#/components/schemas/Currency" } } } @@ -11696,7 +11696,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomField" + "$ref": "#/components/schemas/Currency" } } } @@ -11713,16 +11713,16 @@ }, "delete": { "tags": [ - "Custom Field" + "Currency" ], - "summary": "Delete a Custom Field resource.", + "summary": "Delete a Currency resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteCustomField", + "operationId": "deleteCurrency", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the custom_field", + "description": "Identifier for the currency", "required": true, "schema": { "type": "string", @@ -11753,16 +11753,16 @@ }, "patch": { "tags": [ - "Custom Field" + "Currency" ], - "summary": "Partially update information about a Custom Field resource.", + "summary": "Partially update information about a Currency resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateCustomField", + "operationId": "updateCurrency", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the custom_field", + "description": "Identifier for the currency", "required": true, "schema": { "type": "string", @@ -11780,18 +11780,18 @@ } ], "requestBody": { - "description": "Partially update information about a Custom Field resource.", + "description": "Partially update information about a Currency resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CustomField" + "$ref": "#/components/schemas/Currency" } } } }, "responses": { "200": { - "description": "Detail of CustomField", + "description": "Detail of Currency", "content": { "application/vnd.api+json": { "schema": { @@ -11803,7 +11803,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomField" + "$ref": "#/components/schemas/Currency" } } } @@ -11818,7 +11818,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomField" + "$ref": "#/components/schemas/Currency" } } } @@ -11837,14 +11837,14 @@ } } }, - "/aggregate/custom-field": { + "/aggregate/currency": { "post": { "tags": [ - "Custom Field" + "Currency" ], - "summary": "Aggregate for the Custom Field resources.", + "summary": "Aggregate for the Currency resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateCustomField", + "operationId": "aggregateCurrency", "requestBody": { "required": true, "content": { @@ -11868,7 +11868,7 @@ }, "responses": { "200": { - "description": "List of CustomField", + "description": "List of Currency", "content": { "application/vnd.api+json": { "schema": { @@ -11882,7 +11882,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomField" + "$ref": "#/components/schemas/Currency" } } } @@ -11900,7 +11900,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomField" + "$ref": "#/components/schemas/Currency" } } } @@ -11917,14 +11917,14 @@ } } }, - "/custom-field-set": { + "/currency-country-rounding": { "get": { "tags": [ - "Custom Field Set" + "Currency Country Rounding" ], - "summary": "List with basic information of Custom Field Set resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getCustomFieldSetList", + "summary": "List with basic information of Currency Country Rounding resources.", + "description": "Available since: 6.4.0.0", + "operationId": "getCurrencyCountryRoundingList", "parameters": [ { "name": "limit", @@ -11953,7 +11953,7 @@ ], "responses": { "200": { - "description": "List of Custom Field Set resources.", + "description": "List of Currency Country Rounding resources.", "content": { "application/vnd.api+json": { "schema": { @@ -11972,7 +11972,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/CustomFieldSet" + "$ref": "#/components/schemas/CurrencyCountryRounding" } } ] @@ -11986,16 +11986,16 @@ "type": "object", "properties": { "first": { - "example": "/custom-field-set?limit=25" + "example": "/currency-country-rounding?limit=25" }, "last": { - "example": "/custom-field-set?limit=25&page=11" + "example": "/currency-country-rounding?limit=25&page=11" }, "next": { - "example": "/custom-field-set?limit=25&page=4" + "example": "/currency-country-rounding?limit=25&page=4" }, "prev": { - "example": "/custom-field-set?limit=25&page=2" + "example": "/currency-country-rounding?limit=25&page=2" } } } @@ -12016,7 +12016,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomFieldSet" + "$ref": "#/components/schemas/CurrencyCountryRounding" } } } @@ -12031,11 +12031,11 @@ }, "post": { "tags": [ - "Custom Field Set" + "Currency Country Rounding" ], - "summary": "Create a new Custom Field Set resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createCustomFieldSet", + "summary": "Create a new Currency Country Rounding resources.", + "description": "Available since: 6.4.0.0", + "operationId": "createCurrencyCountryRounding", "parameters": [ { "name": "_response", @@ -12054,14 +12054,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CustomFieldSet" + "$ref": "#/components/schemas/CurrencyCountryRounding" } } } }, "responses": { "200": { - "description": "Detail of CustomFieldSet", + "description": "Detail of CurrencyCountryRounding", "content": { "application/vnd.api+json": { "schema": { @@ -12073,7 +12073,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomFieldSet" + "$ref": "#/components/schemas/CurrencyCountryRounding" } } } @@ -12088,7 +12088,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomFieldSet" + "$ref": "#/components/schemas/CurrencyCountryRounding" } } } @@ -12104,14 +12104,14 @@ } } }, - "/search/custom-field-set": { + "/search/currency-country-rounding": { "post": { "tags": [ - "Custom Field Set" + "Currency Country Rounding" ], - "summary": "Search for the Custom Field Set resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchCustomFieldSet", + "summary": "Search for the Currency Country Rounding resources.", + "description": "Available since: 6.4.0.0", + "operationId": "searchCurrencyCountryRounding", "parameters": [ { "name": "sw-include-search-info", @@ -12139,7 +12139,7 @@ }, "responses": { "200": { - "description": "List of CustomFieldSet", + "description": "List of CurrencyCountryRounding", "content": { "application/vnd.api+json": { "schema": { @@ -12153,7 +12153,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomFieldSet" + "$ref": "#/components/schemas/CurrencyCountryRounding" } } } @@ -12171,7 +12171,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomFieldSet" + "$ref": "#/components/schemas/CurrencyCountryRounding" } } } @@ -12188,19 +12188,19 @@ } } }, - "/custom-field-set/{id}": { + "/currency-country-rounding/{id}": { "get": { "tags": [ - "Custom Field Set" + "Currency Country Rounding" ], - "summary": "Detailed information about a Custom Field Set resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getCustomFieldSet", + "summary": "Detailed information about a Currency Country Rounding resource.", + "description": "Available since: 6.4.0.0", + "operationId": "getCurrencyCountryRounding", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the custom_field_set", + "description": "Identifier for the currency_country_rounding", "required": true, "schema": { "type": "string", @@ -12210,7 +12210,7 @@ ], "responses": { "200": { - "description": "Detail of CustomFieldSet", + "description": "Detail of CurrencyCountryRounding", "content": { "application/vnd.api+json": { "schema": { @@ -12222,7 +12222,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomFieldSet" + "$ref": "#/components/schemas/CurrencyCountryRounding" } } } @@ -12237,7 +12237,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomFieldSet" + "$ref": "#/components/schemas/CurrencyCountryRounding" } } } @@ -12254,16 +12254,16 @@ }, "delete": { "tags": [ - "Custom Field Set" + "Currency Country Rounding" ], - "summary": "Delete a Custom Field Set resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteCustomFieldSet", + "summary": "Delete a Currency Country Rounding resource.", + "description": "Available since: 6.4.0.0", + "operationId": "deleteCurrencyCountryRounding", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the custom_field_set", + "description": "Identifier for the currency_country_rounding", "required": true, "schema": { "type": "string", @@ -12294,16 +12294,16 @@ }, "patch": { "tags": [ - "Custom Field Set" + "Currency Country Rounding" ], - "summary": "Partially update information about a Custom Field Set resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateCustomFieldSet", + "summary": "Partially update information about a Currency Country Rounding resource.", + "description": "Available since: 6.4.0.0", + "operationId": "updateCurrencyCountryRounding", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the custom_field_set", + "description": "Identifier for the currency_country_rounding", "required": true, "schema": { "type": "string", @@ -12321,18 +12321,18 @@ } ], "requestBody": { - "description": "Partially update information about a Custom Field Set resource.", + "description": "Partially update information about a Currency Country Rounding resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CustomFieldSet" + "$ref": "#/components/schemas/CurrencyCountryRounding" } } } }, "responses": { "200": { - "description": "Detail of CustomFieldSet", + "description": "Detail of CurrencyCountryRounding", "content": { "application/vnd.api+json": { "schema": { @@ -12344,7 +12344,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomFieldSet" + "$ref": "#/components/schemas/CurrencyCountryRounding" } } } @@ -12359,7 +12359,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomFieldSet" + "$ref": "#/components/schemas/CurrencyCountryRounding" } } } @@ -12378,14 +12378,14 @@ } } }, - "/aggregate/custom-field-set": { + "/aggregate/currency-country-rounding": { "post": { "tags": [ - "Custom Field Set" + "Currency Country Rounding" ], - "summary": "Aggregate for the Custom Field Set resources.", + "summary": "Aggregate for the Currency Country Rounding resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateCustomFieldSet", + "operationId": "aggregateCurrencyCountryRounding", "requestBody": { "required": true, "content": { @@ -12409,7 +12409,7 @@ }, "responses": { "200": { - "description": "List of CustomFieldSet", + "description": "List of CurrencyCountryRounding", "content": { "application/vnd.api+json": { "schema": { @@ -12423,7 +12423,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomFieldSet" + "$ref": "#/components/schemas/CurrencyCountryRounding" } } } @@ -12441,7 +12441,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomFieldSet" + "$ref": "#/components/schemas/CurrencyCountryRounding" } } } @@ -12458,14 +12458,14 @@ } } }, - "/custom-field-set-relation": { + "/custom-entity": { "get": { "tags": [ - "Custom Field Set Relation" + "Custom Entity" ], - "summary": "List with basic information of Custom Field Set Relation resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getCustomFieldSetRelationList", + "summary": "List with basic information of Custom Entity resources.", + "description": "Available since: 6.4.9.0", + "operationId": "getCustomEntityList", "parameters": [ { "name": "limit", @@ -12494,7 +12494,7 @@ ], "responses": { "200": { - "description": "List of Custom Field Set Relation resources.", + "description": "List of Custom Entity resources.", "content": { "application/vnd.api+json": { "schema": { @@ -12513,7 +12513,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/CustomFieldSetRelation" + "$ref": "#/components/schemas/CustomEntity" } } ] @@ -12527,16 +12527,16 @@ "type": "object", "properties": { "first": { - "example": "/custom-field-set-relation?limit=25" + "example": "/custom-entity?limit=25" }, "last": { - "example": "/custom-field-set-relation?limit=25&page=11" + "example": "/custom-entity?limit=25&page=11" }, "next": { - "example": "/custom-field-set-relation?limit=25&page=4" + "example": "/custom-entity?limit=25&page=4" }, "prev": { - "example": "/custom-field-set-relation?limit=25&page=2" + "example": "/custom-entity?limit=25&page=2" } } } @@ -12557,7 +12557,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomFieldSetRelation" + "$ref": "#/components/schemas/CustomEntity" } } } @@ -12572,11 +12572,11 @@ }, "post": { "tags": [ - "Custom Field Set Relation" + "Custom Entity" ], - "summary": "Create a new Custom Field Set Relation resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createCustomFieldSetRelation", + "summary": "Create a new Custom Entity resources.", + "description": "Available since: 6.4.9.0", + "operationId": "createCustomEntity", "parameters": [ { "name": "_response", @@ -12595,14 +12595,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CustomFieldSetRelation" + "$ref": "#/components/schemas/CustomEntity" } } } }, "responses": { "200": { - "description": "Detail of CustomFieldSetRelation", + "description": "Detail of CustomEntity", "content": { "application/vnd.api+json": { "schema": { @@ -12614,7 +12614,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomFieldSetRelation" + "$ref": "#/components/schemas/CustomEntity" } } } @@ -12629,7 +12629,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomFieldSetRelation" + "$ref": "#/components/schemas/CustomEntity" } } } @@ -12645,14 +12645,14 @@ } } }, - "/search/custom-field-set-relation": { + "/search/custom-entity": { "post": { "tags": [ - "Custom Field Set Relation" + "Custom Entity" ], - "summary": "Search for the Custom Field Set Relation resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchCustomFieldSetRelation", + "summary": "Search for the Custom Entity resources.", + "description": "Available since: 6.4.9.0", + "operationId": "searchCustomEntity", "parameters": [ { "name": "sw-include-search-info", @@ -12680,7 +12680,7 @@ }, "responses": { "200": { - "description": "List of CustomFieldSetRelation", + "description": "List of CustomEntity", "content": { "application/vnd.api+json": { "schema": { @@ -12694,7 +12694,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomFieldSetRelation" + "$ref": "#/components/schemas/CustomEntity" } } } @@ -12712,7 +12712,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomFieldSetRelation" + "$ref": "#/components/schemas/CustomEntity" } } } @@ -12729,19 +12729,19 @@ } } }, - "/custom-field-set-relation/{id}": { + "/custom-entity/{id}": { "get": { "tags": [ - "Custom Field Set Relation" + "Custom Entity" ], - "summary": "Detailed information about a Custom Field Set Relation resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getCustomFieldSetRelation", + "summary": "Detailed information about a Custom Entity resource.", + "description": "Available since: 6.4.9.0", + "operationId": "getCustomEntity", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the custom_field_set_relation", + "description": "Identifier for the custom_entity", "required": true, "schema": { "type": "string", @@ -12751,7 +12751,7 @@ ], "responses": { "200": { - "description": "Detail of CustomFieldSetRelation", + "description": "Detail of CustomEntity", "content": { "application/vnd.api+json": { "schema": { @@ -12763,7 +12763,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomFieldSetRelation" + "$ref": "#/components/schemas/CustomEntity" } } } @@ -12778,7 +12778,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomFieldSetRelation" + "$ref": "#/components/schemas/CustomEntity" } } } @@ -12795,16 +12795,16 @@ }, "delete": { "tags": [ - "Custom Field Set Relation" + "Custom Entity" ], - "summary": "Delete a Custom Field Set Relation resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteCustomFieldSetRelation", + "summary": "Delete a Custom Entity resource.", + "description": "Available since: 6.4.9.0", + "operationId": "deleteCustomEntity", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the custom_field_set_relation", + "description": "Identifier for the custom_entity", "required": true, "schema": { "type": "string", @@ -12835,16 +12835,16 @@ }, "patch": { "tags": [ - "Custom Field Set Relation" + "Custom Entity" ], - "summary": "Partially update information about a Custom Field Set Relation resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateCustomFieldSetRelation", + "summary": "Partially update information about a Custom Entity resource.", + "description": "Available since: 6.4.9.0", + "operationId": "updateCustomEntity", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the custom_field_set_relation", + "description": "Identifier for the custom_entity", "required": true, "schema": { "type": "string", @@ -12862,18 +12862,18 @@ } ], "requestBody": { - "description": "Partially update information about a Custom Field Set Relation resource.", + "description": "Partially update information about a Custom Entity resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CustomFieldSetRelation" + "$ref": "#/components/schemas/CustomEntity" } } } }, "responses": { "200": { - "description": "Detail of CustomFieldSetRelation", + "description": "Detail of CustomEntity", "content": { "application/vnd.api+json": { "schema": { @@ -12885,7 +12885,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomFieldSetRelation" + "$ref": "#/components/schemas/CustomEntity" } } } @@ -12900,7 +12900,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomFieldSetRelation" + "$ref": "#/components/schemas/CustomEntity" } } } @@ -12919,14 +12919,14 @@ } } }, - "/aggregate/custom-field-set-relation": { + "/aggregate/custom-entity": { "post": { "tags": [ - "Custom Field Set Relation" + "Custom Entity" ], - "summary": "Aggregate for the Custom Field Set Relation resources.", + "summary": "Aggregate for the Custom Entity resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateCustomFieldSetRelation", + "operationId": "aggregateCustomEntity", "requestBody": { "required": true, "content": { @@ -12950,7 +12950,7 @@ }, "responses": { "200": { - "description": "List of CustomFieldSetRelation", + "description": "List of CustomEntity", "content": { "application/vnd.api+json": { "schema": { @@ -12964,7 +12964,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomFieldSetRelation" + "$ref": "#/components/schemas/CustomEntity" } } } @@ -12982,7 +12982,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomFieldSetRelation" + "$ref": "#/components/schemas/CustomEntity" } } } @@ -12999,14 +12999,14 @@ } } }, - "/customer": { + "/custom-field": { "get": { "tags": [ - "Customer" + "Custom Field" ], - "summary": "List with basic information of Customer resources.", + "summary": "List with basic information of Custom Field resources.", "description": "Available since: 6.0.0.0", - "operationId": "getCustomerList", + "operationId": "getCustomFieldList", "parameters": [ { "name": "limit", @@ -13035,7 +13035,7 @@ ], "responses": { "200": { - "description": "List of Customer resources.", + "description": "List of Custom Field resources.", "content": { "application/vnd.api+json": { "schema": { @@ -13054,7 +13054,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Customer" + "$ref": "#/components/schemas/CustomField" } } ] @@ -13068,16 +13068,16 @@ "type": "object", "properties": { "first": { - "example": "/customer?limit=25" + "example": "/custom-field?limit=25" }, "last": { - "example": "/customer?limit=25&page=11" + "example": "/custom-field?limit=25&page=11" }, "next": { - "example": "/customer?limit=25&page=4" + "example": "/custom-field?limit=25&page=4" }, "prev": { - "example": "/customer?limit=25&page=2" + "example": "/custom-field?limit=25&page=2" } } } @@ -13098,7 +13098,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Customer" + "$ref": "#/components/schemas/CustomField" } } } @@ -13113,11 +13113,11 @@ }, "post": { "tags": [ - "Customer" + "Custom Field" ], - "summary": "Create a new Customer resources.", + "summary": "Create a new Custom Field resources.", "description": "Available since: 6.0.0.0", - "operationId": "createCustomer", + "operationId": "createCustomField", "parameters": [ { "name": "_response", @@ -13136,14 +13136,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Customer" + "$ref": "#/components/schemas/CustomField" } } } }, "responses": { "200": { - "description": "Detail of Customer", + "description": "Detail of CustomField", "content": { "application/vnd.api+json": { "schema": { @@ -13155,7 +13155,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Customer" + "$ref": "#/components/schemas/CustomField" } } } @@ -13170,7 +13170,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Customer" + "$ref": "#/components/schemas/CustomField" } } } @@ -13186,14 +13186,14 @@ } } }, - "/search/customer": { + "/search/custom-field": { "post": { "tags": [ - "Customer" + "Custom Field" ], - "summary": "Search for the Customer resources.", + "summary": "Search for the Custom Field resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchCustomer", + "operationId": "searchCustomField", "parameters": [ { "name": "sw-include-search-info", @@ -13221,7 +13221,7 @@ }, "responses": { "200": { - "description": "List of Customer", + "description": "List of CustomField", "content": { "application/vnd.api+json": { "schema": { @@ -13235,7 +13235,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Customer" + "$ref": "#/components/schemas/CustomField" } } } @@ -13253,7 +13253,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Customer" + "$ref": "#/components/schemas/CustomField" } } } @@ -13270,19 +13270,19 @@ } } }, - "/customer/{id}": { + "/custom-field/{id}": { "get": { "tags": [ - "Customer" + "Custom Field" ], - "summary": "Detailed information about a Customer resource.", + "summary": "Detailed information about a Custom Field resource.", "description": "Available since: 6.0.0.0", - "operationId": "getCustomer", + "operationId": "getCustomField", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the customer", + "description": "Identifier for the custom_field", "required": true, "schema": { "type": "string", @@ -13292,7 +13292,7 @@ ], "responses": { "200": { - "description": "Detail of Customer", + "description": "Detail of CustomField", "content": { "application/vnd.api+json": { "schema": { @@ -13304,7 +13304,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Customer" + "$ref": "#/components/schemas/CustomField" } } } @@ -13319,7 +13319,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Customer" + "$ref": "#/components/schemas/CustomField" } } } @@ -13336,16 +13336,16 @@ }, "delete": { "tags": [ - "Customer" + "Custom Field" ], - "summary": "Delete a Customer resource.", + "summary": "Delete a Custom Field resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteCustomer", + "operationId": "deleteCustomField", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the customer", + "description": "Identifier for the custom_field", "required": true, "schema": { "type": "string", @@ -13376,16 +13376,16 @@ }, "patch": { "tags": [ - "Customer" + "Custom Field" ], - "summary": "Partially update information about a Customer resource.", + "summary": "Partially update information about a Custom Field resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateCustomer", + "operationId": "updateCustomField", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the customer", + "description": "Identifier for the custom_field", "required": true, "schema": { "type": "string", @@ -13403,18 +13403,18 @@ } ], "requestBody": { - "description": "Partially update information about a Customer resource.", + "description": "Partially update information about a Custom Field resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Customer" + "$ref": "#/components/schemas/CustomField" } } } }, "responses": { "200": { - "description": "Detail of Customer", + "description": "Detail of CustomField", "content": { "application/vnd.api+json": { "schema": { @@ -13426,7 +13426,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Customer" + "$ref": "#/components/schemas/CustomField" } } } @@ -13441,7 +13441,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Customer" + "$ref": "#/components/schemas/CustomField" } } } @@ -13460,14 +13460,14 @@ } } }, - "/aggregate/customer": { + "/aggregate/custom-field": { "post": { "tags": [ - "Customer" + "Custom Field" ], - "summary": "Aggregate for the Customer resources.", + "summary": "Aggregate for the Custom Field resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateCustomer", + "operationId": "aggregateCustomField", "requestBody": { "required": true, "content": { @@ -13491,7 +13491,7 @@ }, "responses": { "200": { - "description": "List of Customer", + "description": "List of CustomField", "content": { "application/vnd.api+json": { "schema": { @@ -13505,7 +13505,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Customer" + "$ref": "#/components/schemas/CustomField" } } } @@ -13523,7 +13523,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Customer" + "$ref": "#/components/schemas/CustomField" } } } @@ -13540,14 +13540,14 @@ } } }, - "/customer-address": { + "/custom-field-set": { "get": { "tags": [ - "Customer Address" + "Custom Field Set" ], - "summary": "List with basic information of Customer Address resources.", + "summary": "List with basic information of Custom Field Set resources.", "description": "Available since: 6.0.0.0", - "operationId": "getCustomerAddressList", + "operationId": "getCustomFieldSetList", "parameters": [ { "name": "limit", @@ -13576,7 +13576,7 @@ ], "responses": { "200": { - "description": "List of Customer Address resources.", + "description": "List of Custom Field Set resources.", "content": { "application/vnd.api+json": { "schema": { @@ -13595,7 +13595,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerAddress" + "$ref": "#/components/schemas/CustomFieldSet" } } ] @@ -13609,16 +13609,16 @@ "type": "object", "properties": { "first": { - "example": "/customer-address?limit=25" + "example": "/custom-field-set?limit=25" }, "last": { - "example": "/customer-address?limit=25&page=11" + "example": "/custom-field-set?limit=25&page=11" }, "next": { - "example": "/customer-address?limit=25&page=4" + "example": "/custom-field-set?limit=25&page=4" }, "prev": { - "example": "/customer-address?limit=25&page=2" + "example": "/custom-field-set?limit=25&page=2" } } } @@ -13639,7 +13639,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerAddress" + "$ref": "#/components/schemas/CustomFieldSet" } } } @@ -13654,11 +13654,11 @@ }, "post": { "tags": [ - "Customer Address" + "Custom Field Set" ], - "summary": "Create a new Customer Address resources.", + "summary": "Create a new Custom Field Set resources.", "description": "Available since: 6.0.0.0", - "operationId": "createCustomerAddress", + "operationId": "createCustomFieldSet", "parameters": [ { "name": "_response", @@ -13677,14 +13677,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CustomerAddress" + "$ref": "#/components/schemas/CustomFieldSet" } } } }, "responses": { "200": { - "description": "Detail of CustomerAddress", + "description": "Detail of CustomFieldSet", "content": { "application/vnd.api+json": { "schema": { @@ -13696,7 +13696,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomerAddress" + "$ref": "#/components/schemas/CustomFieldSet" } } } @@ -13711,7 +13711,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomerAddress" + "$ref": "#/components/schemas/CustomFieldSet" } } } @@ -13727,14 +13727,14 @@ } } }, - "/search/customer-address": { + "/search/custom-field-set": { "post": { "tags": [ - "Customer Address" + "Custom Field Set" ], - "summary": "Search for the Customer Address resources.", + "summary": "Search for the Custom Field Set resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchCustomerAddress", + "operationId": "searchCustomFieldSet", "parameters": [ { "name": "sw-include-search-info", @@ -13762,7 +13762,7 @@ }, "responses": { "200": { - "description": "List of CustomerAddress", + "description": "List of CustomFieldSet", "content": { "application/vnd.api+json": { "schema": { @@ -13776,7 +13776,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerAddress" + "$ref": "#/components/schemas/CustomFieldSet" } } } @@ -13794,7 +13794,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerAddress" + "$ref": "#/components/schemas/CustomFieldSet" } } } @@ -13811,19 +13811,19 @@ } } }, - "/customer-address/{id}": { + "/custom-field-set/{id}": { "get": { "tags": [ - "Customer Address" + "Custom Field Set" ], - "summary": "Detailed information about a Customer Address resource.", + "summary": "Detailed information about a Custom Field Set resource.", "description": "Available since: 6.0.0.0", - "operationId": "getCustomerAddress", + "operationId": "getCustomFieldSet", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the customer_address", + "description": "Identifier for the custom_field_set", "required": true, "schema": { "type": "string", @@ -13833,7 +13833,7 @@ ], "responses": { "200": { - "description": "Detail of CustomerAddress", + "description": "Detail of CustomFieldSet", "content": { "application/vnd.api+json": { "schema": { @@ -13845,7 +13845,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomerAddress" + "$ref": "#/components/schemas/CustomFieldSet" } } } @@ -13860,7 +13860,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomerAddress" + "$ref": "#/components/schemas/CustomFieldSet" } } } @@ -13877,16 +13877,16 @@ }, "delete": { "tags": [ - "Customer Address" + "Custom Field Set" ], - "summary": "Delete a Customer Address resource.", + "summary": "Delete a Custom Field Set resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteCustomerAddress", + "operationId": "deleteCustomFieldSet", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the customer_address", + "description": "Identifier for the custom_field_set", "required": true, "schema": { "type": "string", @@ -13917,16 +13917,16 @@ }, "patch": { "tags": [ - "Customer Address" + "Custom Field Set" ], - "summary": "Partially update information about a Customer Address resource.", + "summary": "Partially update information about a Custom Field Set resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateCustomerAddress", + "operationId": "updateCustomFieldSet", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the customer_address", + "description": "Identifier for the custom_field_set", "required": true, "schema": { "type": "string", @@ -13944,18 +13944,18 @@ } ], "requestBody": { - "description": "Partially update information about a Customer Address resource.", + "description": "Partially update information about a Custom Field Set resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CustomerAddress" + "$ref": "#/components/schemas/CustomFieldSet" } } } }, "responses": { "200": { - "description": "Detail of CustomerAddress", + "description": "Detail of CustomFieldSet", "content": { "application/vnd.api+json": { "schema": { @@ -13967,7 +13967,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomerAddress" + "$ref": "#/components/schemas/CustomFieldSet" } } } @@ -13982,7 +13982,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomerAddress" + "$ref": "#/components/schemas/CustomFieldSet" } } } @@ -14001,14 +14001,14 @@ } } }, - "/aggregate/customer-address": { + "/aggregate/custom-field-set": { "post": { "tags": [ - "Customer Address" + "Custom Field Set" ], - "summary": "Aggregate for the Customer Address resources.", + "summary": "Aggregate for the Custom Field Set resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateCustomerAddress", + "operationId": "aggregateCustomFieldSet", "requestBody": { "required": true, "content": { @@ -14032,7 +14032,7 @@ }, "responses": { "200": { - "description": "List of CustomerAddress", + "description": "List of CustomFieldSet", "content": { "application/vnd.api+json": { "schema": { @@ -14046,7 +14046,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerAddress" + "$ref": "#/components/schemas/CustomFieldSet" } } } @@ -14064,7 +14064,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerAddress" + "$ref": "#/components/schemas/CustomFieldSet" } } } @@ -14081,14 +14081,14 @@ } } }, - "/customer-group": { + "/custom-field-set-relation": { "get": { "tags": [ - "Customer Group" + "Custom Field Set Relation" ], - "summary": "List with basic information of Customer Group resources.", + "summary": "List with basic information of Custom Field Set Relation resources.", "description": "Available since: 6.0.0.0", - "operationId": "getCustomerGroupList", + "operationId": "getCustomFieldSetRelationList", "parameters": [ { "name": "limit", @@ -14117,7 +14117,7 @@ ], "responses": { "200": { - "description": "List of Customer Group resources.", + "description": "List of Custom Field Set Relation resources.", "content": { "application/vnd.api+json": { "schema": { @@ -14136,7 +14136,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerGroup" + "$ref": "#/components/schemas/CustomFieldSetRelation" } } ] @@ -14150,16 +14150,16 @@ "type": "object", "properties": { "first": { - "example": "/customer-group?limit=25" + "example": "/custom-field-set-relation?limit=25" }, "last": { - "example": "/customer-group?limit=25&page=11" + "example": "/custom-field-set-relation?limit=25&page=11" }, "next": { - "example": "/customer-group?limit=25&page=4" + "example": "/custom-field-set-relation?limit=25&page=4" }, "prev": { - "example": "/customer-group?limit=25&page=2" + "example": "/custom-field-set-relation?limit=25&page=2" } } } @@ -14180,7 +14180,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerGroup" + "$ref": "#/components/schemas/CustomFieldSetRelation" } } } @@ -14195,11 +14195,11 @@ }, "post": { "tags": [ - "Customer Group" + "Custom Field Set Relation" ], - "summary": "Create a new Customer Group resources.", + "summary": "Create a new Custom Field Set Relation resources.", "description": "Available since: 6.0.0.0", - "operationId": "createCustomerGroup", + "operationId": "createCustomFieldSetRelation", "parameters": [ { "name": "_response", @@ -14218,14 +14218,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CustomerGroup" + "$ref": "#/components/schemas/CustomFieldSetRelation" } } } }, "responses": { "200": { - "description": "Detail of CustomerGroup", + "description": "Detail of CustomFieldSetRelation", "content": { "application/vnd.api+json": { "schema": { @@ -14237,7 +14237,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomerGroup" + "$ref": "#/components/schemas/CustomFieldSetRelation" } } } @@ -14252,7 +14252,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomerGroup" + "$ref": "#/components/schemas/CustomFieldSetRelation" } } } @@ -14268,14 +14268,14 @@ } } }, - "/search/customer-group": { + "/search/custom-field-set-relation": { "post": { "tags": [ - "Customer Group" + "Custom Field Set Relation" ], - "summary": "Search for the Customer Group resources.", + "summary": "Search for the Custom Field Set Relation resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchCustomerGroup", + "operationId": "searchCustomFieldSetRelation", "parameters": [ { "name": "sw-include-search-info", @@ -14303,7 +14303,7 @@ }, "responses": { "200": { - "description": "List of CustomerGroup", + "description": "List of CustomFieldSetRelation", "content": { "application/vnd.api+json": { "schema": { @@ -14317,7 +14317,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerGroup" + "$ref": "#/components/schemas/CustomFieldSetRelation" } } } @@ -14335,7 +14335,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerGroup" + "$ref": "#/components/schemas/CustomFieldSetRelation" } } } @@ -14352,19 +14352,19 @@ } } }, - "/customer-group/{id}": { + "/custom-field-set-relation/{id}": { "get": { "tags": [ - "Customer Group" + "Custom Field Set Relation" ], - "summary": "Detailed information about a Customer Group resource.", + "summary": "Detailed information about a Custom Field Set Relation resource.", "description": "Available since: 6.0.0.0", - "operationId": "getCustomerGroup", + "operationId": "getCustomFieldSetRelation", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the customer_group", + "description": "Identifier for the custom_field_set_relation", "required": true, "schema": { "type": "string", @@ -14374,7 +14374,7 @@ ], "responses": { "200": { - "description": "Detail of CustomerGroup", + "description": "Detail of CustomFieldSetRelation", "content": { "application/vnd.api+json": { "schema": { @@ -14386,7 +14386,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomerGroup" + "$ref": "#/components/schemas/CustomFieldSetRelation" } } } @@ -14401,7 +14401,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomerGroup" + "$ref": "#/components/schemas/CustomFieldSetRelation" } } } @@ -14418,16 +14418,16 @@ }, "delete": { "tags": [ - "Customer Group" + "Custom Field Set Relation" ], - "summary": "Delete a Customer Group resource.", + "summary": "Delete a Custom Field Set Relation resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteCustomerGroup", + "operationId": "deleteCustomFieldSetRelation", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the customer_group", + "description": "Identifier for the custom_field_set_relation", "required": true, "schema": { "type": "string", @@ -14458,16 +14458,16 @@ }, "patch": { "tags": [ - "Customer Group" + "Custom Field Set Relation" ], - "summary": "Partially update information about a Customer Group resource.", + "summary": "Partially update information about a Custom Field Set Relation resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateCustomerGroup", + "operationId": "updateCustomFieldSetRelation", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the customer_group", + "description": "Identifier for the custom_field_set_relation", "required": true, "schema": { "type": "string", @@ -14485,18 +14485,18 @@ } ], "requestBody": { - "description": "Partially update information about a Customer Group resource.", + "description": "Partially update information about a Custom Field Set Relation resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CustomerGroup" + "$ref": "#/components/schemas/CustomFieldSetRelation" } } } }, "responses": { "200": { - "description": "Detail of CustomerGroup", + "description": "Detail of CustomFieldSetRelation", "content": { "application/vnd.api+json": { "schema": { @@ -14508,7 +14508,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomerGroup" + "$ref": "#/components/schemas/CustomFieldSetRelation" } } } @@ -14523,7 +14523,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomerGroup" + "$ref": "#/components/schemas/CustomFieldSetRelation" } } } @@ -14542,14 +14542,14 @@ } } }, - "/aggregate/customer-group": { + "/aggregate/custom-field-set-relation": { "post": { "tags": [ - "Customer Group" + "Custom Field Set Relation" ], - "summary": "Aggregate for the Customer Group resources.", + "summary": "Aggregate for the Custom Field Set Relation resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateCustomerGroup", + "operationId": "aggregateCustomFieldSetRelation", "requestBody": { "required": true, "content": { @@ -14573,7 +14573,7 @@ }, "responses": { "200": { - "description": "List of CustomerGroup", + "description": "List of CustomFieldSetRelation", "content": { "application/vnd.api+json": { "schema": { @@ -14587,7 +14587,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerGroup" + "$ref": "#/components/schemas/CustomFieldSetRelation" } } } @@ -14605,7 +14605,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerGroup" + "$ref": "#/components/schemas/CustomFieldSetRelation" } } } @@ -14622,14 +14622,14 @@ } } }, - "/customer-recovery": { + "/customer": { "get": { "tags": [ - "Customer Recovery" + "Customer" ], - "summary": "List with basic information of Customer Recovery resources.", - "description": "Available since: 6.1.0.0", - "operationId": "getCustomerRecoveryList", + "summary": "List with basic information of Customer resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getCustomerList", "parameters": [ { "name": "limit", @@ -14658,7 +14658,7 @@ ], "responses": { "200": { - "description": "List of Customer Recovery resources.", + "description": "List of Customer resources.", "content": { "application/vnd.api+json": { "schema": { @@ -14677,7 +14677,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerRecovery" + "$ref": "#/components/schemas/Customer" } } ] @@ -14691,16 +14691,16 @@ "type": "object", "properties": { "first": { - "example": "/customer-recovery?limit=25" + "example": "/customer?limit=25" }, "last": { - "example": "/customer-recovery?limit=25&page=11" + "example": "/customer?limit=25&page=11" }, "next": { - "example": "/customer-recovery?limit=25&page=4" + "example": "/customer?limit=25&page=4" }, "prev": { - "example": "/customer-recovery?limit=25&page=2" + "example": "/customer?limit=25&page=2" } } } @@ -14721,7 +14721,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerRecovery" + "$ref": "#/components/schemas/Customer" } } } @@ -14736,11 +14736,11 @@ }, "post": { "tags": [ - "Customer Recovery" + "Customer" ], - "summary": "Create a new Customer Recovery resources.", - "description": "Available since: 6.1.0.0", - "operationId": "createCustomerRecovery", + "summary": "Create a new Customer resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createCustomer", "parameters": [ { "name": "_response", @@ -14759,14 +14759,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CustomerRecovery" + "$ref": "#/components/schemas/Customer" } } } }, "responses": { "200": { - "description": "Detail of CustomerRecovery", + "description": "Detail of Customer", "content": { "application/vnd.api+json": { "schema": { @@ -14778,7 +14778,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomerRecovery" + "$ref": "#/components/schemas/Customer" } } } @@ -14793,7 +14793,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomerRecovery" + "$ref": "#/components/schemas/Customer" } } } @@ -14809,14 +14809,14 @@ } } }, - "/search/customer-recovery": { + "/search/customer": { "post": { "tags": [ - "Customer Recovery" + "Customer" ], - "summary": "Search for the Customer Recovery resources.", - "description": "Available since: 6.1.0.0", - "operationId": "searchCustomerRecovery", + "summary": "Search for the Customer resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchCustomer", "parameters": [ { "name": "sw-include-search-info", @@ -14844,7 +14844,7 @@ }, "responses": { "200": { - "description": "List of CustomerRecovery", + "description": "List of Customer", "content": { "application/vnd.api+json": { "schema": { @@ -14858,7 +14858,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerRecovery" + "$ref": "#/components/schemas/Customer" } } } @@ -14876,7 +14876,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerRecovery" + "$ref": "#/components/schemas/Customer" } } } @@ -14893,19 +14893,19 @@ } } }, - "/customer-recovery/{id}": { + "/customer/{id}": { "get": { "tags": [ - "Customer Recovery" + "Customer" ], - "summary": "Detailed information about a Customer Recovery resource.", - "description": "Available since: 6.1.0.0", - "operationId": "getCustomerRecovery", + "summary": "Detailed information about a Customer resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the customer_recovery", + "description": "Identifier for the customer", "required": true, "schema": { "type": "string", @@ -14915,7 +14915,7 @@ ], "responses": { "200": { - "description": "Detail of CustomerRecovery", + "description": "Detail of Customer", "content": { "application/vnd.api+json": { "schema": { @@ -14927,7 +14927,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomerRecovery" + "$ref": "#/components/schemas/Customer" } } } @@ -14942,7 +14942,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomerRecovery" + "$ref": "#/components/schemas/Customer" } } } @@ -14959,16 +14959,16 @@ }, "delete": { "tags": [ - "Customer Recovery" + "Customer" ], - "summary": "Delete a Customer Recovery resource.", - "description": "Available since: 6.1.0.0", - "operationId": "deleteCustomerRecovery", + "summary": "Delete a Customer resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the customer_recovery", + "description": "Identifier for the customer", "required": true, "schema": { "type": "string", @@ -14999,16 +14999,16 @@ }, "patch": { "tags": [ - "Customer Recovery" + "Customer" ], - "summary": "Partially update information about a Customer Recovery resource.", - "description": "Available since: 6.1.0.0", - "operationId": "updateCustomerRecovery", + "summary": "Partially update information about a Customer resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the customer_recovery", + "description": "Identifier for the customer", "required": true, "schema": { "type": "string", @@ -15026,18 +15026,18 @@ } ], "requestBody": { - "description": "Partially update information about a Customer Recovery resource.", + "description": "Partially update information about a Customer resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CustomerRecovery" + "$ref": "#/components/schemas/Customer" } } } }, "responses": { "200": { - "description": "Detail of CustomerRecovery", + "description": "Detail of Customer", "content": { "application/vnd.api+json": { "schema": { @@ -15049,7 +15049,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomerRecovery" + "$ref": "#/components/schemas/Customer" } } } @@ -15064,7 +15064,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomerRecovery" + "$ref": "#/components/schemas/Customer" } } } @@ -15083,14 +15083,14 @@ } } }, - "/aggregate/customer-recovery": { + "/aggregate/customer": { "post": { "tags": [ - "Customer Recovery" + "Customer" ], - "summary": "Aggregate for the Customer Recovery resources.", + "summary": "Aggregate for the Customer resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateCustomerRecovery", + "operationId": "aggregateCustomer", "requestBody": { "required": true, "content": { @@ -15114,7 +15114,7 @@ }, "responses": { "200": { - "description": "List of CustomerRecovery", + "description": "List of Customer", "content": { "application/vnd.api+json": { "schema": { @@ -15128,7 +15128,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerRecovery" + "$ref": "#/components/schemas/Customer" } } } @@ -15146,7 +15146,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerRecovery" + "$ref": "#/components/schemas/Customer" } } } @@ -15163,14 +15163,14 @@ } } }, - "/customer-wishlist": { + "/customer-address": { "get": { "tags": [ - "Customer Wishlist" + "Customer Address" ], - "summary": "List with basic information of Customer Wishlist resources.", - "description": "Available since: 6.3.4.0", - "operationId": "getCustomerWishlistList", + "summary": "List with basic information of Customer Address resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getCustomerAddressList", "parameters": [ { "name": "limit", @@ -15199,7 +15199,7 @@ ], "responses": { "200": { - "description": "List of Customer Wishlist resources.", + "description": "List of Customer Address resources.", "content": { "application/vnd.api+json": { "schema": { @@ -15218,7 +15218,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerWishlist" + "$ref": "#/components/schemas/CustomerAddress" } } ] @@ -15232,16 +15232,16 @@ "type": "object", "properties": { "first": { - "example": "/customer-wishlist?limit=25" + "example": "/customer-address?limit=25" }, "last": { - "example": "/customer-wishlist?limit=25&page=11" + "example": "/customer-address?limit=25&page=11" }, "next": { - "example": "/customer-wishlist?limit=25&page=4" + "example": "/customer-address?limit=25&page=4" }, "prev": { - "example": "/customer-wishlist?limit=25&page=2" + "example": "/customer-address?limit=25&page=2" } } } @@ -15262,7 +15262,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerWishlist" + "$ref": "#/components/schemas/CustomerAddress" } } } @@ -15277,11 +15277,11 @@ }, "post": { "tags": [ - "Customer Wishlist" + "Customer Address" ], - "summary": "Create a new Customer Wishlist resources.", - "description": "Available since: 6.3.4.0", - "operationId": "createCustomerWishlist", + "summary": "Create a new Customer Address resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createCustomerAddress", "parameters": [ { "name": "_response", @@ -15300,14 +15300,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CustomerWishlist" + "$ref": "#/components/schemas/CustomerAddress" } } } }, "responses": { "200": { - "description": "Detail of CustomerWishlist", + "description": "Detail of CustomerAddress", "content": { "application/vnd.api+json": { "schema": { @@ -15319,7 +15319,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomerWishlist" + "$ref": "#/components/schemas/CustomerAddress" } } } @@ -15334,7 +15334,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomerWishlist" + "$ref": "#/components/schemas/CustomerAddress" } } } @@ -15350,14 +15350,14 @@ } } }, - "/search/customer-wishlist": { + "/search/customer-address": { "post": { "tags": [ - "Customer Wishlist" + "Customer Address" ], - "summary": "Search for the Customer Wishlist resources.", - "description": "Available since: 6.3.4.0", - "operationId": "searchCustomerWishlist", + "summary": "Search for the Customer Address resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchCustomerAddress", "parameters": [ { "name": "sw-include-search-info", @@ -15385,7 +15385,7 @@ }, "responses": { "200": { - "description": "List of CustomerWishlist", + "description": "List of CustomerAddress", "content": { "application/vnd.api+json": { "schema": { @@ -15399,7 +15399,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerWishlist" + "$ref": "#/components/schemas/CustomerAddress" } } } @@ -15417,7 +15417,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerWishlist" + "$ref": "#/components/schemas/CustomerAddress" } } } @@ -15434,19 +15434,19 @@ } } }, - "/customer-wishlist/{id}": { + "/customer-address/{id}": { "get": { "tags": [ - "Customer Wishlist" + "Customer Address" ], - "summary": "Detailed information about a Customer Wishlist resource.", - "description": "Available since: 6.3.4.0", - "operationId": "getCustomerWishlist", + "summary": "Detailed information about a Customer Address resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getCustomerAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the customer_wishlist", + "description": "Identifier for the customer_address", "required": true, "schema": { "type": "string", @@ -15456,7 +15456,7 @@ ], "responses": { "200": { - "description": "Detail of CustomerWishlist", + "description": "Detail of CustomerAddress", "content": { "application/vnd.api+json": { "schema": { @@ -15468,7 +15468,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomerWishlist" + "$ref": "#/components/schemas/CustomerAddress" } } } @@ -15483,7 +15483,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomerWishlist" + "$ref": "#/components/schemas/CustomerAddress" } } } @@ -15500,16 +15500,16 @@ }, "delete": { "tags": [ - "Customer Wishlist" + "Customer Address" ], - "summary": "Delete a Customer Wishlist resource.", - "description": "Available since: 6.3.4.0", - "operationId": "deleteCustomerWishlist", + "summary": "Delete a Customer Address resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteCustomerAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the customer_wishlist", + "description": "Identifier for the customer_address", "required": true, "schema": { "type": "string", @@ -15540,16 +15540,16 @@ }, "patch": { "tags": [ - "Customer Wishlist" + "Customer Address" ], - "summary": "Partially update information about a Customer Wishlist resource.", - "description": "Available since: 6.3.4.0", - "operationId": "updateCustomerWishlist", + "summary": "Partially update information about a Customer Address resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateCustomerAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the customer_wishlist", + "description": "Identifier for the customer_address", "required": true, "schema": { "type": "string", @@ -15567,18 +15567,18 @@ } ], "requestBody": { - "description": "Partially update information about a Customer Wishlist resource.", + "description": "Partially update information about a Customer Address resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CustomerWishlist" + "$ref": "#/components/schemas/CustomerAddress" } } } }, "responses": { "200": { - "description": "Detail of CustomerWishlist", + "description": "Detail of CustomerAddress", "content": { "application/vnd.api+json": { "schema": { @@ -15590,7 +15590,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomerWishlist" + "$ref": "#/components/schemas/CustomerAddress" } } } @@ -15605,7 +15605,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomerWishlist" + "$ref": "#/components/schemas/CustomerAddress" } } } @@ -15624,14 +15624,14 @@ } } }, - "/aggregate/customer-wishlist": { + "/aggregate/customer-address": { "post": { "tags": [ - "Customer Wishlist" + "Customer Address" ], - "summary": "Aggregate for the Customer Wishlist resources.", + "summary": "Aggregate for the Customer Address resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateCustomerWishlist", + "operationId": "aggregateCustomerAddress", "requestBody": { "required": true, "content": { @@ -15655,7 +15655,7 @@ }, "responses": { "200": { - "description": "List of CustomerWishlist", + "description": "List of CustomerAddress", "content": { "application/vnd.api+json": { "schema": { @@ -15669,7 +15669,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerWishlist" + "$ref": "#/components/schemas/CustomerAddress" } } } @@ -15687,7 +15687,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerWishlist" + "$ref": "#/components/schemas/CustomerAddress" } } } @@ -15704,14 +15704,14 @@ } } }, - "/customer-wishlist-product": { + "/customer-group": { "get": { "tags": [ - "Customer Wishlist Product" + "Customer Group" ], - "summary": "List with basic information of Customer Wishlist Product resources.", - "description": "Available since: 6.3.4.0", - "operationId": "getCustomerWishlistProductList", + "summary": "List with basic information of Customer Group resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getCustomerGroupList", "parameters": [ { "name": "limit", @@ -15740,7 +15740,7 @@ ], "responses": { "200": { - "description": "List of Customer Wishlist Product resources.", + "description": "List of Customer Group resources.", "content": { "application/vnd.api+json": { "schema": { @@ -15759,7 +15759,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerWishlistProduct" + "$ref": "#/components/schemas/CustomerGroup" } } ] @@ -15773,16 +15773,16 @@ "type": "object", "properties": { "first": { - "example": "/customer-wishlist-product?limit=25" + "example": "/customer-group?limit=25" }, "last": { - "example": "/customer-wishlist-product?limit=25&page=11" + "example": "/customer-group?limit=25&page=11" }, "next": { - "example": "/customer-wishlist-product?limit=25&page=4" + "example": "/customer-group?limit=25&page=4" }, "prev": { - "example": "/customer-wishlist-product?limit=25&page=2" + "example": "/customer-group?limit=25&page=2" } } } @@ -15803,7 +15803,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerWishlistProduct" + "$ref": "#/components/schemas/CustomerGroup" } } } @@ -15818,11 +15818,11 @@ }, "post": { "tags": [ - "Customer Wishlist Product" + "Customer Group" ], - "summary": "Create a new Customer Wishlist Product resources.", - "description": "Available since: 6.3.4.0", - "operationId": "createCustomerWishlistProduct", + "summary": "Create a new Customer Group resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createCustomerGroup", "parameters": [ { "name": "_response", @@ -15841,14 +15841,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CustomerWishlistProduct" + "$ref": "#/components/schemas/CustomerGroup" } } } }, "responses": { "200": { - "description": "Detail of CustomerWishlistProduct", + "description": "Detail of CustomerGroup", "content": { "application/vnd.api+json": { "schema": { @@ -15860,7 +15860,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomerWishlistProduct" + "$ref": "#/components/schemas/CustomerGroup" } } } @@ -15875,7 +15875,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomerWishlistProduct" + "$ref": "#/components/schemas/CustomerGroup" } } } @@ -15891,14 +15891,14 @@ } } }, - "/search/customer-wishlist-product": { + "/search/customer-group": { "post": { "tags": [ - "Customer Wishlist Product" + "Customer Group" ], - "summary": "Search for the Customer Wishlist Product resources.", - "description": "Available since: 6.3.4.0", - "operationId": "searchCustomerWishlistProduct", + "summary": "Search for the Customer Group resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchCustomerGroup", "parameters": [ { "name": "sw-include-search-info", @@ -15926,7 +15926,7 @@ }, "responses": { "200": { - "description": "List of CustomerWishlistProduct", + "description": "List of CustomerGroup", "content": { "application/vnd.api+json": { "schema": { @@ -15940,7 +15940,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerWishlistProduct" + "$ref": "#/components/schemas/CustomerGroup" } } } @@ -15958,7 +15958,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerWishlistProduct" + "$ref": "#/components/schemas/CustomerGroup" } } } @@ -15975,19 +15975,19 @@ } } }, - "/customer-wishlist-product/{id}": { + "/customer-group/{id}": { "get": { "tags": [ - "Customer Wishlist Product" + "Customer Group" ], - "summary": "Detailed information about a Customer Wishlist Product resource.", - "description": "Available since: 6.3.4.0", - "operationId": "getCustomerWishlistProduct", + "summary": "Detailed information about a Customer Group resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getCustomerGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the customer_wishlist_product", + "description": "Identifier for the customer_group", "required": true, "schema": { "type": "string", @@ -15997,7 +15997,7 @@ ], "responses": { "200": { - "description": "Detail of CustomerWishlistProduct", + "description": "Detail of CustomerGroup", "content": { "application/vnd.api+json": { "schema": { @@ -16009,7 +16009,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomerWishlistProduct" + "$ref": "#/components/schemas/CustomerGroup" } } } @@ -16024,7 +16024,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomerWishlistProduct" + "$ref": "#/components/schemas/CustomerGroup" } } } @@ -16041,16 +16041,16 @@ }, "delete": { "tags": [ - "Customer Wishlist Product" + "Customer Group" ], - "summary": "Delete a Customer Wishlist Product resource.", - "description": "Available since: 6.3.4.0", - "operationId": "deleteCustomerWishlistProduct", + "summary": "Delete a Customer Group resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteCustomerGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the customer_wishlist_product", + "description": "Identifier for the customer_group", "required": true, "schema": { "type": "string", @@ -16081,16 +16081,16 @@ }, "patch": { "tags": [ - "Customer Wishlist Product" + "Customer Group" ], - "summary": "Partially update information about a Customer Wishlist Product resource.", - "description": "Available since: 6.3.4.0", - "operationId": "updateCustomerWishlistProduct", + "summary": "Partially update information about a Customer Group resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateCustomerGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the customer_wishlist_product", + "description": "Identifier for the customer_group", "required": true, "schema": { "type": "string", @@ -16108,18 +16108,18 @@ } ], "requestBody": { - "description": "Partially update information about a Customer Wishlist Product resource.", + "description": "Partially update information about a Customer Group resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CustomerWishlistProduct" + "$ref": "#/components/schemas/CustomerGroup" } } } }, "responses": { "200": { - "description": "Detail of CustomerWishlistProduct", + "description": "Detail of CustomerGroup", "content": { "application/vnd.api+json": { "schema": { @@ -16131,7 +16131,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomerWishlistProduct" + "$ref": "#/components/schemas/CustomerGroup" } } } @@ -16146,7 +16146,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomerWishlistProduct" + "$ref": "#/components/schemas/CustomerGroup" } } } @@ -16165,14 +16165,14 @@ } } }, - "/aggregate/customer-wishlist-product": { + "/aggregate/customer-group": { "post": { "tags": [ - "Customer Wishlist Product" + "Customer Group" ], - "summary": "Aggregate for the Customer Wishlist Product resources.", + "summary": "Aggregate for the Customer Group resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateCustomerWishlistProduct", + "operationId": "aggregateCustomerGroup", "requestBody": { "required": true, "content": { @@ -16196,7 +16196,7 @@ }, "responses": { "200": { - "description": "List of CustomerWishlistProduct", + "description": "List of CustomerGroup", "content": { "application/vnd.api+json": { "schema": { @@ -16210,7 +16210,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerWishlistProduct" + "$ref": "#/components/schemas/CustomerGroup" } } } @@ -16228,7 +16228,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerWishlistProduct" + "$ref": "#/components/schemas/CustomerGroup" } } } @@ -16245,14 +16245,14 @@ } } }, - "/delivery-time": { + "/customer-recovery": { "get": { "tags": [ - "Delivery Time" + "Customer Recovery" ], - "summary": "List with basic information of Delivery Time resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getDeliveryTimeList", + "summary": "List with basic information of Customer Recovery resources.", + "description": "Available since: 6.1.0.0", + "operationId": "getCustomerRecoveryList", "parameters": [ { "name": "limit", @@ -16281,7 +16281,7 @@ ], "responses": { "200": { - "description": "List of Delivery Time resources.", + "description": "List of Customer Recovery resources.", "content": { "application/vnd.api+json": { "schema": { @@ -16300,7 +16300,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/DeliveryTime" + "$ref": "#/components/schemas/CustomerRecovery" } } ] @@ -16314,16 +16314,16 @@ "type": "object", "properties": { "first": { - "example": "/delivery-time?limit=25" + "example": "/customer-recovery?limit=25" }, "last": { - "example": "/delivery-time?limit=25&page=11" + "example": "/customer-recovery?limit=25&page=11" }, "next": { - "example": "/delivery-time?limit=25&page=4" + "example": "/customer-recovery?limit=25&page=4" }, "prev": { - "example": "/delivery-time?limit=25&page=2" + "example": "/customer-recovery?limit=25&page=2" } } } @@ -16344,7 +16344,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DeliveryTime" + "$ref": "#/components/schemas/CustomerRecovery" } } } @@ -16359,11 +16359,11 @@ }, "post": { "tags": [ - "Delivery Time" + "Customer Recovery" ], - "summary": "Create a new Delivery Time resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createDeliveryTime", + "summary": "Create a new Customer Recovery resources.", + "description": "Available since: 6.1.0.0", + "operationId": "createCustomerRecovery", "parameters": [ { "name": "_response", @@ -16382,14 +16382,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/DeliveryTime" + "$ref": "#/components/schemas/CustomerRecovery" } } } }, "responses": { "200": { - "description": "Detail of DeliveryTime", + "description": "Detail of CustomerRecovery", "content": { "application/vnd.api+json": { "schema": { @@ -16401,7 +16401,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DeliveryTime" + "$ref": "#/components/schemas/CustomerRecovery" } } } @@ -16416,7 +16416,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DeliveryTime" + "$ref": "#/components/schemas/CustomerRecovery" } } } @@ -16432,14 +16432,14 @@ } } }, - "/search/delivery-time": { + "/search/customer-recovery": { "post": { "tags": [ - "Delivery Time" + "Customer Recovery" ], - "summary": "Search for the Delivery Time resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchDeliveryTime", + "summary": "Search for the Customer Recovery resources.", + "description": "Available since: 6.1.0.0", + "operationId": "searchCustomerRecovery", "parameters": [ { "name": "sw-include-search-info", @@ -16467,7 +16467,7 @@ }, "responses": { "200": { - "description": "List of DeliveryTime", + "description": "List of CustomerRecovery", "content": { "application/vnd.api+json": { "schema": { @@ -16481,7 +16481,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DeliveryTime" + "$ref": "#/components/schemas/CustomerRecovery" } } } @@ -16499,7 +16499,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DeliveryTime" + "$ref": "#/components/schemas/CustomerRecovery" } } } @@ -16516,19 +16516,19 @@ } } }, - "/delivery-time/{id}": { + "/customer-recovery/{id}": { "get": { "tags": [ - "Delivery Time" + "Customer Recovery" ], - "summary": "Detailed information about a Delivery Time resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getDeliveryTime", + "summary": "Detailed information about a Customer Recovery resource.", + "description": "Available since: 6.1.0.0", + "operationId": "getCustomerRecovery", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the delivery_time", + "description": "Identifier for the customer_recovery", "required": true, "schema": { "type": "string", @@ -16538,7 +16538,7 @@ ], "responses": { "200": { - "description": "Detail of DeliveryTime", + "description": "Detail of CustomerRecovery", "content": { "application/vnd.api+json": { "schema": { @@ -16550,7 +16550,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DeliveryTime" + "$ref": "#/components/schemas/CustomerRecovery" } } } @@ -16565,7 +16565,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DeliveryTime" + "$ref": "#/components/schemas/CustomerRecovery" } } } @@ -16582,16 +16582,16 @@ }, "delete": { "tags": [ - "Delivery Time" + "Customer Recovery" ], - "summary": "Delete a Delivery Time resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteDeliveryTime", + "summary": "Delete a Customer Recovery resource.", + "description": "Available since: 6.1.0.0", + "operationId": "deleteCustomerRecovery", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the delivery_time", + "description": "Identifier for the customer_recovery", "required": true, "schema": { "type": "string", @@ -16622,16 +16622,16 @@ }, "patch": { "tags": [ - "Delivery Time" + "Customer Recovery" ], - "summary": "Partially update information about a Delivery Time resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateDeliveryTime", + "summary": "Partially update information about a Customer Recovery resource.", + "description": "Available since: 6.1.0.0", + "operationId": "updateCustomerRecovery", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the delivery_time", + "description": "Identifier for the customer_recovery", "required": true, "schema": { "type": "string", @@ -16649,18 +16649,18 @@ } ], "requestBody": { - "description": "Partially update information about a Delivery Time resource.", + "description": "Partially update information about a Customer Recovery resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/DeliveryTime" + "$ref": "#/components/schemas/CustomerRecovery" } } } }, "responses": { "200": { - "description": "Detail of DeliveryTime", + "description": "Detail of CustomerRecovery", "content": { "application/vnd.api+json": { "schema": { @@ -16672,7 +16672,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DeliveryTime" + "$ref": "#/components/schemas/CustomerRecovery" } } } @@ -16687,7 +16687,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DeliveryTime" + "$ref": "#/components/schemas/CustomerRecovery" } } } @@ -16706,14 +16706,14 @@ } } }, - "/aggregate/delivery-time": { + "/aggregate/customer-recovery": { "post": { "tags": [ - "Delivery Time" + "Customer Recovery" ], - "summary": "Aggregate for the Delivery Time resources.", + "summary": "Aggregate for the Customer Recovery resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateDeliveryTime", + "operationId": "aggregateCustomerRecovery", "requestBody": { "required": true, "content": { @@ -16737,7 +16737,7 @@ }, "responses": { "200": { - "description": "List of DeliveryTime", + "description": "List of CustomerRecovery", "content": { "application/vnd.api+json": { "schema": { @@ -16751,7 +16751,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DeliveryTime" + "$ref": "#/components/schemas/CustomerRecovery" } } } @@ -16769,7 +16769,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DeliveryTime" + "$ref": "#/components/schemas/CustomerRecovery" } } } @@ -16786,14 +16786,14 @@ } } }, - "/document": { + "/customer-wishlist": { "get": { "tags": [ - "Document" + "Customer Wishlist" ], - "summary": "List with basic information of Document resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getDocumentList", + "summary": "List with basic information of Customer Wishlist resources.", + "description": "Available since: 6.3.4.0", + "operationId": "getCustomerWishlistList", "parameters": [ { "name": "limit", @@ -16822,7 +16822,7 @@ ], "responses": { "200": { - "description": "List of Document resources.", + "description": "List of Customer Wishlist resources.", "content": { "application/vnd.api+json": { "schema": { @@ -16841,7 +16841,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Document" + "$ref": "#/components/schemas/CustomerWishlist" } } ] @@ -16855,16 +16855,16 @@ "type": "object", "properties": { "first": { - "example": "/document?limit=25" + "example": "/customer-wishlist?limit=25" }, "last": { - "example": "/document?limit=25&page=11" + "example": "/customer-wishlist?limit=25&page=11" }, "next": { - "example": "/document?limit=25&page=4" + "example": "/customer-wishlist?limit=25&page=4" }, "prev": { - "example": "/document?limit=25&page=2" + "example": "/customer-wishlist?limit=25&page=2" } } } @@ -16885,7 +16885,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Document" + "$ref": "#/components/schemas/CustomerWishlist" } } } @@ -16900,11 +16900,11 @@ }, "post": { "tags": [ - "Document" + "Customer Wishlist" ], - "summary": "Create a new Document resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createDocument", + "summary": "Create a new Customer Wishlist resources.", + "description": "Available since: 6.3.4.0", + "operationId": "createCustomerWishlist", "parameters": [ { "name": "_response", @@ -16923,14 +16923,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Document" + "$ref": "#/components/schemas/CustomerWishlist" } } } }, "responses": { "200": { - "description": "Detail of Document", + "description": "Detail of CustomerWishlist", "content": { "application/vnd.api+json": { "schema": { @@ -16942,7 +16942,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Document" + "$ref": "#/components/schemas/CustomerWishlist" } } } @@ -16957,7 +16957,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Document" + "$ref": "#/components/schemas/CustomerWishlist" } } } @@ -16973,14 +16973,14 @@ } } }, - "/search/document": { + "/search/customer-wishlist": { "post": { "tags": [ - "Document" + "Customer Wishlist" ], - "summary": "Search for the Document resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchDocument", + "summary": "Search for the Customer Wishlist resources.", + "description": "Available since: 6.3.4.0", + "operationId": "searchCustomerWishlist", "parameters": [ { "name": "sw-include-search-info", @@ -17008,7 +17008,7 @@ }, "responses": { "200": { - "description": "List of Document", + "description": "List of CustomerWishlist", "content": { "application/vnd.api+json": { "schema": { @@ -17022,7 +17022,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Document" + "$ref": "#/components/schemas/CustomerWishlist" } } } @@ -17040,7 +17040,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Document" + "$ref": "#/components/schemas/CustomerWishlist" } } } @@ -17057,19 +17057,19 @@ } } }, - "/document/{id}": { + "/customer-wishlist/{id}": { "get": { "tags": [ - "Document" + "Customer Wishlist" ], - "summary": "Detailed information about a Document resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getDocument", + "summary": "Detailed information about a Customer Wishlist resource.", + "description": "Available since: 6.3.4.0", + "operationId": "getCustomerWishlist", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the document", + "description": "Identifier for the customer_wishlist", "required": true, "schema": { "type": "string", @@ -17079,7 +17079,7 @@ ], "responses": { "200": { - "description": "Detail of Document", + "description": "Detail of CustomerWishlist", "content": { "application/vnd.api+json": { "schema": { @@ -17091,7 +17091,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Document" + "$ref": "#/components/schemas/CustomerWishlist" } } } @@ -17106,7 +17106,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Document" + "$ref": "#/components/schemas/CustomerWishlist" } } } @@ -17123,16 +17123,16 @@ }, "delete": { "tags": [ - "Document" + "Customer Wishlist" ], - "summary": "Delete a Document resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteDocument", + "summary": "Delete a Customer Wishlist resource.", + "description": "Available since: 6.3.4.0", + "operationId": "deleteCustomerWishlist", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the document", + "description": "Identifier for the customer_wishlist", "required": true, "schema": { "type": "string", @@ -17163,16 +17163,16 @@ }, "patch": { "tags": [ - "Document" + "Customer Wishlist" ], - "summary": "Partially update information about a Document resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateDocument", + "summary": "Partially update information about a Customer Wishlist resource.", + "description": "Available since: 6.3.4.0", + "operationId": "updateCustomerWishlist", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the document", + "description": "Identifier for the customer_wishlist", "required": true, "schema": { "type": "string", @@ -17190,18 +17190,18 @@ } ], "requestBody": { - "description": "Partially update information about a Document resource.", + "description": "Partially update information about a Customer Wishlist resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Document" + "$ref": "#/components/schemas/CustomerWishlist" } } } }, "responses": { "200": { - "description": "Detail of Document", + "description": "Detail of CustomerWishlist", "content": { "application/vnd.api+json": { "schema": { @@ -17213,7 +17213,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Document" + "$ref": "#/components/schemas/CustomerWishlist" } } } @@ -17228,7 +17228,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Document" + "$ref": "#/components/schemas/CustomerWishlist" } } } @@ -17247,14 +17247,14 @@ } } }, - "/aggregate/document": { + "/aggregate/customer-wishlist": { "post": { "tags": [ - "Document" + "Customer Wishlist" ], - "summary": "Aggregate for the Document resources.", + "summary": "Aggregate for the Customer Wishlist resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateDocument", + "operationId": "aggregateCustomerWishlist", "requestBody": { "required": true, "content": { @@ -17278,7 +17278,7 @@ }, "responses": { "200": { - "description": "List of Document", + "description": "List of CustomerWishlist", "content": { "application/vnd.api+json": { "schema": { @@ -17292,7 +17292,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Document" + "$ref": "#/components/schemas/CustomerWishlist" } } } @@ -17310,7 +17310,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Document" + "$ref": "#/components/schemas/CustomerWishlist" } } } @@ -17327,14 +17327,14 @@ } } }, - "/document-base-config": { + "/customer-wishlist-product": { "get": { "tags": [ - "Document Base Config" + "Customer Wishlist Product" ], - "summary": "List with basic information of Document Base Config resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getDocumentBaseConfigList", + "summary": "List with basic information of Customer Wishlist Product resources.", + "description": "Available since: 6.3.4.0", + "operationId": "getCustomerWishlistProductList", "parameters": [ { "name": "limit", @@ -17363,7 +17363,7 @@ ], "responses": { "200": { - "description": "List of Document Base Config resources.", + "description": "List of Customer Wishlist Product resources.", "content": { "application/vnd.api+json": { "schema": { @@ -17382,7 +17382,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/DocumentBaseConfig" + "$ref": "#/components/schemas/CustomerWishlistProduct" } } ] @@ -17396,16 +17396,16 @@ "type": "object", "properties": { "first": { - "example": "/document-base-config?limit=25" + "example": "/customer-wishlist-product?limit=25" }, "last": { - "example": "/document-base-config?limit=25&page=11" + "example": "/customer-wishlist-product?limit=25&page=11" }, "next": { - "example": "/document-base-config?limit=25&page=4" + "example": "/customer-wishlist-product?limit=25&page=4" }, "prev": { - "example": "/document-base-config?limit=25&page=2" + "example": "/customer-wishlist-product?limit=25&page=2" } } } @@ -17426,7 +17426,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DocumentBaseConfig" + "$ref": "#/components/schemas/CustomerWishlistProduct" } } } @@ -17441,11 +17441,11 @@ }, "post": { "tags": [ - "Document Base Config" + "Customer Wishlist Product" ], - "summary": "Create a new Document Base Config resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createDocumentBaseConfig", + "summary": "Create a new Customer Wishlist Product resources.", + "description": "Available since: 6.3.4.0", + "operationId": "createCustomerWishlistProduct", "parameters": [ { "name": "_response", @@ -17464,14 +17464,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/DocumentBaseConfig" + "$ref": "#/components/schemas/CustomerWishlistProduct" } } } }, "responses": { "200": { - "description": "Detail of DocumentBaseConfig", + "description": "Detail of CustomerWishlistProduct", "content": { "application/vnd.api+json": { "schema": { @@ -17483,7 +17483,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DocumentBaseConfig" + "$ref": "#/components/schemas/CustomerWishlistProduct" } } } @@ -17498,7 +17498,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DocumentBaseConfig" + "$ref": "#/components/schemas/CustomerWishlistProduct" } } } @@ -17514,14 +17514,14 @@ } } }, - "/search/document-base-config": { + "/search/customer-wishlist-product": { "post": { "tags": [ - "Document Base Config" + "Customer Wishlist Product" ], - "summary": "Search for the Document Base Config resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchDocumentBaseConfig", + "summary": "Search for the Customer Wishlist Product resources.", + "description": "Available since: 6.3.4.0", + "operationId": "searchCustomerWishlistProduct", "parameters": [ { "name": "sw-include-search-info", @@ -17549,7 +17549,7 @@ }, "responses": { "200": { - "description": "List of DocumentBaseConfig", + "description": "List of CustomerWishlistProduct", "content": { "application/vnd.api+json": { "schema": { @@ -17563,7 +17563,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DocumentBaseConfig" + "$ref": "#/components/schemas/CustomerWishlistProduct" } } } @@ -17581,7 +17581,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DocumentBaseConfig" + "$ref": "#/components/schemas/CustomerWishlistProduct" } } } @@ -17598,19 +17598,19 @@ } } }, - "/document-base-config/{id}": { + "/customer-wishlist-product/{id}": { "get": { "tags": [ - "Document Base Config" + "Customer Wishlist Product" ], - "summary": "Detailed information about a Document Base Config resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getDocumentBaseConfig", + "summary": "Detailed information about a Customer Wishlist Product resource.", + "description": "Available since: 6.3.4.0", + "operationId": "getCustomerWishlistProduct", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the document_base_config", + "description": "Identifier for the customer_wishlist_product", "required": true, "schema": { "type": "string", @@ -17620,7 +17620,7 @@ ], "responses": { "200": { - "description": "Detail of DocumentBaseConfig", + "description": "Detail of CustomerWishlistProduct", "content": { "application/vnd.api+json": { "schema": { @@ -17632,7 +17632,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DocumentBaseConfig" + "$ref": "#/components/schemas/CustomerWishlistProduct" } } } @@ -17647,7 +17647,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DocumentBaseConfig" + "$ref": "#/components/schemas/CustomerWishlistProduct" } } } @@ -17664,16 +17664,16 @@ }, "delete": { "tags": [ - "Document Base Config" + "Customer Wishlist Product" ], - "summary": "Delete a Document Base Config resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteDocumentBaseConfig", + "summary": "Delete a Customer Wishlist Product resource.", + "description": "Available since: 6.3.4.0", + "operationId": "deleteCustomerWishlistProduct", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the document_base_config", + "description": "Identifier for the customer_wishlist_product", "required": true, "schema": { "type": "string", @@ -17704,16 +17704,16 @@ }, "patch": { "tags": [ - "Document Base Config" + "Customer Wishlist Product" ], - "summary": "Partially update information about a Document Base Config resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateDocumentBaseConfig", + "summary": "Partially update information about a Customer Wishlist Product resource.", + "description": "Available since: 6.3.4.0", + "operationId": "updateCustomerWishlistProduct", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the document_base_config", + "description": "Identifier for the customer_wishlist_product", "required": true, "schema": { "type": "string", @@ -17731,18 +17731,18 @@ } ], "requestBody": { - "description": "Partially update information about a Document Base Config resource.", + "description": "Partially update information about a Customer Wishlist Product resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/DocumentBaseConfig" + "$ref": "#/components/schemas/CustomerWishlistProduct" } } } }, "responses": { "200": { - "description": "Detail of DocumentBaseConfig", + "description": "Detail of CustomerWishlistProduct", "content": { "application/vnd.api+json": { "schema": { @@ -17754,7 +17754,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DocumentBaseConfig" + "$ref": "#/components/schemas/CustomerWishlistProduct" } } } @@ -17769,7 +17769,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DocumentBaseConfig" + "$ref": "#/components/schemas/CustomerWishlistProduct" } } } @@ -17788,14 +17788,14 @@ } } }, - "/aggregate/document-base-config": { + "/aggregate/customer-wishlist-product": { "post": { "tags": [ - "Document Base Config" + "Customer Wishlist Product" ], - "summary": "Aggregate for the Document Base Config resources.", + "summary": "Aggregate for the Customer Wishlist Product resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateDocumentBaseConfig", + "operationId": "aggregateCustomerWishlistProduct", "requestBody": { "required": true, "content": { @@ -17819,7 +17819,7 @@ }, "responses": { "200": { - "description": "List of DocumentBaseConfig", + "description": "List of CustomerWishlistProduct", "content": { "application/vnd.api+json": { "schema": { @@ -17833,7 +17833,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DocumentBaseConfig" + "$ref": "#/components/schemas/CustomerWishlistProduct" } } } @@ -17851,7 +17851,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DocumentBaseConfig" + "$ref": "#/components/schemas/CustomerWishlistProduct" } } } @@ -17868,14 +17868,14 @@ } } }, - "/document-base-config-sales-channel": { + "/delivery-time": { "get": { "tags": [ - "Document Base Config Sales Channel" + "Delivery Time" ], - "summary": "List with basic information of Document Base Config Sales Channel resources.", + "summary": "List with basic information of Delivery Time resources.", "description": "Available since: 6.0.0.0", - "operationId": "getDocumentBaseConfigSalesChannelList", + "operationId": "getDeliveryTimeList", "parameters": [ { "name": "limit", @@ -17904,7 +17904,7 @@ ], "responses": { "200": { - "description": "List of Document Base Config Sales Channel resources.", + "description": "List of Delivery Time resources.", "content": { "application/vnd.api+json": { "schema": { @@ -17923,7 +17923,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/DocumentBaseConfigSalesChannel" + "$ref": "#/components/schemas/DeliveryTime" } } ] @@ -17937,16 +17937,16 @@ "type": "object", "properties": { "first": { - "example": "/document-base-config-sales-channel?limit=25" + "example": "/delivery-time?limit=25" }, "last": { - "example": "/document-base-config-sales-channel?limit=25&page=11" + "example": "/delivery-time?limit=25&page=11" }, "next": { - "example": "/document-base-config-sales-channel?limit=25&page=4" + "example": "/delivery-time?limit=25&page=4" }, "prev": { - "example": "/document-base-config-sales-channel?limit=25&page=2" + "example": "/delivery-time?limit=25&page=2" } } } @@ -17967,7 +17967,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DocumentBaseConfigSalesChannel" + "$ref": "#/components/schemas/DeliveryTime" } } } @@ -17982,11 +17982,11 @@ }, "post": { "tags": [ - "Document Base Config Sales Channel" + "Delivery Time" ], - "summary": "Create a new Document Base Config Sales Channel resources.", + "summary": "Create a new Delivery Time resources.", "description": "Available since: 6.0.0.0", - "operationId": "createDocumentBaseConfigSalesChannel", + "operationId": "createDeliveryTime", "parameters": [ { "name": "_response", @@ -18005,14 +18005,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/DocumentBaseConfigSalesChannel" + "$ref": "#/components/schemas/DeliveryTime" } } } }, "responses": { "200": { - "description": "Detail of DocumentBaseConfigSalesChannel", + "description": "Detail of DeliveryTime", "content": { "application/vnd.api+json": { "schema": { @@ -18024,7 +18024,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DocumentBaseConfigSalesChannel" + "$ref": "#/components/schemas/DeliveryTime" } } } @@ -18039,7 +18039,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DocumentBaseConfigSalesChannel" + "$ref": "#/components/schemas/DeliveryTime" } } } @@ -18055,14 +18055,14 @@ } } }, - "/search/document-base-config-sales-channel": { + "/search/delivery-time": { "post": { "tags": [ - "Document Base Config Sales Channel" + "Delivery Time" ], - "summary": "Search for the Document Base Config Sales Channel resources.", + "summary": "Search for the Delivery Time resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchDocumentBaseConfigSalesChannel", + "operationId": "searchDeliveryTime", "parameters": [ { "name": "sw-include-search-info", @@ -18090,7 +18090,7 @@ }, "responses": { "200": { - "description": "List of DocumentBaseConfigSalesChannel", + "description": "List of DeliveryTime", "content": { "application/vnd.api+json": { "schema": { @@ -18104,7 +18104,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DocumentBaseConfigSalesChannel" + "$ref": "#/components/schemas/DeliveryTime" } } } @@ -18122,7 +18122,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DocumentBaseConfigSalesChannel" + "$ref": "#/components/schemas/DeliveryTime" } } } @@ -18139,19 +18139,19 @@ } } }, - "/document-base-config-sales-channel/{id}": { + "/delivery-time/{id}": { "get": { "tags": [ - "Document Base Config Sales Channel" + "Delivery Time" ], - "summary": "Detailed information about a Document Base Config Sales Channel resource.", + "summary": "Detailed information about a Delivery Time resource.", "description": "Available since: 6.0.0.0", - "operationId": "getDocumentBaseConfigSalesChannel", + "operationId": "getDeliveryTime", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the document_base_config_sales_channel", + "description": "Identifier for the delivery_time", "required": true, "schema": { "type": "string", @@ -18161,7 +18161,7 @@ ], "responses": { "200": { - "description": "Detail of DocumentBaseConfigSalesChannel", + "description": "Detail of DeliveryTime", "content": { "application/vnd.api+json": { "schema": { @@ -18173,7 +18173,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DocumentBaseConfigSalesChannel" + "$ref": "#/components/schemas/DeliveryTime" } } } @@ -18188,7 +18188,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DocumentBaseConfigSalesChannel" + "$ref": "#/components/schemas/DeliveryTime" } } } @@ -18205,16 +18205,16 @@ }, "delete": { "tags": [ - "Document Base Config Sales Channel" + "Delivery Time" ], - "summary": "Delete a Document Base Config Sales Channel resource.", + "summary": "Delete a Delivery Time resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteDocumentBaseConfigSalesChannel", + "operationId": "deleteDeliveryTime", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the document_base_config_sales_channel", + "description": "Identifier for the delivery_time", "required": true, "schema": { "type": "string", @@ -18245,16 +18245,16 @@ }, "patch": { "tags": [ - "Document Base Config Sales Channel" + "Delivery Time" ], - "summary": "Partially update information about a Document Base Config Sales Channel resource.", + "summary": "Partially update information about a Delivery Time resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateDocumentBaseConfigSalesChannel", + "operationId": "updateDeliveryTime", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the document_base_config_sales_channel", + "description": "Identifier for the delivery_time", "required": true, "schema": { "type": "string", @@ -18272,18 +18272,18 @@ } ], "requestBody": { - "description": "Partially update information about a Document Base Config Sales Channel resource.", + "description": "Partially update information about a Delivery Time resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/DocumentBaseConfigSalesChannel" + "$ref": "#/components/schemas/DeliveryTime" } } } }, "responses": { "200": { - "description": "Detail of DocumentBaseConfigSalesChannel", + "description": "Detail of DeliveryTime", "content": { "application/vnd.api+json": { "schema": { @@ -18295,7 +18295,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DocumentBaseConfigSalesChannel" + "$ref": "#/components/schemas/DeliveryTime" } } } @@ -18310,7 +18310,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DocumentBaseConfigSalesChannel" + "$ref": "#/components/schemas/DeliveryTime" } } } @@ -18329,14 +18329,14 @@ } } }, - "/aggregate/document-base-config-sales-channel": { + "/aggregate/delivery-time": { "post": { "tags": [ - "Document Base Config Sales Channel" + "Delivery Time" ], - "summary": "Aggregate for the Document Base Config Sales Channel resources.", + "summary": "Aggregate for the Delivery Time resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateDocumentBaseConfigSalesChannel", + "operationId": "aggregateDeliveryTime", "requestBody": { "required": true, "content": { @@ -18360,7 +18360,7 @@ }, "responses": { "200": { - "description": "List of DocumentBaseConfigSalesChannel", + "description": "List of DeliveryTime", "content": { "application/vnd.api+json": { "schema": { @@ -18374,7 +18374,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DocumentBaseConfigSalesChannel" + "$ref": "#/components/schemas/DeliveryTime" } } } @@ -18392,7 +18392,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DocumentBaseConfigSalesChannel" + "$ref": "#/components/schemas/DeliveryTime" } } } @@ -18409,14 +18409,14 @@ } } }, - "/document-type": { + "/document": { "get": { "tags": [ - "Document Type" + "Document" ], - "summary": "List with basic information of Document Type resources.", + "summary": "List with basic information of Document resources.", "description": "Available since: 6.0.0.0", - "operationId": "getDocumentTypeList", + "operationId": "getDocumentList", "parameters": [ { "name": "limit", @@ -18445,7 +18445,7 @@ ], "responses": { "200": { - "description": "List of Document Type resources.", + "description": "List of Document resources.", "content": { "application/vnd.api+json": { "schema": { @@ -18464,7 +18464,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/DocumentType" + "$ref": "#/components/schemas/Document" } } ] @@ -18478,16 +18478,16 @@ "type": "object", "properties": { "first": { - "example": "/document-type?limit=25" + "example": "/document?limit=25" }, "last": { - "example": "/document-type?limit=25&page=11" + "example": "/document?limit=25&page=11" }, "next": { - "example": "/document-type?limit=25&page=4" + "example": "/document?limit=25&page=4" }, "prev": { - "example": "/document-type?limit=25&page=2" + "example": "/document?limit=25&page=2" } } } @@ -18508,7 +18508,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DocumentType" + "$ref": "#/components/schemas/Document" } } } @@ -18523,11 +18523,11 @@ }, "post": { "tags": [ - "Document Type" + "Document" ], - "summary": "Create a new Document Type resources.", + "summary": "Create a new Document resources.", "description": "Available since: 6.0.0.0", - "operationId": "createDocumentType", + "operationId": "createDocument", "parameters": [ { "name": "_response", @@ -18546,14 +18546,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/DocumentType" + "$ref": "#/components/schemas/Document" } } } }, "responses": { "200": { - "description": "Detail of DocumentType", + "description": "Detail of Document", "content": { "application/vnd.api+json": { "schema": { @@ -18565,7 +18565,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DocumentType" + "$ref": "#/components/schemas/Document" } } } @@ -18580,7 +18580,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DocumentType" + "$ref": "#/components/schemas/Document" } } } @@ -18596,14 +18596,14 @@ } } }, - "/search/document-type": { + "/search/document": { "post": { "tags": [ - "Document Type" + "Document" ], - "summary": "Search for the Document Type resources.", + "summary": "Search for the Document resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchDocumentType", + "operationId": "searchDocument", "parameters": [ { "name": "sw-include-search-info", @@ -18631,7 +18631,7 @@ }, "responses": { "200": { - "description": "List of DocumentType", + "description": "List of Document", "content": { "application/vnd.api+json": { "schema": { @@ -18645,7 +18645,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DocumentType" + "$ref": "#/components/schemas/Document" } } } @@ -18663,7 +18663,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DocumentType" + "$ref": "#/components/schemas/Document" } } } @@ -18680,19 +18680,19 @@ } } }, - "/document-type/{id}": { + "/document/{id}": { "get": { "tags": [ - "Document Type" + "Document" ], - "summary": "Detailed information about a Document Type resource.", + "summary": "Detailed information about a Document resource.", "description": "Available since: 6.0.0.0", - "operationId": "getDocumentType", + "operationId": "getDocument", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the document_type", + "description": "Identifier for the document", "required": true, "schema": { "type": "string", @@ -18702,7 +18702,7 @@ ], "responses": { "200": { - "description": "Detail of DocumentType", + "description": "Detail of Document", "content": { "application/vnd.api+json": { "schema": { @@ -18714,7 +18714,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DocumentType" + "$ref": "#/components/schemas/Document" } } } @@ -18729,7 +18729,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DocumentType" + "$ref": "#/components/schemas/Document" } } } @@ -18746,16 +18746,16 @@ }, "delete": { "tags": [ - "Document Type" + "Document" ], - "summary": "Delete a Document Type resource.", + "summary": "Delete a Document resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteDocumentType", + "operationId": "deleteDocument", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the document_type", + "description": "Identifier for the document", "required": true, "schema": { "type": "string", @@ -18786,16 +18786,16 @@ }, "patch": { "tags": [ - "Document Type" + "Document" ], - "summary": "Partially update information about a Document Type resource.", + "summary": "Partially update information about a Document resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateDocumentType", + "operationId": "updateDocument", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the document_type", + "description": "Identifier for the document", "required": true, "schema": { "type": "string", @@ -18813,18 +18813,18 @@ } ], "requestBody": { - "description": "Partially update information about a Document Type resource.", + "description": "Partially update information about a Document resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/DocumentType" + "$ref": "#/components/schemas/Document" } } } }, "responses": { "200": { - "description": "Detail of DocumentType", + "description": "Detail of Document", "content": { "application/vnd.api+json": { "schema": { @@ -18836,7 +18836,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DocumentType" + "$ref": "#/components/schemas/Document" } } } @@ -18851,7 +18851,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DocumentType" + "$ref": "#/components/schemas/Document" } } } @@ -18870,14 +18870,14 @@ } } }, - "/aggregate/document-type": { + "/aggregate/document": { "post": { "tags": [ - "Document Type" + "Document" ], - "summary": "Aggregate for the Document Type resources.", + "summary": "Aggregate for the Document resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateDocumentType", + "operationId": "aggregateDocument", "requestBody": { "required": true, "content": { @@ -18901,7 +18901,7 @@ }, "responses": { "200": { - "description": "List of DocumentType", + "description": "List of Document", "content": { "application/vnd.api+json": { "schema": { @@ -18915,7 +18915,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DocumentType" + "$ref": "#/components/schemas/Document" } } } @@ -18933,7 +18933,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DocumentType" + "$ref": "#/components/schemas/Document" } } } @@ -18950,14 +18950,14 @@ } } }, - "/flow": { + "/document-base-config": { "get": { "tags": [ - "Flow" + "Document Base Config" ], - "summary": "List with basic information of Flow resources.", - "description": "Available since: 6.4.6.0", - "operationId": "getFlowList", + "summary": "List with basic information of Document Base Config resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getDocumentBaseConfigList", "parameters": [ { "name": "limit", @@ -18986,7 +18986,7 @@ ], "responses": { "200": { - "description": "List of Flow resources.", + "description": "List of Document Base Config resources.", "content": { "application/vnd.api+json": { "schema": { @@ -19005,7 +19005,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Flow" + "$ref": "#/components/schemas/DocumentBaseConfig" } } ] @@ -19019,16 +19019,16 @@ "type": "object", "properties": { "first": { - "example": "/flow?limit=25" + "example": "/document-base-config?limit=25" }, "last": { - "example": "/flow?limit=25&page=11" + "example": "/document-base-config?limit=25&page=11" }, "next": { - "example": "/flow?limit=25&page=4" + "example": "/document-base-config?limit=25&page=4" }, "prev": { - "example": "/flow?limit=25&page=2" + "example": "/document-base-config?limit=25&page=2" } } } @@ -19049,7 +19049,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Flow" + "$ref": "#/components/schemas/DocumentBaseConfig" } } } @@ -19064,11 +19064,11 @@ }, "post": { "tags": [ - "Flow" + "Document Base Config" ], - "summary": "Create a new Flow resources.", - "description": "Available since: 6.4.6.0", - "operationId": "createFlow", + "summary": "Create a new Document Base Config resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createDocumentBaseConfig", "parameters": [ { "name": "_response", @@ -19087,14 +19087,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Flow" + "$ref": "#/components/schemas/DocumentBaseConfig" } } } }, "responses": { "200": { - "description": "Detail of Flow", + "description": "Detail of DocumentBaseConfig", "content": { "application/vnd.api+json": { "schema": { @@ -19106,7 +19106,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Flow" + "$ref": "#/components/schemas/DocumentBaseConfig" } } } @@ -19121,7 +19121,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Flow" + "$ref": "#/components/schemas/DocumentBaseConfig" } } } @@ -19137,14 +19137,14 @@ } } }, - "/search/flow": { + "/search/document-base-config": { "post": { "tags": [ - "Flow" + "Document Base Config" ], - "summary": "Search for the Flow resources.", - "description": "Available since: 6.4.6.0", - "operationId": "searchFlow", + "summary": "Search for the Document Base Config resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchDocumentBaseConfig", "parameters": [ { "name": "sw-include-search-info", @@ -19172,7 +19172,7 @@ }, "responses": { "200": { - "description": "List of Flow", + "description": "List of DocumentBaseConfig", "content": { "application/vnd.api+json": { "schema": { @@ -19186,7 +19186,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Flow" + "$ref": "#/components/schemas/DocumentBaseConfig" } } } @@ -19204,7 +19204,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Flow" + "$ref": "#/components/schemas/DocumentBaseConfig" } } } @@ -19221,19 +19221,19 @@ } } }, - "/flow/{id}": { + "/document-base-config/{id}": { "get": { "tags": [ - "Flow" + "Document Base Config" ], - "summary": "Detailed information about a Flow resource.", - "description": "Available since: 6.4.6.0", - "operationId": "getFlow", + "summary": "Detailed information about a Document Base Config resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getDocumentBaseConfig", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the flow", + "description": "Identifier for the document_base_config", "required": true, "schema": { "type": "string", @@ -19243,7 +19243,7 @@ ], "responses": { "200": { - "description": "Detail of Flow", + "description": "Detail of DocumentBaseConfig", "content": { "application/vnd.api+json": { "schema": { @@ -19255,7 +19255,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Flow" + "$ref": "#/components/schemas/DocumentBaseConfig" } } } @@ -19270,7 +19270,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Flow" + "$ref": "#/components/schemas/DocumentBaseConfig" } } } @@ -19287,16 +19287,16 @@ }, "delete": { "tags": [ - "Flow" + "Document Base Config" ], - "summary": "Delete a Flow resource.", - "description": "Available since: 6.4.6.0", - "operationId": "deleteFlow", + "summary": "Delete a Document Base Config resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteDocumentBaseConfig", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the flow", + "description": "Identifier for the document_base_config", "required": true, "schema": { "type": "string", @@ -19327,16 +19327,16 @@ }, "patch": { "tags": [ - "Flow" + "Document Base Config" ], - "summary": "Partially update information about a Flow resource.", - "description": "Available since: 6.4.6.0", - "operationId": "updateFlow", + "summary": "Partially update information about a Document Base Config resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateDocumentBaseConfig", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the flow", + "description": "Identifier for the document_base_config", "required": true, "schema": { "type": "string", @@ -19354,18 +19354,18 @@ } ], "requestBody": { - "description": "Partially update information about a Flow resource.", + "description": "Partially update information about a Document Base Config resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Flow" + "$ref": "#/components/schemas/DocumentBaseConfig" } } } }, "responses": { "200": { - "description": "Detail of Flow", + "description": "Detail of DocumentBaseConfig", "content": { "application/vnd.api+json": { "schema": { @@ -19377,7 +19377,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Flow" + "$ref": "#/components/schemas/DocumentBaseConfig" } } } @@ -19392,7 +19392,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Flow" + "$ref": "#/components/schemas/DocumentBaseConfig" } } } @@ -19411,14 +19411,14 @@ } } }, - "/aggregate/flow": { + "/aggregate/document-base-config": { "post": { "tags": [ - "Flow" + "Document Base Config" ], - "summary": "Aggregate for the Flow resources.", + "summary": "Aggregate for the Document Base Config resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateFlow", + "operationId": "aggregateDocumentBaseConfig", "requestBody": { "required": true, "content": { @@ -19442,7 +19442,7 @@ }, "responses": { "200": { - "description": "List of Flow", + "description": "List of DocumentBaseConfig", "content": { "application/vnd.api+json": { "schema": { @@ -19456,7 +19456,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Flow" + "$ref": "#/components/schemas/DocumentBaseConfig" } } } @@ -19474,7 +19474,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Flow" + "$ref": "#/components/schemas/DocumentBaseConfig" } } } @@ -19491,14 +19491,14 @@ } } }, - "/flow-sequence": { + "/document-base-config-sales-channel": { "get": { "tags": [ - "Flow Sequence" + "Document Base Config Sales Channel" ], - "summary": "List with basic information of Flow Sequence resources.", - "description": "Available since: 6.4.6.0", - "operationId": "getFlowSequenceList", + "summary": "List with basic information of Document Base Config Sales Channel resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getDocumentBaseConfigSalesChannelList", "parameters": [ { "name": "limit", @@ -19527,7 +19527,7 @@ ], "responses": { "200": { - "description": "List of Flow Sequence resources.", + "description": "List of Document Base Config Sales Channel resources.", "content": { "application/vnd.api+json": { "schema": { @@ -19546,7 +19546,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/FlowSequence" + "$ref": "#/components/schemas/DocumentBaseConfigSalesChannel" } } ] @@ -19560,16 +19560,16 @@ "type": "object", "properties": { "first": { - "example": "/flow-sequence?limit=25" + "example": "/document-base-config-sales-channel?limit=25" }, "last": { - "example": "/flow-sequence?limit=25&page=11" + "example": "/document-base-config-sales-channel?limit=25&page=11" }, "next": { - "example": "/flow-sequence?limit=25&page=4" + "example": "/document-base-config-sales-channel?limit=25&page=4" }, "prev": { - "example": "/flow-sequence?limit=25&page=2" + "example": "/document-base-config-sales-channel?limit=25&page=2" } } } @@ -19590,7 +19590,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/FlowSequence" + "$ref": "#/components/schemas/DocumentBaseConfigSalesChannel" } } } @@ -19605,11 +19605,11 @@ }, "post": { "tags": [ - "Flow Sequence" + "Document Base Config Sales Channel" ], - "summary": "Create a new Flow Sequence resources.", - "description": "Available since: 6.4.6.0", - "operationId": "createFlowSequence", + "summary": "Create a new Document Base Config Sales Channel resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createDocumentBaseConfigSalesChannel", "parameters": [ { "name": "_response", @@ -19628,14 +19628,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/FlowSequence" + "$ref": "#/components/schemas/DocumentBaseConfigSalesChannel" } } } }, "responses": { "200": { - "description": "Detail of FlowSequence", + "description": "Detail of DocumentBaseConfigSalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -19647,7 +19647,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/FlowSequence" + "$ref": "#/components/schemas/DocumentBaseConfigSalesChannel" } } } @@ -19662,7 +19662,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/FlowSequence" + "$ref": "#/components/schemas/DocumentBaseConfigSalesChannel" } } } @@ -19678,14 +19678,14 @@ } } }, - "/search/flow-sequence": { + "/search/document-base-config-sales-channel": { "post": { "tags": [ - "Flow Sequence" + "Document Base Config Sales Channel" ], - "summary": "Search for the Flow Sequence resources.", - "description": "Available since: 6.4.6.0", - "operationId": "searchFlowSequence", + "summary": "Search for the Document Base Config Sales Channel resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchDocumentBaseConfigSalesChannel", "parameters": [ { "name": "sw-include-search-info", @@ -19713,7 +19713,7 @@ }, "responses": { "200": { - "description": "List of FlowSequence", + "description": "List of DocumentBaseConfigSalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -19727,7 +19727,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/FlowSequence" + "$ref": "#/components/schemas/DocumentBaseConfigSalesChannel" } } } @@ -19745,7 +19745,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/FlowSequence" + "$ref": "#/components/schemas/DocumentBaseConfigSalesChannel" } } } @@ -19762,19 +19762,19 @@ } } }, - "/flow-sequence/{id}": { + "/document-base-config-sales-channel/{id}": { "get": { "tags": [ - "Flow Sequence" + "Document Base Config Sales Channel" ], - "summary": "Detailed information about a Flow Sequence resource.", - "description": "Available since: 6.4.6.0", - "operationId": "getFlowSequence", + "summary": "Detailed information about a Document Base Config Sales Channel resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getDocumentBaseConfigSalesChannel", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the flow_sequence", + "description": "Identifier for the document_base_config_sales_channel", "required": true, "schema": { "type": "string", @@ -19784,7 +19784,7 @@ ], "responses": { "200": { - "description": "Detail of FlowSequence", + "description": "Detail of DocumentBaseConfigSalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -19796,7 +19796,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/FlowSequence" + "$ref": "#/components/schemas/DocumentBaseConfigSalesChannel" } } } @@ -19811,7 +19811,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/FlowSequence" + "$ref": "#/components/schemas/DocumentBaseConfigSalesChannel" } } } @@ -19828,16 +19828,16 @@ }, "delete": { "tags": [ - "Flow Sequence" + "Document Base Config Sales Channel" ], - "summary": "Delete a Flow Sequence resource.", - "description": "Available since: 6.4.6.0", - "operationId": "deleteFlowSequence", + "summary": "Delete a Document Base Config Sales Channel resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteDocumentBaseConfigSalesChannel", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the flow_sequence", + "description": "Identifier for the document_base_config_sales_channel", "required": true, "schema": { "type": "string", @@ -19868,16 +19868,16 @@ }, "patch": { "tags": [ - "Flow Sequence" + "Document Base Config Sales Channel" ], - "summary": "Partially update information about a Flow Sequence resource.", - "description": "Available since: 6.4.6.0", - "operationId": "updateFlowSequence", + "summary": "Partially update information about a Document Base Config Sales Channel resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateDocumentBaseConfigSalesChannel", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the flow_sequence", + "description": "Identifier for the document_base_config_sales_channel", "required": true, "schema": { "type": "string", @@ -19895,18 +19895,18 @@ } ], "requestBody": { - "description": "Partially update information about a Flow Sequence resource.", + "description": "Partially update information about a Document Base Config Sales Channel resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/FlowSequence" + "$ref": "#/components/schemas/DocumentBaseConfigSalesChannel" } } } }, "responses": { "200": { - "description": "Detail of FlowSequence", + "description": "Detail of DocumentBaseConfigSalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -19918,7 +19918,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/FlowSequence" + "$ref": "#/components/schemas/DocumentBaseConfigSalesChannel" } } } @@ -19933,7 +19933,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/FlowSequence" + "$ref": "#/components/schemas/DocumentBaseConfigSalesChannel" } } } @@ -19952,14 +19952,14 @@ } } }, - "/aggregate/flow-sequence": { + "/aggregate/document-base-config-sales-channel": { "post": { "tags": [ - "Flow Sequence" + "Document Base Config Sales Channel" ], - "summary": "Aggregate for the Flow Sequence resources.", + "summary": "Aggregate for the Document Base Config Sales Channel resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateFlowSequence", + "operationId": "aggregateDocumentBaseConfigSalesChannel", "requestBody": { "required": true, "content": { @@ -19983,7 +19983,7 @@ }, "responses": { "200": { - "description": "List of FlowSequence", + "description": "List of DocumentBaseConfigSalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -19997,7 +19997,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/FlowSequence" + "$ref": "#/components/schemas/DocumentBaseConfigSalesChannel" } } } @@ -20015,7 +20015,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/FlowSequence" + "$ref": "#/components/schemas/DocumentBaseConfigSalesChannel" } } } @@ -20032,14 +20032,14 @@ } } }, - "/flow-template": { + "/document-file": { "get": { "tags": [ - "Flow Template" + "Document File" ], - "summary": "List with basic information of Flow Template resources.", - "description": "Available since: 6.4.18.0", - "operationId": "getFlowTemplateList", + "summary": "List with basic information of Document File resources.", + "description": "Available since: 6.7.10.0", + "operationId": "getDocumentFileList", "parameters": [ { "name": "limit", @@ -20068,7 +20068,7 @@ ], "responses": { "200": { - "description": "List of Flow Template resources.", + "description": "List of Document File resources.", "content": { "application/vnd.api+json": { "schema": { @@ -20087,7 +20087,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/FlowTemplate" + "$ref": "#/components/schemas/DocumentFile" } } ] @@ -20101,16 +20101,16 @@ "type": "object", "properties": { "first": { - "example": "/flow-template?limit=25" + "example": "/document-file?limit=25" }, "last": { - "example": "/flow-template?limit=25&page=11" + "example": "/document-file?limit=25&page=11" }, "next": { - "example": "/flow-template?limit=25&page=4" + "example": "/document-file?limit=25&page=4" }, "prev": { - "example": "/flow-template?limit=25&page=2" + "example": "/document-file?limit=25&page=2" } } } @@ -20131,7 +20131,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/FlowTemplate" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -20146,11 +20146,11 @@ }, "post": { "tags": [ - "Flow Template" + "Document File" ], - "summary": "Create a new Flow Template resources.", - "description": "Available since: 6.4.18.0", - "operationId": "createFlowTemplate", + "summary": "Create a new Document File resources.", + "description": "Available since: 6.7.10.0", + "operationId": "createDocumentFile", "parameters": [ { "name": "_response", @@ -20169,14 +20169,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/FlowTemplate" + "$ref": "#/components/schemas/DocumentFile" } } } }, "responses": { "200": { - "description": "Detail of FlowTemplate", + "description": "Detail of DocumentFile", "content": { "application/vnd.api+json": { "schema": { @@ -20188,7 +20188,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/FlowTemplate" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -20203,7 +20203,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/FlowTemplate" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -20219,14 +20219,14 @@ } } }, - "/search/flow-template": { + "/search/document-file": { "post": { "tags": [ - "Flow Template" + "Document File" ], - "summary": "Search for the Flow Template resources.", - "description": "Available since: 6.4.18.0", - "operationId": "searchFlowTemplate", + "summary": "Search for the Document File resources.", + "description": "Available since: 6.7.10.0", + "operationId": "searchDocumentFile", "parameters": [ { "name": "sw-include-search-info", @@ -20254,7 +20254,7 @@ }, "responses": { "200": { - "description": "List of FlowTemplate", + "description": "List of DocumentFile", "content": { "application/vnd.api+json": { "schema": { @@ -20268,7 +20268,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/FlowTemplate" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -20286,7 +20286,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/FlowTemplate" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -20303,19 +20303,19 @@ } } }, - "/flow-template/{id}": { + "/document-file/{id}": { "get": { "tags": [ - "Flow Template" + "Document File" ], - "summary": "Detailed information about a Flow Template resource.", - "description": "Available since: 6.4.18.0", - "operationId": "getFlowTemplate", + "summary": "Detailed information about a Document File resource.", + "description": "Available since: 6.7.10.0", + "operationId": "getDocumentFile", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the flow_template", + "description": "Identifier for the document_file", "required": true, "schema": { "type": "string", @@ -20325,7 +20325,7 @@ ], "responses": { "200": { - "description": "Detail of FlowTemplate", + "description": "Detail of DocumentFile", "content": { "application/vnd.api+json": { "schema": { @@ -20337,7 +20337,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/FlowTemplate" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -20352,7 +20352,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/FlowTemplate" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -20369,16 +20369,16 @@ }, "delete": { "tags": [ - "Flow Template" + "Document File" ], - "summary": "Delete a Flow Template resource.", - "description": "Available since: 6.4.18.0", - "operationId": "deleteFlowTemplate", + "summary": "Delete a Document File resource.", + "description": "Available since: 6.7.10.0", + "operationId": "deleteDocumentFile", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the flow_template", + "description": "Identifier for the document_file", "required": true, "schema": { "type": "string", @@ -20409,16 +20409,16 @@ }, "patch": { "tags": [ - "Flow Template" + "Document File" ], - "summary": "Partially update information about a Flow Template resource.", - "description": "Available since: 6.4.18.0", - "operationId": "updateFlowTemplate", + "summary": "Partially update information about a Document File resource.", + "description": "Available since: 6.7.10.0", + "operationId": "updateDocumentFile", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the flow_template", + "description": "Identifier for the document_file", "required": true, "schema": { "type": "string", @@ -20436,18 +20436,18 @@ } ], "requestBody": { - "description": "Partially update information about a Flow Template resource.", + "description": "Partially update information about a Document File resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/FlowTemplate" + "$ref": "#/components/schemas/DocumentFile" } } } }, "responses": { "200": { - "description": "Detail of FlowTemplate", + "description": "Detail of DocumentFile", "content": { "application/vnd.api+json": { "schema": { @@ -20459,7 +20459,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/FlowTemplate" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -20474,7 +20474,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/FlowTemplate" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -20493,14 +20493,14 @@ } } }, - "/aggregate/flow-template": { + "/aggregate/document-file": { "post": { "tags": [ - "Flow Template" + "Document File" ], - "summary": "Aggregate for the Flow Template resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateFlowTemplate", + "summary": "Aggregate for the Document File resources.", + "description": "Available since: 6.7.10.0", + "operationId": "aggregateDocumentFile", "requestBody": { "required": true, "content": { @@ -20524,7 +20524,7 @@ }, "responses": { "200": { - "description": "List of FlowTemplate", + "description": "List of DocumentFile", "content": { "application/vnd.api+json": { "schema": { @@ -20538,7 +20538,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/FlowTemplate" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -20556,7 +20556,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/FlowTemplate" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -20573,14 +20573,14 @@ } } }, - "/import-export-file": { + "/document-type": { "get": { "tags": [ - "Import Export File" + "Document Type" ], - "summary": "List with basic information of Import Export File resources.", + "summary": "List with basic information of Document Type resources.", "description": "Available since: 6.0.0.0", - "operationId": "getImportExportFileList", + "operationId": "getDocumentTypeList", "parameters": [ { "name": "limit", @@ -20609,7 +20609,7 @@ ], "responses": { "200": { - "description": "List of Import Export File resources.", + "description": "List of Document Type resources.", "content": { "application/vnd.api+json": { "schema": { @@ -20628,7 +20628,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportFile" + "$ref": "#/components/schemas/DocumentType" } } ] @@ -20642,16 +20642,16 @@ "type": "object", "properties": { "first": { - "example": "/import-export-file?limit=25" + "example": "/document-type?limit=25" }, "last": { - "example": "/import-export-file?limit=25&page=11" + "example": "/document-type?limit=25&page=11" }, "next": { - "example": "/import-export-file?limit=25&page=4" + "example": "/document-type?limit=25&page=4" }, "prev": { - "example": "/import-export-file?limit=25&page=2" + "example": "/document-type?limit=25&page=2" } } } @@ -20672,7 +20672,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportFile" + "$ref": "#/components/schemas/DocumentType" } } } @@ -20687,11 +20687,11 @@ }, "post": { "tags": [ - "Import Export File" + "Document Type" ], - "summary": "Create a new Import Export File resources.", + "summary": "Create a new Document Type resources.", "description": "Available since: 6.0.0.0", - "operationId": "createImportExportFile", + "operationId": "createDocumentType", "parameters": [ { "name": "_response", @@ -20710,14 +20710,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ImportExportFile" + "$ref": "#/components/schemas/DocumentType" } } } }, "responses": { "200": { - "description": "Detail of ImportExportFile", + "description": "Detail of DocumentType", "content": { "application/vnd.api+json": { "schema": { @@ -20729,7 +20729,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ImportExportFile" + "$ref": "#/components/schemas/DocumentType" } } } @@ -20744,7 +20744,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ImportExportFile" + "$ref": "#/components/schemas/DocumentType" } } } @@ -20760,14 +20760,14 @@ } } }, - "/search/import-export-file": { + "/search/document-type": { "post": { "tags": [ - "Import Export File" + "Document Type" ], - "summary": "Search for the Import Export File resources.", + "summary": "Search for the Document Type resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchImportExportFile", + "operationId": "searchDocumentType", "parameters": [ { "name": "sw-include-search-info", @@ -20795,7 +20795,7 @@ }, "responses": { "200": { - "description": "List of ImportExportFile", + "description": "List of DocumentType", "content": { "application/vnd.api+json": { "schema": { @@ -20809,7 +20809,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportFile" + "$ref": "#/components/schemas/DocumentType" } } } @@ -20827,7 +20827,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportFile" + "$ref": "#/components/schemas/DocumentType" } } } @@ -20844,19 +20844,19 @@ } } }, - "/import-export-file/{id}": { + "/document-type/{id}": { "get": { "tags": [ - "Import Export File" + "Document Type" ], - "summary": "Detailed information about a Import Export File resource.", + "summary": "Detailed information about a Document Type resource.", "description": "Available since: 6.0.0.0", - "operationId": "getImportExportFile", + "operationId": "getDocumentType", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the import_export_file", + "description": "Identifier for the document_type", "required": true, "schema": { "type": "string", @@ -20866,7 +20866,7 @@ ], "responses": { "200": { - "description": "Detail of ImportExportFile", + "description": "Detail of DocumentType", "content": { "application/vnd.api+json": { "schema": { @@ -20878,7 +20878,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ImportExportFile" + "$ref": "#/components/schemas/DocumentType" } } } @@ -20893,7 +20893,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ImportExportFile" + "$ref": "#/components/schemas/DocumentType" } } } @@ -20910,16 +20910,16 @@ }, "delete": { "tags": [ - "Import Export File" + "Document Type" ], - "summary": "Delete a Import Export File resource.", + "summary": "Delete a Document Type resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteImportExportFile", + "operationId": "deleteDocumentType", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the import_export_file", + "description": "Identifier for the document_type", "required": true, "schema": { "type": "string", @@ -20950,16 +20950,16 @@ }, "patch": { "tags": [ - "Import Export File" + "Document Type" ], - "summary": "Partially update information about a Import Export File resource.", + "summary": "Partially update information about a Document Type resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateImportExportFile", + "operationId": "updateDocumentType", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the import_export_file", + "description": "Identifier for the document_type", "required": true, "schema": { "type": "string", @@ -20977,18 +20977,18 @@ } ], "requestBody": { - "description": "Partially update information about a Import Export File resource.", + "description": "Partially update information about a Document Type resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ImportExportFile" + "$ref": "#/components/schemas/DocumentType" } } } }, "responses": { "200": { - "description": "Detail of ImportExportFile", + "description": "Detail of DocumentType", "content": { "application/vnd.api+json": { "schema": { @@ -21000,7 +21000,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ImportExportFile" + "$ref": "#/components/schemas/DocumentType" } } } @@ -21015,7 +21015,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ImportExportFile" + "$ref": "#/components/schemas/DocumentType" } } } @@ -21034,14 +21034,14 @@ } } }, - "/aggregate/import-export-file": { + "/aggregate/document-type": { "post": { "tags": [ - "Import Export File" + "Document Type" ], - "summary": "Aggregate for the Import Export File resources.", + "summary": "Aggregate for the Document Type resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateImportExportFile", + "operationId": "aggregateDocumentType", "requestBody": { "required": true, "content": { @@ -21065,7 +21065,7 @@ }, "responses": { "200": { - "description": "List of ImportExportFile", + "description": "List of DocumentType", "content": { "application/vnd.api+json": { "schema": { @@ -21079,7 +21079,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportFile" + "$ref": "#/components/schemas/DocumentType" } } } @@ -21097,7 +21097,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportFile" + "$ref": "#/components/schemas/DocumentType" } } } @@ -21114,14 +21114,14 @@ } } }, - "/import-export-log": { + "/flow": { "get": { "tags": [ - "Import Export Log" + "Flow" ], - "summary": "List with basic information of Import Export Log resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getImportExportLogList", + "summary": "List with basic information of Flow resources.", + "description": "Available since: 6.4.6.0", + "operationId": "getFlowList", "parameters": [ { "name": "limit", @@ -21150,7 +21150,7 @@ ], "responses": { "200": { - "description": "List of Import Export Log resources.", + "description": "List of Flow resources.", "content": { "application/vnd.api+json": { "schema": { @@ -21169,7 +21169,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportLog" + "$ref": "#/components/schemas/Flow" } } ] @@ -21183,16 +21183,16 @@ "type": "object", "properties": { "first": { - "example": "/import-export-log?limit=25" + "example": "/flow?limit=25" }, "last": { - "example": "/import-export-log?limit=25&page=11" + "example": "/flow?limit=25&page=11" }, "next": { - "example": "/import-export-log?limit=25&page=4" + "example": "/flow?limit=25&page=4" }, "prev": { - "example": "/import-export-log?limit=25&page=2" + "example": "/flow?limit=25&page=2" } } } @@ -21213,7 +21213,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportLog" + "$ref": "#/components/schemas/Flow" } } } @@ -21228,11 +21228,11 @@ }, "post": { "tags": [ - "Import Export Log" + "Flow" ], - "summary": "Create a new Import Export Log resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createImportExportLog", + "summary": "Create a new Flow resources.", + "description": "Available since: 6.4.6.0", + "operationId": "createFlow", "parameters": [ { "name": "_response", @@ -21251,14 +21251,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ImportExportLog" + "$ref": "#/components/schemas/Flow" } } } }, "responses": { "200": { - "description": "Detail of ImportExportLog", + "description": "Detail of Flow", "content": { "application/vnd.api+json": { "schema": { @@ -21270,7 +21270,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ImportExportLog" + "$ref": "#/components/schemas/Flow" } } } @@ -21285,7 +21285,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ImportExportLog" + "$ref": "#/components/schemas/Flow" } } } @@ -21301,14 +21301,14 @@ } } }, - "/search/import-export-log": { + "/search/flow": { "post": { "tags": [ - "Import Export Log" + "Flow" ], - "summary": "Search for the Import Export Log resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchImportExportLog", + "summary": "Search for the Flow resources.", + "description": "Available since: 6.4.6.0", + "operationId": "searchFlow", "parameters": [ { "name": "sw-include-search-info", @@ -21336,7 +21336,7 @@ }, "responses": { "200": { - "description": "List of ImportExportLog", + "description": "List of Flow", "content": { "application/vnd.api+json": { "schema": { @@ -21350,7 +21350,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportLog" + "$ref": "#/components/schemas/Flow" } } } @@ -21368,7 +21368,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportLog" + "$ref": "#/components/schemas/Flow" } } } @@ -21385,19 +21385,19 @@ } } }, - "/import-export-log/{id}": { + "/flow/{id}": { "get": { "tags": [ - "Import Export Log" + "Flow" ], - "summary": "Detailed information about a Import Export Log resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getImportExportLog", + "summary": "Detailed information about a Flow resource.", + "description": "Available since: 6.4.6.0", + "operationId": "getFlow", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the import_export_log", + "description": "Identifier for the flow", "required": true, "schema": { "type": "string", @@ -21407,7 +21407,7 @@ ], "responses": { "200": { - "description": "Detail of ImportExportLog", + "description": "Detail of Flow", "content": { "application/vnd.api+json": { "schema": { @@ -21419,7 +21419,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ImportExportLog" + "$ref": "#/components/schemas/Flow" } } } @@ -21434,7 +21434,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ImportExportLog" + "$ref": "#/components/schemas/Flow" } } } @@ -21451,16 +21451,16 @@ }, "delete": { "tags": [ - "Import Export Log" + "Flow" ], - "summary": "Delete a Import Export Log resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteImportExportLog", + "summary": "Delete a Flow resource.", + "description": "Available since: 6.4.6.0", + "operationId": "deleteFlow", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the import_export_log", + "description": "Identifier for the flow", "required": true, "schema": { "type": "string", @@ -21491,16 +21491,16 @@ }, "patch": { "tags": [ - "Import Export Log" + "Flow" ], - "summary": "Partially update information about a Import Export Log resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateImportExportLog", + "summary": "Partially update information about a Flow resource.", + "description": "Available since: 6.4.6.0", + "operationId": "updateFlow", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the import_export_log", + "description": "Identifier for the flow", "required": true, "schema": { "type": "string", @@ -21518,18 +21518,18 @@ } ], "requestBody": { - "description": "Partially update information about a Import Export Log resource.", + "description": "Partially update information about a Flow resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ImportExportLog" + "$ref": "#/components/schemas/Flow" } } } }, "responses": { "200": { - "description": "Detail of ImportExportLog", + "description": "Detail of Flow", "content": { "application/vnd.api+json": { "schema": { @@ -21541,7 +21541,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ImportExportLog" + "$ref": "#/components/schemas/Flow" } } } @@ -21556,7 +21556,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ImportExportLog" + "$ref": "#/components/schemas/Flow" } } } @@ -21575,14 +21575,14 @@ } } }, - "/aggregate/import-export-log": { + "/aggregate/flow": { "post": { "tags": [ - "Import Export Log" + "Flow" ], - "summary": "Aggregate for the Import Export Log resources.", + "summary": "Aggregate for the Flow resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateImportExportLog", + "operationId": "aggregateFlow", "requestBody": { "required": true, "content": { @@ -21606,7 +21606,7 @@ }, "responses": { "200": { - "description": "List of ImportExportLog", + "description": "List of Flow", "content": { "application/vnd.api+json": { "schema": { @@ -21620,7 +21620,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportLog" + "$ref": "#/components/schemas/Flow" } } } @@ -21638,7 +21638,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportLog" + "$ref": "#/components/schemas/Flow" } } } @@ -21655,14 +21655,14 @@ } } }, - "/import-export-profile": { + "/flow-sequence": { "get": { "tags": [ - "Import Export Profile" + "Flow Sequence" ], - "summary": "List with basic information of Import Export Profile resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getImportExportProfileList", + "summary": "List with basic information of Flow Sequence resources.", + "description": "Available since: 6.4.6.0", + "operationId": "getFlowSequenceList", "parameters": [ { "name": "limit", @@ -21691,7 +21691,7 @@ ], "responses": { "200": { - "description": "List of Import Export Profile resources.", + "description": "List of Flow Sequence resources.", "content": { "application/vnd.api+json": { "schema": { @@ -21710,7 +21710,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportProfile" + "$ref": "#/components/schemas/FlowSequence" } } ] @@ -21724,16 +21724,16 @@ "type": "object", "properties": { "first": { - "example": "/import-export-profile?limit=25" + "example": "/flow-sequence?limit=25" }, "last": { - "example": "/import-export-profile?limit=25&page=11" + "example": "/flow-sequence?limit=25&page=11" }, "next": { - "example": "/import-export-profile?limit=25&page=4" + "example": "/flow-sequence?limit=25&page=4" }, "prev": { - "example": "/import-export-profile?limit=25&page=2" + "example": "/flow-sequence?limit=25&page=2" } } } @@ -21754,7 +21754,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportProfile" + "$ref": "#/components/schemas/FlowSequence" } } } @@ -21769,11 +21769,11 @@ }, "post": { "tags": [ - "Import Export Profile" + "Flow Sequence" ], - "summary": "Create a new Import Export Profile resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createImportExportProfile", + "summary": "Create a new Flow Sequence resources.", + "description": "Available since: 6.4.6.0", + "operationId": "createFlowSequence", "parameters": [ { "name": "_response", @@ -21792,14 +21792,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ImportExportProfile" + "$ref": "#/components/schemas/FlowSequence" } } } }, "responses": { "200": { - "description": "Detail of ImportExportProfile", + "description": "Detail of FlowSequence", "content": { "application/vnd.api+json": { "schema": { @@ -21811,7 +21811,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ImportExportProfile" + "$ref": "#/components/schemas/FlowSequence" } } } @@ -21826,7 +21826,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ImportExportProfile" + "$ref": "#/components/schemas/FlowSequence" } } } @@ -21842,14 +21842,14 @@ } } }, - "/search/import-export-profile": { + "/search/flow-sequence": { "post": { "tags": [ - "Import Export Profile" + "Flow Sequence" ], - "summary": "Search for the Import Export Profile resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchImportExportProfile", + "summary": "Search for the Flow Sequence resources.", + "description": "Available since: 6.4.6.0", + "operationId": "searchFlowSequence", "parameters": [ { "name": "sw-include-search-info", @@ -21877,7 +21877,7 @@ }, "responses": { "200": { - "description": "List of ImportExportProfile", + "description": "List of FlowSequence", "content": { "application/vnd.api+json": { "schema": { @@ -21891,7 +21891,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportProfile" + "$ref": "#/components/schemas/FlowSequence" } } } @@ -21909,7 +21909,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportProfile" + "$ref": "#/components/schemas/FlowSequence" } } } @@ -21926,19 +21926,19 @@ } } }, - "/import-export-profile/{id}": { + "/flow-sequence/{id}": { "get": { "tags": [ - "Import Export Profile" + "Flow Sequence" ], - "summary": "Detailed information about a Import Export Profile resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getImportExportProfile", + "summary": "Detailed information about a Flow Sequence resource.", + "description": "Available since: 6.4.6.0", + "operationId": "getFlowSequence", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the import_export_profile", + "description": "Identifier for the flow_sequence", "required": true, "schema": { "type": "string", @@ -21948,7 +21948,7 @@ ], "responses": { "200": { - "description": "Detail of ImportExportProfile", + "description": "Detail of FlowSequence", "content": { "application/vnd.api+json": { "schema": { @@ -21960,7 +21960,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ImportExportProfile" + "$ref": "#/components/schemas/FlowSequence" } } } @@ -21975,7 +21975,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ImportExportProfile" + "$ref": "#/components/schemas/FlowSequence" } } } @@ -21992,16 +21992,16 @@ }, "delete": { "tags": [ - "Import Export Profile" + "Flow Sequence" ], - "summary": "Delete a Import Export Profile resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteImportExportProfile", + "summary": "Delete a Flow Sequence resource.", + "description": "Available since: 6.4.6.0", + "operationId": "deleteFlowSequence", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the import_export_profile", + "description": "Identifier for the flow_sequence", "required": true, "schema": { "type": "string", @@ -22032,16 +22032,16 @@ }, "patch": { "tags": [ - "Import Export Profile" + "Flow Sequence" ], - "summary": "Partially update information about a Import Export Profile resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateImportExportProfile", + "summary": "Partially update information about a Flow Sequence resource.", + "description": "Available since: 6.4.6.0", + "operationId": "updateFlowSequence", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the import_export_profile", + "description": "Identifier for the flow_sequence", "required": true, "schema": { "type": "string", @@ -22059,18 +22059,18 @@ } ], "requestBody": { - "description": "Partially update information about a Import Export Profile resource.", + "description": "Partially update information about a Flow Sequence resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ImportExportProfile" + "$ref": "#/components/schemas/FlowSequence" } } } }, "responses": { "200": { - "description": "Detail of ImportExportProfile", + "description": "Detail of FlowSequence", "content": { "application/vnd.api+json": { "schema": { @@ -22082,7 +22082,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ImportExportProfile" + "$ref": "#/components/schemas/FlowSequence" } } } @@ -22097,7 +22097,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ImportExportProfile" + "$ref": "#/components/schemas/FlowSequence" } } } @@ -22116,14 +22116,14 @@ } } }, - "/aggregate/import-export-profile": { + "/aggregate/flow-sequence": { "post": { "tags": [ - "Import Export Profile" + "Flow Sequence" ], - "summary": "Aggregate for the Import Export Profile resources.", + "summary": "Aggregate for the Flow Sequence resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateImportExportProfile", + "operationId": "aggregateFlowSequence", "requestBody": { "required": true, "content": { @@ -22147,7 +22147,7 @@ }, "responses": { "200": { - "description": "List of ImportExportProfile", + "description": "List of FlowSequence", "content": { "application/vnd.api+json": { "schema": { @@ -22161,7 +22161,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportProfile" + "$ref": "#/components/schemas/FlowSequence" } } } @@ -22179,7 +22179,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportProfile" + "$ref": "#/components/schemas/FlowSequence" } } } @@ -22196,14 +22196,14 @@ } } }, - "/integration": { + "/flow-template": { "get": { "tags": [ - "Integration" + "Flow Template" ], - "summary": "List with basic information of Integration resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getIntegrationList", + "summary": "List with basic information of Flow Template resources.", + "description": "Available since: 6.4.18.0", + "operationId": "getFlowTemplateList", "parameters": [ { "name": "limit", @@ -22232,7 +22232,7 @@ ], "responses": { "200": { - "description": "List of Integration resources.", + "description": "List of Flow Template resources.", "content": { "application/vnd.api+json": { "schema": { @@ -22251,7 +22251,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Integration" + "$ref": "#/components/schemas/FlowTemplate" } } ] @@ -22265,16 +22265,16 @@ "type": "object", "properties": { "first": { - "example": "/integration?limit=25" + "example": "/flow-template?limit=25" }, "last": { - "example": "/integration?limit=25&page=11" + "example": "/flow-template?limit=25&page=11" }, "next": { - "example": "/integration?limit=25&page=4" + "example": "/flow-template?limit=25&page=4" }, "prev": { - "example": "/integration?limit=25&page=2" + "example": "/flow-template?limit=25&page=2" } } } @@ -22295,7 +22295,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Integration" + "$ref": "#/components/schemas/FlowTemplate" } } } @@ -22310,11 +22310,11 @@ }, "post": { "tags": [ - "Integration" + "Flow Template" ], - "summary": "Create a new Integration resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createIntegration", + "summary": "Create a new Flow Template resources.", + "description": "Available since: 6.4.18.0", + "operationId": "createFlowTemplate", "parameters": [ { "name": "_response", @@ -22333,14 +22333,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Integration" + "$ref": "#/components/schemas/FlowTemplate" } } } }, "responses": { "200": { - "description": "Detail of Integration", + "description": "Detail of FlowTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -22352,7 +22352,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Integration" + "$ref": "#/components/schemas/FlowTemplate" } } } @@ -22367,7 +22367,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Integration" + "$ref": "#/components/schemas/FlowTemplate" } } } @@ -22383,14 +22383,14 @@ } } }, - "/search/integration": { + "/search/flow-template": { "post": { "tags": [ - "Integration" + "Flow Template" ], - "summary": "Search for the Integration resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchIntegration", + "summary": "Search for the Flow Template resources.", + "description": "Available since: 6.4.18.0", + "operationId": "searchFlowTemplate", "parameters": [ { "name": "sw-include-search-info", @@ -22418,7 +22418,7 @@ }, "responses": { "200": { - "description": "List of Integration", + "description": "List of FlowTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -22432,7 +22432,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Integration" + "$ref": "#/components/schemas/FlowTemplate" } } } @@ -22450,7 +22450,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Integration" + "$ref": "#/components/schemas/FlowTemplate" } } } @@ -22467,19 +22467,19 @@ } } }, - "/integration/{id}": { + "/flow-template/{id}": { "get": { "tags": [ - "Integration" + "Flow Template" ], - "summary": "Detailed information about a Integration resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getIntegration", + "summary": "Detailed information about a Flow Template resource.", + "description": "Available since: 6.4.18.0", + "operationId": "getFlowTemplate", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the integration", + "description": "Identifier for the flow_template", "required": true, "schema": { "type": "string", @@ -22489,7 +22489,7 @@ ], "responses": { "200": { - "description": "Detail of Integration", + "description": "Detail of FlowTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -22501,7 +22501,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Integration" + "$ref": "#/components/schemas/FlowTemplate" } } } @@ -22516,7 +22516,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Integration" + "$ref": "#/components/schemas/FlowTemplate" } } } @@ -22533,16 +22533,16 @@ }, "delete": { "tags": [ - "Integration" + "Flow Template" ], - "summary": "Delete a Integration resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteIntegration", + "summary": "Delete a Flow Template resource.", + "description": "Available since: 6.4.18.0", + "operationId": "deleteFlowTemplate", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the integration", + "description": "Identifier for the flow_template", "required": true, "schema": { "type": "string", @@ -22573,16 +22573,16 @@ }, "patch": { "tags": [ - "Integration" + "Flow Template" ], - "summary": "Partially update information about a Integration resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateIntegration", + "summary": "Partially update information about a Flow Template resource.", + "description": "Available since: 6.4.18.0", + "operationId": "updateFlowTemplate", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the integration", + "description": "Identifier for the flow_template", "required": true, "schema": { "type": "string", @@ -22600,18 +22600,18 @@ } ], "requestBody": { - "description": "Partially update information about a Integration resource.", + "description": "Partially update information about a Flow Template resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Integration" + "$ref": "#/components/schemas/FlowTemplate" } } } }, "responses": { "200": { - "description": "Detail of Integration", + "description": "Detail of FlowTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -22623,7 +22623,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Integration" + "$ref": "#/components/schemas/FlowTemplate" } } } @@ -22638,7 +22638,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Integration" + "$ref": "#/components/schemas/FlowTemplate" } } } @@ -22657,14 +22657,14 @@ } } }, - "/aggregate/integration": { + "/aggregate/flow-template": { "post": { "tags": [ - "Integration" + "Flow Template" ], - "summary": "Aggregate for the Integration resources.", + "summary": "Aggregate for the Flow Template resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateIntegration", + "operationId": "aggregateFlowTemplate", "requestBody": { "required": true, "content": { @@ -22688,7 +22688,7 @@ }, "responses": { "200": { - "description": "List of Integration", + "description": "List of FlowTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -22702,7 +22702,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Integration" + "$ref": "#/components/schemas/FlowTemplate" } } } @@ -22720,7 +22720,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Integration" + "$ref": "#/components/schemas/FlowTemplate" } } } @@ -22737,14 +22737,14 @@ } } }, - "/landing-page": { + "/import-export-file": { "get": { "tags": [ - "Landing Page" + "Import Export File" ], - "summary": "List with basic information of Landing Page resources.", - "description": "Available since: 6.4.0.0", - "operationId": "getLandingPageList", + "summary": "List with basic information of Import Export File resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getImportExportFileList", "parameters": [ { "name": "limit", @@ -22773,7 +22773,7 @@ ], "responses": { "200": { - "description": "List of Landing Page resources.", + "description": "List of Import Export File resources.", "content": { "application/vnd.api+json": { "schema": { @@ -22792,7 +22792,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/LandingPage" + "$ref": "#/components/schemas/ImportExportFile" } } ] @@ -22806,16 +22806,16 @@ "type": "object", "properties": { "first": { - "example": "/landing-page?limit=25" + "example": "/import-export-file?limit=25" }, "last": { - "example": "/landing-page?limit=25&page=11" + "example": "/import-export-file?limit=25&page=11" }, "next": { - "example": "/landing-page?limit=25&page=4" + "example": "/import-export-file?limit=25&page=4" }, "prev": { - "example": "/landing-page?limit=25&page=2" + "example": "/import-export-file?limit=25&page=2" } } } @@ -22836,7 +22836,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/LandingPage" + "$ref": "#/components/schemas/ImportExportFile" } } } @@ -22851,11 +22851,11 @@ }, "post": { "tags": [ - "Landing Page" + "Import Export File" ], - "summary": "Create a new Landing Page resources.", - "description": "Available since: 6.4.0.0", - "operationId": "createLandingPage", + "summary": "Create a new Import Export File resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createImportExportFile", "parameters": [ { "name": "_response", @@ -22874,14 +22874,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/LandingPage" + "$ref": "#/components/schemas/ImportExportFile" } } } }, "responses": { "200": { - "description": "Detail of LandingPage", + "description": "Detail of ImportExportFile", "content": { "application/vnd.api+json": { "schema": { @@ -22893,7 +22893,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/LandingPage" + "$ref": "#/components/schemas/ImportExportFile" } } } @@ -22908,7 +22908,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/LandingPage" + "$ref": "#/components/schemas/ImportExportFile" } } } @@ -22924,14 +22924,14 @@ } } }, - "/search/landing-page": { + "/search/import-export-file": { "post": { "tags": [ - "Landing Page" + "Import Export File" ], - "summary": "Search for the Landing Page resources.", - "description": "Available since: 6.4.0.0", - "operationId": "searchLandingPage", + "summary": "Search for the Import Export File resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchImportExportFile", "parameters": [ { "name": "sw-include-search-info", @@ -22959,7 +22959,7 @@ }, "responses": { "200": { - "description": "List of LandingPage", + "description": "List of ImportExportFile", "content": { "application/vnd.api+json": { "schema": { @@ -22973,7 +22973,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/LandingPage" + "$ref": "#/components/schemas/ImportExportFile" } } } @@ -22991,7 +22991,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/LandingPage" + "$ref": "#/components/schemas/ImportExportFile" } } } @@ -23008,19 +23008,19 @@ } } }, - "/landing-page/{id}": { + "/import-export-file/{id}": { "get": { "tags": [ - "Landing Page" + "Import Export File" ], - "summary": "Detailed information about a Landing Page resource.", - "description": "Available since: 6.4.0.0", - "operationId": "getLandingPage", + "summary": "Detailed information about a Import Export File resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getImportExportFile", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the landing_page", + "description": "Identifier for the import_export_file", "required": true, "schema": { "type": "string", @@ -23030,7 +23030,7 @@ ], "responses": { "200": { - "description": "Detail of LandingPage", + "description": "Detail of ImportExportFile", "content": { "application/vnd.api+json": { "schema": { @@ -23042,7 +23042,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/LandingPage" + "$ref": "#/components/schemas/ImportExportFile" } } } @@ -23057,7 +23057,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/LandingPage" + "$ref": "#/components/schemas/ImportExportFile" } } } @@ -23074,16 +23074,16 @@ }, "delete": { "tags": [ - "Landing Page" + "Import Export File" ], - "summary": "Delete a Landing Page resource.", - "description": "Available since: 6.4.0.0", - "operationId": "deleteLandingPage", + "summary": "Delete a Import Export File resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteImportExportFile", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the landing_page", + "description": "Identifier for the import_export_file", "required": true, "schema": { "type": "string", @@ -23114,16 +23114,16 @@ }, "patch": { "tags": [ - "Landing Page" + "Import Export File" ], - "summary": "Partially update information about a Landing Page resource.", - "description": "Available since: 6.4.0.0", - "operationId": "updateLandingPage", + "summary": "Partially update information about a Import Export File resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateImportExportFile", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the landing_page", + "description": "Identifier for the import_export_file", "required": true, "schema": { "type": "string", @@ -23141,18 +23141,18 @@ } ], "requestBody": { - "description": "Partially update information about a Landing Page resource.", + "description": "Partially update information about a Import Export File resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/LandingPage" + "$ref": "#/components/schemas/ImportExportFile" } } } }, "responses": { "200": { - "description": "Detail of LandingPage", + "description": "Detail of ImportExportFile", "content": { "application/vnd.api+json": { "schema": { @@ -23164,7 +23164,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/LandingPage" + "$ref": "#/components/schemas/ImportExportFile" } } } @@ -23179,7 +23179,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/LandingPage" + "$ref": "#/components/schemas/ImportExportFile" } } } @@ -23198,14 +23198,14 @@ } } }, - "/aggregate/landing-page": { + "/aggregate/import-export-file": { "post": { "tags": [ - "Landing Page" + "Import Export File" ], - "summary": "Aggregate for the Landing Page resources.", + "summary": "Aggregate for the Import Export File resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateLandingPage", + "operationId": "aggregateImportExportFile", "requestBody": { "required": true, "content": { @@ -23229,7 +23229,7 @@ }, "responses": { "200": { - "description": "List of LandingPage", + "description": "List of ImportExportFile", "content": { "application/vnd.api+json": { "schema": { @@ -23243,7 +23243,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/LandingPage" + "$ref": "#/components/schemas/ImportExportFile" } } } @@ -23261,7 +23261,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/LandingPage" + "$ref": "#/components/schemas/ImportExportFile" } } } @@ -23278,14 +23278,14 @@ } } }, - "/language": { + "/import-export-log": { "get": { "tags": [ - "Language" + "Import Export Log" ], - "summary": "List with basic information of Language resources.", + "summary": "List with basic information of Import Export Log resources.", "description": "Available since: 6.0.0.0", - "operationId": "getLanguageList", + "operationId": "getImportExportLogList", "parameters": [ { "name": "limit", @@ -23314,7 +23314,7 @@ ], "responses": { "200": { - "description": "List of Language resources.", + "description": "List of Import Export Log resources.", "content": { "application/vnd.api+json": { "schema": { @@ -23333,7 +23333,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Language" + "$ref": "#/components/schemas/ImportExportLog" } } ] @@ -23347,16 +23347,16 @@ "type": "object", "properties": { "first": { - "example": "/language?limit=25" + "example": "/import-export-log?limit=25" }, "last": { - "example": "/language?limit=25&page=11" + "example": "/import-export-log?limit=25&page=11" }, "next": { - "example": "/language?limit=25&page=4" + "example": "/import-export-log?limit=25&page=4" }, "prev": { - "example": "/language?limit=25&page=2" + "example": "/import-export-log?limit=25&page=2" } } } @@ -23377,7 +23377,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Language" + "$ref": "#/components/schemas/ImportExportLog" } } } @@ -23392,11 +23392,11 @@ }, "post": { "tags": [ - "Language" + "Import Export Log" ], - "summary": "Create a new Language resources.", + "summary": "Create a new Import Export Log resources.", "description": "Available since: 6.0.0.0", - "operationId": "createLanguage", + "operationId": "createImportExportLog", "parameters": [ { "name": "_response", @@ -23415,14 +23415,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Language" + "$ref": "#/components/schemas/ImportExportLog" } } } }, "responses": { "200": { - "description": "Detail of Language", + "description": "Detail of ImportExportLog", "content": { "application/vnd.api+json": { "schema": { @@ -23434,7 +23434,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Language" + "$ref": "#/components/schemas/ImportExportLog" } } } @@ -23449,7 +23449,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Language" + "$ref": "#/components/schemas/ImportExportLog" } } } @@ -23465,14 +23465,14 @@ } } }, - "/search/language": { + "/search/import-export-log": { "post": { "tags": [ - "Language" + "Import Export Log" ], - "summary": "Search for the Language resources.", + "summary": "Search for the Import Export Log resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchLanguage", + "operationId": "searchImportExportLog", "parameters": [ { "name": "sw-include-search-info", @@ -23500,7 +23500,7 @@ }, "responses": { "200": { - "description": "List of Language", + "description": "List of ImportExportLog", "content": { "application/vnd.api+json": { "schema": { @@ -23514,7 +23514,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Language" + "$ref": "#/components/schemas/ImportExportLog" } } } @@ -23532,7 +23532,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Language" + "$ref": "#/components/schemas/ImportExportLog" } } } @@ -23549,19 +23549,19 @@ } } }, - "/language/{id}": { + "/import-export-log/{id}": { "get": { "tags": [ - "Language" + "Import Export Log" ], - "summary": "Detailed information about a Language resource.", + "summary": "Detailed information about a Import Export Log resource.", "description": "Available since: 6.0.0.0", - "operationId": "getLanguage", + "operationId": "getImportExportLog", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the language", + "description": "Identifier for the import_export_log", "required": true, "schema": { "type": "string", @@ -23571,7 +23571,7 @@ ], "responses": { "200": { - "description": "Detail of Language", + "description": "Detail of ImportExportLog", "content": { "application/vnd.api+json": { "schema": { @@ -23583,7 +23583,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Language" + "$ref": "#/components/schemas/ImportExportLog" } } } @@ -23598,7 +23598,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Language" + "$ref": "#/components/schemas/ImportExportLog" } } } @@ -23615,16 +23615,16 @@ }, "delete": { "tags": [ - "Language" + "Import Export Log" ], - "summary": "Delete a Language resource.", + "summary": "Delete a Import Export Log resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteLanguage", + "operationId": "deleteImportExportLog", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the language", + "description": "Identifier for the import_export_log", "required": true, "schema": { "type": "string", @@ -23655,16 +23655,16 @@ }, "patch": { "tags": [ - "Language" + "Import Export Log" ], - "summary": "Partially update information about a Language resource.", + "summary": "Partially update information about a Import Export Log resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateLanguage", + "operationId": "updateImportExportLog", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the language", + "description": "Identifier for the import_export_log", "required": true, "schema": { "type": "string", @@ -23682,18 +23682,18 @@ } ], "requestBody": { - "description": "Partially update information about a Language resource.", + "description": "Partially update information about a Import Export Log resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Language" + "$ref": "#/components/schemas/ImportExportLog" } } } }, "responses": { "200": { - "description": "Detail of Language", + "description": "Detail of ImportExportLog", "content": { "application/vnd.api+json": { "schema": { @@ -23705,7 +23705,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Language" + "$ref": "#/components/schemas/ImportExportLog" } } } @@ -23720,7 +23720,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Language" + "$ref": "#/components/schemas/ImportExportLog" } } } @@ -23739,14 +23739,14 @@ } } }, - "/aggregate/language": { + "/aggregate/import-export-log": { "post": { "tags": [ - "Language" + "Import Export Log" ], - "summary": "Aggregate for the Language resources.", + "summary": "Aggregate for the Import Export Log resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateLanguage", + "operationId": "aggregateImportExportLog", "requestBody": { "required": true, "content": { @@ -23770,7 +23770,7 @@ }, "responses": { "200": { - "description": "List of Language", + "description": "List of ImportExportLog", "content": { "application/vnd.api+json": { "schema": { @@ -23784,7 +23784,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Language" + "$ref": "#/components/schemas/ImportExportLog" } } } @@ -23802,7 +23802,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Language" + "$ref": "#/components/schemas/ImportExportLog" } } } @@ -23819,14 +23819,14 @@ } } }, - "/locale": { + "/import-export-profile": { "get": { "tags": [ - "Locale" + "Import Export Profile" ], - "summary": "List with basic information of Locale resources.", + "summary": "List with basic information of Import Export Profile resources.", "description": "Available since: 6.0.0.0", - "operationId": "getLocaleList", + "operationId": "getImportExportProfileList", "parameters": [ { "name": "limit", @@ -23855,7 +23855,7 @@ ], "responses": { "200": { - "description": "List of Locale resources.", + "description": "List of Import Export Profile resources.", "content": { "application/vnd.api+json": { "schema": { @@ -23874,7 +23874,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Locale" + "$ref": "#/components/schemas/ImportExportProfile" } } ] @@ -23888,16 +23888,16 @@ "type": "object", "properties": { "first": { - "example": "/locale?limit=25" + "example": "/import-export-profile?limit=25" }, "last": { - "example": "/locale?limit=25&page=11" + "example": "/import-export-profile?limit=25&page=11" }, "next": { - "example": "/locale?limit=25&page=4" + "example": "/import-export-profile?limit=25&page=4" }, "prev": { - "example": "/locale?limit=25&page=2" + "example": "/import-export-profile?limit=25&page=2" } } } @@ -23918,7 +23918,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Locale" + "$ref": "#/components/schemas/ImportExportProfile" } } } @@ -23933,11 +23933,11 @@ }, "post": { "tags": [ - "Locale" + "Import Export Profile" ], - "summary": "Create a new Locale resources.", + "summary": "Create a new Import Export Profile resources.", "description": "Available since: 6.0.0.0", - "operationId": "createLocale", + "operationId": "createImportExportProfile", "parameters": [ { "name": "_response", @@ -23956,14 +23956,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Locale" + "$ref": "#/components/schemas/ImportExportProfile" } } } }, "responses": { "200": { - "description": "Detail of Locale", + "description": "Detail of ImportExportProfile", "content": { "application/vnd.api+json": { "schema": { @@ -23975,7 +23975,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Locale" + "$ref": "#/components/schemas/ImportExportProfile" } } } @@ -23990,7 +23990,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Locale" + "$ref": "#/components/schemas/ImportExportProfile" } } } @@ -24006,14 +24006,14 @@ } } }, - "/search/locale": { + "/search/import-export-profile": { "post": { "tags": [ - "Locale" + "Import Export Profile" ], - "summary": "Search for the Locale resources.", + "summary": "Search for the Import Export Profile resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchLocale", + "operationId": "searchImportExportProfile", "parameters": [ { "name": "sw-include-search-info", @@ -24041,7 +24041,7 @@ }, "responses": { "200": { - "description": "List of Locale", + "description": "List of ImportExportProfile", "content": { "application/vnd.api+json": { "schema": { @@ -24055,7 +24055,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Locale" + "$ref": "#/components/schemas/ImportExportProfile" } } } @@ -24073,7 +24073,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Locale" + "$ref": "#/components/schemas/ImportExportProfile" } } } @@ -24090,19 +24090,19 @@ } } }, - "/locale/{id}": { + "/import-export-profile/{id}": { "get": { "tags": [ - "Locale" + "Import Export Profile" ], - "summary": "Detailed information about a Locale resource.", + "summary": "Detailed information about a Import Export Profile resource.", "description": "Available since: 6.0.0.0", - "operationId": "getLocale", + "operationId": "getImportExportProfile", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the locale", + "description": "Identifier for the import_export_profile", "required": true, "schema": { "type": "string", @@ -24112,7 +24112,7 @@ ], "responses": { "200": { - "description": "Detail of Locale", + "description": "Detail of ImportExportProfile", "content": { "application/vnd.api+json": { "schema": { @@ -24124,7 +24124,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Locale" + "$ref": "#/components/schemas/ImportExportProfile" } } } @@ -24139,7 +24139,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Locale" + "$ref": "#/components/schemas/ImportExportProfile" } } } @@ -24156,16 +24156,16 @@ }, "delete": { "tags": [ - "Locale" + "Import Export Profile" ], - "summary": "Delete a Locale resource.", + "summary": "Delete a Import Export Profile resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteLocale", + "operationId": "deleteImportExportProfile", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the locale", + "description": "Identifier for the import_export_profile", "required": true, "schema": { "type": "string", @@ -24196,16 +24196,16 @@ }, "patch": { "tags": [ - "Locale" + "Import Export Profile" ], - "summary": "Partially update information about a Locale resource.", + "summary": "Partially update information about a Import Export Profile resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateLocale", + "operationId": "updateImportExportProfile", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the locale", + "description": "Identifier for the import_export_profile", "required": true, "schema": { "type": "string", @@ -24223,18 +24223,18 @@ } ], "requestBody": { - "description": "Partially update information about a Locale resource.", + "description": "Partially update information about a Import Export Profile resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Locale" + "$ref": "#/components/schemas/ImportExportProfile" } } } }, "responses": { "200": { - "description": "Detail of Locale", + "description": "Detail of ImportExportProfile", "content": { "application/vnd.api+json": { "schema": { @@ -24246,7 +24246,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Locale" + "$ref": "#/components/schemas/ImportExportProfile" } } } @@ -24261,7 +24261,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Locale" + "$ref": "#/components/schemas/ImportExportProfile" } } } @@ -24280,14 +24280,14 @@ } } }, - "/aggregate/locale": { + "/aggregate/import-export-profile": { "post": { "tags": [ - "Locale" + "Import Export Profile" ], - "summary": "Aggregate for the Locale resources.", + "summary": "Aggregate for the Import Export Profile resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateLocale", + "operationId": "aggregateImportExportProfile", "requestBody": { "required": true, "content": { @@ -24311,7 +24311,7 @@ }, "responses": { "200": { - "description": "List of Locale", + "description": "List of ImportExportProfile", "content": { "application/vnd.api+json": { "schema": { @@ -24325,7 +24325,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Locale" + "$ref": "#/components/schemas/ImportExportProfile" } } } @@ -24343,7 +24343,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Locale" + "$ref": "#/components/schemas/ImportExportProfile" } } } @@ -24360,14 +24360,14 @@ } } }, - "/log-entry": { + "/integration": { "get": { "tags": [ - "Log Entry" + "Integration" ], - "summary": "List with basic information of Log Entry resources.", + "summary": "List with basic information of Integration resources.", "description": "Available since: 6.0.0.0", - "operationId": "getLogEntryList", + "operationId": "getIntegrationList", "parameters": [ { "name": "limit", @@ -24396,7 +24396,7 @@ ], "responses": { "200": { - "description": "List of Log Entry resources.", + "description": "List of Integration resources.", "content": { "application/vnd.api+json": { "schema": { @@ -24415,7 +24415,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/LogEntry" + "$ref": "#/components/schemas/Integration" } } ] @@ -24429,16 +24429,16 @@ "type": "object", "properties": { "first": { - "example": "/log-entry?limit=25" + "example": "/integration?limit=25" }, "last": { - "example": "/log-entry?limit=25&page=11" + "example": "/integration?limit=25&page=11" }, "next": { - "example": "/log-entry?limit=25&page=4" + "example": "/integration?limit=25&page=4" }, "prev": { - "example": "/log-entry?limit=25&page=2" + "example": "/integration?limit=25&page=2" } } } @@ -24459,7 +24459,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/LogEntry" + "$ref": "#/components/schemas/Integration" } } } @@ -24474,11 +24474,11 @@ }, "post": { "tags": [ - "Log Entry" + "Integration" ], - "summary": "Create a new Log Entry resources.", + "summary": "Create a new Integration resources.", "description": "Available since: 6.0.0.0", - "operationId": "createLogEntry", + "operationId": "createIntegration", "parameters": [ { "name": "_response", @@ -24497,14 +24497,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/LogEntry" + "$ref": "#/components/schemas/Integration" } } } }, "responses": { "200": { - "description": "Detail of LogEntry", + "description": "Detail of Integration", "content": { "application/vnd.api+json": { "schema": { @@ -24516,7 +24516,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/LogEntry" + "$ref": "#/components/schemas/Integration" } } } @@ -24531,7 +24531,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/LogEntry" + "$ref": "#/components/schemas/Integration" } } } @@ -24547,14 +24547,14 @@ } } }, - "/search/log-entry": { + "/search/integration": { "post": { "tags": [ - "Log Entry" + "Integration" ], - "summary": "Search for the Log Entry resources.", + "summary": "Search for the Integration resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchLogEntry", + "operationId": "searchIntegration", "parameters": [ { "name": "sw-include-search-info", @@ -24582,7 +24582,7 @@ }, "responses": { "200": { - "description": "List of LogEntry", + "description": "List of Integration", "content": { "application/vnd.api+json": { "schema": { @@ -24596,7 +24596,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/LogEntry" + "$ref": "#/components/schemas/Integration" } } } @@ -24614,7 +24614,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/LogEntry" + "$ref": "#/components/schemas/Integration" } } } @@ -24631,19 +24631,19 @@ } } }, - "/log-entry/{id}": { + "/integration/{id}": { "get": { "tags": [ - "Log Entry" + "Integration" ], - "summary": "Detailed information about a Log Entry resource.", + "summary": "Detailed information about a Integration resource.", "description": "Available since: 6.0.0.0", - "operationId": "getLogEntry", + "operationId": "getIntegration", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the log_entry", + "description": "Identifier for the integration", "required": true, "schema": { "type": "string", @@ -24653,7 +24653,7 @@ ], "responses": { "200": { - "description": "Detail of LogEntry", + "description": "Detail of Integration", "content": { "application/vnd.api+json": { "schema": { @@ -24665,7 +24665,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/LogEntry" + "$ref": "#/components/schemas/Integration" } } } @@ -24680,7 +24680,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/LogEntry" + "$ref": "#/components/schemas/Integration" } } } @@ -24697,16 +24697,16 @@ }, "delete": { "tags": [ - "Log Entry" + "Integration" ], - "summary": "Delete a Log Entry resource.", + "summary": "Delete a Integration resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteLogEntry", + "operationId": "deleteIntegration", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the log_entry", + "description": "Identifier for the integration", "required": true, "schema": { "type": "string", @@ -24737,16 +24737,16 @@ }, "patch": { "tags": [ - "Log Entry" + "Integration" ], - "summary": "Partially update information about a Log Entry resource.", + "summary": "Partially update information about a Integration resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateLogEntry", + "operationId": "updateIntegration", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the log_entry", + "description": "Identifier for the integration", "required": true, "schema": { "type": "string", @@ -24764,18 +24764,18 @@ } ], "requestBody": { - "description": "Partially update information about a Log Entry resource.", + "description": "Partially update information about a Integration resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/LogEntry" + "$ref": "#/components/schemas/Integration" } } } }, "responses": { "200": { - "description": "Detail of LogEntry", + "description": "Detail of Integration", "content": { "application/vnd.api+json": { "schema": { @@ -24787,7 +24787,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/LogEntry" + "$ref": "#/components/schemas/Integration" } } } @@ -24802,7 +24802,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/LogEntry" + "$ref": "#/components/schemas/Integration" } } } @@ -24821,14 +24821,14 @@ } } }, - "/aggregate/log-entry": { + "/aggregate/integration": { "post": { "tags": [ - "Log Entry" + "Integration" ], - "summary": "Aggregate for the Log Entry resources.", + "summary": "Aggregate for the Integration resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateLogEntry", + "operationId": "aggregateIntegration", "requestBody": { "required": true, "content": { @@ -24852,7 +24852,7 @@ }, "responses": { "200": { - "description": "List of LogEntry", + "description": "List of Integration", "content": { "application/vnd.api+json": { "schema": { @@ -24866,7 +24866,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/LogEntry" + "$ref": "#/components/schemas/Integration" } } } @@ -24884,7 +24884,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/LogEntry" + "$ref": "#/components/schemas/Integration" } } } @@ -24901,14 +24901,14 @@ } } }, - "/mail-header-footer": { + "/landing-page": { "get": { "tags": [ - "Mail Header Footer" + "Landing Page" ], - "summary": "List with basic information of Mail Header Footer resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getMailHeaderFooterList", + "summary": "List with basic information of Landing Page resources.", + "description": "Available since: 6.4.0.0", + "operationId": "getLandingPageList", "parameters": [ { "name": "limit", @@ -24937,7 +24937,7 @@ ], "responses": { "200": { - "description": "List of Mail Header Footer resources.", + "description": "List of Landing Page resources.", "content": { "application/vnd.api+json": { "schema": { @@ -24956,7 +24956,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/MailHeaderFooter" + "$ref": "#/components/schemas/LandingPage" } } ] @@ -24970,16 +24970,16 @@ "type": "object", "properties": { "first": { - "example": "/mail-header-footer?limit=25" + "example": "/landing-page?limit=25" }, "last": { - "example": "/mail-header-footer?limit=25&page=11" + "example": "/landing-page?limit=25&page=11" }, "next": { - "example": "/mail-header-footer?limit=25&page=4" + "example": "/landing-page?limit=25&page=4" }, "prev": { - "example": "/mail-header-footer?limit=25&page=2" + "example": "/landing-page?limit=25&page=2" } } } @@ -25000,7 +25000,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailHeaderFooter" + "$ref": "#/components/schemas/LandingPage" } } } @@ -25015,11 +25015,11 @@ }, "post": { "tags": [ - "Mail Header Footer" + "Landing Page" ], - "summary": "Create a new Mail Header Footer resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createMailHeaderFooter", + "summary": "Create a new Landing Page resources.", + "description": "Available since: 6.4.0.0", + "operationId": "createLandingPage", "parameters": [ { "name": "_response", @@ -25038,14 +25038,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MailHeaderFooter" + "$ref": "#/components/schemas/LandingPage" } } } }, "responses": { "200": { - "description": "Detail of MailHeaderFooter", + "description": "Detail of LandingPage", "content": { "application/vnd.api+json": { "schema": { @@ -25057,7 +25057,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MailHeaderFooter" + "$ref": "#/components/schemas/LandingPage" } } } @@ -25072,7 +25072,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MailHeaderFooter" + "$ref": "#/components/schemas/LandingPage" } } } @@ -25088,14 +25088,14 @@ } } }, - "/search/mail-header-footer": { + "/search/landing-page": { "post": { "tags": [ - "Mail Header Footer" + "Landing Page" ], - "summary": "Search for the Mail Header Footer resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchMailHeaderFooter", + "summary": "Search for the Landing Page resources.", + "description": "Available since: 6.4.0.0", + "operationId": "searchLandingPage", "parameters": [ { "name": "sw-include-search-info", @@ -25123,7 +25123,7 @@ }, "responses": { "200": { - "description": "List of MailHeaderFooter", + "description": "List of LandingPage", "content": { "application/vnd.api+json": { "schema": { @@ -25137,7 +25137,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailHeaderFooter" + "$ref": "#/components/schemas/LandingPage" } } } @@ -25155,7 +25155,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailHeaderFooter" + "$ref": "#/components/schemas/LandingPage" } } } @@ -25172,19 +25172,19 @@ } } }, - "/mail-header-footer/{id}": { + "/landing-page/{id}": { "get": { "tags": [ - "Mail Header Footer" + "Landing Page" ], - "summary": "Detailed information about a Mail Header Footer resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getMailHeaderFooter", + "summary": "Detailed information about a Landing Page resource.", + "description": "Available since: 6.4.0.0", + "operationId": "getLandingPage", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the mail_header_footer", + "description": "Identifier for the landing_page", "required": true, "schema": { "type": "string", @@ -25194,7 +25194,7 @@ ], "responses": { "200": { - "description": "Detail of MailHeaderFooter", + "description": "Detail of LandingPage", "content": { "application/vnd.api+json": { "schema": { @@ -25206,7 +25206,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MailHeaderFooter" + "$ref": "#/components/schemas/LandingPage" } } } @@ -25221,7 +25221,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MailHeaderFooter" + "$ref": "#/components/schemas/LandingPage" } } } @@ -25238,16 +25238,16 @@ }, "delete": { "tags": [ - "Mail Header Footer" + "Landing Page" ], - "summary": "Delete a Mail Header Footer resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteMailHeaderFooter", + "summary": "Delete a Landing Page resource.", + "description": "Available since: 6.4.0.0", + "operationId": "deleteLandingPage", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the mail_header_footer", + "description": "Identifier for the landing_page", "required": true, "schema": { "type": "string", @@ -25278,16 +25278,16 @@ }, "patch": { "tags": [ - "Mail Header Footer" + "Landing Page" ], - "summary": "Partially update information about a Mail Header Footer resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateMailHeaderFooter", + "summary": "Partially update information about a Landing Page resource.", + "description": "Available since: 6.4.0.0", + "operationId": "updateLandingPage", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the mail_header_footer", + "description": "Identifier for the landing_page", "required": true, "schema": { "type": "string", @@ -25305,18 +25305,18 @@ } ], "requestBody": { - "description": "Partially update information about a Mail Header Footer resource.", + "description": "Partially update information about a Landing Page resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MailHeaderFooter" + "$ref": "#/components/schemas/LandingPage" } } } }, "responses": { "200": { - "description": "Detail of MailHeaderFooter", + "description": "Detail of LandingPage", "content": { "application/vnd.api+json": { "schema": { @@ -25328,7 +25328,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MailHeaderFooter" + "$ref": "#/components/schemas/LandingPage" } } } @@ -25343,7 +25343,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MailHeaderFooter" + "$ref": "#/components/schemas/LandingPage" } } } @@ -25362,14 +25362,14 @@ } } }, - "/aggregate/mail-header-footer": { + "/aggregate/landing-page": { "post": { "tags": [ - "Mail Header Footer" + "Landing Page" ], - "summary": "Aggregate for the Mail Header Footer resources.", + "summary": "Aggregate for the Landing Page resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateMailHeaderFooter", + "operationId": "aggregateLandingPage", "requestBody": { "required": true, "content": { @@ -25393,7 +25393,7 @@ }, "responses": { "200": { - "description": "List of MailHeaderFooter", + "description": "List of LandingPage", "content": { "application/vnd.api+json": { "schema": { @@ -25407,7 +25407,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailHeaderFooter" + "$ref": "#/components/schemas/LandingPage" } } } @@ -25425,7 +25425,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailHeaderFooter" + "$ref": "#/components/schemas/LandingPage" } } } @@ -25442,14 +25442,14 @@ } } }, - "/mail-template": { + "/language": { "get": { "tags": [ - "Mail Template" + "Language" ], - "summary": "List with basic information of Mail Template resources.", + "summary": "List with basic information of Language resources.", "description": "Available since: 6.0.0.0", - "operationId": "getMailTemplateList", + "operationId": "getLanguageList", "parameters": [ { "name": "limit", @@ -25478,7 +25478,7 @@ ], "responses": { "200": { - "description": "List of Mail Template resources.", + "description": "List of Language resources.", "content": { "application/vnd.api+json": { "schema": { @@ -25497,7 +25497,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/MailTemplate" + "$ref": "#/components/schemas/Language" } } ] @@ -25511,16 +25511,16 @@ "type": "object", "properties": { "first": { - "example": "/mail-template?limit=25" + "example": "/language?limit=25" }, "last": { - "example": "/mail-template?limit=25&page=11" + "example": "/language?limit=25&page=11" }, "next": { - "example": "/mail-template?limit=25&page=4" + "example": "/language?limit=25&page=4" }, "prev": { - "example": "/mail-template?limit=25&page=2" + "example": "/language?limit=25&page=2" } } } @@ -25541,7 +25541,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailTemplate" + "$ref": "#/components/schemas/Language" } } } @@ -25556,11 +25556,11 @@ }, "post": { "tags": [ - "Mail Template" + "Language" ], - "summary": "Create a new Mail Template resources.", + "summary": "Create a new Language resources.", "description": "Available since: 6.0.0.0", - "operationId": "createMailTemplate", + "operationId": "createLanguage", "parameters": [ { "name": "_response", @@ -25579,14 +25579,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MailTemplate" + "$ref": "#/components/schemas/Language" } } } }, "responses": { "200": { - "description": "Detail of MailTemplate", + "description": "Detail of Language", "content": { "application/vnd.api+json": { "schema": { @@ -25598,7 +25598,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MailTemplate" + "$ref": "#/components/schemas/Language" } } } @@ -25613,7 +25613,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MailTemplate" + "$ref": "#/components/schemas/Language" } } } @@ -25629,14 +25629,14 @@ } } }, - "/search/mail-template": { + "/search/language": { "post": { "tags": [ - "Mail Template" + "Language" ], - "summary": "Search for the Mail Template resources.", + "summary": "Search for the Language resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchMailTemplate", + "operationId": "searchLanguage", "parameters": [ { "name": "sw-include-search-info", @@ -25664,7 +25664,7 @@ }, "responses": { "200": { - "description": "List of MailTemplate", + "description": "List of Language", "content": { "application/vnd.api+json": { "schema": { @@ -25678,7 +25678,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailTemplate" + "$ref": "#/components/schemas/Language" } } } @@ -25696,7 +25696,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailTemplate" + "$ref": "#/components/schemas/Language" } } } @@ -25713,19 +25713,19 @@ } } }, - "/mail-template/{id}": { + "/language/{id}": { "get": { "tags": [ - "Mail Template" + "Language" ], - "summary": "Detailed information about a Mail Template resource.", + "summary": "Detailed information about a Language resource.", "description": "Available since: 6.0.0.0", - "operationId": "getMailTemplate", + "operationId": "getLanguage", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the mail_template", + "description": "Identifier for the language", "required": true, "schema": { "type": "string", @@ -25735,7 +25735,7 @@ ], "responses": { "200": { - "description": "Detail of MailTemplate", + "description": "Detail of Language", "content": { "application/vnd.api+json": { "schema": { @@ -25747,7 +25747,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MailTemplate" + "$ref": "#/components/schemas/Language" } } } @@ -25762,7 +25762,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MailTemplate" + "$ref": "#/components/schemas/Language" } } } @@ -25779,16 +25779,16 @@ }, "delete": { "tags": [ - "Mail Template" + "Language" ], - "summary": "Delete a Mail Template resource.", + "summary": "Delete a Language resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteMailTemplate", + "operationId": "deleteLanguage", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the mail_template", + "description": "Identifier for the language", "required": true, "schema": { "type": "string", @@ -25819,16 +25819,16 @@ }, "patch": { "tags": [ - "Mail Template" + "Language" ], - "summary": "Partially update information about a Mail Template resource.", + "summary": "Partially update information about a Language resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateMailTemplate", + "operationId": "updateLanguage", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the mail_template", + "description": "Identifier for the language", "required": true, "schema": { "type": "string", @@ -25846,18 +25846,18 @@ } ], "requestBody": { - "description": "Partially update information about a Mail Template resource.", + "description": "Partially update information about a Language resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MailTemplate" + "$ref": "#/components/schemas/Language" } } } }, "responses": { "200": { - "description": "Detail of MailTemplate", + "description": "Detail of Language", "content": { "application/vnd.api+json": { "schema": { @@ -25869,7 +25869,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MailTemplate" + "$ref": "#/components/schemas/Language" } } } @@ -25884,7 +25884,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MailTemplate" + "$ref": "#/components/schemas/Language" } } } @@ -25903,14 +25903,14 @@ } } }, - "/aggregate/mail-template": { + "/aggregate/language": { "post": { "tags": [ - "Mail Template" + "Language" ], - "summary": "Aggregate for the Mail Template resources.", + "summary": "Aggregate for the Language resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateMailTemplate", + "operationId": "aggregateLanguage", "requestBody": { "required": true, "content": { @@ -25934,7 +25934,7 @@ }, "responses": { "200": { - "description": "List of MailTemplate", + "description": "List of Language", "content": { "application/vnd.api+json": { "schema": { @@ -25948,7 +25948,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailTemplate" + "$ref": "#/components/schemas/Language" } } } @@ -25966,7 +25966,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailTemplate" + "$ref": "#/components/schemas/Language" } } } @@ -25983,14 +25983,14 @@ } } }, - "/mail-template-type": { + "/locale": { "get": { "tags": [ - "Mail Template Type" + "Locale" ], - "summary": "List with basic information of Mail Template Type resources.", + "summary": "List with basic information of Locale resources.", "description": "Available since: 6.0.0.0", - "operationId": "getMailTemplateTypeList", + "operationId": "getLocaleList", "parameters": [ { "name": "limit", @@ -26019,7 +26019,7 @@ ], "responses": { "200": { - "description": "List of Mail Template Type resources.", + "description": "List of Locale resources.", "content": { "application/vnd.api+json": { "schema": { @@ -26038,7 +26038,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/MailTemplateType" + "$ref": "#/components/schemas/Locale" } } ] @@ -26052,16 +26052,16 @@ "type": "object", "properties": { "first": { - "example": "/mail-template-type?limit=25" + "example": "/locale?limit=25" }, "last": { - "example": "/mail-template-type?limit=25&page=11" + "example": "/locale?limit=25&page=11" }, "next": { - "example": "/mail-template-type?limit=25&page=4" + "example": "/locale?limit=25&page=4" }, "prev": { - "example": "/mail-template-type?limit=25&page=2" + "example": "/locale?limit=25&page=2" } } } @@ -26082,7 +26082,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailTemplateType" + "$ref": "#/components/schemas/Locale" } } } @@ -26097,11 +26097,11 @@ }, "post": { "tags": [ - "Mail Template Type" + "Locale" ], - "summary": "Create a new Mail Template Type resources.", + "summary": "Create a new Locale resources.", "description": "Available since: 6.0.0.0", - "operationId": "createMailTemplateType", + "operationId": "createLocale", "parameters": [ { "name": "_response", @@ -26120,14 +26120,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MailTemplateType" + "$ref": "#/components/schemas/Locale" } } } }, "responses": { "200": { - "description": "Detail of MailTemplateType", + "description": "Detail of Locale", "content": { "application/vnd.api+json": { "schema": { @@ -26139,7 +26139,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MailTemplateType" + "$ref": "#/components/schemas/Locale" } } } @@ -26154,7 +26154,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MailTemplateType" + "$ref": "#/components/schemas/Locale" } } } @@ -26170,14 +26170,14 @@ } } }, - "/search/mail-template-type": { + "/search/locale": { "post": { "tags": [ - "Mail Template Type" + "Locale" ], - "summary": "Search for the Mail Template Type resources.", + "summary": "Search for the Locale resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchMailTemplateType", + "operationId": "searchLocale", "parameters": [ { "name": "sw-include-search-info", @@ -26205,7 +26205,7 @@ }, "responses": { "200": { - "description": "List of MailTemplateType", + "description": "List of Locale", "content": { "application/vnd.api+json": { "schema": { @@ -26219,7 +26219,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailTemplateType" + "$ref": "#/components/schemas/Locale" } } } @@ -26237,7 +26237,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailTemplateType" + "$ref": "#/components/schemas/Locale" } } } @@ -26254,19 +26254,19 @@ } } }, - "/mail-template-type/{id}": { + "/locale/{id}": { "get": { "tags": [ - "Mail Template Type" + "Locale" ], - "summary": "Detailed information about a Mail Template Type resource.", + "summary": "Detailed information about a Locale resource.", "description": "Available since: 6.0.0.0", - "operationId": "getMailTemplateType", + "operationId": "getLocale", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the mail_template_type", + "description": "Identifier for the locale", "required": true, "schema": { "type": "string", @@ -26276,7 +26276,7 @@ ], "responses": { "200": { - "description": "Detail of MailTemplateType", + "description": "Detail of Locale", "content": { "application/vnd.api+json": { "schema": { @@ -26288,7 +26288,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MailTemplateType" + "$ref": "#/components/schemas/Locale" } } } @@ -26303,7 +26303,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MailTemplateType" + "$ref": "#/components/schemas/Locale" } } } @@ -26320,16 +26320,16 @@ }, "delete": { "tags": [ - "Mail Template Type" + "Locale" ], - "summary": "Delete a Mail Template Type resource.", + "summary": "Delete a Locale resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteMailTemplateType", + "operationId": "deleteLocale", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the mail_template_type", + "description": "Identifier for the locale", "required": true, "schema": { "type": "string", @@ -26360,16 +26360,16 @@ }, "patch": { "tags": [ - "Mail Template Type" + "Locale" ], - "summary": "Partially update information about a Mail Template Type resource.", + "summary": "Partially update information about a Locale resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateMailTemplateType", + "operationId": "updateLocale", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the mail_template_type", + "description": "Identifier for the locale", "required": true, "schema": { "type": "string", @@ -26387,18 +26387,18 @@ } ], "requestBody": { - "description": "Partially update information about a Mail Template Type resource.", + "description": "Partially update information about a Locale resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MailTemplateType" + "$ref": "#/components/schemas/Locale" } } } }, "responses": { "200": { - "description": "Detail of MailTemplateType", + "description": "Detail of Locale", "content": { "application/vnd.api+json": { "schema": { @@ -26410,7 +26410,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MailTemplateType" + "$ref": "#/components/schemas/Locale" } } } @@ -26425,7 +26425,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MailTemplateType" + "$ref": "#/components/schemas/Locale" } } } @@ -26444,14 +26444,14 @@ } } }, - "/aggregate/mail-template-type": { + "/aggregate/locale": { "post": { "tags": [ - "Mail Template Type" + "Locale" ], - "summary": "Aggregate for the Mail Template Type resources.", + "summary": "Aggregate for the Locale resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateMailTemplateType", + "operationId": "aggregateLocale", "requestBody": { "required": true, "content": { @@ -26475,7 +26475,7 @@ }, "responses": { "200": { - "description": "List of MailTemplateType", + "description": "List of Locale", "content": { "application/vnd.api+json": { "schema": { @@ -26489,7 +26489,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailTemplateType" + "$ref": "#/components/schemas/Locale" } } } @@ -26507,7 +26507,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailTemplateType" + "$ref": "#/components/schemas/Locale" } } } @@ -26524,14 +26524,14 @@ } } }, - "/main-category": { + "/log-entry": { "get": { "tags": [ - "Main Category" + "Log Entry" ], - "summary": "List with basic information of Main Category resources.", - "description": "Available since: 6.1.0.0", - "operationId": "getMainCategoryList", + "summary": "List with basic information of Log Entry resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getLogEntryList", "parameters": [ { "name": "limit", @@ -26560,7 +26560,7 @@ ], "responses": { "200": { - "description": "List of Main Category resources.", + "description": "List of Log Entry resources.", "content": { "application/vnd.api+json": { "schema": { @@ -26579,7 +26579,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/MainCategory" + "$ref": "#/components/schemas/LogEntry" } } ] @@ -26593,16 +26593,16 @@ "type": "object", "properties": { "first": { - "example": "/main-category?limit=25" + "example": "/log-entry?limit=25" }, "last": { - "example": "/main-category?limit=25&page=11" + "example": "/log-entry?limit=25&page=11" }, "next": { - "example": "/main-category?limit=25&page=4" + "example": "/log-entry?limit=25&page=4" }, "prev": { - "example": "/main-category?limit=25&page=2" + "example": "/log-entry?limit=25&page=2" } } } @@ -26623,7 +26623,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MainCategory" + "$ref": "#/components/schemas/LogEntry" } } } @@ -26638,11 +26638,11 @@ }, "post": { "tags": [ - "Main Category" + "Log Entry" ], - "summary": "Create a new Main Category resources.", - "description": "Available since: 6.1.0.0", - "operationId": "createMainCategory", + "summary": "Create a new Log Entry resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createLogEntry", "parameters": [ { "name": "_response", @@ -26661,14 +26661,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MainCategory" + "$ref": "#/components/schemas/LogEntry" } } } }, "responses": { "200": { - "description": "Detail of MainCategory", + "description": "Detail of LogEntry", "content": { "application/vnd.api+json": { "schema": { @@ -26680,7 +26680,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MainCategory" + "$ref": "#/components/schemas/LogEntry" } } } @@ -26695,7 +26695,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MainCategory" + "$ref": "#/components/schemas/LogEntry" } } } @@ -26711,14 +26711,14 @@ } } }, - "/search/main-category": { + "/search/log-entry": { "post": { "tags": [ - "Main Category" + "Log Entry" ], - "summary": "Search for the Main Category resources.", - "description": "Available since: 6.1.0.0", - "operationId": "searchMainCategory", + "summary": "Search for the Log Entry resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchLogEntry", "parameters": [ { "name": "sw-include-search-info", @@ -26746,7 +26746,7 @@ }, "responses": { "200": { - "description": "List of MainCategory", + "description": "List of LogEntry", "content": { "application/vnd.api+json": { "schema": { @@ -26760,7 +26760,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MainCategory" + "$ref": "#/components/schemas/LogEntry" } } } @@ -26778,7 +26778,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MainCategory" + "$ref": "#/components/schemas/LogEntry" } } } @@ -26795,19 +26795,19 @@ } } }, - "/main-category/{id}": { + "/log-entry/{id}": { "get": { "tags": [ - "Main Category" + "Log Entry" ], - "summary": "Detailed information about a Main Category resource.", - "description": "Available since: 6.1.0.0", - "operationId": "getMainCategory", + "summary": "Detailed information about a Log Entry resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getLogEntry", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the main_category", + "description": "Identifier for the log_entry", "required": true, "schema": { "type": "string", @@ -26817,7 +26817,7 @@ ], "responses": { "200": { - "description": "Detail of MainCategory", + "description": "Detail of LogEntry", "content": { "application/vnd.api+json": { "schema": { @@ -26829,7 +26829,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MainCategory" + "$ref": "#/components/schemas/LogEntry" } } } @@ -26844,7 +26844,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MainCategory" + "$ref": "#/components/schemas/LogEntry" } } } @@ -26861,16 +26861,16 @@ }, "delete": { "tags": [ - "Main Category" + "Log Entry" ], - "summary": "Delete a Main Category resource.", - "description": "Available since: 6.1.0.0", - "operationId": "deleteMainCategory", + "summary": "Delete a Log Entry resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteLogEntry", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the main_category", + "description": "Identifier for the log_entry", "required": true, "schema": { "type": "string", @@ -26901,16 +26901,16 @@ }, "patch": { "tags": [ - "Main Category" + "Log Entry" ], - "summary": "Partially update information about a Main Category resource.", - "description": "Available since: 6.1.0.0", - "operationId": "updateMainCategory", + "summary": "Partially update information about a Log Entry resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateLogEntry", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the main_category", + "description": "Identifier for the log_entry", "required": true, "schema": { "type": "string", @@ -26928,18 +26928,18 @@ } ], "requestBody": { - "description": "Partially update information about a Main Category resource.", + "description": "Partially update information about a Log Entry resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MainCategory" + "$ref": "#/components/schemas/LogEntry" } } } }, "responses": { "200": { - "description": "Detail of MainCategory", + "description": "Detail of LogEntry", "content": { "application/vnd.api+json": { "schema": { @@ -26951,7 +26951,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MainCategory" + "$ref": "#/components/schemas/LogEntry" } } } @@ -26966,7 +26966,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MainCategory" + "$ref": "#/components/schemas/LogEntry" } } } @@ -26985,14 +26985,14 @@ } } }, - "/aggregate/main-category": { + "/aggregate/log-entry": { "post": { "tags": [ - "Main Category" + "Log Entry" ], - "summary": "Aggregate for the Main Category resources.", + "summary": "Aggregate for the Log Entry resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateMainCategory", + "operationId": "aggregateLogEntry", "requestBody": { "required": true, "content": { @@ -27016,7 +27016,7 @@ }, "responses": { "200": { - "description": "List of MainCategory", + "description": "List of LogEntry", "content": { "application/vnd.api+json": { "schema": { @@ -27030,7 +27030,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MainCategory" + "$ref": "#/components/schemas/LogEntry" } } } @@ -27048,7 +27048,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MainCategory" + "$ref": "#/components/schemas/LogEntry" } } } @@ -27065,14 +27065,14 @@ } } }, - "/measurement-display-unit": { + "/mail-header-footer": { "get": { "tags": [ - "Measurement Display Unit" + "Mail Header Footer" ], - "summary": "List with basic information of Measurement Display Unit resources.", - "description": "Available since: 6.7.1.0", - "operationId": "getMeasurementDisplayUnitList", + "summary": "List with basic information of Mail Header Footer resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getMailHeaderFooterList", "parameters": [ { "name": "limit", @@ -27101,7 +27101,7 @@ ], "responses": { "200": { - "description": "List of Measurement Display Unit resources.", + "description": "List of Mail Header Footer resources.", "content": { "application/vnd.api+json": { "schema": { @@ -27120,7 +27120,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/MeasurementDisplayUnit" + "$ref": "#/components/schemas/MailHeaderFooter" } } ] @@ -27134,16 +27134,16 @@ "type": "object", "properties": { "first": { - "example": "/measurement-display-unit?limit=25" + "example": "/mail-header-footer?limit=25" }, "last": { - "example": "/measurement-display-unit?limit=25&page=11" + "example": "/mail-header-footer?limit=25&page=11" }, "next": { - "example": "/measurement-display-unit?limit=25&page=4" + "example": "/mail-header-footer?limit=25&page=4" }, "prev": { - "example": "/measurement-display-unit?limit=25&page=2" + "example": "/mail-header-footer?limit=25&page=2" } } } @@ -27164,7 +27164,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MeasurementDisplayUnit" + "$ref": "#/components/schemas/MailHeaderFooter" } } } @@ -27179,11 +27179,11 @@ }, "post": { "tags": [ - "Measurement Display Unit" + "Mail Header Footer" ], - "summary": "Create a new Measurement Display Unit resources.", - "description": "Available since: 6.7.1.0", - "operationId": "createMeasurementDisplayUnit", + "summary": "Create a new Mail Header Footer resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createMailHeaderFooter", "parameters": [ { "name": "_response", @@ -27202,14 +27202,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MeasurementDisplayUnit" + "$ref": "#/components/schemas/MailHeaderFooter" } } } }, "responses": { "200": { - "description": "Detail of MeasurementDisplayUnit", + "description": "Detail of MailHeaderFooter", "content": { "application/vnd.api+json": { "schema": { @@ -27221,7 +27221,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MeasurementDisplayUnit" + "$ref": "#/components/schemas/MailHeaderFooter" } } } @@ -27236,7 +27236,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MeasurementDisplayUnit" + "$ref": "#/components/schemas/MailHeaderFooter" } } } @@ -27252,14 +27252,14 @@ } } }, - "/search/measurement-display-unit": { + "/search/mail-header-footer": { "post": { "tags": [ - "Measurement Display Unit" + "Mail Header Footer" ], - "summary": "Search for the Measurement Display Unit resources.", - "description": "Available since: 6.7.1.0", - "operationId": "searchMeasurementDisplayUnit", + "summary": "Search for the Mail Header Footer resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchMailHeaderFooter", "parameters": [ { "name": "sw-include-search-info", @@ -27287,7 +27287,7 @@ }, "responses": { "200": { - "description": "List of MeasurementDisplayUnit", + "description": "List of MailHeaderFooter", "content": { "application/vnd.api+json": { "schema": { @@ -27301,7 +27301,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MeasurementDisplayUnit" + "$ref": "#/components/schemas/MailHeaderFooter" } } } @@ -27319,7 +27319,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MeasurementDisplayUnit" + "$ref": "#/components/schemas/MailHeaderFooter" } } } @@ -27336,19 +27336,19 @@ } } }, - "/measurement-display-unit/{id}": { + "/mail-header-footer/{id}": { "get": { "tags": [ - "Measurement Display Unit" + "Mail Header Footer" ], - "summary": "Detailed information about a Measurement Display Unit resource.", - "description": "Available since: 6.7.1.0", - "operationId": "getMeasurementDisplayUnit", + "summary": "Detailed information about a Mail Header Footer resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getMailHeaderFooter", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the measurement_display_unit", + "description": "Identifier for the mail_header_footer", "required": true, "schema": { "type": "string", @@ -27358,7 +27358,7 @@ ], "responses": { "200": { - "description": "Detail of MeasurementDisplayUnit", + "description": "Detail of MailHeaderFooter", "content": { "application/vnd.api+json": { "schema": { @@ -27370,7 +27370,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MeasurementDisplayUnit" + "$ref": "#/components/schemas/MailHeaderFooter" } } } @@ -27385,7 +27385,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MeasurementDisplayUnit" + "$ref": "#/components/schemas/MailHeaderFooter" } } } @@ -27402,16 +27402,16 @@ }, "delete": { "tags": [ - "Measurement Display Unit" + "Mail Header Footer" ], - "summary": "Delete a Measurement Display Unit resource.", - "description": "Available since: 6.7.1.0", - "operationId": "deleteMeasurementDisplayUnit", + "summary": "Delete a Mail Header Footer resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteMailHeaderFooter", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the measurement_display_unit", + "description": "Identifier for the mail_header_footer", "required": true, "schema": { "type": "string", @@ -27442,16 +27442,16 @@ }, "patch": { "tags": [ - "Measurement Display Unit" + "Mail Header Footer" ], - "summary": "Partially update information about a Measurement Display Unit resource.", - "description": "Available since: 6.7.1.0", - "operationId": "updateMeasurementDisplayUnit", + "summary": "Partially update information about a Mail Header Footer resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateMailHeaderFooter", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the measurement_display_unit", + "description": "Identifier for the mail_header_footer", "required": true, "schema": { "type": "string", @@ -27469,18 +27469,18 @@ } ], "requestBody": { - "description": "Partially update information about a Measurement Display Unit resource.", + "description": "Partially update information about a Mail Header Footer resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MeasurementDisplayUnit" + "$ref": "#/components/schemas/MailHeaderFooter" } } } }, "responses": { "200": { - "description": "Detail of MeasurementDisplayUnit", + "description": "Detail of MailHeaderFooter", "content": { "application/vnd.api+json": { "schema": { @@ -27492,7 +27492,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MeasurementDisplayUnit" + "$ref": "#/components/schemas/MailHeaderFooter" } } } @@ -27507,7 +27507,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MeasurementDisplayUnit" + "$ref": "#/components/schemas/MailHeaderFooter" } } } @@ -27526,14 +27526,14 @@ } } }, - "/aggregate/measurement-display-unit": { + "/aggregate/mail-header-footer": { "post": { "tags": [ - "Measurement Display Unit" + "Mail Header Footer" ], - "summary": "Aggregate for the Measurement Display Unit resources.", - "description": "Available since: 6.7.1.0", - "operationId": "aggregateMeasurementDisplayUnit", + "summary": "Aggregate for the Mail Header Footer resources.", + "description": "Available since: 6.6.10.0", + "operationId": "aggregateMailHeaderFooter", "requestBody": { "required": true, "content": { @@ -27557,7 +27557,7 @@ }, "responses": { "200": { - "description": "List of MeasurementDisplayUnit", + "description": "List of MailHeaderFooter", "content": { "application/vnd.api+json": { "schema": { @@ -27571,7 +27571,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MeasurementDisplayUnit" + "$ref": "#/components/schemas/MailHeaderFooter" } } } @@ -27589,7 +27589,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MeasurementDisplayUnit" + "$ref": "#/components/schemas/MailHeaderFooter" } } } @@ -27606,14 +27606,14 @@ } } }, - "/measurement-system": { + "/mail-template": { "get": { "tags": [ - "Measurement System" + "Mail Template" ], - "summary": "List with basic information of Measurement System resources.", - "description": "Available since: 6.7.1.0", - "operationId": "getMeasurementSystemList", + "summary": "List with basic information of Mail Template resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getMailTemplateList", "parameters": [ { "name": "limit", @@ -27642,7 +27642,7 @@ ], "responses": { "200": { - "description": "List of Measurement System resources.", + "description": "List of Mail Template resources.", "content": { "application/vnd.api+json": { "schema": { @@ -27661,7 +27661,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/MeasurementSystem" + "$ref": "#/components/schemas/MailTemplate" } } ] @@ -27675,16 +27675,16 @@ "type": "object", "properties": { "first": { - "example": "/measurement-system?limit=25" + "example": "/mail-template?limit=25" }, "last": { - "example": "/measurement-system?limit=25&page=11" + "example": "/mail-template?limit=25&page=11" }, "next": { - "example": "/measurement-system?limit=25&page=4" + "example": "/mail-template?limit=25&page=4" }, "prev": { - "example": "/measurement-system?limit=25&page=2" + "example": "/mail-template?limit=25&page=2" } } } @@ -27705,7 +27705,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MeasurementSystem" + "$ref": "#/components/schemas/MailTemplate" } } } @@ -27720,11 +27720,11 @@ }, "post": { "tags": [ - "Measurement System" + "Mail Template" ], - "summary": "Create a new Measurement System resources.", - "description": "Available since: 6.7.1.0", - "operationId": "createMeasurementSystem", + "summary": "Create a new Mail Template resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createMailTemplate", "parameters": [ { "name": "_response", @@ -27743,14 +27743,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MeasurementSystem" + "$ref": "#/components/schemas/MailTemplate" } } } }, "responses": { "200": { - "description": "Detail of MeasurementSystem", + "description": "Detail of MailTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -27762,7 +27762,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MeasurementSystem" + "$ref": "#/components/schemas/MailTemplate" } } } @@ -27777,7 +27777,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MeasurementSystem" + "$ref": "#/components/schemas/MailTemplate" } } } @@ -27793,14 +27793,14 @@ } } }, - "/search/measurement-system": { + "/search/mail-template": { "post": { "tags": [ - "Measurement System" + "Mail Template" ], - "summary": "Search for the Measurement System resources.", - "description": "Available since: 6.7.1.0", - "operationId": "searchMeasurementSystem", + "summary": "Search for the Mail Template resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchMailTemplate", "parameters": [ { "name": "sw-include-search-info", @@ -27828,7 +27828,7 @@ }, "responses": { "200": { - "description": "List of MeasurementSystem", + "description": "List of MailTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -27842,7 +27842,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MeasurementSystem" + "$ref": "#/components/schemas/MailTemplate" } } } @@ -27860,7 +27860,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MeasurementSystem" + "$ref": "#/components/schemas/MailTemplate" } } } @@ -27877,19 +27877,19 @@ } } }, - "/measurement-system/{id}": { + "/mail-template/{id}": { "get": { "tags": [ - "Measurement System" + "Mail Template" ], - "summary": "Detailed information about a Measurement System resource.", - "description": "Available since: 6.7.1.0", - "operationId": "getMeasurementSystem", + "summary": "Detailed information about a Mail Template resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getMailTemplate", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the measurement_system", + "description": "Identifier for the mail_template", "required": true, "schema": { "type": "string", @@ -27899,7 +27899,7 @@ ], "responses": { "200": { - "description": "Detail of MeasurementSystem", + "description": "Detail of MailTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -27911,7 +27911,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MeasurementSystem" + "$ref": "#/components/schemas/MailTemplate" } } } @@ -27926,7 +27926,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MeasurementSystem" + "$ref": "#/components/schemas/MailTemplate" } } } @@ -27943,16 +27943,16 @@ }, "delete": { "tags": [ - "Measurement System" + "Mail Template" ], - "summary": "Delete a Measurement System resource.", - "description": "Available since: 6.7.1.0", - "operationId": "deleteMeasurementSystem", + "summary": "Delete a Mail Template resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteMailTemplate", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the measurement_system", + "description": "Identifier for the mail_template", "required": true, "schema": { "type": "string", @@ -27983,16 +27983,16 @@ }, "patch": { "tags": [ - "Measurement System" + "Mail Template" ], - "summary": "Partially update information about a Measurement System resource.", - "description": "Available since: 6.7.1.0", - "operationId": "updateMeasurementSystem", + "summary": "Partially update information about a Mail Template resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateMailTemplate", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the measurement_system", + "description": "Identifier for the mail_template", "required": true, "schema": { "type": "string", @@ -28010,18 +28010,18 @@ } ], "requestBody": { - "description": "Partially update information about a Measurement System resource.", + "description": "Partially update information about a Mail Template resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MeasurementSystem" + "$ref": "#/components/schemas/MailTemplate" } } } }, "responses": { "200": { - "description": "Detail of MeasurementSystem", + "description": "Detail of MailTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -28033,7 +28033,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MeasurementSystem" + "$ref": "#/components/schemas/MailTemplate" } } } @@ -28048,7 +28048,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MeasurementSystem" + "$ref": "#/components/schemas/MailTemplate" } } } @@ -28067,14 +28067,14 @@ } } }, - "/aggregate/measurement-system": { + "/aggregate/mail-template": { "post": { "tags": [ - "Measurement System" + "Mail Template" ], - "summary": "Aggregate for the Measurement System resources.", - "description": "Available since: 6.7.1.0", - "operationId": "aggregateMeasurementSystem", + "summary": "Aggregate for the Mail Template resources.", + "description": "Available since: 6.6.10.0", + "operationId": "aggregateMailTemplate", "requestBody": { "required": true, "content": { @@ -28098,7 +28098,7 @@ }, "responses": { "200": { - "description": "List of MeasurementSystem", + "description": "List of MailTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -28112,7 +28112,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MeasurementSystem" + "$ref": "#/components/schemas/MailTemplate" } } } @@ -28130,7 +28130,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MeasurementSystem" + "$ref": "#/components/schemas/MailTemplate" } } } @@ -28147,14 +28147,14 @@ } } }, - "/media": { + "/mail-template-type": { "get": { "tags": [ - "Media" + "Mail Template Type" ], - "summary": "List with basic information of Media resources.", + "summary": "List with basic information of Mail Template Type resources.", "description": "Available since: 6.0.0.0", - "operationId": "getMediaList", + "operationId": "getMailTemplateTypeList", "parameters": [ { "name": "limit", @@ -28183,7 +28183,7 @@ ], "responses": { "200": { - "description": "List of Media resources.", + "description": "List of Mail Template Type resources.", "content": { "application/vnd.api+json": { "schema": { @@ -28202,7 +28202,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Media" + "$ref": "#/components/schemas/MailTemplateType" } } ] @@ -28216,16 +28216,16 @@ "type": "object", "properties": { "first": { - "example": "/media?limit=25" + "example": "/mail-template-type?limit=25" }, "last": { - "example": "/media?limit=25&page=11" + "example": "/mail-template-type?limit=25&page=11" }, "next": { - "example": "/media?limit=25&page=4" + "example": "/mail-template-type?limit=25&page=4" }, "prev": { - "example": "/media?limit=25&page=2" + "example": "/mail-template-type?limit=25&page=2" } } } @@ -28246,7 +28246,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Media" + "$ref": "#/components/schemas/MailTemplateType" } } } @@ -28261,11 +28261,11 @@ }, "post": { "tags": [ - "Media" + "Mail Template Type" ], - "summary": "Create a new Media resources.", + "summary": "Create a new Mail Template Type resources.", "description": "Available since: 6.0.0.0", - "operationId": "createMedia", + "operationId": "createMailTemplateType", "parameters": [ { "name": "_response", @@ -28284,14 +28284,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Media" + "$ref": "#/components/schemas/MailTemplateType" } } } }, "responses": { "200": { - "description": "Detail of Media", + "description": "Detail of MailTemplateType", "content": { "application/vnd.api+json": { "schema": { @@ -28303,7 +28303,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Media" + "$ref": "#/components/schemas/MailTemplateType" } } } @@ -28318,7 +28318,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Media" + "$ref": "#/components/schemas/MailTemplateType" } } } @@ -28334,14 +28334,14 @@ } } }, - "/search/media": { + "/search/mail-template-type": { "post": { "tags": [ - "Media" + "Mail Template Type" ], - "summary": "Search for the Media resources.", + "summary": "Search for the Mail Template Type resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchMedia", + "operationId": "searchMailTemplateType", "parameters": [ { "name": "sw-include-search-info", @@ -28369,7 +28369,7 @@ }, "responses": { "200": { - "description": "List of Media", + "description": "List of MailTemplateType", "content": { "application/vnd.api+json": { "schema": { @@ -28383,7 +28383,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Media" + "$ref": "#/components/schemas/MailTemplateType" } } } @@ -28401,7 +28401,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Media" + "$ref": "#/components/schemas/MailTemplateType" } } } @@ -28418,19 +28418,19 @@ } } }, - "/media/{id}": { + "/mail-template-type/{id}": { "get": { "tags": [ - "Media" + "Mail Template Type" ], - "summary": "Detailed information about a Media resource.", + "summary": "Detailed information about a Mail Template Type resource.", "description": "Available since: 6.0.0.0", - "operationId": "getMedia", + "operationId": "getMailTemplateType", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media", + "description": "Identifier for the mail_template_type", "required": true, "schema": { "type": "string", @@ -28440,7 +28440,7 @@ ], "responses": { "200": { - "description": "Detail of Media", + "description": "Detail of MailTemplateType", "content": { "application/vnd.api+json": { "schema": { @@ -28452,7 +28452,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Media" + "$ref": "#/components/schemas/MailTemplateType" } } } @@ -28467,7 +28467,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Media" + "$ref": "#/components/schemas/MailTemplateType" } } } @@ -28484,16 +28484,16 @@ }, "delete": { "tags": [ - "Media" + "Mail Template Type" ], - "summary": "Delete a Media resource.", + "summary": "Delete a Mail Template Type resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteMedia", + "operationId": "deleteMailTemplateType", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media", + "description": "Identifier for the mail_template_type", "required": true, "schema": { "type": "string", @@ -28524,16 +28524,16 @@ }, "patch": { "tags": [ - "Media" + "Mail Template Type" ], - "summary": "Partially update information about a Media resource.", + "summary": "Partially update information about a Mail Template Type resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateMedia", + "operationId": "updateMailTemplateType", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media", + "description": "Identifier for the mail_template_type", "required": true, "schema": { "type": "string", @@ -28551,18 +28551,18 @@ } ], "requestBody": { - "description": "Partially update information about a Media resource.", + "description": "Partially update information about a Mail Template Type resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Media" + "$ref": "#/components/schemas/MailTemplateType" } } } }, "responses": { "200": { - "description": "Detail of Media", + "description": "Detail of MailTemplateType", "content": { "application/vnd.api+json": { "schema": { @@ -28574,7 +28574,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Media" + "$ref": "#/components/schemas/MailTemplateType" } } } @@ -28589,7 +28589,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Media" + "$ref": "#/components/schemas/MailTemplateType" } } } @@ -28608,14 +28608,14 @@ } } }, - "/aggregate/media": { + "/aggregate/mail-template-type": { "post": { "tags": [ - "Media" + "Mail Template Type" ], - "summary": "Aggregate for the Media resources.", + "summary": "Aggregate for the Mail Template Type resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateMedia", + "operationId": "aggregateMailTemplateType", "requestBody": { "required": true, "content": { @@ -28639,7 +28639,7 @@ }, "responses": { "200": { - "description": "List of Media", + "description": "List of MailTemplateType", "content": { "application/vnd.api+json": { "schema": { @@ -28653,7 +28653,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Media" + "$ref": "#/components/schemas/MailTemplateType" } } } @@ -28671,7 +28671,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Media" + "$ref": "#/components/schemas/MailTemplateType" } } } @@ -28688,14 +28688,14 @@ } } }, - "/media-default-folder": { + "/main-category": { "get": { "tags": [ - "Media Default Folder" + "Main Category" ], - "summary": "List with basic information of Media Default Folder resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getMediaDefaultFolderList", + "summary": "List with basic information of Main Category resources.", + "description": "Available since: 6.1.0.0", + "operationId": "getMainCategoryList", "parameters": [ { "name": "limit", @@ -28724,7 +28724,7 @@ ], "responses": { "200": { - "description": "List of Media Default Folder resources.", + "description": "List of Main Category resources.", "content": { "application/vnd.api+json": { "schema": { @@ -28743,7 +28743,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/MediaDefaultFolder" + "$ref": "#/components/schemas/MainCategory" } } ] @@ -28757,16 +28757,16 @@ "type": "object", "properties": { "first": { - "example": "/media-default-folder?limit=25" + "example": "/main-category?limit=25" }, "last": { - "example": "/media-default-folder?limit=25&page=11" + "example": "/main-category?limit=25&page=11" }, "next": { - "example": "/media-default-folder?limit=25&page=4" + "example": "/main-category?limit=25&page=4" }, "prev": { - "example": "/media-default-folder?limit=25&page=2" + "example": "/main-category?limit=25&page=2" } } } @@ -28787,7 +28787,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaDefaultFolder" + "$ref": "#/components/schemas/MainCategory" } } } @@ -28802,11 +28802,11 @@ }, "post": { "tags": [ - "Media Default Folder" + "Main Category" ], - "summary": "Create a new Media Default Folder resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createMediaDefaultFolder", + "summary": "Create a new Main Category resources.", + "description": "Available since: 6.1.0.0", + "operationId": "createMainCategory", "parameters": [ { "name": "_response", @@ -28825,14 +28825,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MediaDefaultFolder" + "$ref": "#/components/schemas/MainCategory" } } } }, "responses": { "200": { - "description": "Detail of MediaDefaultFolder", + "description": "Detail of MainCategory", "content": { "application/vnd.api+json": { "schema": { @@ -28844,7 +28844,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaDefaultFolder" + "$ref": "#/components/schemas/MainCategory" } } } @@ -28859,7 +28859,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaDefaultFolder" + "$ref": "#/components/schemas/MainCategory" } } } @@ -28875,14 +28875,14 @@ } } }, - "/search/media-default-folder": { + "/search/main-category": { "post": { "tags": [ - "Media Default Folder" + "Main Category" ], - "summary": "Search for the Media Default Folder resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchMediaDefaultFolder", + "summary": "Search for the Main Category resources.", + "description": "Available since: 6.1.0.0", + "operationId": "searchMainCategory", "parameters": [ { "name": "sw-include-search-info", @@ -28910,7 +28910,7 @@ }, "responses": { "200": { - "description": "List of MediaDefaultFolder", + "description": "List of MainCategory", "content": { "application/vnd.api+json": { "schema": { @@ -28924,7 +28924,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaDefaultFolder" + "$ref": "#/components/schemas/MainCategory" } } } @@ -28942,7 +28942,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaDefaultFolder" + "$ref": "#/components/schemas/MainCategory" } } } @@ -28959,19 +28959,19 @@ } } }, - "/media-default-folder/{id}": { + "/main-category/{id}": { "get": { "tags": [ - "Media Default Folder" + "Main Category" ], - "summary": "Detailed information about a Media Default Folder resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getMediaDefaultFolder", + "summary": "Detailed information about a Main Category resource.", + "description": "Available since: 6.1.0.0", + "operationId": "getMainCategory", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_default_folder", + "description": "Identifier for the main_category", "required": true, "schema": { "type": "string", @@ -28981,7 +28981,7 @@ ], "responses": { "200": { - "description": "Detail of MediaDefaultFolder", + "description": "Detail of MainCategory", "content": { "application/vnd.api+json": { "schema": { @@ -28993,7 +28993,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaDefaultFolder" + "$ref": "#/components/schemas/MainCategory" } } } @@ -29008,7 +29008,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaDefaultFolder" + "$ref": "#/components/schemas/MainCategory" } } } @@ -29025,16 +29025,16 @@ }, "delete": { "tags": [ - "Media Default Folder" + "Main Category" ], - "summary": "Delete a Media Default Folder resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteMediaDefaultFolder", + "summary": "Delete a Main Category resource.", + "description": "Available since: 6.1.0.0", + "operationId": "deleteMainCategory", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_default_folder", + "description": "Identifier for the main_category", "required": true, "schema": { "type": "string", @@ -29065,16 +29065,16 @@ }, "patch": { "tags": [ - "Media Default Folder" + "Main Category" ], - "summary": "Partially update information about a Media Default Folder resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateMediaDefaultFolder", + "summary": "Partially update information about a Main Category resource.", + "description": "Available since: 6.1.0.0", + "operationId": "updateMainCategory", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_default_folder", + "description": "Identifier for the main_category", "required": true, "schema": { "type": "string", @@ -29092,18 +29092,18 @@ } ], "requestBody": { - "description": "Partially update information about a Media Default Folder resource.", + "description": "Partially update information about a Main Category resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MediaDefaultFolder" + "$ref": "#/components/schemas/MainCategory" } } } }, "responses": { "200": { - "description": "Detail of MediaDefaultFolder", + "description": "Detail of MainCategory", "content": { "application/vnd.api+json": { "schema": { @@ -29115,7 +29115,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaDefaultFolder" + "$ref": "#/components/schemas/MainCategory" } } } @@ -29130,7 +29130,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaDefaultFolder" + "$ref": "#/components/schemas/MainCategory" } } } @@ -29149,14 +29149,14 @@ } } }, - "/aggregate/media-default-folder": { + "/aggregate/main-category": { "post": { "tags": [ - "Media Default Folder" + "Main Category" ], - "summary": "Aggregate for the Media Default Folder resources.", + "summary": "Aggregate for the Main Category resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateMediaDefaultFolder", + "operationId": "aggregateMainCategory", "requestBody": { "required": true, "content": { @@ -29180,7 +29180,7 @@ }, "responses": { "200": { - "description": "List of MediaDefaultFolder", + "description": "List of MainCategory", "content": { "application/vnd.api+json": { "schema": { @@ -29194,7 +29194,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaDefaultFolder" + "$ref": "#/components/schemas/MainCategory" } } } @@ -29212,7 +29212,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaDefaultFolder" + "$ref": "#/components/schemas/MainCategory" } } } @@ -29229,14 +29229,14 @@ } } }, - "/media-folder": { + "/measurement-display-unit": { "get": { "tags": [ - "Media Folder" + "Measurement Display Unit" ], - "summary": "List with basic information of Media Folder resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getMediaFolderList", + "summary": "List with basic information of Measurement Display Unit resources.", + "description": "Available since: 6.7.1.0", + "operationId": "getMeasurementDisplayUnitList", "parameters": [ { "name": "limit", @@ -29265,7 +29265,7 @@ ], "responses": { "200": { - "description": "List of Media Folder resources.", + "description": "List of Measurement Display Unit resources.", "content": { "application/vnd.api+json": { "schema": { @@ -29284,7 +29284,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/MediaFolder" + "$ref": "#/components/schemas/MeasurementDisplayUnit" } } ] @@ -29298,16 +29298,16 @@ "type": "object", "properties": { "first": { - "example": "/media-folder?limit=25" + "example": "/measurement-display-unit?limit=25" }, "last": { - "example": "/media-folder?limit=25&page=11" + "example": "/measurement-display-unit?limit=25&page=11" }, "next": { - "example": "/media-folder?limit=25&page=4" + "example": "/measurement-display-unit?limit=25&page=4" }, "prev": { - "example": "/media-folder?limit=25&page=2" + "example": "/measurement-display-unit?limit=25&page=2" } } } @@ -29328,7 +29328,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaFolder" + "$ref": "#/components/schemas/MeasurementDisplayUnit" } } } @@ -29343,11 +29343,11 @@ }, "post": { "tags": [ - "Media Folder" + "Measurement Display Unit" ], - "summary": "Create a new Media Folder resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createMediaFolder", + "summary": "Create a new Measurement Display Unit resources.", + "description": "Available since: 6.7.1.0", + "operationId": "createMeasurementDisplayUnit", "parameters": [ { "name": "_response", @@ -29366,14 +29366,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MediaFolder" + "$ref": "#/components/schemas/MeasurementDisplayUnit" } } } }, "responses": { "200": { - "description": "Detail of MediaFolder", + "description": "Detail of MeasurementDisplayUnit", "content": { "application/vnd.api+json": { "schema": { @@ -29385,7 +29385,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaFolder" + "$ref": "#/components/schemas/MeasurementDisplayUnit" } } } @@ -29400,7 +29400,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaFolder" + "$ref": "#/components/schemas/MeasurementDisplayUnit" } } } @@ -29416,14 +29416,14 @@ } } }, - "/search/media-folder": { + "/search/measurement-display-unit": { "post": { "tags": [ - "Media Folder" + "Measurement Display Unit" ], - "summary": "Search for the Media Folder resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchMediaFolder", + "summary": "Search for the Measurement Display Unit resources.", + "description": "Available since: 6.7.1.0", + "operationId": "searchMeasurementDisplayUnit", "parameters": [ { "name": "sw-include-search-info", @@ -29451,7 +29451,7 @@ }, "responses": { "200": { - "description": "List of MediaFolder", + "description": "List of MeasurementDisplayUnit", "content": { "application/vnd.api+json": { "schema": { @@ -29465,7 +29465,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaFolder" + "$ref": "#/components/schemas/MeasurementDisplayUnit" } } } @@ -29483,7 +29483,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaFolder" + "$ref": "#/components/schemas/MeasurementDisplayUnit" } } } @@ -29500,19 +29500,19 @@ } } }, - "/media-folder/{id}": { + "/measurement-display-unit/{id}": { "get": { "tags": [ - "Media Folder" + "Measurement Display Unit" ], - "summary": "Detailed information about a Media Folder resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getMediaFolder", + "summary": "Detailed information about a Measurement Display Unit resource.", + "description": "Available since: 6.7.1.0", + "operationId": "getMeasurementDisplayUnit", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_folder", + "description": "Identifier for the measurement_display_unit", "required": true, "schema": { "type": "string", @@ -29522,7 +29522,7 @@ ], "responses": { "200": { - "description": "Detail of MediaFolder", + "description": "Detail of MeasurementDisplayUnit", "content": { "application/vnd.api+json": { "schema": { @@ -29534,7 +29534,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaFolder" + "$ref": "#/components/schemas/MeasurementDisplayUnit" } } } @@ -29549,7 +29549,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaFolder" + "$ref": "#/components/schemas/MeasurementDisplayUnit" } } } @@ -29566,16 +29566,16 @@ }, "delete": { "tags": [ - "Media Folder" + "Measurement Display Unit" ], - "summary": "Delete a Media Folder resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteMediaFolder", + "summary": "Delete a Measurement Display Unit resource.", + "description": "Available since: 6.7.1.0", + "operationId": "deleteMeasurementDisplayUnit", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_folder", + "description": "Identifier for the measurement_display_unit", "required": true, "schema": { "type": "string", @@ -29606,16 +29606,16 @@ }, "patch": { "tags": [ - "Media Folder" + "Measurement Display Unit" ], - "summary": "Partially update information about a Media Folder resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateMediaFolder", + "summary": "Partially update information about a Measurement Display Unit resource.", + "description": "Available since: 6.7.1.0", + "operationId": "updateMeasurementDisplayUnit", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_folder", + "description": "Identifier for the measurement_display_unit", "required": true, "schema": { "type": "string", @@ -29633,18 +29633,18 @@ } ], "requestBody": { - "description": "Partially update information about a Media Folder resource.", + "description": "Partially update information about a Measurement Display Unit resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MediaFolder" + "$ref": "#/components/schemas/MeasurementDisplayUnit" } } } }, "responses": { "200": { - "description": "Detail of MediaFolder", + "description": "Detail of MeasurementDisplayUnit", "content": { "application/vnd.api+json": { "schema": { @@ -29656,7 +29656,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaFolder" + "$ref": "#/components/schemas/MeasurementDisplayUnit" } } } @@ -29671,7 +29671,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaFolder" + "$ref": "#/components/schemas/MeasurementDisplayUnit" } } } @@ -29690,14 +29690,14 @@ } } }, - "/aggregate/media-folder": { + "/aggregate/measurement-display-unit": { "post": { "tags": [ - "Media Folder" + "Measurement Display Unit" ], - "summary": "Aggregate for the Media Folder resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateMediaFolder", + "summary": "Aggregate for the Measurement Display Unit resources.", + "description": "Available since: 6.7.1.0", + "operationId": "aggregateMeasurementDisplayUnit", "requestBody": { "required": true, "content": { @@ -29721,7 +29721,7 @@ }, "responses": { "200": { - "description": "List of MediaFolder", + "description": "List of MeasurementDisplayUnit", "content": { "application/vnd.api+json": { "schema": { @@ -29735,7 +29735,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaFolder" + "$ref": "#/components/schemas/MeasurementDisplayUnit" } } } @@ -29753,7 +29753,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaFolder" + "$ref": "#/components/schemas/MeasurementDisplayUnit" } } } @@ -29770,14 +29770,14 @@ } } }, - "/media-folder-configuration": { + "/measurement-system": { "get": { "tags": [ - "Media Folder Configuration" + "Measurement System" ], - "summary": "List with basic information of Media Folder Configuration resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getMediaFolderConfigurationList", + "summary": "List with basic information of Measurement System resources.", + "description": "Available since: 6.7.1.0", + "operationId": "getMeasurementSystemList", "parameters": [ { "name": "limit", @@ -29806,7 +29806,7 @@ ], "responses": { "200": { - "description": "List of Media Folder Configuration resources.", + "description": "List of Measurement System resources.", "content": { "application/vnd.api+json": { "schema": { @@ -29825,7 +29825,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/MediaFolderConfiguration" + "$ref": "#/components/schemas/MeasurementSystem" } } ] @@ -29839,16 +29839,16 @@ "type": "object", "properties": { "first": { - "example": "/media-folder-configuration?limit=25" + "example": "/measurement-system?limit=25" }, "last": { - "example": "/media-folder-configuration?limit=25&page=11" + "example": "/measurement-system?limit=25&page=11" }, "next": { - "example": "/media-folder-configuration?limit=25&page=4" + "example": "/measurement-system?limit=25&page=4" }, "prev": { - "example": "/media-folder-configuration?limit=25&page=2" + "example": "/measurement-system?limit=25&page=2" } } } @@ -29869,7 +29869,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaFolderConfiguration" + "$ref": "#/components/schemas/MeasurementSystem" } } } @@ -29884,11 +29884,11 @@ }, "post": { "tags": [ - "Media Folder Configuration" + "Measurement System" ], - "summary": "Create a new Media Folder Configuration resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createMediaFolderConfiguration", + "summary": "Create a new Measurement System resources.", + "description": "Available since: 6.7.1.0", + "operationId": "createMeasurementSystem", "parameters": [ { "name": "_response", @@ -29907,14 +29907,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MediaFolderConfiguration" + "$ref": "#/components/schemas/MeasurementSystem" } } } }, "responses": { "200": { - "description": "Detail of MediaFolderConfiguration", + "description": "Detail of MeasurementSystem", "content": { "application/vnd.api+json": { "schema": { @@ -29926,7 +29926,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaFolderConfiguration" + "$ref": "#/components/schemas/MeasurementSystem" } } } @@ -29941,7 +29941,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaFolderConfiguration" + "$ref": "#/components/schemas/MeasurementSystem" } } } @@ -29957,14 +29957,14 @@ } } }, - "/search/media-folder-configuration": { + "/search/measurement-system": { "post": { "tags": [ - "Media Folder Configuration" + "Measurement System" ], - "summary": "Search for the Media Folder Configuration resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchMediaFolderConfiguration", + "summary": "Search for the Measurement System resources.", + "description": "Available since: 6.7.1.0", + "operationId": "searchMeasurementSystem", "parameters": [ { "name": "sw-include-search-info", @@ -29992,7 +29992,7 @@ }, "responses": { "200": { - "description": "List of MediaFolderConfiguration", + "description": "List of MeasurementSystem", "content": { "application/vnd.api+json": { "schema": { @@ -30006,7 +30006,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaFolderConfiguration" + "$ref": "#/components/schemas/MeasurementSystem" } } } @@ -30024,7 +30024,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaFolderConfiguration" + "$ref": "#/components/schemas/MeasurementSystem" } } } @@ -30041,19 +30041,19 @@ } } }, - "/media-folder-configuration/{id}": { + "/measurement-system/{id}": { "get": { "tags": [ - "Media Folder Configuration" + "Measurement System" ], - "summary": "Detailed information about a Media Folder Configuration resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getMediaFolderConfiguration", + "summary": "Detailed information about a Measurement System resource.", + "description": "Available since: 6.7.1.0", + "operationId": "getMeasurementSystem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_folder_configuration", + "description": "Identifier for the measurement_system", "required": true, "schema": { "type": "string", @@ -30063,7 +30063,7 @@ ], "responses": { "200": { - "description": "Detail of MediaFolderConfiguration", + "description": "Detail of MeasurementSystem", "content": { "application/vnd.api+json": { "schema": { @@ -30075,7 +30075,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaFolderConfiguration" + "$ref": "#/components/schemas/MeasurementSystem" } } } @@ -30090,7 +30090,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaFolderConfiguration" + "$ref": "#/components/schemas/MeasurementSystem" } } } @@ -30107,16 +30107,16 @@ }, "delete": { "tags": [ - "Media Folder Configuration" + "Measurement System" ], - "summary": "Delete a Media Folder Configuration resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteMediaFolderConfiguration", + "summary": "Delete a Measurement System resource.", + "description": "Available since: 6.7.1.0", + "operationId": "deleteMeasurementSystem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_folder_configuration", + "description": "Identifier for the measurement_system", "required": true, "schema": { "type": "string", @@ -30147,16 +30147,16 @@ }, "patch": { "tags": [ - "Media Folder Configuration" + "Measurement System" ], - "summary": "Partially update information about a Media Folder Configuration resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateMediaFolderConfiguration", + "summary": "Partially update information about a Measurement System resource.", + "description": "Available since: 6.7.1.0", + "operationId": "updateMeasurementSystem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_folder_configuration", + "description": "Identifier for the measurement_system", "required": true, "schema": { "type": "string", @@ -30174,18 +30174,18 @@ } ], "requestBody": { - "description": "Partially update information about a Media Folder Configuration resource.", + "description": "Partially update information about a Measurement System resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MediaFolderConfiguration" + "$ref": "#/components/schemas/MeasurementSystem" } } } }, "responses": { "200": { - "description": "Detail of MediaFolderConfiguration", + "description": "Detail of MeasurementSystem", "content": { "application/vnd.api+json": { "schema": { @@ -30197,7 +30197,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaFolderConfiguration" + "$ref": "#/components/schemas/MeasurementSystem" } } } @@ -30212,7 +30212,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaFolderConfiguration" + "$ref": "#/components/schemas/MeasurementSystem" } } } @@ -30231,14 +30231,14 @@ } } }, - "/aggregate/media-folder-configuration": { + "/aggregate/measurement-system": { "post": { "tags": [ - "Media Folder Configuration" + "Measurement System" ], - "summary": "Aggregate for the Media Folder Configuration resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateMediaFolderConfiguration", + "summary": "Aggregate for the Measurement System resources.", + "description": "Available since: 6.7.1.0", + "operationId": "aggregateMeasurementSystem", "requestBody": { "required": true, "content": { @@ -30262,7 +30262,7 @@ }, "responses": { "200": { - "description": "List of MediaFolderConfiguration", + "description": "List of MeasurementSystem", "content": { "application/vnd.api+json": { "schema": { @@ -30276,7 +30276,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaFolderConfiguration" + "$ref": "#/components/schemas/MeasurementSystem" } } } @@ -30294,7 +30294,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaFolderConfiguration" + "$ref": "#/components/schemas/MeasurementSystem" } } } @@ -30311,14 +30311,14 @@ } } }, - "/media-thumbnail": { + "/media": { "get": { "tags": [ - "Media Thumbnail" + "Media" ], - "summary": "List with basic information of Media Thumbnail resources.", + "summary": "List with basic information of Media resources.", "description": "Available since: 6.0.0.0", - "operationId": "getMediaThumbnailList", + "operationId": "getMediaList", "parameters": [ { "name": "limit", @@ -30347,7 +30347,7 @@ ], "responses": { "200": { - "description": "List of Media Thumbnail resources.", + "description": "List of Media resources.", "content": { "application/vnd.api+json": { "schema": { @@ -30366,7 +30366,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/MediaThumbnail" + "$ref": "#/components/schemas/Media" } } ] @@ -30380,16 +30380,16 @@ "type": "object", "properties": { "first": { - "example": "/media-thumbnail?limit=25" + "example": "/media?limit=25" }, "last": { - "example": "/media-thumbnail?limit=25&page=11" + "example": "/media?limit=25&page=11" }, "next": { - "example": "/media-thumbnail?limit=25&page=4" + "example": "/media?limit=25&page=4" }, "prev": { - "example": "/media-thumbnail?limit=25&page=2" + "example": "/media?limit=25&page=2" } } } @@ -30410,7 +30410,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaThumbnail" + "$ref": "#/components/schemas/Media" } } } @@ -30425,11 +30425,11 @@ }, "post": { "tags": [ - "Media Thumbnail" + "Media" ], - "summary": "Create a new Media Thumbnail resources.", + "summary": "Create a new Media resources.", "description": "Available since: 6.0.0.0", - "operationId": "createMediaThumbnail", + "operationId": "createMedia", "parameters": [ { "name": "_response", @@ -30448,14 +30448,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MediaThumbnail" + "$ref": "#/components/schemas/Media" } } } }, "responses": { "200": { - "description": "Detail of MediaThumbnail", + "description": "Detail of Media", "content": { "application/vnd.api+json": { "schema": { @@ -30467,7 +30467,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaThumbnail" + "$ref": "#/components/schemas/Media" } } } @@ -30482,7 +30482,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaThumbnail" + "$ref": "#/components/schemas/Media" } } } @@ -30498,14 +30498,14 @@ } } }, - "/search/media-thumbnail": { + "/search/media": { "post": { "tags": [ - "Media Thumbnail" + "Media" ], - "summary": "Search for the Media Thumbnail resources.", + "summary": "Search for the Media resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchMediaThumbnail", + "operationId": "searchMedia", "parameters": [ { "name": "sw-include-search-info", @@ -30533,7 +30533,7 @@ }, "responses": { "200": { - "description": "List of MediaThumbnail", + "description": "List of Media", "content": { "application/vnd.api+json": { "schema": { @@ -30547,7 +30547,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaThumbnail" + "$ref": "#/components/schemas/Media" } } } @@ -30565,7 +30565,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaThumbnail" + "$ref": "#/components/schemas/Media" } } } @@ -30582,19 +30582,19 @@ } } }, - "/media-thumbnail/{id}": { + "/media/{id}": { "get": { "tags": [ - "Media Thumbnail" + "Media" ], - "summary": "Detailed information about a Media Thumbnail resource.", + "summary": "Detailed information about a Media resource.", "description": "Available since: 6.0.0.0", - "operationId": "getMediaThumbnail", + "operationId": "getMedia", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_thumbnail", + "description": "Identifier for the media", "required": true, "schema": { "type": "string", @@ -30604,7 +30604,7 @@ ], "responses": { "200": { - "description": "Detail of MediaThumbnail", + "description": "Detail of Media", "content": { "application/vnd.api+json": { "schema": { @@ -30616,7 +30616,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaThumbnail" + "$ref": "#/components/schemas/Media" } } } @@ -30631,7 +30631,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaThumbnail" + "$ref": "#/components/schemas/Media" } } } @@ -30648,16 +30648,16 @@ }, "delete": { "tags": [ - "Media Thumbnail" + "Media" ], - "summary": "Delete a Media Thumbnail resource.", + "summary": "Delete a Media resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteMediaThumbnail", + "operationId": "deleteMedia", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_thumbnail", + "description": "Identifier for the media", "required": true, "schema": { "type": "string", @@ -30688,16 +30688,16 @@ }, "patch": { "tags": [ - "Media Thumbnail" + "Media" ], - "summary": "Partially update information about a Media Thumbnail resource.", + "summary": "Partially update information about a Media resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateMediaThumbnail", + "operationId": "updateMedia", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_thumbnail", + "description": "Identifier for the media", "required": true, "schema": { "type": "string", @@ -30715,18 +30715,18 @@ } ], "requestBody": { - "description": "Partially update information about a Media Thumbnail resource.", + "description": "Partially update information about a Media resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MediaThumbnail" + "$ref": "#/components/schemas/Media" } } } }, "responses": { "200": { - "description": "Detail of MediaThumbnail", + "description": "Detail of Media", "content": { "application/vnd.api+json": { "schema": { @@ -30738,7 +30738,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaThumbnail" + "$ref": "#/components/schemas/Media" } } } @@ -30753,7 +30753,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaThumbnail" + "$ref": "#/components/schemas/Media" } } } @@ -30772,14 +30772,14 @@ } } }, - "/aggregate/media-thumbnail": { + "/aggregate/media": { "post": { "tags": [ - "Media Thumbnail" + "Media" ], - "summary": "Aggregate for the Media Thumbnail resources.", + "summary": "Aggregate for the Media resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateMediaThumbnail", + "operationId": "aggregateMedia", "requestBody": { "required": true, "content": { @@ -30803,7 +30803,7 @@ }, "responses": { "200": { - "description": "List of MediaThumbnail", + "description": "List of Media", "content": { "application/vnd.api+json": { "schema": { @@ -30817,7 +30817,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaThumbnail" + "$ref": "#/components/schemas/Media" } } } @@ -30835,7 +30835,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaThumbnail" + "$ref": "#/components/schemas/Media" } } } @@ -30852,14 +30852,14 @@ } } }, - "/media-thumbnail-size": { + "/media-default-folder": { "get": { "tags": [ - "Media Thumbnail Size" + "Media Default Folder" ], - "summary": "List with basic information of Media Thumbnail Size resources.", + "summary": "List with basic information of Media Default Folder resources.", "description": "Available since: 6.0.0.0", - "operationId": "getMediaThumbnailSizeList", + "operationId": "getMediaDefaultFolderList", "parameters": [ { "name": "limit", @@ -30888,7 +30888,7 @@ ], "responses": { "200": { - "description": "List of Media Thumbnail Size resources.", + "description": "List of Media Default Folder resources.", "content": { "application/vnd.api+json": { "schema": { @@ -30907,7 +30907,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/MediaThumbnailSize" + "$ref": "#/components/schemas/MediaDefaultFolder" } } ] @@ -30921,16 +30921,16 @@ "type": "object", "properties": { "first": { - "example": "/media-thumbnail-size?limit=25" + "example": "/media-default-folder?limit=25" }, "last": { - "example": "/media-thumbnail-size?limit=25&page=11" + "example": "/media-default-folder?limit=25&page=11" }, "next": { - "example": "/media-thumbnail-size?limit=25&page=4" + "example": "/media-default-folder?limit=25&page=4" }, "prev": { - "example": "/media-thumbnail-size?limit=25&page=2" + "example": "/media-default-folder?limit=25&page=2" } } } @@ -30951,7 +30951,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaThumbnailSize" + "$ref": "#/components/schemas/MediaDefaultFolder" } } } @@ -30966,11 +30966,11 @@ }, "post": { "tags": [ - "Media Thumbnail Size" + "Media Default Folder" ], - "summary": "Create a new Media Thumbnail Size resources.", + "summary": "Create a new Media Default Folder resources.", "description": "Available since: 6.0.0.0", - "operationId": "createMediaThumbnailSize", + "operationId": "createMediaDefaultFolder", "parameters": [ { "name": "_response", @@ -30989,14 +30989,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MediaThumbnailSize" + "$ref": "#/components/schemas/MediaDefaultFolder" } } } }, "responses": { "200": { - "description": "Detail of MediaThumbnailSize", + "description": "Detail of MediaDefaultFolder", "content": { "application/vnd.api+json": { "schema": { @@ -31008,7 +31008,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaThumbnailSize" + "$ref": "#/components/schemas/MediaDefaultFolder" } } } @@ -31023,7 +31023,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaThumbnailSize" + "$ref": "#/components/schemas/MediaDefaultFolder" } } } @@ -31039,14 +31039,14 @@ } } }, - "/search/media-thumbnail-size": { + "/search/media-default-folder": { "post": { "tags": [ - "Media Thumbnail Size" + "Media Default Folder" ], - "summary": "Search for the Media Thumbnail Size resources.", + "summary": "Search for the Media Default Folder resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchMediaThumbnailSize", + "operationId": "searchMediaDefaultFolder", "parameters": [ { "name": "sw-include-search-info", @@ -31074,7 +31074,7 @@ }, "responses": { "200": { - "description": "List of MediaThumbnailSize", + "description": "List of MediaDefaultFolder", "content": { "application/vnd.api+json": { "schema": { @@ -31088,7 +31088,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaThumbnailSize" + "$ref": "#/components/schemas/MediaDefaultFolder" } } } @@ -31106,7 +31106,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaThumbnailSize" + "$ref": "#/components/schemas/MediaDefaultFolder" } } } @@ -31123,19 +31123,19 @@ } } }, - "/media-thumbnail-size/{id}": { + "/media-default-folder/{id}": { "get": { "tags": [ - "Media Thumbnail Size" + "Media Default Folder" ], - "summary": "Detailed information about a Media Thumbnail Size resource.", + "summary": "Detailed information about a Media Default Folder resource.", "description": "Available since: 6.0.0.0", - "operationId": "getMediaThumbnailSize", + "operationId": "getMediaDefaultFolder", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_thumbnail_size", + "description": "Identifier for the media_default_folder", "required": true, "schema": { "type": "string", @@ -31145,7 +31145,7 @@ ], "responses": { "200": { - "description": "Detail of MediaThumbnailSize", + "description": "Detail of MediaDefaultFolder", "content": { "application/vnd.api+json": { "schema": { @@ -31157,7 +31157,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaThumbnailSize" + "$ref": "#/components/schemas/MediaDefaultFolder" } } } @@ -31172,7 +31172,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaThumbnailSize" + "$ref": "#/components/schemas/MediaDefaultFolder" } } } @@ -31189,16 +31189,16 @@ }, "delete": { "tags": [ - "Media Thumbnail Size" + "Media Default Folder" ], - "summary": "Delete a Media Thumbnail Size resource.", + "summary": "Delete a Media Default Folder resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteMediaThumbnailSize", + "operationId": "deleteMediaDefaultFolder", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_thumbnail_size", + "description": "Identifier for the media_default_folder", "required": true, "schema": { "type": "string", @@ -31229,16 +31229,16 @@ }, "patch": { "tags": [ - "Media Thumbnail Size" + "Media Default Folder" ], - "summary": "Partially update information about a Media Thumbnail Size resource.", + "summary": "Partially update information about a Media Default Folder resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateMediaThumbnailSize", + "operationId": "updateMediaDefaultFolder", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_thumbnail_size", + "description": "Identifier for the media_default_folder", "required": true, "schema": { "type": "string", @@ -31256,18 +31256,18 @@ } ], "requestBody": { - "description": "Partially update information about a Media Thumbnail Size resource.", + "description": "Partially update information about a Media Default Folder resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MediaThumbnailSize" + "$ref": "#/components/schemas/MediaDefaultFolder" } } } }, "responses": { "200": { - "description": "Detail of MediaThumbnailSize", + "description": "Detail of MediaDefaultFolder", "content": { "application/vnd.api+json": { "schema": { @@ -31279,7 +31279,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaThumbnailSize" + "$ref": "#/components/schemas/MediaDefaultFolder" } } } @@ -31294,7 +31294,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaThumbnailSize" + "$ref": "#/components/schemas/MediaDefaultFolder" } } } @@ -31313,14 +31313,14 @@ } } }, - "/aggregate/media-thumbnail-size": { + "/aggregate/media-default-folder": { "post": { "tags": [ - "Media Thumbnail Size" + "Media Default Folder" ], - "summary": "Aggregate for the Media Thumbnail Size resources.", + "summary": "Aggregate for the Media Default Folder resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateMediaThumbnailSize", + "operationId": "aggregateMediaDefaultFolder", "requestBody": { "required": true, "content": { @@ -31344,7 +31344,7 @@ }, "responses": { "200": { - "description": "List of MediaThumbnailSize", + "description": "List of MediaDefaultFolder", "content": { "application/vnd.api+json": { "schema": { @@ -31358,7 +31358,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaThumbnailSize" + "$ref": "#/components/schemas/MediaDefaultFolder" } } } @@ -31376,7 +31376,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaThumbnailSize" + "$ref": "#/components/schemas/MediaDefaultFolder" } } } @@ -31393,14 +31393,14 @@ } } }, - "/newsletter-recipient": { + "/media-folder": { "get": { "tags": [ - "Newsletter Recipient" + "Media Folder" ], - "summary": "List with basic information of Newsletter Recipient resources.", + "summary": "List with basic information of Media Folder resources.", "description": "Available since: 6.0.0.0", - "operationId": "getNewsletterRecipientList", + "operationId": "getMediaFolderList", "parameters": [ { "name": "limit", @@ -31429,7 +31429,7 @@ ], "responses": { "200": { - "description": "List of Newsletter Recipient resources.", + "description": "List of Media Folder resources.", "content": { "application/vnd.api+json": { "schema": { @@ -31448,7 +31448,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/NewsletterRecipient" + "$ref": "#/components/schemas/MediaFolder" } } ] @@ -31462,16 +31462,16 @@ "type": "object", "properties": { "first": { - "example": "/newsletter-recipient?limit=25" + "example": "/media-folder?limit=25" }, "last": { - "example": "/newsletter-recipient?limit=25&page=11" + "example": "/media-folder?limit=25&page=11" }, "next": { - "example": "/newsletter-recipient?limit=25&page=4" + "example": "/media-folder?limit=25&page=4" }, "prev": { - "example": "/newsletter-recipient?limit=25&page=2" + "example": "/media-folder?limit=25&page=2" } } } @@ -31492,7 +31492,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NewsletterRecipient" + "$ref": "#/components/schemas/MediaFolder" } } } @@ -31507,11 +31507,11 @@ }, "post": { "tags": [ - "Newsletter Recipient" + "Media Folder" ], - "summary": "Create a new Newsletter Recipient resources.", + "summary": "Create a new Media Folder resources.", "description": "Available since: 6.0.0.0", - "operationId": "createNewsletterRecipient", + "operationId": "createMediaFolder", "parameters": [ { "name": "_response", @@ -31530,14 +31530,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/NewsletterRecipient" + "$ref": "#/components/schemas/MediaFolder" } } } }, "responses": { "200": { - "description": "Detail of NewsletterRecipient", + "description": "Detail of MediaFolder", "content": { "application/vnd.api+json": { "schema": { @@ -31549,7 +31549,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/NewsletterRecipient" + "$ref": "#/components/schemas/MediaFolder" } } } @@ -31564,7 +31564,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/NewsletterRecipient" + "$ref": "#/components/schemas/MediaFolder" } } } @@ -31580,14 +31580,14 @@ } } }, - "/search/newsletter-recipient": { + "/search/media-folder": { "post": { "tags": [ - "Newsletter Recipient" + "Media Folder" ], - "summary": "Search for the Newsletter Recipient resources.", + "summary": "Search for the Media Folder resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchNewsletterRecipient", + "operationId": "searchMediaFolder", "parameters": [ { "name": "sw-include-search-info", @@ -31615,7 +31615,7 @@ }, "responses": { "200": { - "description": "List of NewsletterRecipient", + "description": "List of MediaFolder", "content": { "application/vnd.api+json": { "schema": { @@ -31629,7 +31629,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NewsletterRecipient" + "$ref": "#/components/schemas/MediaFolder" } } } @@ -31647,7 +31647,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NewsletterRecipient" + "$ref": "#/components/schemas/MediaFolder" } } } @@ -31664,19 +31664,19 @@ } } }, - "/newsletter-recipient/{id}": { + "/media-folder/{id}": { "get": { "tags": [ - "Newsletter Recipient" + "Media Folder" ], - "summary": "Detailed information about a Newsletter Recipient resource.", + "summary": "Detailed information about a Media Folder resource.", "description": "Available since: 6.0.0.0", - "operationId": "getNewsletterRecipient", + "operationId": "getMediaFolder", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the newsletter_recipient", + "description": "Identifier for the media_folder", "required": true, "schema": { "type": "string", @@ -31686,7 +31686,7 @@ ], "responses": { "200": { - "description": "Detail of NewsletterRecipient", + "description": "Detail of MediaFolder", "content": { "application/vnd.api+json": { "schema": { @@ -31698,7 +31698,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/NewsletterRecipient" + "$ref": "#/components/schemas/MediaFolder" } } } @@ -31713,7 +31713,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/NewsletterRecipient" + "$ref": "#/components/schemas/MediaFolder" } } } @@ -31730,16 +31730,16 @@ }, "delete": { "tags": [ - "Newsletter Recipient" + "Media Folder" ], - "summary": "Delete a Newsletter Recipient resource.", + "summary": "Delete a Media Folder resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteNewsletterRecipient", + "operationId": "deleteMediaFolder", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the newsletter_recipient", + "description": "Identifier for the media_folder", "required": true, "schema": { "type": "string", @@ -31770,16 +31770,16 @@ }, "patch": { "tags": [ - "Newsletter Recipient" + "Media Folder" ], - "summary": "Partially update information about a Newsletter Recipient resource.", + "summary": "Partially update information about a Media Folder resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateNewsletterRecipient", + "operationId": "updateMediaFolder", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the newsletter_recipient", + "description": "Identifier for the media_folder", "required": true, "schema": { "type": "string", @@ -31797,18 +31797,18 @@ } ], "requestBody": { - "description": "Partially update information about a Newsletter Recipient resource.", + "description": "Partially update information about a Media Folder resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/NewsletterRecipient" + "$ref": "#/components/schemas/MediaFolder" } } } }, "responses": { "200": { - "description": "Detail of NewsletterRecipient", + "description": "Detail of MediaFolder", "content": { "application/vnd.api+json": { "schema": { @@ -31820,7 +31820,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/NewsletterRecipient" + "$ref": "#/components/schemas/MediaFolder" } } } @@ -31835,7 +31835,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/NewsletterRecipient" + "$ref": "#/components/schemas/MediaFolder" } } } @@ -31854,14 +31854,14 @@ } } }, - "/aggregate/newsletter-recipient": { + "/aggregate/media-folder": { "post": { "tags": [ - "Newsletter Recipient" + "Media Folder" ], - "summary": "Aggregate for the Newsletter Recipient resources.", + "summary": "Aggregate for the Media Folder resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateNewsletterRecipient", + "operationId": "aggregateMediaFolder", "requestBody": { "required": true, "content": { @@ -31885,7 +31885,7 @@ }, "responses": { "200": { - "description": "List of NewsletterRecipient", + "description": "List of MediaFolder", "content": { "application/vnd.api+json": { "schema": { @@ -31899,7 +31899,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NewsletterRecipient" + "$ref": "#/components/schemas/MediaFolder" } } } @@ -31917,7 +31917,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NewsletterRecipient" + "$ref": "#/components/schemas/MediaFolder" } } } @@ -31934,14 +31934,14 @@ } } }, - "/notification": { + "/media-folder-configuration": { "get": { "tags": [ - "Notification" + "Media Folder Configuration" ], - "summary": "List with basic information of Notification resources.", - "description": "Available since: 6.4.7.0", - "operationId": "getNotificationList", + "summary": "List with basic information of Media Folder Configuration resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getMediaFolderConfigurationList", "parameters": [ { "name": "limit", @@ -31970,7 +31970,7 @@ ], "responses": { "200": { - "description": "List of Notification resources.", + "description": "List of Media Folder Configuration resources.", "content": { "application/vnd.api+json": { "schema": { @@ -31989,7 +31989,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Notification" + "$ref": "#/components/schemas/MediaFolderConfiguration" } } ] @@ -32003,16 +32003,16 @@ "type": "object", "properties": { "first": { - "example": "/notification?limit=25" + "example": "/media-folder-configuration?limit=25" }, "last": { - "example": "/notification?limit=25&page=11" + "example": "/media-folder-configuration?limit=25&page=11" }, "next": { - "example": "/notification?limit=25&page=4" + "example": "/media-folder-configuration?limit=25&page=4" }, "prev": { - "example": "/notification?limit=25&page=2" + "example": "/media-folder-configuration?limit=25&page=2" } } } @@ -32033,7 +32033,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Notification" + "$ref": "#/components/schemas/MediaFolderConfiguration" } } } @@ -32048,11 +32048,11 @@ }, "post": { "tags": [ - "Notification" + "Media Folder Configuration" ], - "summary": "Create a new Notification resources.", - "description": "Available since: 6.4.7.0", - "operationId": "createNotification", + "summary": "Create a new Media Folder Configuration resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createMediaFolderConfiguration", "parameters": [ { "name": "_response", @@ -32071,14 +32071,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Notification" + "$ref": "#/components/schemas/MediaFolderConfiguration" } } } }, "responses": { "200": { - "description": "Detail of Notification", + "description": "Detail of MediaFolderConfiguration", "content": { "application/vnd.api+json": { "schema": { @@ -32090,7 +32090,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Notification" + "$ref": "#/components/schemas/MediaFolderConfiguration" } } } @@ -32105,7 +32105,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Notification" + "$ref": "#/components/schemas/MediaFolderConfiguration" } } } @@ -32121,14 +32121,14 @@ } } }, - "/search/notification": { + "/search/media-folder-configuration": { "post": { "tags": [ - "Notification" + "Media Folder Configuration" ], - "summary": "Search for the Notification resources.", - "description": "Available since: 6.4.7.0", - "operationId": "searchNotification", + "summary": "Search for the Media Folder Configuration resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchMediaFolderConfiguration", "parameters": [ { "name": "sw-include-search-info", @@ -32156,7 +32156,7 @@ }, "responses": { "200": { - "description": "List of Notification", + "description": "List of MediaFolderConfiguration", "content": { "application/vnd.api+json": { "schema": { @@ -32170,7 +32170,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Notification" + "$ref": "#/components/schemas/MediaFolderConfiguration" } } } @@ -32188,7 +32188,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Notification" + "$ref": "#/components/schemas/MediaFolderConfiguration" } } } @@ -32205,19 +32205,19 @@ } } }, - "/notification/{id}": { + "/media-folder-configuration/{id}": { "get": { "tags": [ - "Notification" + "Media Folder Configuration" ], - "summary": "Detailed information about a Notification resource.", - "description": "Available since: 6.4.7.0", - "operationId": "getNotification", + "summary": "Detailed information about a Media Folder Configuration resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getMediaFolderConfiguration", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the notification", + "description": "Identifier for the media_folder_configuration", "required": true, "schema": { "type": "string", @@ -32227,7 +32227,7 @@ ], "responses": { "200": { - "description": "Detail of Notification", + "description": "Detail of MediaFolderConfiguration", "content": { "application/vnd.api+json": { "schema": { @@ -32239,7 +32239,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Notification" + "$ref": "#/components/schemas/MediaFolderConfiguration" } } } @@ -32254,7 +32254,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Notification" + "$ref": "#/components/schemas/MediaFolderConfiguration" } } } @@ -32271,16 +32271,16 @@ }, "delete": { "tags": [ - "Notification" + "Media Folder Configuration" ], - "summary": "Delete a Notification resource.", - "description": "Available since: 6.4.7.0", - "operationId": "deleteNotification", + "summary": "Delete a Media Folder Configuration resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteMediaFolderConfiguration", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the notification", + "description": "Identifier for the media_folder_configuration", "required": true, "schema": { "type": "string", @@ -32311,16 +32311,16 @@ }, "patch": { "tags": [ - "Notification" + "Media Folder Configuration" ], - "summary": "Partially update information about a Notification resource.", - "description": "Available since: 6.4.7.0", - "operationId": "updateNotification", + "summary": "Partially update information about a Media Folder Configuration resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateMediaFolderConfiguration", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the notification", + "description": "Identifier for the media_folder_configuration", "required": true, "schema": { "type": "string", @@ -32338,18 +32338,18 @@ } ], "requestBody": { - "description": "Partially update information about a Notification resource.", + "description": "Partially update information about a Media Folder Configuration resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Notification" + "$ref": "#/components/schemas/MediaFolderConfiguration" } } } }, "responses": { "200": { - "description": "Detail of Notification", + "description": "Detail of MediaFolderConfiguration", "content": { "application/vnd.api+json": { "schema": { @@ -32361,7 +32361,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Notification" + "$ref": "#/components/schemas/MediaFolderConfiguration" } } } @@ -32376,7 +32376,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Notification" + "$ref": "#/components/schemas/MediaFolderConfiguration" } } } @@ -32395,14 +32395,14 @@ } } }, - "/aggregate/notification": { + "/aggregate/media-folder-configuration": { "post": { "tags": [ - "Notification" + "Media Folder Configuration" ], - "summary": "Aggregate for the Notification resources.", + "summary": "Aggregate for the Media Folder Configuration resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateNotification", + "operationId": "aggregateMediaFolderConfiguration", "requestBody": { "required": true, "content": { @@ -32426,7 +32426,7 @@ }, "responses": { "200": { - "description": "List of Notification", + "description": "List of MediaFolderConfiguration", "content": { "application/vnd.api+json": { "schema": { @@ -32440,7 +32440,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Notification" + "$ref": "#/components/schemas/MediaFolderConfiguration" } } } @@ -32458,7 +32458,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Notification" + "$ref": "#/components/schemas/MediaFolderConfiguration" } } } @@ -32475,14 +32475,14 @@ } } }, - "/number-range": { + "/media-thumbnail": { "get": { "tags": [ - "Number Range" + "Media Thumbnail" ], - "summary": "List with basic information of Number Range resources.", + "summary": "List with basic information of Media Thumbnail resources.", "description": "Available since: 6.0.0.0", - "operationId": "getNumberRangeList", + "operationId": "getMediaThumbnailList", "parameters": [ { "name": "limit", @@ -32511,7 +32511,7 @@ ], "responses": { "200": { - "description": "List of Number Range resources.", + "description": "List of Media Thumbnail resources.", "content": { "application/vnd.api+json": { "schema": { @@ -32530,7 +32530,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRange" + "$ref": "#/components/schemas/MediaThumbnail" } } ] @@ -32544,16 +32544,16 @@ "type": "object", "properties": { "first": { - "example": "/number-range?limit=25" + "example": "/media-thumbnail?limit=25" }, "last": { - "example": "/number-range?limit=25&page=11" + "example": "/media-thumbnail?limit=25&page=11" }, "next": { - "example": "/number-range?limit=25&page=4" + "example": "/media-thumbnail?limit=25&page=4" }, "prev": { - "example": "/number-range?limit=25&page=2" + "example": "/media-thumbnail?limit=25&page=2" } } } @@ -32574,7 +32574,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRange" + "$ref": "#/components/schemas/MediaThumbnail" } } } @@ -32589,11 +32589,11 @@ }, "post": { "tags": [ - "Number Range" + "Media Thumbnail" ], - "summary": "Create a new Number Range resources.", + "summary": "Create a new Media Thumbnail resources.", "description": "Available since: 6.0.0.0", - "operationId": "createNumberRange", + "operationId": "createMediaThumbnail", "parameters": [ { "name": "_response", @@ -32612,14 +32612,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/NumberRange" + "$ref": "#/components/schemas/MediaThumbnail" } } } }, "responses": { "200": { - "description": "Detail of NumberRange", + "description": "Detail of MediaThumbnail", "content": { "application/vnd.api+json": { "schema": { @@ -32631,7 +32631,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/NumberRange" + "$ref": "#/components/schemas/MediaThumbnail" } } } @@ -32646,7 +32646,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/NumberRange" + "$ref": "#/components/schemas/MediaThumbnail" } } } @@ -32662,14 +32662,14 @@ } } }, - "/search/number-range": { + "/search/media-thumbnail": { "post": { "tags": [ - "Number Range" + "Media Thumbnail" ], - "summary": "Search for the Number Range resources.", + "summary": "Search for the Media Thumbnail resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchNumberRange", + "operationId": "searchMediaThumbnail", "parameters": [ { "name": "sw-include-search-info", @@ -32697,7 +32697,7 @@ }, "responses": { "200": { - "description": "List of NumberRange", + "description": "List of MediaThumbnail", "content": { "application/vnd.api+json": { "schema": { @@ -32711,7 +32711,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRange" + "$ref": "#/components/schemas/MediaThumbnail" } } } @@ -32729,7 +32729,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRange" + "$ref": "#/components/schemas/MediaThumbnail" } } } @@ -32746,19 +32746,19 @@ } } }, - "/number-range/{id}": { + "/media-thumbnail/{id}": { "get": { "tags": [ - "Number Range" + "Media Thumbnail" ], - "summary": "Detailed information about a Number Range resource.", + "summary": "Detailed information about a Media Thumbnail resource.", "description": "Available since: 6.0.0.0", - "operationId": "getNumberRange", + "operationId": "getMediaThumbnail", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the number_range", + "description": "Identifier for the media_thumbnail", "required": true, "schema": { "type": "string", @@ -32768,7 +32768,7 @@ ], "responses": { "200": { - "description": "Detail of NumberRange", + "description": "Detail of MediaThumbnail", "content": { "application/vnd.api+json": { "schema": { @@ -32780,7 +32780,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/NumberRange" + "$ref": "#/components/schemas/MediaThumbnail" } } } @@ -32795,7 +32795,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/NumberRange" + "$ref": "#/components/schemas/MediaThumbnail" } } } @@ -32812,16 +32812,16 @@ }, "delete": { "tags": [ - "Number Range" + "Media Thumbnail" ], - "summary": "Delete a Number Range resource.", + "summary": "Delete a Media Thumbnail resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteNumberRange", + "operationId": "deleteMediaThumbnail", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the number_range", + "description": "Identifier for the media_thumbnail", "required": true, "schema": { "type": "string", @@ -32852,16 +32852,16 @@ }, "patch": { "tags": [ - "Number Range" + "Media Thumbnail" ], - "summary": "Partially update information about a Number Range resource.", + "summary": "Partially update information about a Media Thumbnail resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateNumberRange", + "operationId": "updateMediaThumbnail", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the number_range", + "description": "Identifier for the media_thumbnail", "required": true, "schema": { "type": "string", @@ -32879,18 +32879,18 @@ } ], "requestBody": { - "description": "Partially update information about a Number Range resource.", + "description": "Partially update information about a Media Thumbnail resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/NumberRange" + "$ref": "#/components/schemas/MediaThumbnail" } } } }, "responses": { "200": { - "description": "Detail of NumberRange", + "description": "Detail of MediaThumbnail", "content": { "application/vnd.api+json": { "schema": { @@ -32902,7 +32902,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/NumberRange" + "$ref": "#/components/schemas/MediaThumbnail" } } } @@ -32917,7 +32917,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/NumberRange" + "$ref": "#/components/schemas/MediaThumbnail" } } } @@ -32936,14 +32936,14 @@ } } }, - "/aggregate/number-range": { + "/aggregate/media-thumbnail": { "post": { "tags": [ - "Number Range" + "Media Thumbnail" ], - "summary": "Aggregate for the Number Range resources.", + "summary": "Aggregate for the Media Thumbnail resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateNumberRange", + "operationId": "aggregateMediaThumbnail", "requestBody": { "required": true, "content": { @@ -32967,7 +32967,7 @@ }, "responses": { "200": { - "description": "List of NumberRange", + "description": "List of MediaThumbnail", "content": { "application/vnd.api+json": { "schema": { @@ -32981,7 +32981,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRange" + "$ref": "#/components/schemas/MediaThumbnail" } } } @@ -32999,7 +32999,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRange" + "$ref": "#/components/schemas/MediaThumbnail" } } } @@ -33016,14 +33016,14 @@ } } }, - "/number-range-sales-channel": { + "/media-thumbnail-size": { "get": { "tags": [ - "Number Range Sales Channel" + "Media Thumbnail Size" ], - "summary": "List with basic information of Number Range Sales Channel resources.", + "summary": "List with basic information of Media Thumbnail Size resources.", "description": "Available since: 6.0.0.0", - "operationId": "getNumberRangeSalesChannelList", + "operationId": "getMediaThumbnailSizeList", "parameters": [ { "name": "limit", @@ -33052,7 +33052,7 @@ ], "responses": { "200": { - "description": "List of Number Range Sales Channel resources.", + "description": "List of Media Thumbnail Size resources.", "content": { "application/vnd.api+json": { "schema": { @@ -33071,7 +33071,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeSalesChannel" + "$ref": "#/components/schemas/MediaThumbnailSize" } } ] @@ -33085,16 +33085,16 @@ "type": "object", "properties": { "first": { - "example": "/number-range-sales-channel?limit=25" + "example": "/media-thumbnail-size?limit=25" }, "last": { - "example": "/number-range-sales-channel?limit=25&page=11" + "example": "/media-thumbnail-size?limit=25&page=11" }, "next": { - "example": "/number-range-sales-channel?limit=25&page=4" + "example": "/media-thumbnail-size?limit=25&page=4" }, "prev": { - "example": "/number-range-sales-channel?limit=25&page=2" + "example": "/media-thumbnail-size?limit=25&page=2" } } } @@ -33115,7 +33115,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeSalesChannel" + "$ref": "#/components/schemas/MediaThumbnailSize" } } } @@ -33130,11 +33130,11 @@ }, "post": { "tags": [ - "Number Range Sales Channel" + "Media Thumbnail Size" ], - "summary": "Create a new Number Range Sales Channel resources.", + "summary": "Create a new Media Thumbnail Size resources.", "description": "Available since: 6.0.0.0", - "operationId": "createNumberRangeSalesChannel", + "operationId": "createMediaThumbnailSize", "parameters": [ { "name": "_response", @@ -33153,14 +33153,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/NumberRangeSalesChannel" + "$ref": "#/components/schemas/MediaThumbnailSize" } } } }, "responses": { "200": { - "description": "Detail of NumberRangeSalesChannel", + "description": "Detail of MediaThumbnailSize", "content": { "application/vnd.api+json": { "schema": { @@ -33172,7 +33172,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeSalesChannel" + "$ref": "#/components/schemas/MediaThumbnailSize" } } } @@ -33187,7 +33187,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeSalesChannel" + "$ref": "#/components/schemas/MediaThumbnailSize" } } } @@ -33203,14 +33203,14 @@ } } }, - "/search/number-range-sales-channel": { + "/search/media-thumbnail-size": { "post": { "tags": [ - "Number Range Sales Channel" + "Media Thumbnail Size" ], - "summary": "Search for the Number Range Sales Channel resources.", + "summary": "Search for the Media Thumbnail Size resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchNumberRangeSalesChannel", + "operationId": "searchMediaThumbnailSize", "parameters": [ { "name": "sw-include-search-info", @@ -33238,7 +33238,7 @@ }, "responses": { "200": { - "description": "List of NumberRangeSalesChannel", + "description": "List of MediaThumbnailSize", "content": { "application/vnd.api+json": { "schema": { @@ -33252,7 +33252,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeSalesChannel" + "$ref": "#/components/schemas/MediaThumbnailSize" } } } @@ -33270,7 +33270,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeSalesChannel" + "$ref": "#/components/schemas/MediaThumbnailSize" } } } @@ -33287,19 +33287,19 @@ } } }, - "/number-range-sales-channel/{id}": { + "/media-thumbnail-size/{id}": { "get": { "tags": [ - "Number Range Sales Channel" + "Media Thumbnail Size" ], - "summary": "Detailed information about a Number Range Sales Channel resource.", + "summary": "Detailed information about a Media Thumbnail Size resource.", "description": "Available since: 6.0.0.0", - "operationId": "getNumberRangeSalesChannel", + "operationId": "getMediaThumbnailSize", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the number_range_sales_channel", + "description": "Identifier for the media_thumbnail_size", "required": true, "schema": { "type": "string", @@ -33309,7 +33309,7 @@ ], "responses": { "200": { - "description": "Detail of NumberRangeSalesChannel", + "description": "Detail of MediaThumbnailSize", "content": { "application/vnd.api+json": { "schema": { @@ -33321,7 +33321,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeSalesChannel" + "$ref": "#/components/schemas/MediaThumbnailSize" } } } @@ -33336,7 +33336,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeSalesChannel" + "$ref": "#/components/schemas/MediaThumbnailSize" } } } @@ -33353,16 +33353,16 @@ }, "delete": { "tags": [ - "Number Range Sales Channel" + "Media Thumbnail Size" ], - "summary": "Delete a Number Range Sales Channel resource.", + "summary": "Delete a Media Thumbnail Size resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteNumberRangeSalesChannel", + "operationId": "deleteMediaThumbnailSize", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the number_range_sales_channel", + "description": "Identifier for the media_thumbnail_size", "required": true, "schema": { "type": "string", @@ -33393,16 +33393,16 @@ }, "patch": { "tags": [ - "Number Range Sales Channel" + "Media Thumbnail Size" ], - "summary": "Partially update information about a Number Range Sales Channel resource.", + "summary": "Partially update information about a Media Thumbnail Size resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateNumberRangeSalesChannel", + "operationId": "updateMediaThumbnailSize", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the number_range_sales_channel", + "description": "Identifier for the media_thumbnail_size", "required": true, "schema": { "type": "string", @@ -33420,18 +33420,18 @@ } ], "requestBody": { - "description": "Partially update information about a Number Range Sales Channel resource.", + "description": "Partially update information about a Media Thumbnail Size resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/NumberRangeSalesChannel" + "$ref": "#/components/schemas/MediaThumbnailSize" } } } }, "responses": { "200": { - "description": "Detail of NumberRangeSalesChannel", + "description": "Detail of MediaThumbnailSize", "content": { "application/vnd.api+json": { "schema": { @@ -33443,7 +33443,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeSalesChannel" + "$ref": "#/components/schemas/MediaThumbnailSize" } } } @@ -33458,7 +33458,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeSalesChannel" + "$ref": "#/components/schemas/MediaThumbnailSize" } } } @@ -33477,14 +33477,14 @@ } } }, - "/aggregate/number-range-sales-channel": { + "/aggregate/media-thumbnail-size": { "post": { "tags": [ - "Number Range Sales Channel" + "Media Thumbnail Size" ], - "summary": "Aggregate for the Number Range Sales Channel resources.", + "summary": "Aggregate for the Media Thumbnail Size resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateNumberRangeSalesChannel", + "operationId": "aggregateMediaThumbnailSize", "requestBody": { "required": true, "content": { @@ -33508,7 +33508,7 @@ }, "responses": { "200": { - "description": "List of NumberRangeSalesChannel", + "description": "List of MediaThumbnailSize", "content": { "application/vnd.api+json": { "schema": { @@ -33522,7 +33522,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeSalesChannel" + "$ref": "#/components/schemas/MediaThumbnailSize" } } } @@ -33540,7 +33540,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeSalesChannel" + "$ref": "#/components/schemas/MediaThumbnailSize" } } } @@ -33557,14 +33557,14 @@ } } }, - "/number-range-state": { + "/newsletter-recipient": { "get": { "tags": [ - "Number Range State" + "Newsletter Recipient" ], - "summary": "List with basic information of Number Range State resources.", + "summary": "List with basic information of Newsletter Recipient resources.", "description": "Available since: 6.0.0.0", - "operationId": "getNumberRangeStateList", + "operationId": "getNewsletterRecipientList", "parameters": [ { "name": "limit", @@ -33593,7 +33593,7 @@ ], "responses": { "200": { - "description": "List of Number Range State resources.", + "description": "List of Newsletter Recipient resources.", "content": { "application/vnd.api+json": { "schema": { @@ -33612,7 +33612,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeState" + "$ref": "#/components/schemas/NewsletterRecipient" } } ] @@ -33626,16 +33626,16 @@ "type": "object", "properties": { "first": { - "example": "/number-range-state?limit=25" + "example": "/newsletter-recipient?limit=25" }, "last": { - "example": "/number-range-state?limit=25&page=11" + "example": "/newsletter-recipient?limit=25&page=11" }, "next": { - "example": "/number-range-state?limit=25&page=4" + "example": "/newsletter-recipient?limit=25&page=4" }, "prev": { - "example": "/number-range-state?limit=25&page=2" + "example": "/newsletter-recipient?limit=25&page=2" } } } @@ -33656,7 +33656,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeState" + "$ref": "#/components/schemas/NewsletterRecipient" } } } @@ -33671,11 +33671,11 @@ }, "post": { "tags": [ - "Number Range State" + "Newsletter Recipient" ], - "summary": "Create a new Number Range State resources.", + "summary": "Create a new Newsletter Recipient resources.", "description": "Available since: 6.0.0.0", - "operationId": "createNumberRangeState", + "operationId": "createNewsletterRecipient", "parameters": [ { "name": "_response", @@ -33694,14 +33694,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/NumberRangeState" + "$ref": "#/components/schemas/NewsletterRecipient" } } } }, "responses": { "200": { - "description": "Detail of NumberRangeState", + "description": "Detail of NewsletterRecipient", "content": { "application/vnd.api+json": { "schema": { @@ -33713,7 +33713,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeState" + "$ref": "#/components/schemas/NewsletterRecipient" } } } @@ -33728,7 +33728,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeState" + "$ref": "#/components/schemas/NewsletterRecipient" } } } @@ -33744,14 +33744,14 @@ } } }, - "/search/number-range-state": { + "/search/newsletter-recipient": { "post": { "tags": [ - "Number Range State" + "Newsletter Recipient" ], - "summary": "Search for the Number Range State resources.", + "summary": "Search for the Newsletter Recipient resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchNumberRangeState", + "operationId": "searchNewsletterRecipient", "parameters": [ { "name": "sw-include-search-info", @@ -33779,7 +33779,7 @@ }, "responses": { "200": { - "description": "List of NumberRangeState", + "description": "List of NewsletterRecipient", "content": { "application/vnd.api+json": { "schema": { @@ -33793,7 +33793,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeState" + "$ref": "#/components/schemas/NewsletterRecipient" } } } @@ -33811,7 +33811,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeState" + "$ref": "#/components/schemas/NewsletterRecipient" } } } @@ -33828,19 +33828,19 @@ } } }, - "/number-range-state/{id}": { + "/newsletter-recipient/{id}": { "get": { "tags": [ - "Number Range State" + "Newsletter Recipient" ], - "summary": "Detailed information about a Number Range State resource.", + "summary": "Detailed information about a Newsletter Recipient resource.", "description": "Available since: 6.0.0.0", - "operationId": "getNumberRangeState", + "operationId": "getNewsletterRecipient", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the number_range_state", + "description": "Identifier for the newsletter_recipient", "required": true, "schema": { "type": "string", @@ -33850,7 +33850,7 @@ ], "responses": { "200": { - "description": "Detail of NumberRangeState", + "description": "Detail of NewsletterRecipient", "content": { "application/vnd.api+json": { "schema": { @@ -33862,7 +33862,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeState" + "$ref": "#/components/schemas/NewsletterRecipient" } } } @@ -33877,7 +33877,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeState" + "$ref": "#/components/schemas/NewsletterRecipient" } } } @@ -33894,16 +33894,16 @@ }, "delete": { "tags": [ - "Number Range State" + "Newsletter Recipient" ], - "summary": "Delete a Number Range State resource.", + "summary": "Delete a Newsletter Recipient resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteNumberRangeState", + "operationId": "deleteNewsletterRecipient", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the number_range_state", + "description": "Identifier for the newsletter_recipient", "required": true, "schema": { "type": "string", @@ -33934,16 +33934,16 @@ }, "patch": { "tags": [ - "Number Range State" + "Newsletter Recipient" ], - "summary": "Partially update information about a Number Range State resource.", + "summary": "Partially update information about a Newsletter Recipient resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateNumberRangeState", + "operationId": "updateNewsletterRecipient", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the number_range_state", + "description": "Identifier for the newsletter_recipient", "required": true, "schema": { "type": "string", @@ -33961,18 +33961,18 @@ } ], "requestBody": { - "description": "Partially update information about a Number Range State resource.", + "description": "Partially update information about a Newsletter Recipient resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/NumberRangeState" + "$ref": "#/components/schemas/NewsletterRecipient" } } } }, "responses": { "200": { - "description": "Detail of NumberRangeState", + "description": "Detail of NewsletterRecipient", "content": { "application/vnd.api+json": { "schema": { @@ -33984,7 +33984,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeState" + "$ref": "#/components/schemas/NewsletterRecipient" } } } @@ -33999,7 +33999,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeState" + "$ref": "#/components/schemas/NewsletterRecipient" } } } @@ -34018,14 +34018,14 @@ } } }, - "/aggregate/number-range-state": { + "/aggregate/newsletter-recipient": { "post": { "tags": [ - "Number Range State" + "Newsletter Recipient" ], - "summary": "Aggregate for the Number Range State resources.", + "summary": "Aggregate for the Newsletter Recipient resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateNumberRangeState", + "operationId": "aggregateNewsletterRecipient", "requestBody": { "required": true, "content": { @@ -34049,7 +34049,7 @@ }, "responses": { "200": { - "description": "List of NumberRangeState", + "description": "List of NewsletterRecipient", "content": { "application/vnd.api+json": { "schema": { @@ -34063,7 +34063,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeState" + "$ref": "#/components/schemas/NewsletterRecipient" } } } @@ -34081,7 +34081,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeState" + "$ref": "#/components/schemas/NewsletterRecipient" } } } @@ -34098,14 +34098,14 @@ } } }, - "/number-range-type": { + "/notification": { "get": { "tags": [ - "Number Range Type" + "Notification" ], - "summary": "List with basic information of Number Range Type resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getNumberRangeTypeList", + "summary": "List with basic information of Notification resources.", + "description": "Available since: 6.4.7.0", + "operationId": "getNotificationList", "parameters": [ { "name": "limit", @@ -34134,7 +34134,7 @@ ], "responses": { "200": { - "description": "List of Number Range Type resources.", + "description": "List of Notification resources.", "content": { "application/vnd.api+json": { "schema": { @@ -34153,7 +34153,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeType" + "$ref": "#/components/schemas/Notification" } } ] @@ -34167,16 +34167,16 @@ "type": "object", "properties": { "first": { - "example": "/number-range-type?limit=25" + "example": "/notification?limit=25" }, "last": { - "example": "/number-range-type?limit=25&page=11" + "example": "/notification?limit=25&page=11" }, "next": { - "example": "/number-range-type?limit=25&page=4" + "example": "/notification?limit=25&page=4" }, "prev": { - "example": "/number-range-type?limit=25&page=2" + "example": "/notification?limit=25&page=2" } } } @@ -34197,7 +34197,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeType" + "$ref": "#/components/schemas/Notification" } } } @@ -34212,11 +34212,11 @@ }, "post": { "tags": [ - "Number Range Type" + "Notification" ], - "summary": "Create a new Number Range Type resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createNumberRangeType", + "summary": "Create a new Notification resources.", + "description": "Available since: 6.4.7.0", + "operationId": "createNotification", "parameters": [ { "name": "_response", @@ -34235,14 +34235,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/NumberRangeType" + "$ref": "#/components/schemas/Notification" } } } }, "responses": { "200": { - "description": "Detail of NumberRangeType", + "description": "Detail of Notification", "content": { "application/vnd.api+json": { "schema": { @@ -34254,7 +34254,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeType" + "$ref": "#/components/schemas/Notification" } } } @@ -34269,7 +34269,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeType" + "$ref": "#/components/schemas/Notification" } } } @@ -34285,14 +34285,14 @@ } } }, - "/search/number-range-type": { + "/search/notification": { "post": { "tags": [ - "Number Range Type" + "Notification" ], - "summary": "Search for the Number Range Type resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchNumberRangeType", + "summary": "Search for the Notification resources.", + "description": "Available since: 6.4.7.0", + "operationId": "searchNotification", "parameters": [ { "name": "sw-include-search-info", @@ -34320,7 +34320,7 @@ }, "responses": { "200": { - "description": "List of NumberRangeType", + "description": "List of Notification", "content": { "application/vnd.api+json": { "schema": { @@ -34334,7 +34334,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeType" + "$ref": "#/components/schemas/Notification" } } } @@ -34352,7 +34352,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeType" + "$ref": "#/components/schemas/Notification" } } } @@ -34369,19 +34369,19 @@ } } }, - "/number-range-type/{id}": { + "/notification/{id}": { "get": { "tags": [ - "Number Range Type" + "Notification" ], - "summary": "Detailed information about a Number Range Type resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getNumberRangeType", + "summary": "Detailed information about a Notification resource.", + "description": "Available since: 6.4.7.0", + "operationId": "getNotification", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the number_range_type", + "description": "Identifier for the notification", "required": true, "schema": { "type": "string", @@ -34391,7 +34391,7 @@ ], "responses": { "200": { - "description": "Detail of NumberRangeType", + "description": "Detail of Notification", "content": { "application/vnd.api+json": { "schema": { @@ -34403,7 +34403,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeType" + "$ref": "#/components/schemas/Notification" } } } @@ -34418,7 +34418,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeType" + "$ref": "#/components/schemas/Notification" } } } @@ -34435,16 +34435,16 @@ }, "delete": { "tags": [ - "Number Range Type" + "Notification" ], - "summary": "Delete a Number Range Type resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteNumberRangeType", + "summary": "Delete a Notification resource.", + "description": "Available since: 6.4.7.0", + "operationId": "deleteNotification", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the number_range_type", + "description": "Identifier for the notification", "required": true, "schema": { "type": "string", @@ -34475,16 +34475,16 @@ }, "patch": { "tags": [ - "Number Range Type" + "Notification" ], - "summary": "Partially update information about a Number Range Type resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateNumberRangeType", + "summary": "Partially update information about a Notification resource.", + "description": "Available since: 6.4.7.0", + "operationId": "updateNotification", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the number_range_type", + "description": "Identifier for the notification", "required": true, "schema": { "type": "string", @@ -34502,18 +34502,18 @@ } ], "requestBody": { - "description": "Partially update information about a Number Range Type resource.", + "description": "Partially update information about a Notification resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/NumberRangeType" + "$ref": "#/components/schemas/Notification" } } } }, "responses": { "200": { - "description": "Detail of NumberRangeType", + "description": "Detail of Notification", "content": { "application/vnd.api+json": { "schema": { @@ -34525,7 +34525,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeType" + "$ref": "#/components/schemas/Notification" } } } @@ -34540,7 +34540,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeType" + "$ref": "#/components/schemas/Notification" } } } @@ -34559,14 +34559,14 @@ } } }, - "/aggregate/number-range-type": { + "/aggregate/notification": { "post": { "tags": [ - "Number Range Type" + "Notification" ], - "summary": "Aggregate for the Number Range Type resources.", + "summary": "Aggregate for the Notification resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateNumberRangeType", + "operationId": "aggregateNotification", "requestBody": { "required": true, "content": { @@ -34590,7 +34590,7 @@ }, "responses": { "200": { - "description": "List of NumberRangeType", + "description": "List of Notification", "content": { "application/vnd.api+json": { "schema": { @@ -34604,7 +34604,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeType" + "$ref": "#/components/schemas/Notification" } } } @@ -34622,7 +34622,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeType" + "$ref": "#/components/schemas/Notification" } } } @@ -34639,14 +34639,14 @@ } } }, - "/order": { + "/number-range": { "get": { "tags": [ - "Order" + "Number Range" ], - "summary": "List with basic information of Order resources.", + "summary": "List with basic information of Number Range resources.", "description": "Available since: 6.0.0.0", - "operationId": "getOrderList", + "operationId": "getNumberRangeList", "parameters": [ { "name": "limit", @@ -34675,7 +34675,7 @@ ], "responses": { "200": { - "description": "List of Order resources.", + "description": "List of Number Range resources.", "content": { "application/vnd.api+json": { "schema": { @@ -34694,7 +34694,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Order" + "$ref": "#/components/schemas/NumberRange" } } ] @@ -34708,16 +34708,16 @@ "type": "object", "properties": { "first": { - "example": "/order?limit=25" + "example": "/number-range?limit=25" }, "last": { - "example": "/order?limit=25&page=11" + "example": "/number-range?limit=25&page=11" }, "next": { - "example": "/order?limit=25&page=4" + "example": "/number-range?limit=25&page=4" }, "prev": { - "example": "/order?limit=25&page=2" + "example": "/number-range?limit=25&page=2" } } } @@ -34738,7 +34738,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Order" + "$ref": "#/components/schemas/NumberRange" } } } @@ -34753,11 +34753,11 @@ }, "post": { "tags": [ - "Order" + "Number Range" ], - "summary": "Create a new Order resources.", + "summary": "Create a new Number Range resources.", "description": "Available since: 6.0.0.0", - "operationId": "createOrder", + "operationId": "createNumberRange", "parameters": [ { "name": "_response", @@ -34776,14 +34776,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Order" + "$ref": "#/components/schemas/NumberRange" } } } }, "responses": { "200": { - "description": "Detail of Order", + "description": "Detail of NumberRange", "content": { "application/vnd.api+json": { "schema": { @@ -34795,7 +34795,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Order" + "$ref": "#/components/schemas/NumberRange" } } } @@ -34810,7 +34810,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Order" + "$ref": "#/components/schemas/NumberRange" } } } @@ -34826,14 +34826,14 @@ } } }, - "/search/order": { + "/search/number-range": { "post": { "tags": [ - "Order" + "Number Range" ], - "summary": "Search for the Order resources.", + "summary": "Search for the Number Range resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchOrder", + "operationId": "searchNumberRange", "parameters": [ { "name": "sw-include-search-info", @@ -34861,7 +34861,7 @@ }, "responses": { "200": { - "description": "List of Order", + "description": "List of NumberRange", "content": { "application/vnd.api+json": { "schema": { @@ -34875,7 +34875,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Order" + "$ref": "#/components/schemas/NumberRange" } } } @@ -34893,7 +34893,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Order" + "$ref": "#/components/schemas/NumberRange" } } } @@ -34910,19 +34910,19 @@ } } }, - "/order/{id}": { + "/number-range/{id}": { "get": { "tags": [ - "Order" + "Number Range" ], - "summary": "Detailed information about a Order resource.", + "summary": "Detailed information about a Number Range resource.", "description": "Available since: 6.0.0.0", - "operationId": "getOrder", + "operationId": "getNumberRange", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order", + "description": "Identifier for the number_range", "required": true, "schema": { "type": "string", @@ -34932,7 +34932,7 @@ ], "responses": { "200": { - "description": "Detail of Order", + "description": "Detail of NumberRange", "content": { "application/vnd.api+json": { "schema": { @@ -34944,7 +34944,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Order" + "$ref": "#/components/schemas/NumberRange" } } } @@ -34959,7 +34959,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Order" + "$ref": "#/components/schemas/NumberRange" } } } @@ -34976,16 +34976,16 @@ }, "delete": { "tags": [ - "Order" + "Number Range" ], - "summary": "Delete a Order resource.", + "summary": "Delete a Number Range resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteOrder", + "operationId": "deleteNumberRange", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order", + "description": "Identifier for the number_range", "required": true, "schema": { "type": "string", @@ -35016,16 +35016,16 @@ }, "patch": { "tags": [ - "Order" + "Number Range" ], - "summary": "Partially update information about a Order resource.", + "summary": "Partially update information about a Number Range resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateOrder", + "operationId": "updateNumberRange", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order", + "description": "Identifier for the number_range", "required": true, "schema": { "type": "string", @@ -35043,18 +35043,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order resource.", + "description": "Partially update information about a Number Range resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Order" + "$ref": "#/components/schemas/NumberRange" } } } }, "responses": { "200": { - "description": "Detail of Order", + "description": "Detail of NumberRange", "content": { "application/vnd.api+json": { "schema": { @@ -35066,7 +35066,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Order" + "$ref": "#/components/schemas/NumberRange" } } } @@ -35081,7 +35081,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Order" + "$ref": "#/components/schemas/NumberRange" } } } @@ -35100,14 +35100,14 @@ } } }, - "/aggregate/order": { + "/aggregate/number-range": { "post": { "tags": [ - "Order" + "Number Range" ], - "summary": "Aggregate for the Order resources.", + "summary": "Aggregate for the Number Range resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrder", + "operationId": "aggregateNumberRange", "requestBody": { "required": true, "content": { @@ -35131,7 +35131,7 @@ }, "responses": { "200": { - "description": "List of Order", + "description": "List of NumberRange", "content": { "application/vnd.api+json": { "schema": { @@ -35145,7 +35145,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Order" + "$ref": "#/components/schemas/NumberRange" } } } @@ -35163,7 +35163,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Order" + "$ref": "#/components/schemas/NumberRange" } } } @@ -35180,14 +35180,14 @@ } } }, - "/order-address": { + "/number-range-sales-channel": { "get": { "tags": [ - "Order Address" + "Number Range Sales Channel" ], - "summary": "List with basic information of Order Address resources.", + "summary": "List with basic information of Number Range Sales Channel resources.", "description": "Available since: 6.0.0.0", - "operationId": "getOrderAddressList", + "operationId": "getNumberRangeSalesChannelList", "parameters": [ { "name": "limit", @@ -35216,7 +35216,7 @@ ], "responses": { "200": { - "description": "List of Order Address resources.", + "description": "List of Number Range Sales Channel resources.", "content": { "application/vnd.api+json": { "schema": { @@ -35235,7 +35235,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderAddress" + "$ref": "#/components/schemas/NumberRangeSalesChannel" } } ] @@ -35249,16 +35249,16 @@ "type": "object", "properties": { "first": { - "example": "/order-address?limit=25" + "example": "/number-range-sales-channel?limit=25" }, "last": { - "example": "/order-address?limit=25&page=11" + "example": "/number-range-sales-channel?limit=25&page=11" }, "next": { - "example": "/order-address?limit=25&page=4" + "example": "/number-range-sales-channel?limit=25&page=4" }, "prev": { - "example": "/order-address?limit=25&page=2" + "example": "/number-range-sales-channel?limit=25&page=2" } } } @@ -35279,7 +35279,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderAddress" + "$ref": "#/components/schemas/NumberRangeSalesChannel" } } } @@ -35294,11 +35294,11 @@ }, "post": { "tags": [ - "Order Address" + "Number Range Sales Channel" ], - "summary": "Create a new Order Address resources.", + "summary": "Create a new Number Range Sales Channel resources.", "description": "Available since: 6.0.0.0", - "operationId": "createOrderAddress", + "operationId": "createNumberRangeSalesChannel", "parameters": [ { "name": "_response", @@ -35317,14 +35317,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderAddress" + "$ref": "#/components/schemas/NumberRangeSalesChannel" } } } }, "responses": { "200": { - "description": "Detail of OrderAddress", + "description": "Detail of NumberRangeSalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -35336,7 +35336,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderAddress" + "$ref": "#/components/schemas/NumberRangeSalesChannel" } } } @@ -35351,7 +35351,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderAddress" + "$ref": "#/components/schemas/NumberRangeSalesChannel" } } } @@ -35367,14 +35367,14 @@ } } }, - "/search/order-address": { + "/search/number-range-sales-channel": { "post": { "tags": [ - "Order Address" + "Number Range Sales Channel" ], - "summary": "Search for the Order Address resources.", + "summary": "Search for the Number Range Sales Channel resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchOrderAddress", + "operationId": "searchNumberRangeSalesChannel", "parameters": [ { "name": "sw-include-search-info", @@ -35402,7 +35402,7 @@ }, "responses": { "200": { - "description": "List of OrderAddress", + "description": "List of NumberRangeSalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -35416,7 +35416,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderAddress" + "$ref": "#/components/schemas/NumberRangeSalesChannel" } } } @@ -35434,7 +35434,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderAddress" + "$ref": "#/components/schemas/NumberRangeSalesChannel" } } } @@ -35451,19 +35451,19 @@ } } }, - "/order-address/{id}": { + "/number-range-sales-channel/{id}": { "get": { "tags": [ - "Order Address" + "Number Range Sales Channel" ], - "summary": "Detailed information about a Order Address resource.", + "summary": "Detailed information about a Number Range Sales Channel resource.", "description": "Available since: 6.0.0.0", - "operationId": "getOrderAddress", + "operationId": "getNumberRangeSalesChannel", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_address", + "description": "Identifier for the number_range_sales_channel", "required": true, "schema": { "type": "string", @@ -35473,7 +35473,7 @@ ], "responses": { "200": { - "description": "Detail of OrderAddress", + "description": "Detail of NumberRangeSalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -35485,7 +35485,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderAddress" + "$ref": "#/components/schemas/NumberRangeSalesChannel" } } } @@ -35500,7 +35500,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderAddress" + "$ref": "#/components/schemas/NumberRangeSalesChannel" } } } @@ -35517,16 +35517,16 @@ }, "delete": { "tags": [ - "Order Address" + "Number Range Sales Channel" ], - "summary": "Delete a Order Address resource.", + "summary": "Delete a Number Range Sales Channel resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteOrderAddress", + "operationId": "deleteNumberRangeSalesChannel", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_address", + "description": "Identifier for the number_range_sales_channel", "required": true, "schema": { "type": "string", @@ -35557,16 +35557,16 @@ }, "patch": { "tags": [ - "Order Address" + "Number Range Sales Channel" ], - "summary": "Partially update information about a Order Address resource.", + "summary": "Partially update information about a Number Range Sales Channel resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateOrderAddress", + "operationId": "updateNumberRangeSalesChannel", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_address", + "description": "Identifier for the number_range_sales_channel", "required": true, "schema": { "type": "string", @@ -35584,18 +35584,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Address resource.", + "description": "Partially update information about a Number Range Sales Channel resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderAddress" + "$ref": "#/components/schemas/NumberRangeSalesChannel" } } } }, "responses": { "200": { - "description": "Detail of OrderAddress", + "description": "Detail of NumberRangeSalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -35607,7 +35607,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderAddress" + "$ref": "#/components/schemas/NumberRangeSalesChannel" } } } @@ -35622,7 +35622,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderAddress" + "$ref": "#/components/schemas/NumberRangeSalesChannel" } } } @@ -35641,14 +35641,14 @@ } } }, - "/aggregate/order-address": { + "/aggregate/number-range-sales-channel": { "post": { "tags": [ - "Order Address" + "Number Range Sales Channel" ], - "summary": "Aggregate for the Order Address resources.", + "summary": "Aggregate for the Number Range Sales Channel resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderAddress", + "operationId": "aggregateNumberRangeSalesChannel", "requestBody": { "required": true, "content": { @@ -35672,7 +35672,7 @@ }, "responses": { "200": { - "description": "List of OrderAddress", + "description": "List of NumberRangeSalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -35686,7 +35686,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderAddress" + "$ref": "#/components/schemas/NumberRangeSalesChannel" } } } @@ -35704,7 +35704,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderAddress" + "$ref": "#/components/schemas/NumberRangeSalesChannel" } } } @@ -35721,14 +35721,14 @@ } } }, - "/order-customer": { + "/number-range-state": { "get": { "tags": [ - "Order Customer" + "Number Range State" ], - "summary": "List with basic information of Order Customer resources.", + "summary": "List with basic information of Number Range State resources.", "description": "Available since: 6.0.0.0", - "operationId": "getOrderCustomerList", + "operationId": "getNumberRangeStateList", "parameters": [ { "name": "limit", @@ -35757,7 +35757,7 @@ ], "responses": { "200": { - "description": "List of Order Customer resources.", + "description": "List of Number Range State resources.", "content": { "application/vnd.api+json": { "schema": { @@ -35776,7 +35776,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderCustomer" + "$ref": "#/components/schemas/NumberRangeState" } } ] @@ -35790,16 +35790,16 @@ "type": "object", "properties": { "first": { - "example": "/order-customer?limit=25" + "example": "/number-range-state?limit=25" }, "last": { - "example": "/order-customer?limit=25&page=11" + "example": "/number-range-state?limit=25&page=11" }, "next": { - "example": "/order-customer?limit=25&page=4" + "example": "/number-range-state?limit=25&page=4" }, "prev": { - "example": "/order-customer?limit=25&page=2" + "example": "/number-range-state?limit=25&page=2" } } } @@ -35820,7 +35820,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderCustomer" + "$ref": "#/components/schemas/NumberRangeState" } } } @@ -35835,11 +35835,11 @@ }, "post": { "tags": [ - "Order Customer" + "Number Range State" ], - "summary": "Create a new Order Customer resources.", + "summary": "Create a new Number Range State resources.", "description": "Available since: 6.0.0.0", - "operationId": "createOrderCustomer", + "operationId": "createNumberRangeState", "parameters": [ { "name": "_response", @@ -35858,14 +35858,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderCustomer" + "$ref": "#/components/schemas/NumberRangeState" } } } }, "responses": { "200": { - "description": "Detail of OrderCustomer", + "description": "Detail of NumberRangeState", "content": { "application/vnd.api+json": { "schema": { @@ -35877,7 +35877,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderCustomer" + "$ref": "#/components/schemas/NumberRangeState" } } } @@ -35892,7 +35892,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderCustomer" + "$ref": "#/components/schemas/NumberRangeState" } } } @@ -35908,14 +35908,14 @@ } } }, - "/search/order-customer": { + "/search/number-range-state": { "post": { "tags": [ - "Order Customer" + "Number Range State" ], - "summary": "Search for the Order Customer resources.", + "summary": "Search for the Number Range State resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchOrderCustomer", + "operationId": "searchNumberRangeState", "parameters": [ { "name": "sw-include-search-info", @@ -35943,7 +35943,7 @@ }, "responses": { "200": { - "description": "List of OrderCustomer", + "description": "List of NumberRangeState", "content": { "application/vnd.api+json": { "schema": { @@ -35957,7 +35957,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderCustomer" + "$ref": "#/components/schemas/NumberRangeState" } } } @@ -35975,7 +35975,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderCustomer" + "$ref": "#/components/schemas/NumberRangeState" } } } @@ -35992,19 +35992,19 @@ } } }, - "/order-customer/{id}": { + "/number-range-state/{id}": { "get": { "tags": [ - "Order Customer" + "Number Range State" ], - "summary": "Detailed information about a Order Customer resource.", + "summary": "Detailed information about a Number Range State resource.", "description": "Available since: 6.0.0.0", - "operationId": "getOrderCustomer", + "operationId": "getNumberRangeState", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_customer", + "description": "Identifier for the number_range_state", "required": true, "schema": { "type": "string", @@ -36014,7 +36014,7 @@ ], "responses": { "200": { - "description": "Detail of OrderCustomer", + "description": "Detail of NumberRangeState", "content": { "application/vnd.api+json": { "schema": { @@ -36026,7 +36026,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderCustomer" + "$ref": "#/components/schemas/NumberRangeState" } } } @@ -36041,7 +36041,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderCustomer" + "$ref": "#/components/schemas/NumberRangeState" } } } @@ -36058,16 +36058,16 @@ }, "delete": { "tags": [ - "Order Customer" + "Number Range State" ], - "summary": "Delete a Order Customer resource.", + "summary": "Delete a Number Range State resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteOrderCustomer", + "operationId": "deleteNumberRangeState", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_customer", + "description": "Identifier for the number_range_state", "required": true, "schema": { "type": "string", @@ -36098,16 +36098,16 @@ }, "patch": { "tags": [ - "Order Customer" + "Number Range State" ], - "summary": "Partially update information about a Order Customer resource.", + "summary": "Partially update information about a Number Range State resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateOrderCustomer", + "operationId": "updateNumberRangeState", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_customer", + "description": "Identifier for the number_range_state", "required": true, "schema": { "type": "string", @@ -36125,18 +36125,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Customer resource.", + "description": "Partially update information about a Number Range State resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderCustomer" + "$ref": "#/components/schemas/NumberRangeState" } } } }, "responses": { "200": { - "description": "Detail of OrderCustomer", + "description": "Detail of NumberRangeState", "content": { "application/vnd.api+json": { "schema": { @@ -36148,7 +36148,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderCustomer" + "$ref": "#/components/schemas/NumberRangeState" } } } @@ -36163,7 +36163,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderCustomer" + "$ref": "#/components/schemas/NumberRangeState" } } } @@ -36182,14 +36182,14 @@ } } }, - "/aggregate/order-customer": { + "/aggregate/number-range-state": { "post": { "tags": [ - "Order Customer" + "Number Range State" ], - "summary": "Aggregate for the Order Customer resources.", + "summary": "Aggregate for the Number Range State resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderCustomer", + "operationId": "aggregateNumberRangeState", "requestBody": { "required": true, "content": { @@ -36213,7 +36213,7 @@ }, "responses": { "200": { - "description": "List of OrderCustomer", + "description": "List of NumberRangeState", "content": { "application/vnd.api+json": { "schema": { @@ -36227,7 +36227,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderCustomer" + "$ref": "#/components/schemas/NumberRangeState" } } } @@ -36245,7 +36245,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderCustomer" + "$ref": "#/components/schemas/NumberRangeState" } } } @@ -36262,14 +36262,14 @@ } } }, - "/order-delivery": { + "/number-range-type": { "get": { "tags": [ - "Order Delivery" + "Number Range Type" ], - "summary": "List with basic information of Order Delivery resources.", + "summary": "List with basic information of Number Range Type resources.", "description": "Available since: 6.0.0.0", - "operationId": "getOrderDeliveryList", + "operationId": "getNumberRangeTypeList", "parameters": [ { "name": "limit", @@ -36298,7 +36298,7 @@ ], "responses": { "200": { - "description": "List of Order Delivery resources.", + "description": "List of Number Range Type resources.", "content": { "application/vnd.api+json": { "schema": { @@ -36317,7 +36317,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderDelivery" + "$ref": "#/components/schemas/NumberRangeType" } } ] @@ -36331,16 +36331,16 @@ "type": "object", "properties": { "first": { - "example": "/order-delivery?limit=25" + "example": "/number-range-type?limit=25" }, "last": { - "example": "/order-delivery?limit=25&page=11" + "example": "/number-range-type?limit=25&page=11" }, "next": { - "example": "/order-delivery?limit=25&page=4" + "example": "/number-range-type?limit=25&page=4" }, "prev": { - "example": "/order-delivery?limit=25&page=2" + "example": "/number-range-type?limit=25&page=2" } } } @@ -36361,7 +36361,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderDelivery" + "$ref": "#/components/schemas/NumberRangeType" } } } @@ -36376,11 +36376,11 @@ }, "post": { "tags": [ - "Order Delivery" + "Number Range Type" ], - "summary": "Create a new Order Delivery resources.", + "summary": "Create a new Number Range Type resources.", "description": "Available since: 6.0.0.0", - "operationId": "createOrderDelivery", + "operationId": "createNumberRangeType", "parameters": [ { "name": "_response", @@ -36399,14 +36399,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderDelivery" + "$ref": "#/components/schemas/NumberRangeType" } } } }, "responses": { "200": { - "description": "Detail of OrderDelivery", + "description": "Detail of NumberRangeType", "content": { "application/vnd.api+json": { "schema": { @@ -36418,7 +36418,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderDelivery" + "$ref": "#/components/schemas/NumberRangeType" } } } @@ -36433,7 +36433,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderDelivery" + "$ref": "#/components/schemas/NumberRangeType" } } } @@ -36449,14 +36449,14 @@ } } }, - "/search/order-delivery": { + "/search/number-range-type": { "post": { "tags": [ - "Order Delivery" + "Number Range Type" ], - "summary": "Search for the Order Delivery resources.", + "summary": "Search for the Number Range Type resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchOrderDelivery", + "operationId": "searchNumberRangeType", "parameters": [ { "name": "sw-include-search-info", @@ -36484,7 +36484,7 @@ }, "responses": { "200": { - "description": "List of OrderDelivery", + "description": "List of NumberRangeType", "content": { "application/vnd.api+json": { "schema": { @@ -36498,7 +36498,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderDelivery" + "$ref": "#/components/schemas/NumberRangeType" } } } @@ -36516,7 +36516,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderDelivery" + "$ref": "#/components/schemas/NumberRangeType" } } } @@ -36533,19 +36533,19 @@ } } }, - "/order-delivery/{id}": { + "/number-range-type/{id}": { "get": { "tags": [ - "Order Delivery" + "Number Range Type" ], - "summary": "Detailed information about a Order Delivery resource.", + "summary": "Detailed information about a Number Range Type resource.", "description": "Available since: 6.0.0.0", - "operationId": "getOrderDelivery", + "operationId": "getNumberRangeType", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_delivery", + "description": "Identifier for the number_range_type", "required": true, "schema": { "type": "string", @@ -36555,7 +36555,7 @@ ], "responses": { "200": { - "description": "Detail of OrderDelivery", + "description": "Detail of NumberRangeType", "content": { "application/vnd.api+json": { "schema": { @@ -36567,7 +36567,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderDelivery" + "$ref": "#/components/schemas/NumberRangeType" } } } @@ -36582,7 +36582,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderDelivery" + "$ref": "#/components/schemas/NumberRangeType" } } } @@ -36599,16 +36599,16 @@ }, "delete": { "tags": [ - "Order Delivery" + "Number Range Type" ], - "summary": "Delete a Order Delivery resource.", + "summary": "Delete a Number Range Type resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteOrderDelivery", + "operationId": "deleteNumberRangeType", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_delivery", + "description": "Identifier for the number_range_type", "required": true, "schema": { "type": "string", @@ -36639,16 +36639,16 @@ }, "patch": { "tags": [ - "Order Delivery" + "Number Range Type" ], - "summary": "Partially update information about a Order Delivery resource.", + "summary": "Partially update information about a Number Range Type resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateOrderDelivery", + "operationId": "updateNumberRangeType", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_delivery", + "description": "Identifier for the number_range_type", "required": true, "schema": { "type": "string", @@ -36666,18 +36666,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Delivery resource.", + "description": "Partially update information about a Number Range Type resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderDelivery" + "$ref": "#/components/schemas/NumberRangeType" } } } }, "responses": { "200": { - "description": "Detail of OrderDelivery", + "description": "Detail of NumberRangeType", "content": { "application/vnd.api+json": { "schema": { @@ -36689,7 +36689,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderDelivery" + "$ref": "#/components/schemas/NumberRangeType" } } } @@ -36704,7 +36704,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderDelivery" + "$ref": "#/components/schemas/NumberRangeType" } } } @@ -36723,14 +36723,14 @@ } } }, - "/aggregate/order-delivery": { + "/aggregate/number-range-type": { "post": { "tags": [ - "Order Delivery" + "Number Range Type" ], - "summary": "Aggregate for the Order Delivery resources.", + "summary": "Aggregate for the Number Range Type resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderDelivery", + "operationId": "aggregateNumberRangeType", "requestBody": { "required": true, "content": { @@ -36754,7 +36754,7 @@ }, "responses": { "200": { - "description": "List of OrderDelivery", + "description": "List of NumberRangeType", "content": { "application/vnd.api+json": { "schema": { @@ -36768,7 +36768,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderDelivery" + "$ref": "#/components/schemas/NumberRangeType" } } } @@ -36786,7 +36786,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderDelivery" + "$ref": "#/components/schemas/NumberRangeType" } } } @@ -36803,14 +36803,14 @@ } } }, - "/order-delivery-position": { + "/order": { "get": { "tags": [ - "Order Delivery Position" + "Order" ], - "summary": "List with basic information of Order Delivery Position resources.", + "summary": "List with basic information of Order resources.", "description": "Available since: 6.0.0.0", - "operationId": "getOrderDeliveryPositionList", + "operationId": "getOrderList", "parameters": [ { "name": "limit", @@ -36839,7 +36839,7 @@ ], "responses": { "200": { - "description": "List of Order Delivery Position resources.", + "description": "List of Order resources.", "content": { "application/vnd.api+json": { "schema": { @@ -36858,7 +36858,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderDeliveryPosition" + "$ref": "#/components/schemas/Order" } } ] @@ -36872,16 +36872,16 @@ "type": "object", "properties": { "first": { - "example": "/order-delivery-position?limit=25" + "example": "/order?limit=25" }, "last": { - "example": "/order-delivery-position?limit=25&page=11" + "example": "/order?limit=25&page=11" }, "next": { - "example": "/order-delivery-position?limit=25&page=4" + "example": "/order?limit=25&page=4" }, "prev": { - "example": "/order-delivery-position?limit=25&page=2" + "example": "/order?limit=25&page=2" } } } @@ -36902,7 +36902,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderDeliveryPosition" + "$ref": "#/components/schemas/Order" } } } @@ -36917,11 +36917,11 @@ }, "post": { "tags": [ - "Order Delivery Position" + "Order" ], - "summary": "Create a new Order Delivery Position resources.", + "summary": "Create a new Order resources.", "description": "Available since: 6.0.0.0", - "operationId": "createOrderDeliveryPosition", + "operationId": "createOrder", "parameters": [ { "name": "_response", @@ -36940,14 +36940,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderDeliveryPosition" + "$ref": "#/components/schemas/Order" } } } }, "responses": { "200": { - "description": "Detail of OrderDeliveryPosition", + "description": "Detail of Order", "content": { "application/vnd.api+json": { "schema": { @@ -36959,7 +36959,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderDeliveryPosition" + "$ref": "#/components/schemas/Order" } } } @@ -36974,7 +36974,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderDeliveryPosition" + "$ref": "#/components/schemas/Order" } } } @@ -36990,14 +36990,14 @@ } } }, - "/search/order-delivery-position": { + "/search/order": { "post": { "tags": [ - "Order Delivery Position" + "Order" ], - "summary": "Search for the Order Delivery Position resources.", + "summary": "Search for the Order resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchOrderDeliveryPosition", + "operationId": "searchOrder", "parameters": [ { "name": "sw-include-search-info", @@ -37025,7 +37025,7 @@ }, "responses": { "200": { - "description": "List of OrderDeliveryPosition", + "description": "List of Order", "content": { "application/vnd.api+json": { "schema": { @@ -37039,7 +37039,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderDeliveryPosition" + "$ref": "#/components/schemas/Order" } } } @@ -37057,7 +37057,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderDeliveryPosition" + "$ref": "#/components/schemas/Order" } } } @@ -37074,19 +37074,19 @@ } } }, - "/order-delivery-position/{id}": { + "/order/{id}": { "get": { "tags": [ - "Order Delivery Position" + "Order" ], - "summary": "Detailed information about a Order Delivery Position resource.", + "summary": "Detailed information about a Order resource.", "description": "Available since: 6.0.0.0", - "operationId": "getOrderDeliveryPosition", + "operationId": "getOrder", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_delivery_position", + "description": "Identifier for the order", "required": true, "schema": { "type": "string", @@ -37096,7 +37096,7 @@ ], "responses": { "200": { - "description": "Detail of OrderDeliveryPosition", + "description": "Detail of Order", "content": { "application/vnd.api+json": { "schema": { @@ -37108,7 +37108,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderDeliveryPosition" + "$ref": "#/components/schemas/Order" } } } @@ -37123,7 +37123,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderDeliveryPosition" + "$ref": "#/components/schemas/Order" } } } @@ -37140,16 +37140,16 @@ }, "delete": { "tags": [ - "Order Delivery Position" + "Order" ], - "summary": "Delete a Order Delivery Position resource.", + "summary": "Delete a Order resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteOrderDeliveryPosition", + "operationId": "deleteOrder", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_delivery_position", + "description": "Identifier for the order", "required": true, "schema": { "type": "string", @@ -37180,16 +37180,16 @@ }, "patch": { "tags": [ - "Order Delivery Position" + "Order" ], - "summary": "Partially update information about a Order Delivery Position resource.", + "summary": "Partially update information about a Order resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateOrderDeliveryPosition", + "operationId": "updateOrder", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_delivery_position", + "description": "Identifier for the order", "required": true, "schema": { "type": "string", @@ -37207,18 +37207,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Delivery Position resource.", + "description": "Partially update information about a Order resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderDeliveryPosition" + "$ref": "#/components/schemas/Order" } } } }, "responses": { "200": { - "description": "Detail of OrderDeliveryPosition", + "description": "Detail of Order", "content": { "application/vnd.api+json": { "schema": { @@ -37230,7 +37230,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderDeliveryPosition" + "$ref": "#/components/schemas/Order" } } } @@ -37245,7 +37245,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderDeliveryPosition" + "$ref": "#/components/schemas/Order" } } } @@ -37264,14 +37264,14 @@ } } }, - "/aggregate/order-delivery-position": { + "/aggregate/order": { "post": { "tags": [ - "Order Delivery Position" + "Order" ], - "summary": "Aggregate for the Order Delivery Position resources.", + "summary": "Aggregate for the Order resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderDeliveryPosition", + "operationId": "aggregateOrder", "requestBody": { "required": true, "content": { @@ -37295,7 +37295,7 @@ }, "responses": { "200": { - "description": "List of OrderDeliveryPosition", + "description": "List of Order", "content": { "application/vnd.api+json": { "schema": { @@ -37309,7 +37309,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderDeliveryPosition" + "$ref": "#/components/schemas/Order" } } } @@ -37327,7 +37327,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderDeliveryPosition" + "$ref": "#/components/schemas/Order" } } } @@ -37344,14 +37344,14 @@ } } }, - "/order-line-item": { + "/order-address": { "get": { "tags": [ - "Order Line Item" + "Order Address" ], - "summary": "List with basic information of Order Line Item resources.", + "summary": "List with basic information of Order Address resources.", "description": "Available since: 6.0.0.0", - "operationId": "getOrderLineItemList", + "operationId": "getOrderAddressList", "parameters": [ { "name": "limit", @@ -37380,7 +37380,7 @@ ], "responses": { "200": { - "description": "List of Order Line Item resources.", + "description": "List of Order Address resources.", "content": { "application/vnd.api+json": { "schema": { @@ -37399,7 +37399,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderLineItem" + "$ref": "#/components/schemas/OrderAddress" } } ] @@ -37413,16 +37413,16 @@ "type": "object", "properties": { "first": { - "example": "/order-line-item?limit=25" + "example": "/order-address?limit=25" }, "last": { - "example": "/order-line-item?limit=25&page=11" + "example": "/order-address?limit=25&page=11" }, "next": { - "example": "/order-line-item?limit=25&page=4" + "example": "/order-address?limit=25&page=4" }, "prev": { - "example": "/order-line-item?limit=25&page=2" + "example": "/order-address?limit=25&page=2" } } } @@ -37443,7 +37443,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderLineItem" + "$ref": "#/components/schemas/OrderAddress" } } } @@ -37458,11 +37458,11 @@ }, "post": { "tags": [ - "Order Line Item" + "Order Address" ], - "summary": "Create a new Order Line Item resources.", + "summary": "Create a new Order Address resources.", "description": "Available since: 6.0.0.0", - "operationId": "createOrderLineItem", + "operationId": "createOrderAddress", "parameters": [ { "name": "_response", @@ -37481,14 +37481,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderLineItem" + "$ref": "#/components/schemas/OrderAddress" } } } }, "responses": { "200": { - "description": "Detail of OrderLineItem", + "description": "Detail of OrderAddress", "content": { "application/vnd.api+json": { "schema": { @@ -37500,7 +37500,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderLineItem" + "$ref": "#/components/schemas/OrderAddress" } } } @@ -37515,7 +37515,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderLineItem" + "$ref": "#/components/schemas/OrderAddress" } } } @@ -37531,14 +37531,14 @@ } } }, - "/search/order-line-item": { + "/search/order-address": { "post": { "tags": [ - "Order Line Item" + "Order Address" ], - "summary": "Search for the Order Line Item resources.", + "summary": "Search for the Order Address resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchOrderLineItem", + "operationId": "searchOrderAddress", "parameters": [ { "name": "sw-include-search-info", @@ -37566,7 +37566,7 @@ }, "responses": { "200": { - "description": "List of OrderLineItem", + "description": "List of OrderAddress", "content": { "application/vnd.api+json": { "schema": { @@ -37580,7 +37580,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderLineItem" + "$ref": "#/components/schemas/OrderAddress" } } } @@ -37598,7 +37598,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderLineItem" + "$ref": "#/components/schemas/OrderAddress" } } } @@ -37615,19 +37615,19 @@ } } }, - "/order-line-item/{id}": { + "/order-address/{id}": { "get": { "tags": [ - "Order Line Item" + "Order Address" ], - "summary": "Detailed information about a Order Line Item resource.", + "summary": "Detailed information about a Order Address resource.", "description": "Available since: 6.0.0.0", - "operationId": "getOrderLineItem", + "operationId": "getOrderAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_line_item", + "description": "Identifier for the order_address", "required": true, "schema": { "type": "string", @@ -37637,7 +37637,7 @@ ], "responses": { "200": { - "description": "Detail of OrderLineItem", + "description": "Detail of OrderAddress", "content": { "application/vnd.api+json": { "schema": { @@ -37649,7 +37649,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderLineItem" + "$ref": "#/components/schemas/OrderAddress" } } } @@ -37664,7 +37664,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderLineItem" + "$ref": "#/components/schemas/OrderAddress" } } } @@ -37681,16 +37681,16 @@ }, "delete": { "tags": [ - "Order Line Item" + "Order Address" ], - "summary": "Delete a Order Line Item resource.", + "summary": "Delete a Order Address resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteOrderLineItem", + "operationId": "deleteOrderAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_line_item", + "description": "Identifier for the order_address", "required": true, "schema": { "type": "string", @@ -37721,16 +37721,16 @@ }, "patch": { "tags": [ - "Order Line Item" + "Order Address" ], - "summary": "Partially update information about a Order Line Item resource.", + "summary": "Partially update information about a Order Address resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateOrderLineItem", + "operationId": "updateOrderAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_line_item", + "description": "Identifier for the order_address", "required": true, "schema": { "type": "string", @@ -37748,18 +37748,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Line Item resource.", + "description": "Partially update information about a Order Address resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderLineItem" + "$ref": "#/components/schemas/OrderAddress" } } } }, "responses": { "200": { - "description": "Detail of OrderLineItem", + "description": "Detail of OrderAddress", "content": { "application/vnd.api+json": { "schema": { @@ -37771,7 +37771,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderLineItem" + "$ref": "#/components/schemas/OrderAddress" } } } @@ -37786,7 +37786,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderLineItem" + "$ref": "#/components/schemas/OrderAddress" } } } @@ -37805,14 +37805,14 @@ } } }, - "/aggregate/order-line-item": { + "/aggregate/order-address": { "post": { "tags": [ - "Order Line Item" + "Order Address" ], - "summary": "Aggregate for the Order Line Item resources.", + "summary": "Aggregate for the Order Address resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderLineItem", + "operationId": "aggregateOrderAddress", "requestBody": { "required": true, "content": { @@ -37836,7 +37836,7 @@ }, "responses": { "200": { - "description": "List of OrderLineItem", + "description": "List of OrderAddress", "content": { "application/vnd.api+json": { "schema": { @@ -37850,7 +37850,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderLineItem" + "$ref": "#/components/schemas/OrderAddress" } } } @@ -37868,7 +37868,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderLineItem" + "$ref": "#/components/schemas/OrderAddress" } } } @@ -37885,14 +37885,14 @@ } } }, - "/order-line-item-download": { + "/order-customer": { "get": { "tags": [ - "Order Line Item Download" + "Order Customer" ], - "summary": "List with basic information of Order Line Item Download resources.", - "description": "Available since: 6.4.19.0", - "operationId": "getOrderLineItemDownloadList", + "summary": "List with basic information of Order Customer resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getOrderCustomerList", "parameters": [ { "name": "limit", @@ -37921,7 +37921,7 @@ ], "responses": { "200": { - "description": "List of Order Line Item Download resources.", + "description": "List of Order Customer resources.", "content": { "application/vnd.api+json": { "schema": { @@ -37940,7 +37940,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderLineItemDownload" + "$ref": "#/components/schemas/OrderCustomer" } } ] @@ -37954,16 +37954,16 @@ "type": "object", "properties": { "first": { - "example": "/order-line-item-download?limit=25" + "example": "/order-customer?limit=25" }, "last": { - "example": "/order-line-item-download?limit=25&page=11" + "example": "/order-customer?limit=25&page=11" }, "next": { - "example": "/order-line-item-download?limit=25&page=4" + "example": "/order-customer?limit=25&page=4" }, "prev": { - "example": "/order-line-item-download?limit=25&page=2" + "example": "/order-customer?limit=25&page=2" } } } @@ -37984,7 +37984,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderLineItemDownload" + "$ref": "#/components/schemas/OrderCustomer" } } } @@ -37999,11 +37999,11 @@ }, "post": { "tags": [ - "Order Line Item Download" + "Order Customer" ], - "summary": "Create a new Order Line Item Download resources.", - "description": "Available since: 6.4.19.0", - "operationId": "createOrderLineItemDownload", + "summary": "Create a new Order Customer resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createOrderCustomer", "parameters": [ { "name": "_response", @@ -38022,14 +38022,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderLineItemDownload" + "$ref": "#/components/schemas/OrderCustomer" } } } }, "responses": { "200": { - "description": "Detail of OrderLineItemDownload", + "description": "Detail of OrderCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -38041,7 +38041,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderLineItemDownload" + "$ref": "#/components/schemas/OrderCustomer" } } } @@ -38056,7 +38056,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderLineItemDownload" + "$ref": "#/components/schemas/OrderCustomer" } } } @@ -38072,14 +38072,14 @@ } } }, - "/search/order-line-item-download": { + "/search/order-customer": { "post": { "tags": [ - "Order Line Item Download" + "Order Customer" ], - "summary": "Search for the Order Line Item Download resources.", - "description": "Available since: 6.4.19.0", - "operationId": "searchOrderLineItemDownload", + "summary": "Search for the Order Customer resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchOrderCustomer", "parameters": [ { "name": "sw-include-search-info", @@ -38107,7 +38107,7 @@ }, "responses": { "200": { - "description": "List of OrderLineItemDownload", + "description": "List of OrderCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -38121,7 +38121,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderLineItemDownload" + "$ref": "#/components/schemas/OrderCustomer" } } } @@ -38139,7 +38139,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderLineItemDownload" + "$ref": "#/components/schemas/OrderCustomer" } } } @@ -38156,19 +38156,19 @@ } } }, - "/order-line-item-download/{id}": { + "/order-customer/{id}": { "get": { "tags": [ - "Order Line Item Download" + "Order Customer" ], - "summary": "Detailed information about a Order Line Item Download resource.", - "description": "Available since: 6.4.19.0", - "operationId": "getOrderLineItemDownload", + "summary": "Detailed information about a Order Customer resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getOrderCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_line_item_download", + "description": "Identifier for the order_customer", "required": true, "schema": { "type": "string", @@ -38178,7 +38178,7 @@ ], "responses": { "200": { - "description": "Detail of OrderLineItemDownload", + "description": "Detail of OrderCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -38190,7 +38190,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderLineItemDownload" + "$ref": "#/components/schemas/OrderCustomer" } } } @@ -38205,7 +38205,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderLineItemDownload" + "$ref": "#/components/schemas/OrderCustomer" } } } @@ -38222,16 +38222,16 @@ }, "delete": { "tags": [ - "Order Line Item Download" + "Order Customer" ], - "summary": "Delete a Order Line Item Download resource.", - "description": "Available since: 6.4.19.0", - "operationId": "deleteOrderLineItemDownload", + "summary": "Delete a Order Customer resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteOrderCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_line_item_download", + "description": "Identifier for the order_customer", "required": true, "schema": { "type": "string", @@ -38262,16 +38262,16 @@ }, "patch": { "tags": [ - "Order Line Item Download" + "Order Customer" ], - "summary": "Partially update information about a Order Line Item Download resource.", - "description": "Available since: 6.4.19.0", - "operationId": "updateOrderLineItemDownload", + "summary": "Partially update information about a Order Customer resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateOrderCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_line_item_download", + "description": "Identifier for the order_customer", "required": true, "schema": { "type": "string", @@ -38289,18 +38289,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Line Item Download resource.", + "description": "Partially update information about a Order Customer resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderLineItemDownload" + "$ref": "#/components/schemas/OrderCustomer" } } } }, "responses": { "200": { - "description": "Detail of OrderLineItemDownload", + "description": "Detail of OrderCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -38312,7 +38312,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderLineItemDownload" + "$ref": "#/components/schemas/OrderCustomer" } } } @@ -38327,7 +38327,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderLineItemDownload" + "$ref": "#/components/schemas/OrderCustomer" } } } @@ -38346,14 +38346,14 @@ } } }, - "/aggregate/order-line-item-download": { + "/aggregate/order-customer": { "post": { "tags": [ - "Order Line Item Download" + "Order Customer" ], - "summary": "Aggregate for the Order Line Item Download resources.", + "summary": "Aggregate for the Order Customer resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderLineItemDownload", + "operationId": "aggregateOrderCustomer", "requestBody": { "required": true, "content": { @@ -38377,7 +38377,7 @@ }, "responses": { "200": { - "description": "List of OrderLineItemDownload", + "description": "List of OrderCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -38391,7 +38391,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderLineItemDownload" + "$ref": "#/components/schemas/OrderCustomer" } } } @@ -38409,7 +38409,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderLineItemDownload" + "$ref": "#/components/schemas/OrderCustomer" } } } @@ -38426,14 +38426,14 @@ } } }, - "/order-transaction": { + "/order-delivery": { "get": { "tags": [ - "Order Transaction" + "Order Delivery" ], - "summary": "List with basic information of Order Transaction resources.", + "summary": "List with basic information of Order Delivery resources.", "description": "Available since: 6.0.0.0", - "operationId": "getOrderTransactionList", + "operationId": "getOrderDeliveryList", "parameters": [ { "name": "limit", @@ -38462,7 +38462,7 @@ ], "responses": { "200": { - "description": "List of Order Transaction resources.", + "description": "List of Order Delivery resources.", "content": { "application/vnd.api+json": { "schema": { @@ -38481,7 +38481,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransaction" + "$ref": "#/components/schemas/OrderDelivery" } } ] @@ -38495,16 +38495,16 @@ "type": "object", "properties": { "first": { - "example": "/order-transaction?limit=25" + "example": "/order-delivery?limit=25" }, "last": { - "example": "/order-transaction?limit=25&page=11" + "example": "/order-delivery?limit=25&page=11" }, "next": { - "example": "/order-transaction?limit=25&page=4" + "example": "/order-delivery?limit=25&page=4" }, "prev": { - "example": "/order-transaction?limit=25&page=2" + "example": "/order-delivery?limit=25&page=2" } } } @@ -38525,7 +38525,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransaction" + "$ref": "#/components/schemas/OrderDelivery" } } } @@ -38540,11 +38540,11 @@ }, "post": { "tags": [ - "Order Transaction" + "Order Delivery" ], - "summary": "Create a new Order Transaction resources.", + "summary": "Create a new Order Delivery resources.", "description": "Available since: 6.0.0.0", - "operationId": "createOrderTransaction", + "operationId": "createOrderDelivery", "parameters": [ { "name": "_response", @@ -38563,14 +38563,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderTransaction" + "$ref": "#/components/schemas/OrderDelivery" } } } }, "responses": { "200": { - "description": "Detail of OrderTransaction", + "description": "Detail of OrderDelivery", "content": { "application/vnd.api+json": { "schema": { @@ -38582,7 +38582,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderTransaction" + "$ref": "#/components/schemas/OrderDelivery" } } } @@ -38597,7 +38597,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderTransaction" + "$ref": "#/components/schemas/OrderDelivery" } } } @@ -38613,14 +38613,14 @@ } } }, - "/search/order-transaction": { + "/search/order-delivery": { "post": { "tags": [ - "Order Transaction" + "Order Delivery" ], - "summary": "Search for the Order Transaction resources.", + "summary": "Search for the Order Delivery resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchOrderTransaction", + "operationId": "searchOrderDelivery", "parameters": [ { "name": "sw-include-search-info", @@ -38648,7 +38648,7 @@ }, "responses": { "200": { - "description": "List of OrderTransaction", + "description": "List of OrderDelivery", "content": { "application/vnd.api+json": { "schema": { @@ -38662,7 +38662,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransaction" + "$ref": "#/components/schemas/OrderDelivery" } } } @@ -38680,7 +38680,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransaction" + "$ref": "#/components/schemas/OrderDelivery" } } } @@ -38697,19 +38697,19 @@ } } }, - "/order-transaction/{id}": { + "/order-delivery/{id}": { "get": { "tags": [ - "Order Transaction" + "Order Delivery" ], - "summary": "Detailed information about a Order Transaction resource.", + "summary": "Detailed information about a Order Delivery resource.", "description": "Available since: 6.0.0.0", - "operationId": "getOrderTransaction", + "operationId": "getOrderDelivery", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_transaction", + "description": "Identifier for the order_delivery", "required": true, "schema": { "type": "string", @@ -38719,7 +38719,7 @@ ], "responses": { "200": { - "description": "Detail of OrderTransaction", + "description": "Detail of OrderDelivery", "content": { "application/vnd.api+json": { "schema": { @@ -38731,7 +38731,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderTransaction" + "$ref": "#/components/schemas/OrderDelivery" } } } @@ -38746,7 +38746,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderTransaction" + "$ref": "#/components/schemas/OrderDelivery" } } } @@ -38763,16 +38763,16 @@ }, "delete": { "tags": [ - "Order Transaction" + "Order Delivery" ], - "summary": "Delete a Order Transaction resource.", + "summary": "Delete a Order Delivery resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteOrderTransaction", + "operationId": "deleteOrderDelivery", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_transaction", + "description": "Identifier for the order_delivery", "required": true, "schema": { "type": "string", @@ -38803,16 +38803,16 @@ }, "patch": { "tags": [ - "Order Transaction" + "Order Delivery" ], - "summary": "Partially update information about a Order Transaction resource.", + "summary": "Partially update information about a Order Delivery resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateOrderTransaction", + "operationId": "updateOrderDelivery", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_transaction", + "description": "Identifier for the order_delivery", "required": true, "schema": { "type": "string", @@ -38830,18 +38830,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Transaction resource.", + "description": "Partially update information about a Order Delivery resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderTransaction" + "$ref": "#/components/schemas/OrderDelivery" } } } }, "responses": { "200": { - "description": "Detail of OrderTransaction", + "description": "Detail of OrderDelivery", "content": { "application/vnd.api+json": { "schema": { @@ -38853,7 +38853,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderTransaction" + "$ref": "#/components/schemas/OrderDelivery" } } } @@ -38868,7 +38868,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderTransaction" + "$ref": "#/components/schemas/OrderDelivery" } } } @@ -38887,14 +38887,14 @@ } } }, - "/aggregate/order-transaction": { + "/aggregate/order-delivery": { "post": { "tags": [ - "Order Transaction" + "Order Delivery" ], - "summary": "Aggregate for the Order Transaction resources.", + "summary": "Aggregate for the Order Delivery resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderTransaction", + "operationId": "aggregateOrderDelivery", "requestBody": { "required": true, "content": { @@ -38918,7 +38918,7 @@ }, "responses": { "200": { - "description": "List of OrderTransaction", + "description": "List of OrderDelivery", "content": { "application/vnd.api+json": { "schema": { @@ -38932,7 +38932,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransaction" + "$ref": "#/components/schemas/OrderDelivery" } } } @@ -38950,7 +38950,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransaction" + "$ref": "#/components/schemas/OrderDelivery" } } } @@ -38967,14 +38967,14 @@ } } }, - "/order-transaction-capture": { + "/order-delivery-position": { "get": { "tags": [ - "Order Transaction Capture" + "Order Delivery Position" ], - "summary": "List with basic information of Order Transaction Capture resources.", - "description": "Available since: 6.4.12.0", - "operationId": "getOrderTransactionCaptureList", + "summary": "List with basic information of Order Delivery Position resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getOrderDeliveryPositionList", "parameters": [ { "name": "limit", @@ -39003,7 +39003,7 @@ ], "responses": { "200": { - "description": "List of Order Transaction Capture resources.", + "description": "List of Order Delivery Position resources.", "content": { "application/vnd.api+json": { "schema": { @@ -39022,7 +39022,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCapture" + "$ref": "#/components/schemas/OrderDeliveryPosition" } } ] @@ -39036,16 +39036,16 @@ "type": "object", "properties": { "first": { - "example": "/order-transaction-capture?limit=25" + "example": "/order-delivery-position?limit=25" }, "last": { - "example": "/order-transaction-capture?limit=25&page=11" + "example": "/order-delivery-position?limit=25&page=11" }, "next": { - "example": "/order-transaction-capture?limit=25&page=4" + "example": "/order-delivery-position?limit=25&page=4" }, "prev": { - "example": "/order-transaction-capture?limit=25&page=2" + "example": "/order-delivery-position?limit=25&page=2" } } } @@ -39066,7 +39066,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCapture" + "$ref": "#/components/schemas/OrderDeliveryPosition" } } } @@ -39081,11 +39081,11 @@ }, "post": { "tags": [ - "Order Transaction Capture" + "Order Delivery Position" ], - "summary": "Create a new Order Transaction Capture resources.", - "description": "Available since: 6.4.12.0", - "operationId": "createOrderTransactionCapture", + "summary": "Create a new Order Delivery Position resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createOrderDeliveryPosition", "parameters": [ { "name": "_response", @@ -39104,14 +39104,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderTransactionCapture" + "$ref": "#/components/schemas/OrderDeliveryPosition" } } } }, "responses": { "200": { - "description": "Detail of OrderTransactionCapture", + "description": "Detail of OrderDeliveryPosition", "content": { "application/vnd.api+json": { "schema": { @@ -39123,7 +39123,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCapture" + "$ref": "#/components/schemas/OrderDeliveryPosition" } } } @@ -39138,7 +39138,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCapture" + "$ref": "#/components/schemas/OrderDeliveryPosition" } } } @@ -39154,14 +39154,14 @@ } } }, - "/search/order-transaction-capture": { + "/search/order-delivery-position": { "post": { "tags": [ - "Order Transaction Capture" + "Order Delivery Position" ], - "summary": "Search for the Order Transaction Capture resources.", - "description": "Available since: 6.4.12.0", - "operationId": "searchOrderTransactionCapture", + "summary": "Search for the Order Delivery Position resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchOrderDeliveryPosition", "parameters": [ { "name": "sw-include-search-info", @@ -39189,7 +39189,7 @@ }, "responses": { "200": { - "description": "List of OrderTransactionCapture", + "description": "List of OrderDeliveryPosition", "content": { "application/vnd.api+json": { "schema": { @@ -39203,7 +39203,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCapture" + "$ref": "#/components/schemas/OrderDeliveryPosition" } } } @@ -39221,7 +39221,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCapture" + "$ref": "#/components/schemas/OrderDeliveryPosition" } } } @@ -39238,19 +39238,19 @@ } } }, - "/order-transaction-capture/{id}": { + "/order-delivery-position/{id}": { "get": { "tags": [ - "Order Transaction Capture" + "Order Delivery Position" ], - "summary": "Detailed information about a Order Transaction Capture resource.", - "description": "Available since: 6.4.12.0", - "operationId": "getOrderTransactionCapture", + "summary": "Detailed information about a Order Delivery Position resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getOrderDeliveryPosition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_transaction_capture", + "description": "Identifier for the order_delivery_position", "required": true, "schema": { "type": "string", @@ -39260,7 +39260,7 @@ ], "responses": { "200": { - "description": "Detail of OrderTransactionCapture", + "description": "Detail of OrderDeliveryPosition", "content": { "application/vnd.api+json": { "schema": { @@ -39272,7 +39272,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCapture" + "$ref": "#/components/schemas/OrderDeliveryPosition" } } } @@ -39287,7 +39287,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCapture" + "$ref": "#/components/schemas/OrderDeliveryPosition" } } } @@ -39304,16 +39304,16 @@ }, "delete": { "tags": [ - "Order Transaction Capture" + "Order Delivery Position" ], - "summary": "Delete a Order Transaction Capture resource.", - "description": "Available since: 6.4.12.0", - "operationId": "deleteOrderTransactionCapture", + "summary": "Delete a Order Delivery Position resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteOrderDeliveryPosition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_transaction_capture", + "description": "Identifier for the order_delivery_position", "required": true, "schema": { "type": "string", @@ -39344,16 +39344,16 @@ }, "patch": { "tags": [ - "Order Transaction Capture" + "Order Delivery Position" ], - "summary": "Partially update information about a Order Transaction Capture resource.", - "description": "Available since: 6.4.12.0", - "operationId": "updateOrderTransactionCapture", + "summary": "Partially update information about a Order Delivery Position resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateOrderDeliveryPosition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_transaction_capture", + "description": "Identifier for the order_delivery_position", "required": true, "schema": { "type": "string", @@ -39371,18 +39371,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Transaction Capture resource.", + "description": "Partially update information about a Order Delivery Position resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderTransactionCapture" + "$ref": "#/components/schemas/OrderDeliveryPosition" } } } }, "responses": { "200": { - "description": "Detail of OrderTransactionCapture", + "description": "Detail of OrderDeliveryPosition", "content": { "application/vnd.api+json": { "schema": { @@ -39394,7 +39394,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCapture" + "$ref": "#/components/schemas/OrderDeliveryPosition" } } } @@ -39409,7 +39409,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCapture" + "$ref": "#/components/schemas/OrderDeliveryPosition" } } } @@ -39428,14 +39428,14 @@ } } }, - "/aggregate/order-transaction-capture": { + "/aggregate/order-delivery-position": { "post": { "tags": [ - "Order Transaction Capture" + "Order Delivery Position" ], - "summary": "Aggregate for the Order Transaction Capture resources.", + "summary": "Aggregate for the Order Delivery Position resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderTransactionCapture", + "operationId": "aggregateOrderDeliveryPosition", "requestBody": { "required": true, "content": { @@ -39459,7 +39459,7 @@ }, "responses": { "200": { - "description": "List of OrderTransactionCapture", + "description": "List of OrderDeliveryPosition", "content": { "application/vnd.api+json": { "schema": { @@ -39473,7 +39473,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCapture" + "$ref": "#/components/schemas/OrderDeliveryPosition" } } } @@ -39491,7 +39491,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCapture" + "$ref": "#/components/schemas/OrderDeliveryPosition" } } } @@ -39508,14 +39508,14 @@ } } }, - "/order-transaction-capture-refund": { + "/order-line-item": { "get": { "tags": [ - "Order Transaction Capture Refund" + "Order Line Item" ], - "summary": "List with basic information of Order Transaction Capture Refund resources.", - "description": "Available since: 6.4.12.0", - "operationId": "getOrderTransactionCaptureRefundList", + "summary": "List with basic information of Order Line Item resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getOrderLineItemList", "parameters": [ { "name": "limit", @@ -39544,7 +39544,7 @@ ], "responses": { "200": { - "description": "List of Order Transaction Capture Refund resources.", + "description": "List of Order Line Item resources.", "content": { "application/vnd.api+json": { "schema": { @@ -39563,7 +39563,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefund" + "$ref": "#/components/schemas/OrderLineItem" } } ] @@ -39577,16 +39577,16 @@ "type": "object", "properties": { "first": { - "example": "/order-transaction-capture-refund?limit=25" + "example": "/order-line-item?limit=25" }, "last": { - "example": "/order-transaction-capture-refund?limit=25&page=11" + "example": "/order-line-item?limit=25&page=11" }, "next": { - "example": "/order-transaction-capture-refund?limit=25&page=4" + "example": "/order-line-item?limit=25&page=4" }, "prev": { - "example": "/order-transaction-capture-refund?limit=25&page=2" + "example": "/order-line-item?limit=25&page=2" } } } @@ -39607,7 +39607,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefund" + "$ref": "#/components/schemas/OrderLineItem" } } } @@ -39622,11 +39622,11 @@ }, "post": { "tags": [ - "Order Transaction Capture Refund" + "Order Line Item" ], - "summary": "Create a new Order Transaction Capture Refund resources.", - "description": "Available since: 6.4.12.0", - "operationId": "createOrderTransactionCaptureRefund", + "summary": "Create a new Order Line Item resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createOrderLineItem", "parameters": [ { "name": "_response", @@ -39645,14 +39645,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefund" + "$ref": "#/components/schemas/OrderLineItem" } } } }, "responses": { "200": { - "description": "Detail of OrderTransactionCaptureRefund", + "description": "Detail of OrderLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -39664,7 +39664,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefund" + "$ref": "#/components/schemas/OrderLineItem" } } } @@ -39679,7 +39679,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefund" + "$ref": "#/components/schemas/OrderLineItem" } } } @@ -39695,14 +39695,14 @@ } } }, - "/search/order-transaction-capture-refund": { + "/search/order-line-item": { "post": { "tags": [ - "Order Transaction Capture Refund" + "Order Line Item" ], - "summary": "Search for the Order Transaction Capture Refund resources.", - "description": "Available since: 6.4.12.0", - "operationId": "searchOrderTransactionCaptureRefund", + "summary": "Search for the Order Line Item resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchOrderLineItem", "parameters": [ { "name": "sw-include-search-info", @@ -39730,7 +39730,7 @@ }, "responses": { "200": { - "description": "List of OrderTransactionCaptureRefund", + "description": "List of OrderLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -39744,7 +39744,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefund" + "$ref": "#/components/schemas/OrderLineItem" } } } @@ -39762,7 +39762,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefund" + "$ref": "#/components/schemas/OrderLineItem" } } } @@ -39779,19 +39779,19 @@ } } }, - "/order-transaction-capture-refund/{id}": { + "/order-line-item/{id}": { "get": { "tags": [ - "Order Transaction Capture Refund" + "Order Line Item" ], - "summary": "Detailed information about a Order Transaction Capture Refund resource.", - "description": "Available since: 6.4.12.0", - "operationId": "getOrderTransactionCaptureRefund", + "summary": "Detailed information about a Order Line Item resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getOrderLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_transaction_capture_refund", + "description": "Identifier for the order_line_item", "required": true, "schema": { "type": "string", @@ -39801,7 +39801,7 @@ ], "responses": { "200": { - "description": "Detail of OrderTransactionCaptureRefund", + "description": "Detail of OrderLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -39813,7 +39813,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefund" + "$ref": "#/components/schemas/OrderLineItem" } } } @@ -39828,7 +39828,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefund" + "$ref": "#/components/schemas/OrderLineItem" } } } @@ -39845,16 +39845,16 @@ }, "delete": { "tags": [ - "Order Transaction Capture Refund" + "Order Line Item" ], - "summary": "Delete a Order Transaction Capture Refund resource.", - "description": "Available since: 6.4.12.0", - "operationId": "deleteOrderTransactionCaptureRefund", + "summary": "Delete a Order Line Item resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteOrderLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_transaction_capture_refund", + "description": "Identifier for the order_line_item", "required": true, "schema": { "type": "string", @@ -39885,16 +39885,16 @@ }, "patch": { "tags": [ - "Order Transaction Capture Refund" + "Order Line Item" ], - "summary": "Partially update information about a Order Transaction Capture Refund resource.", - "description": "Available since: 6.4.12.0", - "operationId": "updateOrderTransactionCaptureRefund", + "summary": "Partially update information about a Order Line Item resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateOrderLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_transaction_capture_refund", + "description": "Identifier for the order_line_item", "required": true, "schema": { "type": "string", @@ -39912,18 +39912,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Transaction Capture Refund resource.", + "description": "Partially update information about a Order Line Item resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefund" + "$ref": "#/components/schemas/OrderLineItem" } } } }, "responses": { "200": { - "description": "Detail of OrderTransactionCaptureRefund", + "description": "Detail of OrderLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -39935,7 +39935,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefund" + "$ref": "#/components/schemas/OrderLineItem" } } } @@ -39950,7 +39950,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefund" + "$ref": "#/components/schemas/OrderLineItem" } } } @@ -39969,14 +39969,14 @@ } } }, - "/aggregate/order-transaction-capture-refund": { + "/aggregate/order-line-item": { "post": { "tags": [ - "Order Transaction Capture Refund" + "Order Line Item" ], - "summary": "Aggregate for the Order Transaction Capture Refund resources.", + "summary": "Aggregate for the Order Line Item resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderTransactionCaptureRefund", + "operationId": "aggregateOrderLineItem", "requestBody": { "required": true, "content": { @@ -40000,7 +40000,7 @@ }, "responses": { "200": { - "description": "List of OrderTransactionCaptureRefund", + "description": "List of OrderLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -40014,7 +40014,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefund" + "$ref": "#/components/schemas/OrderLineItem" } } } @@ -40032,7 +40032,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefund" + "$ref": "#/components/schemas/OrderLineItem" } } } @@ -40049,14 +40049,14 @@ } } }, - "/order-transaction-capture-refund-position": { + "/order-line-item-download": { "get": { "tags": [ - "Order Transaction Capture Refund Position" + "Order Line Item Download" ], - "summary": "List with basic information of Order Transaction Capture Refund Position resources.", - "description": "Available since: 6.4.12.0", - "operationId": "getOrderTransactionCaptureRefundPositionList", + "summary": "List with basic information of Order Line Item Download resources.", + "description": "Available since: 6.4.19.0", + "operationId": "getOrderLineItemDownloadList", "parameters": [ { "name": "limit", @@ -40085,7 +40085,7 @@ ], "responses": { "200": { - "description": "List of Order Transaction Capture Refund Position resources.", + "description": "List of Order Line Item Download resources.", "content": { "application/vnd.api+json": { "schema": { @@ -40104,7 +40104,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" + "$ref": "#/components/schemas/OrderLineItemDownload" } } ] @@ -40118,16 +40118,16 @@ "type": "object", "properties": { "first": { - "example": "/order-transaction-capture-refund-position?limit=25" + "example": "/order-line-item-download?limit=25" }, "last": { - "example": "/order-transaction-capture-refund-position?limit=25&page=11" + "example": "/order-line-item-download?limit=25&page=11" }, "next": { - "example": "/order-transaction-capture-refund-position?limit=25&page=4" + "example": "/order-line-item-download?limit=25&page=4" }, "prev": { - "example": "/order-transaction-capture-refund-position?limit=25&page=2" + "example": "/order-line-item-download?limit=25&page=2" } } } @@ -40148,7 +40148,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" + "$ref": "#/components/schemas/OrderLineItemDownload" } } } @@ -40163,11 +40163,11 @@ }, "post": { "tags": [ - "Order Transaction Capture Refund Position" + "Order Line Item Download" ], - "summary": "Create a new Order Transaction Capture Refund Position resources.", - "description": "Available since: 6.4.12.0", - "operationId": "createOrderTransactionCaptureRefundPosition", + "summary": "Create a new Order Line Item Download resources.", + "description": "Available since: 6.4.19.0", + "operationId": "createOrderLineItemDownload", "parameters": [ { "name": "_response", @@ -40186,14 +40186,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" + "$ref": "#/components/schemas/OrderLineItemDownload" } } } }, "responses": { "200": { - "description": "Detail of OrderTransactionCaptureRefundPosition", + "description": "Detail of OrderLineItemDownload", "content": { "application/vnd.api+json": { "schema": { @@ -40205,7 +40205,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" + "$ref": "#/components/schemas/OrderLineItemDownload" } } } @@ -40220,7 +40220,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" + "$ref": "#/components/schemas/OrderLineItemDownload" } } } @@ -40236,14 +40236,14 @@ } } }, - "/search/order-transaction-capture-refund-position": { + "/search/order-line-item-download": { "post": { "tags": [ - "Order Transaction Capture Refund Position" + "Order Line Item Download" ], - "summary": "Search for the Order Transaction Capture Refund Position resources.", - "description": "Available since: 6.4.12.0", - "operationId": "searchOrderTransactionCaptureRefundPosition", + "summary": "Search for the Order Line Item Download resources.", + "description": "Available since: 6.4.19.0", + "operationId": "searchOrderLineItemDownload", "parameters": [ { "name": "sw-include-search-info", @@ -40271,7 +40271,7 @@ }, "responses": { "200": { - "description": "List of OrderTransactionCaptureRefundPosition", + "description": "List of OrderLineItemDownload", "content": { "application/vnd.api+json": { "schema": { @@ -40285,7 +40285,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" + "$ref": "#/components/schemas/OrderLineItemDownload" } } } @@ -40303,7 +40303,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" + "$ref": "#/components/schemas/OrderLineItemDownload" } } } @@ -40320,19 +40320,19 @@ } } }, - "/order-transaction-capture-refund-position/{id}": { + "/order-line-item-download/{id}": { "get": { "tags": [ - "Order Transaction Capture Refund Position" + "Order Line Item Download" ], - "summary": "Detailed information about a Order Transaction Capture Refund Position resource.", - "description": "Available since: 6.4.12.0", - "operationId": "getOrderTransactionCaptureRefundPosition", + "summary": "Detailed information about a Order Line Item Download resource.", + "description": "Available since: 6.4.19.0", + "operationId": "getOrderLineItemDownload", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_transaction_capture_refund_position", + "description": "Identifier for the order_line_item_download", "required": true, "schema": { "type": "string", @@ -40342,7 +40342,7 @@ ], "responses": { "200": { - "description": "Detail of OrderTransactionCaptureRefundPosition", + "description": "Detail of OrderLineItemDownload", "content": { "application/vnd.api+json": { "schema": { @@ -40354,7 +40354,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" + "$ref": "#/components/schemas/OrderLineItemDownload" } } } @@ -40369,7 +40369,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" + "$ref": "#/components/schemas/OrderLineItemDownload" } } } @@ -40386,16 +40386,16 @@ }, "delete": { "tags": [ - "Order Transaction Capture Refund Position" + "Order Line Item Download" ], - "summary": "Delete a Order Transaction Capture Refund Position resource.", - "description": "Available since: 6.4.12.0", - "operationId": "deleteOrderTransactionCaptureRefundPosition", + "summary": "Delete a Order Line Item Download resource.", + "description": "Available since: 6.4.19.0", + "operationId": "deleteOrderLineItemDownload", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_transaction_capture_refund_position", + "description": "Identifier for the order_line_item_download", "required": true, "schema": { "type": "string", @@ -40426,16 +40426,16 @@ }, "patch": { "tags": [ - "Order Transaction Capture Refund Position" + "Order Line Item Download" ], - "summary": "Partially update information about a Order Transaction Capture Refund Position resource.", - "description": "Available since: 6.4.12.0", - "operationId": "updateOrderTransactionCaptureRefundPosition", + "summary": "Partially update information about a Order Line Item Download resource.", + "description": "Available since: 6.4.19.0", + "operationId": "updateOrderLineItemDownload", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_transaction_capture_refund_position", + "description": "Identifier for the order_line_item_download", "required": true, "schema": { "type": "string", @@ -40453,18 +40453,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Transaction Capture Refund Position resource.", + "description": "Partially update information about a Order Line Item Download resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" + "$ref": "#/components/schemas/OrderLineItemDownload" } } } }, "responses": { "200": { - "description": "Detail of OrderTransactionCaptureRefundPosition", + "description": "Detail of OrderLineItemDownload", "content": { "application/vnd.api+json": { "schema": { @@ -40476,7 +40476,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" + "$ref": "#/components/schemas/OrderLineItemDownload" } } } @@ -40491,7 +40491,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" + "$ref": "#/components/schemas/OrderLineItemDownload" } } } @@ -40510,14 +40510,14 @@ } } }, - "/aggregate/order-transaction-capture-refund-position": { + "/aggregate/order-line-item-download": { "post": { "tags": [ - "Order Transaction Capture Refund Position" + "Order Line Item Download" ], - "summary": "Aggregate for the Order Transaction Capture Refund Position resources.", + "summary": "Aggregate for the Order Line Item Download resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderTransactionCaptureRefundPosition", + "operationId": "aggregateOrderLineItemDownload", "requestBody": { "required": true, "content": { @@ -40541,7 +40541,7 @@ }, "responses": { "200": { - "description": "List of OrderTransactionCaptureRefundPosition", + "description": "List of OrderLineItemDownload", "content": { "application/vnd.api+json": { "schema": { @@ -40555,7 +40555,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" + "$ref": "#/components/schemas/OrderLineItemDownload" } } } @@ -40573,7 +40573,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" + "$ref": "#/components/schemas/OrderLineItemDownload" } } } @@ -40590,14 +40590,14 @@ } } }, - "/payment-method": { + "/order-transaction": { "get": { "tags": [ - "Payment Method" + "Order Transaction" ], - "summary": "List with basic information of Payment Method resources.", + "summary": "List with basic information of Order Transaction resources.", "description": "Available since: 6.0.0.0", - "operationId": "getPaymentMethodList", + "operationId": "getOrderTransactionList", "parameters": [ { "name": "limit", @@ -40626,7 +40626,7 @@ ], "responses": { "200": { - "description": "List of Payment Method resources.", + "description": "List of Order Transaction resources.", "content": { "application/vnd.api+json": { "schema": { @@ -40645,7 +40645,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/PaymentMethod" + "$ref": "#/components/schemas/OrderTransaction" } } ] @@ -40659,16 +40659,16 @@ "type": "object", "properties": { "first": { - "example": "/payment-method?limit=25" + "example": "/order-transaction?limit=25" }, "last": { - "example": "/payment-method?limit=25&page=11" + "example": "/order-transaction?limit=25&page=11" }, "next": { - "example": "/payment-method?limit=25&page=4" + "example": "/order-transaction?limit=25&page=4" }, "prev": { - "example": "/payment-method?limit=25&page=2" + "example": "/order-transaction?limit=25&page=2" } } } @@ -40689,7 +40689,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PaymentMethod" + "$ref": "#/components/schemas/OrderTransaction" } } } @@ -40704,11 +40704,11 @@ }, "post": { "tags": [ - "Payment Method" + "Order Transaction" ], - "summary": "Create a new Payment Method resources.", + "summary": "Create a new Order Transaction resources.", "description": "Available since: 6.0.0.0", - "operationId": "createPaymentMethod", + "operationId": "createOrderTransaction", "parameters": [ { "name": "_response", @@ -40727,14 +40727,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PaymentMethod" + "$ref": "#/components/schemas/OrderTransaction" } } } }, "responses": { "200": { - "description": "Detail of PaymentMethod", + "description": "Detail of OrderTransaction", "content": { "application/vnd.api+json": { "schema": { @@ -40746,7 +40746,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PaymentMethod" + "$ref": "#/components/schemas/OrderTransaction" } } } @@ -40761,7 +40761,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PaymentMethod" + "$ref": "#/components/schemas/OrderTransaction" } } } @@ -40777,14 +40777,14 @@ } } }, - "/search/payment-method": { + "/search/order-transaction": { "post": { "tags": [ - "Payment Method" + "Order Transaction" ], - "summary": "Search for the Payment Method resources.", + "summary": "Search for the Order Transaction resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchPaymentMethod", + "operationId": "searchOrderTransaction", "parameters": [ { "name": "sw-include-search-info", @@ -40812,7 +40812,7 @@ }, "responses": { "200": { - "description": "List of PaymentMethod", + "description": "List of OrderTransaction", "content": { "application/vnd.api+json": { "schema": { @@ -40826,7 +40826,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PaymentMethod" + "$ref": "#/components/schemas/OrderTransaction" } } } @@ -40844,7 +40844,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PaymentMethod" + "$ref": "#/components/schemas/OrderTransaction" } } } @@ -40861,19 +40861,19 @@ } } }, - "/payment-method/{id}": { + "/order-transaction/{id}": { "get": { "tags": [ - "Payment Method" + "Order Transaction" ], - "summary": "Detailed information about a Payment Method resource.", + "summary": "Detailed information about a Order Transaction resource.", "description": "Available since: 6.0.0.0", - "operationId": "getPaymentMethod", + "operationId": "getOrderTransaction", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the payment_method", + "description": "Identifier for the order_transaction", "required": true, "schema": { "type": "string", @@ -40883,7 +40883,7 @@ ], "responses": { "200": { - "description": "Detail of PaymentMethod", + "description": "Detail of OrderTransaction", "content": { "application/vnd.api+json": { "schema": { @@ -40895,7 +40895,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PaymentMethod" + "$ref": "#/components/schemas/OrderTransaction" } } } @@ -40910,7 +40910,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PaymentMethod" + "$ref": "#/components/schemas/OrderTransaction" } } } @@ -40927,16 +40927,16 @@ }, "delete": { "tags": [ - "Payment Method" + "Order Transaction" ], - "summary": "Delete a Payment Method resource.", + "summary": "Delete a Order Transaction resource.", "description": "Available since: 6.0.0.0", - "operationId": "deletePaymentMethod", + "operationId": "deleteOrderTransaction", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the payment_method", + "description": "Identifier for the order_transaction", "required": true, "schema": { "type": "string", @@ -40967,16 +40967,16 @@ }, "patch": { "tags": [ - "Payment Method" + "Order Transaction" ], - "summary": "Partially update information about a Payment Method resource.", + "summary": "Partially update information about a Order Transaction resource.", "description": "Available since: 6.0.0.0", - "operationId": "updatePaymentMethod", + "operationId": "updateOrderTransaction", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the payment_method", + "description": "Identifier for the order_transaction", "required": true, "schema": { "type": "string", @@ -40994,18 +40994,18 @@ } ], "requestBody": { - "description": "Partially update information about a Payment Method resource.", + "description": "Partially update information about a Order Transaction resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PaymentMethod" + "$ref": "#/components/schemas/OrderTransaction" } } } }, "responses": { "200": { - "description": "Detail of PaymentMethod", + "description": "Detail of OrderTransaction", "content": { "application/vnd.api+json": { "schema": { @@ -41017,7 +41017,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PaymentMethod" + "$ref": "#/components/schemas/OrderTransaction" } } } @@ -41032,7 +41032,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PaymentMethod" + "$ref": "#/components/schemas/OrderTransaction" } } } @@ -41051,14 +41051,14 @@ } } }, - "/aggregate/payment-method": { + "/aggregate/order-transaction": { "post": { "tags": [ - "Payment Method" + "Order Transaction" ], - "summary": "Aggregate for the Payment Method resources.", + "summary": "Aggregate for the Order Transaction resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregatePaymentMethod", + "operationId": "aggregateOrderTransaction", "requestBody": { "required": true, "content": { @@ -41082,7 +41082,7 @@ }, "responses": { "200": { - "description": "List of PaymentMethod", + "description": "List of OrderTransaction", "content": { "application/vnd.api+json": { "schema": { @@ -41096,7 +41096,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PaymentMethod" + "$ref": "#/components/schemas/OrderTransaction" } } } @@ -41114,7 +41114,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PaymentMethod" + "$ref": "#/components/schemas/OrderTransaction" } } } @@ -41131,14 +41131,14 @@ } } }, - "/plugin": { + "/order-transaction-capture": { "get": { "tags": [ - "Plugin" + "Order Transaction Capture" ], - "summary": "List with basic information of Plugin resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getPluginList", + "summary": "List with basic information of Order Transaction Capture resources.", + "description": "Available since: 6.4.12.0", + "operationId": "getOrderTransactionCaptureList", "parameters": [ { "name": "limit", @@ -41167,7 +41167,7 @@ ], "responses": { "200": { - "description": "List of Plugin resources.", + "description": "List of Order Transaction Capture resources.", "content": { "application/vnd.api+json": { "schema": { @@ -41186,7 +41186,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Plugin" + "$ref": "#/components/schemas/OrderTransactionCapture" } } ] @@ -41200,16 +41200,16 @@ "type": "object", "properties": { "first": { - "example": "/plugin?limit=25" + "example": "/order-transaction-capture?limit=25" }, "last": { - "example": "/plugin?limit=25&page=11" + "example": "/order-transaction-capture?limit=25&page=11" }, "next": { - "example": "/plugin?limit=25&page=4" + "example": "/order-transaction-capture?limit=25&page=4" }, "prev": { - "example": "/plugin?limit=25&page=2" + "example": "/order-transaction-capture?limit=25&page=2" } } } @@ -41230,7 +41230,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Plugin" + "$ref": "#/components/schemas/OrderTransactionCapture" } } } @@ -41245,11 +41245,11 @@ }, "post": { "tags": [ - "Plugin" + "Order Transaction Capture" ], - "summary": "Create a new Plugin resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createPlugin", + "summary": "Create a new Order Transaction Capture resources.", + "description": "Available since: 6.4.12.0", + "operationId": "createOrderTransactionCapture", "parameters": [ { "name": "_response", @@ -41268,14 +41268,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Plugin" + "$ref": "#/components/schemas/OrderTransactionCapture" } } } }, "responses": { "200": { - "description": "Detail of Plugin", + "description": "Detail of OrderTransactionCapture", "content": { "application/vnd.api+json": { "schema": { @@ -41287,7 +41287,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Plugin" + "$ref": "#/components/schemas/OrderTransactionCapture" } } } @@ -41302,7 +41302,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Plugin" + "$ref": "#/components/schemas/OrderTransactionCapture" } } } @@ -41318,14 +41318,14 @@ } } }, - "/search/plugin": { + "/search/order-transaction-capture": { "post": { "tags": [ - "Plugin" + "Order Transaction Capture" ], - "summary": "Search for the Plugin resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchPlugin", + "summary": "Search for the Order Transaction Capture resources.", + "description": "Available since: 6.4.12.0", + "operationId": "searchOrderTransactionCapture", "parameters": [ { "name": "sw-include-search-info", @@ -41353,7 +41353,7 @@ }, "responses": { "200": { - "description": "List of Plugin", + "description": "List of OrderTransactionCapture", "content": { "application/vnd.api+json": { "schema": { @@ -41367,7 +41367,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Plugin" + "$ref": "#/components/schemas/OrderTransactionCapture" } } } @@ -41385,7 +41385,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Plugin" + "$ref": "#/components/schemas/OrderTransactionCapture" } } } @@ -41402,19 +41402,19 @@ } } }, - "/plugin/{id}": { + "/order-transaction-capture/{id}": { "get": { "tags": [ - "Plugin" + "Order Transaction Capture" ], - "summary": "Detailed information about a Plugin resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getPlugin", + "summary": "Detailed information about a Order Transaction Capture resource.", + "description": "Available since: 6.4.12.0", + "operationId": "getOrderTransactionCapture", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the plugin", + "description": "Identifier for the order_transaction_capture", "required": true, "schema": { "type": "string", @@ -41424,7 +41424,7 @@ ], "responses": { "200": { - "description": "Detail of Plugin", + "description": "Detail of OrderTransactionCapture", "content": { "application/vnd.api+json": { "schema": { @@ -41436,7 +41436,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Plugin" + "$ref": "#/components/schemas/OrderTransactionCapture" } } } @@ -41451,7 +41451,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Plugin" + "$ref": "#/components/schemas/OrderTransactionCapture" } } } @@ -41468,16 +41468,16 @@ }, "delete": { "tags": [ - "Plugin" + "Order Transaction Capture" ], - "summary": "Delete a Plugin resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deletePlugin", + "summary": "Delete a Order Transaction Capture resource.", + "description": "Available since: 6.4.12.0", + "operationId": "deleteOrderTransactionCapture", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the plugin", + "description": "Identifier for the order_transaction_capture", "required": true, "schema": { "type": "string", @@ -41508,16 +41508,16 @@ }, "patch": { "tags": [ - "Plugin" + "Order Transaction Capture" ], - "summary": "Partially update information about a Plugin resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updatePlugin", + "summary": "Partially update information about a Order Transaction Capture resource.", + "description": "Available since: 6.4.12.0", + "operationId": "updateOrderTransactionCapture", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the plugin", + "description": "Identifier for the order_transaction_capture", "required": true, "schema": { "type": "string", @@ -41535,18 +41535,18 @@ } ], "requestBody": { - "description": "Partially update information about a Plugin resource.", + "description": "Partially update information about a Order Transaction Capture resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Plugin" + "$ref": "#/components/schemas/OrderTransactionCapture" } } } }, "responses": { "200": { - "description": "Detail of Plugin", + "description": "Detail of OrderTransactionCapture", "content": { "application/vnd.api+json": { "schema": { @@ -41558,7 +41558,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Plugin" + "$ref": "#/components/schemas/OrderTransactionCapture" } } } @@ -41573,7 +41573,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Plugin" + "$ref": "#/components/schemas/OrderTransactionCapture" } } } @@ -41592,14 +41592,14 @@ } } }, - "/aggregate/plugin": { + "/aggregate/order-transaction-capture": { "post": { "tags": [ - "Plugin" + "Order Transaction Capture" ], - "summary": "Aggregate for the Plugin resources.", + "summary": "Aggregate for the Order Transaction Capture resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregatePlugin", + "operationId": "aggregateOrderTransactionCapture", "requestBody": { "required": true, "content": { @@ -41623,7 +41623,7 @@ }, "responses": { "200": { - "description": "List of Plugin", + "description": "List of OrderTransactionCapture", "content": { "application/vnd.api+json": { "schema": { @@ -41637,7 +41637,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Plugin" + "$ref": "#/components/schemas/OrderTransactionCapture" } } } @@ -41655,7 +41655,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Plugin" + "$ref": "#/components/schemas/OrderTransactionCapture" } } } @@ -41672,14 +41672,14 @@ } } }, - "/product": { + "/order-transaction-capture-refund": { "get": { "tags": [ - "Product" + "Order Transaction Capture Refund" ], - "summary": "List with basic information of Product resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getProductList", + "summary": "List with basic information of Order Transaction Capture Refund resources.", + "description": "Available since: 6.4.12.0", + "operationId": "getOrderTransactionCaptureRefundList", "parameters": [ { "name": "limit", @@ -41708,7 +41708,7 @@ ], "responses": { "200": { - "description": "List of Product resources.", + "description": "List of Order Transaction Capture Refund resources.", "content": { "application/vnd.api+json": { "schema": { @@ -41727,7 +41727,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Product" + "$ref": "#/components/schemas/OrderTransactionCaptureRefund" } } ] @@ -41741,16 +41741,16 @@ "type": "object", "properties": { "first": { - "example": "/product?limit=25" + "example": "/order-transaction-capture-refund?limit=25" }, "last": { - "example": "/product?limit=25&page=11" + "example": "/order-transaction-capture-refund?limit=25&page=11" }, "next": { - "example": "/product?limit=25&page=4" + "example": "/order-transaction-capture-refund?limit=25&page=4" }, "prev": { - "example": "/product?limit=25&page=2" + "example": "/order-transaction-capture-refund?limit=25&page=2" } } } @@ -41771,7 +41771,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Product" + "$ref": "#/components/schemas/OrderTransactionCaptureRefund" } } } @@ -41786,11 +41786,11 @@ }, "post": { "tags": [ - "Product" + "Order Transaction Capture Refund" ], - "summary": "Create a new Product resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createProduct", + "summary": "Create a new Order Transaction Capture Refund resources.", + "description": "Available since: 6.4.12.0", + "operationId": "createOrderTransactionCaptureRefund", "parameters": [ { "name": "_response", @@ -41809,14 +41809,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Product" + "$ref": "#/components/schemas/OrderTransactionCaptureRefund" } } } }, "responses": { "200": { - "description": "Detail of Product", + "description": "Detail of OrderTransactionCaptureRefund", "content": { "application/vnd.api+json": { "schema": { @@ -41828,7 +41828,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Product" + "$ref": "#/components/schemas/OrderTransactionCaptureRefund" } } } @@ -41843,7 +41843,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Product" + "$ref": "#/components/schemas/OrderTransactionCaptureRefund" } } } @@ -41859,14 +41859,14 @@ } } }, - "/search/product": { + "/search/order-transaction-capture-refund": { "post": { "tags": [ - "Product" + "Order Transaction Capture Refund" ], - "summary": "Search for the Product resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchProduct", + "summary": "Search for the Order Transaction Capture Refund resources.", + "description": "Available since: 6.4.12.0", + "operationId": "searchOrderTransactionCaptureRefund", "parameters": [ { "name": "sw-include-search-info", @@ -41894,7 +41894,7 @@ }, "responses": { "200": { - "description": "List of Product", + "description": "List of OrderTransactionCaptureRefund", "content": { "application/vnd.api+json": { "schema": { @@ -41908,7 +41908,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Product" + "$ref": "#/components/schemas/OrderTransactionCaptureRefund" } } } @@ -41926,7 +41926,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Product" + "$ref": "#/components/schemas/OrderTransactionCaptureRefund" } } } @@ -41943,19 +41943,19 @@ } } }, - "/product/{id}": { + "/order-transaction-capture-refund/{id}": { "get": { "tags": [ - "Product" + "Order Transaction Capture Refund" ], - "summary": "Detailed information about a Product resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getProduct", + "summary": "Detailed information about a Order Transaction Capture Refund resource.", + "description": "Available since: 6.4.12.0", + "operationId": "getOrderTransactionCaptureRefund", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product", + "description": "Identifier for the order_transaction_capture_refund", "required": true, "schema": { "type": "string", @@ -41965,7 +41965,7 @@ ], "responses": { "200": { - "description": "Detail of Product", + "description": "Detail of OrderTransactionCaptureRefund", "content": { "application/vnd.api+json": { "schema": { @@ -41977,7 +41977,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Product" + "$ref": "#/components/schemas/OrderTransactionCaptureRefund" } } } @@ -41992,7 +41992,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Product" + "$ref": "#/components/schemas/OrderTransactionCaptureRefund" } } } @@ -42009,16 +42009,16 @@ }, "delete": { "tags": [ - "Product" + "Order Transaction Capture Refund" ], - "summary": "Delete a Product resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteProduct", + "summary": "Delete a Order Transaction Capture Refund resource.", + "description": "Available since: 6.4.12.0", + "operationId": "deleteOrderTransactionCaptureRefund", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product", + "description": "Identifier for the order_transaction_capture_refund", "required": true, "schema": { "type": "string", @@ -42049,16 +42049,16 @@ }, "patch": { "tags": [ - "Product" + "Order Transaction Capture Refund" ], - "summary": "Partially update information about a Product resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateProduct", + "summary": "Partially update information about a Order Transaction Capture Refund resource.", + "description": "Available since: 6.4.12.0", + "operationId": "updateOrderTransactionCaptureRefund", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product", + "description": "Identifier for the order_transaction_capture_refund", "required": true, "schema": { "type": "string", @@ -42076,18 +42076,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product resource.", + "description": "Partially update information about a Order Transaction Capture Refund resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Product" + "$ref": "#/components/schemas/OrderTransactionCaptureRefund" } } } }, "responses": { "200": { - "description": "Detail of Product", + "description": "Detail of OrderTransactionCaptureRefund", "content": { "application/vnd.api+json": { "schema": { @@ -42099,7 +42099,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Product" + "$ref": "#/components/schemas/OrderTransactionCaptureRefund" } } } @@ -42114,7 +42114,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Product" + "$ref": "#/components/schemas/OrderTransactionCaptureRefund" } } } @@ -42133,14 +42133,14 @@ } } }, - "/aggregate/product": { + "/aggregate/order-transaction-capture-refund": { "post": { "tags": [ - "Product" + "Order Transaction Capture Refund" ], - "summary": "Aggregate for the Product resources.", + "summary": "Aggregate for the Order Transaction Capture Refund resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProduct", + "operationId": "aggregateOrderTransactionCaptureRefund", "requestBody": { "required": true, "content": { @@ -42164,7 +42164,7 @@ }, "responses": { "200": { - "description": "List of Product", + "description": "List of OrderTransactionCaptureRefund", "content": { "application/vnd.api+json": { "schema": { @@ -42178,7 +42178,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Product" + "$ref": "#/components/schemas/OrderTransactionCaptureRefund" } } } @@ -42196,7 +42196,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Product" + "$ref": "#/components/schemas/OrderTransactionCaptureRefund" } } } @@ -42213,14 +42213,14 @@ } } }, - "/product-configurator-setting": { + "/order-transaction-capture-refund-position": { "get": { "tags": [ - "Product Configurator Setting" + "Order Transaction Capture Refund Position" ], - "summary": "List with basic information of Product Configurator Setting resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getProductConfiguratorSettingList", + "summary": "List with basic information of Order Transaction Capture Refund Position resources.", + "description": "Available since: 6.4.12.0", + "operationId": "getOrderTransactionCaptureRefundPositionList", "parameters": [ { "name": "limit", @@ -42249,7 +42249,7 @@ ], "responses": { "200": { - "description": "List of Product Configurator Setting resources.", + "description": "List of Order Transaction Capture Refund Position resources.", "content": { "application/vnd.api+json": { "schema": { @@ -42268,7 +42268,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductConfiguratorSetting" + "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" } } ] @@ -42282,16 +42282,16 @@ "type": "object", "properties": { "first": { - "example": "/product-configurator-setting?limit=25" + "example": "/order-transaction-capture-refund-position?limit=25" }, "last": { - "example": "/product-configurator-setting?limit=25&page=11" + "example": "/order-transaction-capture-refund-position?limit=25&page=11" }, "next": { - "example": "/product-configurator-setting?limit=25&page=4" + "example": "/order-transaction-capture-refund-position?limit=25&page=4" }, "prev": { - "example": "/product-configurator-setting?limit=25&page=2" + "example": "/order-transaction-capture-refund-position?limit=25&page=2" } } } @@ -42312,7 +42312,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductConfiguratorSetting" + "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" } } } @@ -42327,11 +42327,11 @@ }, "post": { "tags": [ - "Product Configurator Setting" + "Order Transaction Capture Refund Position" ], - "summary": "Create a new Product Configurator Setting resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createProductConfiguratorSetting", + "summary": "Create a new Order Transaction Capture Refund Position resources.", + "description": "Available since: 6.4.12.0", + "operationId": "createOrderTransactionCaptureRefundPosition", "parameters": [ { "name": "_response", @@ -42350,14 +42350,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductConfiguratorSetting" + "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" } } } }, "responses": { "200": { - "description": "Detail of ProductConfiguratorSetting", + "description": "Detail of OrderTransactionCaptureRefundPosition", "content": { "application/vnd.api+json": { "schema": { @@ -42369,7 +42369,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductConfiguratorSetting" + "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" } } } @@ -42384,7 +42384,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductConfiguratorSetting" + "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" } } } @@ -42400,14 +42400,14 @@ } } }, - "/search/product-configurator-setting": { + "/search/order-transaction-capture-refund-position": { "post": { "tags": [ - "Product Configurator Setting" + "Order Transaction Capture Refund Position" ], - "summary": "Search for the Product Configurator Setting resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchProductConfiguratorSetting", + "summary": "Search for the Order Transaction Capture Refund Position resources.", + "description": "Available since: 6.4.12.0", + "operationId": "searchOrderTransactionCaptureRefundPosition", "parameters": [ { "name": "sw-include-search-info", @@ -42435,7 +42435,7 @@ }, "responses": { "200": { - "description": "List of ProductConfiguratorSetting", + "description": "List of OrderTransactionCaptureRefundPosition", "content": { "application/vnd.api+json": { "schema": { @@ -42449,7 +42449,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductConfiguratorSetting" + "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" } } } @@ -42467,7 +42467,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductConfiguratorSetting" + "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" } } } @@ -42484,19 +42484,19 @@ } } }, - "/product-configurator-setting/{id}": { + "/order-transaction-capture-refund-position/{id}": { "get": { "tags": [ - "Product Configurator Setting" + "Order Transaction Capture Refund Position" ], - "summary": "Detailed information about a Product Configurator Setting resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getProductConfiguratorSetting", + "summary": "Detailed information about a Order Transaction Capture Refund Position resource.", + "description": "Available since: 6.4.12.0", + "operationId": "getOrderTransactionCaptureRefundPosition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_configurator_setting", + "description": "Identifier for the order_transaction_capture_refund_position", "required": true, "schema": { "type": "string", @@ -42506,7 +42506,7 @@ ], "responses": { "200": { - "description": "Detail of ProductConfiguratorSetting", + "description": "Detail of OrderTransactionCaptureRefundPosition", "content": { "application/vnd.api+json": { "schema": { @@ -42518,7 +42518,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductConfiguratorSetting" + "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" } } } @@ -42533,7 +42533,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductConfiguratorSetting" + "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" } } } @@ -42550,16 +42550,16 @@ }, "delete": { "tags": [ - "Product Configurator Setting" + "Order Transaction Capture Refund Position" ], - "summary": "Delete a Product Configurator Setting resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteProductConfiguratorSetting", + "summary": "Delete a Order Transaction Capture Refund Position resource.", + "description": "Available since: 6.4.12.0", + "operationId": "deleteOrderTransactionCaptureRefundPosition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_configurator_setting", + "description": "Identifier for the order_transaction_capture_refund_position", "required": true, "schema": { "type": "string", @@ -42590,16 +42590,16 @@ }, "patch": { "tags": [ - "Product Configurator Setting" + "Order Transaction Capture Refund Position" ], - "summary": "Partially update information about a Product Configurator Setting resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateProductConfiguratorSetting", + "summary": "Partially update information about a Order Transaction Capture Refund Position resource.", + "description": "Available since: 6.4.12.0", + "operationId": "updateOrderTransactionCaptureRefundPosition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_configurator_setting", + "description": "Identifier for the order_transaction_capture_refund_position", "required": true, "schema": { "type": "string", @@ -42617,18 +42617,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Configurator Setting resource.", + "description": "Partially update information about a Order Transaction Capture Refund Position resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductConfiguratorSetting" + "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" } } } }, "responses": { "200": { - "description": "Detail of ProductConfiguratorSetting", + "description": "Detail of OrderTransactionCaptureRefundPosition", "content": { "application/vnd.api+json": { "schema": { @@ -42640,7 +42640,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductConfiguratorSetting" + "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" } } } @@ -42655,7 +42655,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductConfiguratorSetting" + "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" } } } @@ -42674,14 +42674,14 @@ } } }, - "/aggregate/product-configurator-setting": { + "/aggregate/order-transaction-capture-refund-position": { "post": { "tags": [ - "Product Configurator Setting" + "Order Transaction Capture Refund Position" ], - "summary": "Aggregate for the Product Configurator Setting resources.", + "summary": "Aggregate for the Order Transaction Capture Refund Position resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductConfiguratorSetting", + "operationId": "aggregateOrderTransactionCaptureRefundPosition", "requestBody": { "required": true, "content": { @@ -42705,7 +42705,7 @@ }, "responses": { "200": { - "description": "List of ProductConfiguratorSetting", + "description": "List of OrderTransactionCaptureRefundPosition", "content": { "application/vnd.api+json": { "schema": { @@ -42719,7 +42719,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductConfiguratorSetting" + "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" } } } @@ -42737,7 +42737,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductConfiguratorSetting" + "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" } } } @@ -42754,14 +42754,14 @@ } } }, - "/product-cross-selling": { + "/payment-method": { "get": { "tags": [ - "Product Cross Selling" + "Payment Method" ], - "summary": "List with basic information of Product Cross Selling resources.", - "description": "Available since: 6.1.0.0", - "operationId": "getProductCrossSellingList", + "summary": "List with basic information of Payment Method resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getPaymentMethodList", "parameters": [ { "name": "limit", @@ -42790,7 +42790,7 @@ ], "responses": { "200": { - "description": "List of Product Cross Selling resources.", + "description": "List of Payment Method resources.", "content": { "application/vnd.api+json": { "schema": { @@ -42809,7 +42809,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductCrossSelling" + "$ref": "#/components/schemas/PaymentMethod" } } ] @@ -42823,16 +42823,16 @@ "type": "object", "properties": { "first": { - "example": "/product-cross-selling?limit=25" + "example": "/payment-method?limit=25" }, "last": { - "example": "/product-cross-selling?limit=25&page=11" + "example": "/payment-method?limit=25&page=11" }, "next": { - "example": "/product-cross-selling?limit=25&page=4" + "example": "/payment-method?limit=25&page=4" }, "prev": { - "example": "/product-cross-selling?limit=25&page=2" + "example": "/payment-method?limit=25&page=2" } } } @@ -42853,7 +42853,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductCrossSelling" + "$ref": "#/components/schemas/PaymentMethod" } } } @@ -42868,11 +42868,11 @@ }, "post": { "tags": [ - "Product Cross Selling" + "Payment Method" ], - "summary": "Create a new Product Cross Selling resources.", - "description": "Available since: 6.1.0.0", - "operationId": "createProductCrossSelling", + "summary": "Create a new Payment Method resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createPaymentMethod", "parameters": [ { "name": "_response", @@ -42891,14 +42891,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductCrossSelling" + "$ref": "#/components/schemas/PaymentMethod" } } } }, "responses": { "200": { - "description": "Detail of ProductCrossSelling", + "description": "Detail of PaymentMethod", "content": { "application/vnd.api+json": { "schema": { @@ -42910,7 +42910,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductCrossSelling" + "$ref": "#/components/schemas/PaymentMethod" } } } @@ -42925,7 +42925,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductCrossSelling" + "$ref": "#/components/schemas/PaymentMethod" } } } @@ -42941,14 +42941,14 @@ } } }, - "/search/product-cross-selling": { + "/search/payment-method": { "post": { "tags": [ - "Product Cross Selling" + "Payment Method" ], - "summary": "Search for the Product Cross Selling resources.", - "description": "Available since: 6.1.0.0", - "operationId": "searchProductCrossSelling", + "summary": "Search for the Payment Method resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchPaymentMethod", "parameters": [ { "name": "sw-include-search-info", @@ -42976,7 +42976,7 @@ }, "responses": { "200": { - "description": "List of ProductCrossSelling", + "description": "List of PaymentMethod", "content": { "application/vnd.api+json": { "schema": { @@ -42990,7 +42990,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductCrossSelling" + "$ref": "#/components/schemas/PaymentMethod" } } } @@ -43008,7 +43008,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductCrossSelling" + "$ref": "#/components/schemas/PaymentMethod" } } } @@ -43025,19 +43025,19 @@ } } }, - "/product-cross-selling/{id}": { + "/payment-method/{id}": { "get": { "tags": [ - "Product Cross Selling" + "Payment Method" ], - "summary": "Detailed information about a Product Cross Selling resource.", - "description": "Available since: 6.1.0.0", - "operationId": "getProductCrossSelling", + "summary": "Detailed information about a Payment Method resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getPaymentMethod", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_cross_selling", + "description": "Identifier for the payment_method", "required": true, "schema": { "type": "string", @@ -43047,7 +43047,7 @@ ], "responses": { "200": { - "description": "Detail of ProductCrossSelling", + "description": "Detail of PaymentMethod", "content": { "application/vnd.api+json": { "schema": { @@ -43059,7 +43059,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductCrossSelling" + "$ref": "#/components/schemas/PaymentMethod" } } } @@ -43074,7 +43074,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductCrossSelling" + "$ref": "#/components/schemas/PaymentMethod" } } } @@ -43091,16 +43091,16 @@ }, "delete": { "tags": [ - "Product Cross Selling" + "Payment Method" ], - "summary": "Delete a Product Cross Selling resource.", - "description": "Available since: 6.1.0.0", - "operationId": "deleteProductCrossSelling", + "summary": "Delete a Payment Method resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deletePaymentMethod", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_cross_selling", + "description": "Identifier for the payment_method", "required": true, "schema": { "type": "string", @@ -43131,16 +43131,16 @@ }, "patch": { "tags": [ - "Product Cross Selling" + "Payment Method" ], - "summary": "Partially update information about a Product Cross Selling resource.", - "description": "Available since: 6.1.0.0", - "operationId": "updateProductCrossSelling", + "summary": "Partially update information about a Payment Method resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updatePaymentMethod", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_cross_selling", + "description": "Identifier for the payment_method", "required": true, "schema": { "type": "string", @@ -43158,18 +43158,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Cross Selling resource.", + "description": "Partially update information about a Payment Method resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductCrossSelling" + "$ref": "#/components/schemas/PaymentMethod" } } } }, "responses": { "200": { - "description": "Detail of ProductCrossSelling", + "description": "Detail of PaymentMethod", "content": { "application/vnd.api+json": { "schema": { @@ -43181,7 +43181,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductCrossSelling" + "$ref": "#/components/schemas/PaymentMethod" } } } @@ -43196,7 +43196,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductCrossSelling" + "$ref": "#/components/schemas/PaymentMethod" } } } @@ -43215,14 +43215,14 @@ } } }, - "/aggregate/product-cross-selling": { + "/aggregate/payment-method": { "post": { "tags": [ - "Product Cross Selling" + "Payment Method" ], - "summary": "Aggregate for the Product Cross Selling resources.", + "summary": "Aggregate for the Payment Method resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductCrossSelling", + "operationId": "aggregatePaymentMethod", "requestBody": { "required": true, "content": { @@ -43246,7 +43246,7 @@ }, "responses": { "200": { - "description": "List of ProductCrossSelling", + "description": "List of PaymentMethod", "content": { "application/vnd.api+json": { "schema": { @@ -43260,7 +43260,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductCrossSelling" + "$ref": "#/components/schemas/PaymentMethod" } } } @@ -43278,7 +43278,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductCrossSelling" + "$ref": "#/components/schemas/PaymentMethod" } } } @@ -43295,14 +43295,14 @@ } } }, - "/product-cross-selling-assigned-products": { + "/plugin": { "get": { "tags": [ - "Product Cross Selling Assigned Products" + "Plugin" ], - "summary": "List with basic information of Product Cross Selling Assigned Products resources.", - "description": "Available since: 6.2.0.0", - "operationId": "getProductCrossSellingAssignedProductsList", + "summary": "List with basic information of Plugin resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getPluginList", "parameters": [ { "name": "limit", @@ -43331,7 +43331,7 @@ ], "responses": { "200": { - "description": "List of Product Cross Selling Assigned Products resources.", + "description": "List of Plugin resources.", "content": { "application/vnd.api+json": { "schema": { @@ -43350,7 +43350,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" + "$ref": "#/components/schemas/Plugin" } } ] @@ -43364,16 +43364,16 @@ "type": "object", "properties": { "first": { - "example": "/product-cross-selling-assigned-products?limit=25" + "example": "/plugin?limit=25" }, "last": { - "example": "/product-cross-selling-assigned-products?limit=25&page=11" + "example": "/plugin?limit=25&page=11" }, "next": { - "example": "/product-cross-selling-assigned-products?limit=25&page=4" + "example": "/plugin?limit=25&page=4" }, "prev": { - "example": "/product-cross-selling-assigned-products?limit=25&page=2" + "example": "/plugin?limit=25&page=2" } } } @@ -43394,7 +43394,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" + "$ref": "#/components/schemas/Plugin" } } } @@ -43409,11 +43409,11 @@ }, "post": { "tags": [ - "Product Cross Selling Assigned Products" + "Plugin" ], - "summary": "Create a new Product Cross Selling Assigned Products resources.", - "description": "Available since: 6.2.0.0", - "operationId": "createProductCrossSellingAssignedProducts", + "summary": "Create a new Plugin resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createPlugin", "parameters": [ { "name": "_response", @@ -43432,14 +43432,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" + "$ref": "#/components/schemas/Plugin" } } } }, "responses": { "200": { - "description": "Detail of ProductCrossSellingAssignedProducts", + "description": "Detail of Plugin", "content": { "application/vnd.api+json": { "schema": { @@ -43451,7 +43451,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" + "$ref": "#/components/schemas/Plugin" } } } @@ -43466,7 +43466,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" + "$ref": "#/components/schemas/Plugin" } } } @@ -43482,14 +43482,14 @@ } } }, - "/search/product-cross-selling-assigned-products": { + "/search/plugin": { "post": { "tags": [ - "Product Cross Selling Assigned Products" + "Plugin" ], - "summary": "Search for the Product Cross Selling Assigned Products resources.", - "description": "Available since: 6.2.0.0", - "operationId": "searchProductCrossSellingAssignedProducts", + "summary": "Search for the Plugin resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchPlugin", "parameters": [ { "name": "sw-include-search-info", @@ -43517,7 +43517,7 @@ }, "responses": { "200": { - "description": "List of ProductCrossSellingAssignedProducts", + "description": "List of Plugin", "content": { "application/vnd.api+json": { "schema": { @@ -43531,7 +43531,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" + "$ref": "#/components/schemas/Plugin" } } } @@ -43549,7 +43549,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" + "$ref": "#/components/schemas/Plugin" } } } @@ -43566,19 +43566,19 @@ } } }, - "/product-cross-selling-assigned-products/{id}": { + "/plugin/{id}": { "get": { "tags": [ - "Product Cross Selling Assigned Products" + "Plugin" ], - "summary": "Detailed information about a Product Cross Selling Assigned Products resource.", - "description": "Available since: 6.2.0.0", - "operationId": "getProductCrossSellingAssignedProducts", + "summary": "Detailed information about a Plugin resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getPlugin", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_cross_selling_assigned_products", + "description": "Identifier for the plugin", "required": true, "schema": { "type": "string", @@ -43588,7 +43588,7 @@ ], "responses": { "200": { - "description": "Detail of ProductCrossSellingAssignedProducts", + "description": "Detail of Plugin", "content": { "application/vnd.api+json": { "schema": { @@ -43600,7 +43600,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" + "$ref": "#/components/schemas/Plugin" } } } @@ -43615,7 +43615,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" + "$ref": "#/components/schemas/Plugin" } } } @@ -43632,16 +43632,16 @@ }, "delete": { "tags": [ - "Product Cross Selling Assigned Products" + "Plugin" ], - "summary": "Delete a Product Cross Selling Assigned Products resource.", - "description": "Available since: 6.2.0.0", - "operationId": "deleteProductCrossSellingAssignedProducts", + "summary": "Delete a Plugin resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deletePlugin", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_cross_selling_assigned_products", + "description": "Identifier for the plugin", "required": true, "schema": { "type": "string", @@ -43672,16 +43672,16 @@ }, "patch": { "tags": [ - "Product Cross Selling Assigned Products" + "Plugin" ], - "summary": "Partially update information about a Product Cross Selling Assigned Products resource.", - "description": "Available since: 6.2.0.0", - "operationId": "updateProductCrossSellingAssignedProducts", + "summary": "Partially update information about a Plugin resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updatePlugin", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_cross_selling_assigned_products", + "description": "Identifier for the plugin", "required": true, "schema": { "type": "string", @@ -43699,18 +43699,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Cross Selling Assigned Products resource.", + "description": "Partially update information about a Plugin resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" + "$ref": "#/components/schemas/Plugin" } } } }, "responses": { "200": { - "description": "Detail of ProductCrossSellingAssignedProducts", + "description": "Detail of Plugin", "content": { "application/vnd.api+json": { "schema": { @@ -43722,7 +43722,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" + "$ref": "#/components/schemas/Plugin" } } } @@ -43737,7 +43737,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" + "$ref": "#/components/schemas/Plugin" } } } @@ -43756,14 +43756,14 @@ } } }, - "/aggregate/product-cross-selling-assigned-products": { + "/aggregate/plugin": { "post": { "tags": [ - "Product Cross Selling Assigned Products" + "Plugin" ], - "summary": "Aggregate for the Product Cross Selling Assigned Products resources.", + "summary": "Aggregate for the Plugin resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductCrossSellingAssignedProducts", + "operationId": "aggregatePlugin", "requestBody": { "required": true, "content": { @@ -43787,7 +43787,7 @@ }, "responses": { "200": { - "description": "List of ProductCrossSellingAssignedProducts", + "description": "List of Plugin", "content": { "application/vnd.api+json": { "schema": { @@ -43801,7 +43801,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" + "$ref": "#/components/schemas/Plugin" } } } @@ -43819,7 +43819,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" + "$ref": "#/components/schemas/Plugin" } } } @@ -43836,14 +43836,14 @@ } } }, - "/product-download": { + "/product": { "get": { "tags": [ - "Product Download" + "Product" ], - "summary": "List with basic information of Product Download resources.", - "description": "Available since: 6.4.19.0", - "operationId": "getProductDownloadList", + "summary": "List with basic information of Product resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getProductList", "parameters": [ { "name": "limit", @@ -43872,7 +43872,7 @@ ], "responses": { "200": { - "description": "List of Product Download resources.", + "description": "List of Product resources.", "content": { "application/vnd.api+json": { "schema": { @@ -43891,7 +43891,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductDownload" + "$ref": "#/components/schemas/Product" } } ] @@ -43905,16 +43905,16 @@ "type": "object", "properties": { "first": { - "example": "/product-download?limit=25" + "example": "/product?limit=25" }, "last": { - "example": "/product-download?limit=25&page=11" + "example": "/product?limit=25&page=11" }, "next": { - "example": "/product-download?limit=25&page=4" + "example": "/product?limit=25&page=4" }, "prev": { - "example": "/product-download?limit=25&page=2" + "example": "/product?limit=25&page=2" } } } @@ -43935,7 +43935,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductDownload" + "$ref": "#/components/schemas/Product" } } } @@ -43950,11 +43950,11 @@ }, "post": { "tags": [ - "Product Download" + "Product" ], - "summary": "Create a new Product Download resources.", - "description": "Available since: 6.4.19.0", - "operationId": "createProductDownload", + "summary": "Create a new Product resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createProduct", "parameters": [ { "name": "_response", @@ -43973,14 +43973,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductDownload" + "$ref": "#/components/schemas/Product" } } } }, "responses": { "200": { - "description": "Detail of ProductDownload", + "description": "Detail of Product", "content": { "application/vnd.api+json": { "schema": { @@ -43992,7 +43992,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductDownload" + "$ref": "#/components/schemas/Product" } } } @@ -44007,7 +44007,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductDownload" + "$ref": "#/components/schemas/Product" } } } @@ -44023,14 +44023,14 @@ } } }, - "/search/product-download": { + "/search/product": { "post": { "tags": [ - "Product Download" + "Product" ], - "summary": "Search for the Product Download resources.", - "description": "Available since: 6.4.19.0", - "operationId": "searchProductDownload", + "summary": "Search for the Product resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchProduct", "parameters": [ { "name": "sw-include-search-info", @@ -44058,7 +44058,7 @@ }, "responses": { "200": { - "description": "List of ProductDownload", + "description": "List of Product", "content": { "application/vnd.api+json": { "schema": { @@ -44072,7 +44072,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductDownload" + "$ref": "#/components/schemas/Product" } } } @@ -44090,7 +44090,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductDownload" + "$ref": "#/components/schemas/Product" } } } @@ -44107,19 +44107,19 @@ } } }, - "/product-download/{id}": { + "/product/{id}": { "get": { "tags": [ - "Product Download" + "Product" ], - "summary": "Detailed information about a Product Download resource.", - "description": "Available since: 6.4.19.0", - "operationId": "getProductDownload", + "summary": "Detailed information about a Product resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getProduct", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_download", + "description": "Identifier for the product", "required": true, "schema": { "type": "string", @@ -44129,7 +44129,7 @@ ], "responses": { "200": { - "description": "Detail of ProductDownload", + "description": "Detail of Product", "content": { "application/vnd.api+json": { "schema": { @@ -44141,7 +44141,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductDownload" + "$ref": "#/components/schemas/Product" } } } @@ -44156,7 +44156,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductDownload" + "$ref": "#/components/schemas/Product" } } } @@ -44173,16 +44173,16 @@ }, "delete": { "tags": [ - "Product Download" + "Product" ], - "summary": "Delete a Product Download resource.", - "description": "Available since: 6.4.19.0", - "operationId": "deleteProductDownload", + "summary": "Delete a Product resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteProduct", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_download", + "description": "Identifier for the product", "required": true, "schema": { "type": "string", @@ -44213,16 +44213,16 @@ }, "patch": { "tags": [ - "Product Download" + "Product" ], - "summary": "Partially update information about a Product Download resource.", - "description": "Available since: 6.4.19.0", - "operationId": "updateProductDownload", + "summary": "Partially update information about a Product resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateProduct", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_download", + "description": "Identifier for the product", "required": true, "schema": { "type": "string", @@ -44240,18 +44240,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Download resource.", + "description": "Partially update information about a Product resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductDownload" + "$ref": "#/components/schemas/Product" } } } }, "responses": { "200": { - "description": "Detail of ProductDownload", + "description": "Detail of Product", "content": { "application/vnd.api+json": { "schema": { @@ -44263,7 +44263,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductDownload" + "$ref": "#/components/schemas/Product" } } } @@ -44278,7 +44278,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductDownload" + "$ref": "#/components/schemas/Product" } } } @@ -44297,14 +44297,14 @@ } } }, - "/aggregate/product-download": { + "/aggregate/product": { "post": { "tags": [ - "Product Download" + "Product" ], - "summary": "Aggregate for the Product Download resources.", + "summary": "Aggregate for the Product resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductDownload", + "operationId": "aggregateProduct", "requestBody": { "required": true, "content": { @@ -44328,7 +44328,7 @@ }, "responses": { "200": { - "description": "List of ProductDownload", + "description": "List of Product", "content": { "application/vnd.api+json": { "schema": { @@ -44342,7 +44342,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductDownload" + "$ref": "#/components/schemas/Product" } } } @@ -44360,7 +44360,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductDownload" + "$ref": "#/components/schemas/Product" } } } @@ -44377,14 +44377,14 @@ } } }, - "/product-export": { + "/product-configurator-setting": { "get": { "tags": [ - "Product Export" + "Product Configurator Setting" ], - "summary": "List with basic information of Product Export resources.", - "description": "Available since: 6.1.0.0", - "operationId": "getProductExportList", + "summary": "List with basic information of Product Configurator Setting resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getProductConfiguratorSettingList", "parameters": [ { "name": "limit", @@ -44413,7 +44413,7 @@ ], "responses": { "200": { - "description": "List of Product Export resources.", + "description": "List of Product Configurator Setting resources.", "content": { "application/vnd.api+json": { "schema": { @@ -44432,7 +44432,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductExport" + "$ref": "#/components/schemas/ProductConfiguratorSetting" } } ] @@ -44446,16 +44446,16 @@ "type": "object", "properties": { "first": { - "example": "/product-export?limit=25" + "example": "/product-configurator-setting?limit=25" }, "last": { - "example": "/product-export?limit=25&page=11" + "example": "/product-configurator-setting?limit=25&page=11" }, "next": { - "example": "/product-export?limit=25&page=4" + "example": "/product-configurator-setting?limit=25&page=4" }, "prev": { - "example": "/product-export?limit=25&page=2" + "example": "/product-configurator-setting?limit=25&page=2" } } } @@ -44476,7 +44476,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductExport" + "$ref": "#/components/schemas/ProductConfiguratorSetting" } } } @@ -44491,11 +44491,11 @@ }, "post": { "tags": [ - "Product Export" + "Product Configurator Setting" ], - "summary": "Create a new Product Export resources.", - "description": "Available since: 6.1.0.0", - "operationId": "createProductExport", + "summary": "Create a new Product Configurator Setting resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createProductConfiguratorSetting", "parameters": [ { "name": "_response", @@ -44514,14 +44514,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductExport" + "$ref": "#/components/schemas/ProductConfiguratorSetting" } } } }, "responses": { "200": { - "description": "Detail of ProductExport", + "description": "Detail of ProductConfiguratorSetting", "content": { "application/vnd.api+json": { "schema": { @@ -44533,7 +44533,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductExport" + "$ref": "#/components/schemas/ProductConfiguratorSetting" } } } @@ -44548,7 +44548,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductExport" + "$ref": "#/components/schemas/ProductConfiguratorSetting" } } } @@ -44564,14 +44564,14 @@ } } }, - "/search/product-export": { + "/search/product-configurator-setting": { "post": { "tags": [ - "Product Export" + "Product Configurator Setting" ], - "summary": "Search for the Product Export resources.", - "description": "Available since: 6.1.0.0", - "operationId": "searchProductExport", + "summary": "Search for the Product Configurator Setting resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchProductConfiguratorSetting", "parameters": [ { "name": "sw-include-search-info", @@ -44599,7 +44599,7 @@ }, "responses": { "200": { - "description": "List of ProductExport", + "description": "List of ProductConfiguratorSetting", "content": { "application/vnd.api+json": { "schema": { @@ -44613,7 +44613,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductExport" + "$ref": "#/components/schemas/ProductConfiguratorSetting" } } } @@ -44631,7 +44631,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductExport" + "$ref": "#/components/schemas/ProductConfiguratorSetting" } } } @@ -44648,19 +44648,19 @@ } } }, - "/product-export/{id}": { + "/product-configurator-setting/{id}": { "get": { "tags": [ - "Product Export" + "Product Configurator Setting" ], - "summary": "Detailed information about a Product Export resource.", - "description": "Available since: 6.1.0.0", - "operationId": "getProductExport", + "summary": "Detailed information about a Product Configurator Setting resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getProductConfiguratorSetting", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_export", + "description": "Identifier for the product_configurator_setting", "required": true, "schema": { "type": "string", @@ -44670,7 +44670,7 @@ ], "responses": { "200": { - "description": "Detail of ProductExport", + "description": "Detail of ProductConfiguratorSetting", "content": { "application/vnd.api+json": { "schema": { @@ -44682,7 +44682,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductExport" + "$ref": "#/components/schemas/ProductConfiguratorSetting" } } } @@ -44697,7 +44697,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductExport" + "$ref": "#/components/schemas/ProductConfiguratorSetting" } } } @@ -44714,16 +44714,16 @@ }, "delete": { "tags": [ - "Product Export" + "Product Configurator Setting" ], - "summary": "Delete a Product Export resource.", - "description": "Available since: 6.1.0.0", - "operationId": "deleteProductExport", + "summary": "Delete a Product Configurator Setting resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteProductConfiguratorSetting", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_export", + "description": "Identifier for the product_configurator_setting", "required": true, "schema": { "type": "string", @@ -44754,16 +44754,16 @@ }, "patch": { "tags": [ - "Product Export" + "Product Configurator Setting" ], - "summary": "Partially update information about a Product Export resource.", - "description": "Available since: 6.1.0.0", - "operationId": "updateProductExport", + "summary": "Partially update information about a Product Configurator Setting resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateProductConfiguratorSetting", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_export", + "description": "Identifier for the product_configurator_setting", "required": true, "schema": { "type": "string", @@ -44781,18 +44781,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Export resource.", + "description": "Partially update information about a Product Configurator Setting resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductExport" + "$ref": "#/components/schemas/ProductConfiguratorSetting" } } } }, "responses": { "200": { - "description": "Detail of ProductExport", + "description": "Detail of ProductConfiguratorSetting", "content": { "application/vnd.api+json": { "schema": { @@ -44804,7 +44804,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductExport" + "$ref": "#/components/schemas/ProductConfiguratorSetting" } } } @@ -44819,7 +44819,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductExport" + "$ref": "#/components/schemas/ProductConfiguratorSetting" } } } @@ -44838,14 +44838,14 @@ } } }, - "/aggregate/product-export": { + "/aggregate/product-configurator-setting": { "post": { "tags": [ - "Product Export" + "Product Configurator Setting" ], - "summary": "Aggregate for the Product Export resources.", + "summary": "Aggregate for the Product Configurator Setting resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductExport", + "operationId": "aggregateProductConfiguratorSetting", "requestBody": { "required": true, "content": { @@ -44869,7 +44869,7 @@ }, "responses": { "200": { - "description": "List of ProductExport", + "description": "List of ProductConfiguratorSetting", "content": { "application/vnd.api+json": { "schema": { @@ -44883,7 +44883,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductExport" + "$ref": "#/components/schemas/ProductConfiguratorSetting" } } } @@ -44901,7 +44901,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductExport" + "$ref": "#/components/schemas/ProductConfiguratorSetting" } } } @@ -44918,14 +44918,14 @@ } } }, - "/product-feature-set": { + "/product-cross-selling": { "get": { "tags": [ - "Product Feature Set" + "Product Cross Selling" ], - "summary": "List with basic information of Product Feature Set resources.", - "description": "Available since: 6.3.0.0", - "operationId": "getProductFeatureSetList", + "summary": "List with basic information of Product Cross Selling resources.", + "description": "Available since: 6.1.0.0", + "operationId": "getProductCrossSellingList", "parameters": [ { "name": "limit", @@ -44954,7 +44954,7 @@ ], "responses": { "200": { - "description": "List of Product Feature Set resources.", + "description": "List of Product Cross Selling resources.", "content": { "application/vnd.api+json": { "schema": { @@ -44973,7 +44973,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductFeatureSet" + "$ref": "#/components/schemas/ProductCrossSelling" } } ] @@ -44987,16 +44987,16 @@ "type": "object", "properties": { "first": { - "example": "/product-feature-set?limit=25" + "example": "/product-cross-selling?limit=25" }, "last": { - "example": "/product-feature-set?limit=25&page=11" + "example": "/product-cross-selling?limit=25&page=11" }, "next": { - "example": "/product-feature-set?limit=25&page=4" + "example": "/product-cross-selling?limit=25&page=4" }, "prev": { - "example": "/product-feature-set?limit=25&page=2" + "example": "/product-cross-selling?limit=25&page=2" } } } @@ -45017,7 +45017,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductFeatureSet" + "$ref": "#/components/schemas/ProductCrossSelling" } } } @@ -45032,11 +45032,11 @@ }, "post": { "tags": [ - "Product Feature Set" + "Product Cross Selling" ], - "summary": "Create a new Product Feature Set resources.", - "description": "Available since: 6.3.0.0", - "operationId": "createProductFeatureSet", + "summary": "Create a new Product Cross Selling resources.", + "description": "Available since: 6.1.0.0", + "operationId": "createProductCrossSelling", "parameters": [ { "name": "_response", @@ -45055,14 +45055,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductFeatureSet" + "$ref": "#/components/schemas/ProductCrossSelling" } } } }, "responses": { "200": { - "description": "Detail of ProductFeatureSet", + "description": "Detail of ProductCrossSelling", "content": { "application/vnd.api+json": { "schema": { @@ -45074,7 +45074,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductFeatureSet" + "$ref": "#/components/schemas/ProductCrossSelling" } } } @@ -45089,7 +45089,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductFeatureSet" + "$ref": "#/components/schemas/ProductCrossSelling" } } } @@ -45105,14 +45105,14 @@ } } }, - "/search/product-feature-set": { + "/search/product-cross-selling": { "post": { "tags": [ - "Product Feature Set" + "Product Cross Selling" ], - "summary": "Search for the Product Feature Set resources.", - "description": "Available since: 6.3.0.0", - "operationId": "searchProductFeatureSet", + "summary": "Search for the Product Cross Selling resources.", + "description": "Available since: 6.1.0.0", + "operationId": "searchProductCrossSelling", "parameters": [ { "name": "sw-include-search-info", @@ -45140,7 +45140,7 @@ }, "responses": { "200": { - "description": "List of ProductFeatureSet", + "description": "List of ProductCrossSelling", "content": { "application/vnd.api+json": { "schema": { @@ -45154,7 +45154,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductFeatureSet" + "$ref": "#/components/schemas/ProductCrossSelling" } } } @@ -45172,7 +45172,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductFeatureSet" + "$ref": "#/components/schemas/ProductCrossSelling" } } } @@ -45189,19 +45189,19 @@ } } }, - "/product-feature-set/{id}": { + "/product-cross-selling/{id}": { "get": { "tags": [ - "Product Feature Set" + "Product Cross Selling" ], - "summary": "Detailed information about a Product Feature Set resource.", - "description": "Available since: 6.3.0.0", - "operationId": "getProductFeatureSet", + "summary": "Detailed information about a Product Cross Selling resource.", + "description": "Available since: 6.1.0.0", + "operationId": "getProductCrossSelling", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_feature_set", + "description": "Identifier for the product_cross_selling", "required": true, "schema": { "type": "string", @@ -45211,7 +45211,7 @@ ], "responses": { "200": { - "description": "Detail of ProductFeatureSet", + "description": "Detail of ProductCrossSelling", "content": { "application/vnd.api+json": { "schema": { @@ -45223,7 +45223,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductFeatureSet" + "$ref": "#/components/schemas/ProductCrossSelling" } } } @@ -45238,7 +45238,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductFeatureSet" + "$ref": "#/components/schemas/ProductCrossSelling" } } } @@ -45255,16 +45255,16 @@ }, "delete": { "tags": [ - "Product Feature Set" + "Product Cross Selling" ], - "summary": "Delete a Product Feature Set resource.", - "description": "Available since: 6.3.0.0", - "operationId": "deleteProductFeatureSet", + "summary": "Delete a Product Cross Selling resource.", + "description": "Available since: 6.1.0.0", + "operationId": "deleteProductCrossSelling", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_feature_set", + "description": "Identifier for the product_cross_selling", "required": true, "schema": { "type": "string", @@ -45295,16 +45295,16 @@ }, "patch": { "tags": [ - "Product Feature Set" + "Product Cross Selling" ], - "summary": "Partially update information about a Product Feature Set resource.", - "description": "Available since: 6.3.0.0", - "operationId": "updateProductFeatureSet", + "summary": "Partially update information about a Product Cross Selling resource.", + "description": "Available since: 6.1.0.0", + "operationId": "updateProductCrossSelling", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_feature_set", + "description": "Identifier for the product_cross_selling", "required": true, "schema": { "type": "string", @@ -45322,18 +45322,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Feature Set resource.", + "description": "Partially update information about a Product Cross Selling resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductFeatureSet" + "$ref": "#/components/schemas/ProductCrossSelling" } } } }, "responses": { "200": { - "description": "Detail of ProductFeatureSet", + "description": "Detail of ProductCrossSelling", "content": { "application/vnd.api+json": { "schema": { @@ -45345,7 +45345,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductFeatureSet" + "$ref": "#/components/schemas/ProductCrossSelling" } } } @@ -45360,7 +45360,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductFeatureSet" + "$ref": "#/components/schemas/ProductCrossSelling" } } } @@ -45379,14 +45379,14 @@ } } }, - "/aggregate/product-feature-set": { + "/aggregate/product-cross-selling": { "post": { "tags": [ - "Product Feature Set" + "Product Cross Selling" ], - "summary": "Aggregate for the Product Feature Set resources.", + "summary": "Aggregate for the Product Cross Selling resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductFeatureSet", + "operationId": "aggregateProductCrossSelling", "requestBody": { "required": true, "content": { @@ -45410,7 +45410,7 @@ }, "responses": { "200": { - "description": "List of ProductFeatureSet", + "description": "List of ProductCrossSelling", "content": { "application/vnd.api+json": { "schema": { @@ -45424,7 +45424,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductFeatureSet" + "$ref": "#/components/schemas/ProductCrossSelling" } } } @@ -45442,7 +45442,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductFeatureSet" + "$ref": "#/components/schemas/ProductCrossSelling" } } } @@ -45459,14 +45459,14 @@ } } }, - "/product-keyword-dictionary": { + "/product-cross-selling-assigned-products": { "get": { "tags": [ - "Product Keyword Dictionary" + "Product Cross Selling Assigned Products" ], - "summary": "List with basic information of Product Keyword Dictionary resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getProductKeywordDictionaryList", + "summary": "List with basic information of Product Cross Selling Assigned Products resources.", + "description": "Available since: 6.2.0.0", + "operationId": "getProductCrossSellingAssignedProductsList", "parameters": [ { "name": "limit", @@ -45495,7 +45495,7 @@ ], "responses": { "200": { - "description": "List of Product Keyword Dictionary resources.", + "description": "List of Product Cross Selling Assigned Products resources.", "content": { "application/vnd.api+json": { "schema": { @@ -45514,7 +45514,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductKeywordDictionary" + "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" } } ] @@ -45528,16 +45528,16 @@ "type": "object", "properties": { "first": { - "example": "/product-keyword-dictionary?limit=25" + "example": "/product-cross-selling-assigned-products?limit=25" }, "last": { - "example": "/product-keyword-dictionary?limit=25&page=11" + "example": "/product-cross-selling-assigned-products?limit=25&page=11" }, "next": { - "example": "/product-keyword-dictionary?limit=25&page=4" + "example": "/product-cross-selling-assigned-products?limit=25&page=4" }, "prev": { - "example": "/product-keyword-dictionary?limit=25&page=2" + "example": "/product-cross-selling-assigned-products?limit=25&page=2" } } } @@ -45558,7 +45558,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductKeywordDictionary" + "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" } } } @@ -45573,11 +45573,11 @@ }, "post": { "tags": [ - "Product Keyword Dictionary" + "Product Cross Selling Assigned Products" ], - "summary": "Create a new Product Keyword Dictionary resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createProductKeywordDictionary", + "summary": "Create a new Product Cross Selling Assigned Products resources.", + "description": "Available since: 6.2.0.0", + "operationId": "createProductCrossSellingAssignedProducts", "parameters": [ { "name": "_response", @@ -45596,14 +45596,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductKeywordDictionary" + "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" } } } }, "responses": { "200": { - "description": "Detail of ProductKeywordDictionary", + "description": "Detail of ProductCrossSellingAssignedProducts", "content": { "application/vnd.api+json": { "schema": { @@ -45615,7 +45615,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductKeywordDictionary" + "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" } } } @@ -45630,7 +45630,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductKeywordDictionary" + "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" } } } @@ -45646,14 +45646,14 @@ } } }, - "/search/product-keyword-dictionary": { + "/search/product-cross-selling-assigned-products": { "post": { "tags": [ - "Product Keyword Dictionary" + "Product Cross Selling Assigned Products" ], - "summary": "Search for the Product Keyword Dictionary resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchProductKeywordDictionary", + "summary": "Search for the Product Cross Selling Assigned Products resources.", + "description": "Available since: 6.2.0.0", + "operationId": "searchProductCrossSellingAssignedProducts", "parameters": [ { "name": "sw-include-search-info", @@ -45681,7 +45681,7 @@ }, "responses": { "200": { - "description": "List of ProductKeywordDictionary", + "description": "List of ProductCrossSellingAssignedProducts", "content": { "application/vnd.api+json": { "schema": { @@ -45695,7 +45695,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductKeywordDictionary" + "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" } } } @@ -45713,7 +45713,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductKeywordDictionary" + "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" } } } @@ -45730,19 +45730,19 @@ } } }, - "/product-keyword-dictionary/{id}": { + "/product-cross-selling-assigned-products/{id}": { "get": { "tags": [ - "Product Keyword Dictionary" + "Product Cross Selling Assigned Products" ], - "summary": "Detailed information about a Product Keyword Dictionary resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getProductKeywordDictionary", + "summary": "Detailed information about a Product Cross Selling Assigned Products resource.", + "description": "Available since: 6.2.0.0", + "operationId": "getProductCrossSellingAssignedProducts", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_keyword_dictionary", + "description": "Identifier for the product_cross_selling_assigned_products", "required": true, "schema": { "type": "string", @@ -45752,7 +45752,7 @@ ], "responses": { "200": { - "description": "Detail of ProductKeywordDictionary", + "description": "Detail of ProductCrossSellingAssignedProducts", "content": { "application/vnd.api+json": { "schema": { @@ -45764,7 +45764,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductKeywordDictionary" + "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" } } } @@ -45779,7 +45779,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductKeywordDictionary" + "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" } } } @@ -45796,16 +45796,16 @@ }, "delete": { "tags": [ - "Product Keyword Dictionary" + "Product Cross Selling Assigned Products" ], - "summary": "Delete a Product Keyword Dictionary resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteProductKeywordDictionary", + "summary": "Delete a Product Cross Selling Assigned Products resource.", + "description": "Available since: 6.2.0.0", + "operationId": "deleteProductCrossSellingAssignedProducts", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_keyword_dictionary", + "description": "Identifier for the product_cross_selling_assigned_products", "required": true, "schema": { "type": "string", @@ -45836,16 +45836,16 @@ }, "patch": { "tags": [ - "Product Keyword Dictionary" + "Product Cross Selling Assigned Products" ], - "summary": "Partially update information about a Product Keyword Dictionary resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateProductKeywordDictionary", + "summary": "Partially update information about a Product Cross Selling Assigned Products resource.", + "description": "Available since: 6.2.0.0", + "operationId": "updateProductCrossSellingAssignedProducts", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_keyword_dictionary", + "description": "Identifier for the product_cross_selling_assigned_products", "required": true, "schema": { "type": "string", @@ -45863,18 +45863,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Keyword Dictionary resource.", + "description": "Partially update information about a Product Cross Selling Assigned Products resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductKeywordDictionary" + "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" } } } }, "responses": { "200": { - "description": "Detail of ProductKeywordDictionary", + "description": "Detail of ProductCrossSellingAssignedProducts", "content": { "application/vnd.api+json": { "schema": { @@ -45886,7 +45886,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductKeywordDictionary" + "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" } } } @@ -45901,7 +45901,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductKeywordDictionary" + "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" } } } @@ -45920,14 +45920,14 @@ } } }, - "/aggregate/product-keyword-dictionary": { + "/aggregate/product-cross-selling-assigned-products": { "post": { "tags": [ - "Product Keyword Dictionary" + "Product Cross Selling Assigned Products" ], - "summary": "Aggregate for the Product Keyword Dictionary resources.", + "summary": "Aggregate for the Product Cross Selling Assigned Products resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductKeywordDictionary", + "operationId": "aggregateProductCrossSellingAssignedProducts", "requestBody": { "required": true, "content": { @@ -45951,7 +45951,7 @@ }, "responses": { "200": { - "description": "List of ProductKeywordDictionary", + "description": "List of ProductCrossSellingAssignedProducts", "content": { "application/vnd.api+json": { "schema": { @@ -45965,7 +45965,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductKeywordDictionary" + "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" } } } @@ -45983,7 +45983,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductKeywordDictionary" + "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" } } } @@ -46000,14 +46000,14 @@ } } }, - "/product-manufacturer": { + "/product-download": { "get": { "tags": [ - "Product Manufacturer" + "Product Download" ], - "summary": "List with basic information of Product Manufacturer resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getProductManufacturerList", + "summary": "List with basic information of Product Download resources.", + "description": "Available since: 6.4.19.0", + "operationId": "getProductDownloadList", "parameters": [ { "name": "limit", @@ -46036,7 +46036,7 @@ ], "responses": { "200": { - "description": "List of Product Manufacturer resources.", + "description": "List of Product Download resources.", "content": { "application/vnd.api+json": { "schema": { @@ -46055,7 +46055,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductManufacturer" + "$ref": "#/components/schemas/ProductDownload" } } ] @@ -46069,16 +46069,16 @@ "type": "object", "properties": { "first": { - "example": "/product-manufacturer?limit=25" + "example": "/product-download?limit=25" }, "last": { - "example": "/product-manufacturer?limit=25&page=11" + "example": "/product-download?limit=25&page=11" }, "next": { - "example": "/product-manufacturer?limit=25&page=4" + "example": "/product-download?limit=25&page=4" }, "prev": { - "example": "/product-manufacturer?limit=25&page=2" + "example": "/product-download?limit=25&page=2" } } } @@ -46099,7 +46099,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductManufacturer" + "$ref": "#/components/schemas/ProductDownload" } } } @@ -46114,11 +46114,11 @@ }, "post": { "tags": [ - "Product Manufacturer" + "Product Download" ], - "summary": "Create a new Product Manufacturer resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createProductManufacturer", + "summary": "Create a new Product Download resources.", + "description": "Available since: 6.4.19.0", + "operationId": "createProductDownload", "parameters": [ { "name": "_response", @@ -46137,14 +46137,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductManufacturer" + "$ref": "#/components/schemas/ProductDownload" } } } }, "responses": { "200": { - "description": "Detail of ProductManufacturer", + "description": "Detail of ProductDownload", "content": { "application/vnd.api+json": { "schema": { @@ -46156,7 +46156,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductManufacturer" + "$ref": "#/components/schemas/ProductDownload" } } } @@ -46171,7 +46171,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductManufacturer" + "$ref": "#/components/schemas/ProductDownload" } } } @@ -46187,14 +46187,14 @@ } } }, - "/search/product-manufacturer": { + "/search/product-download": { "post": { "tags": [ - "Product Manufacturer" + "Product Download" ], - "summary": "Search for the Product Manufacturer resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchProductManufacturer", + "summary": "Search for the Product Download resources.", + "description": "Available since: 6.4.19.0", + "operationId": "searchProductDownload", "parameters": [ { "name": "sw-include-search-info", @@ -46222,7 +46222,7 @@ }, "responses": { "200": { - "description": "List of ProductManufacturer", + "description": "List of ProductDownload", "content": { "application/vnd.api+json": { "schema": { @@ -46236,7 +46236,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductManufacturer" + "$ref": "#/components/schemas/ProductDownload" } } } @@ -46254,7 +46254,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductManufacturer" + "$ref": "#/components/schemas/ProductDownload" } } } @@ -46271,19 +46271,19 @@ } } }, - "/product-manufacturer/{id}": { + "/product-download/{id}": { "get": { "tags": [ - "Product Manufacturer" + "Product Download" ], - "summary": "Detailed information about a Product Manufacturer resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getProductManufacturer", + "summary": "Detailed information about a Product Download resource.", + "description": "Available since: 6.4.19.0", + "operationId": "getProductDownload", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_manufacturer", + "description": "Identifier for the product_download", "required": true, "schema": { "type": "string", @@ -46293,7 +46293,7 @@ ], "responses": { "200": { - "description": "Detail of ProductManufacturer", + "description": "Detail of ProductDownload", "content": { "application/vnd.api+json": { "schema": { @@ -46305,7 +46305,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductManufacturer" + "$ref": "#/components/schemas/ProductDownload" } } } @@ -46320,7 +46320,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductManufacturer" + "$ref": "#/components/schemas/ProductDownload" } } } @@ -46337,16 +46337,16 @@ }, "delete": { "tags": [ - "Product Manufacturer" + "Product Download" ], - "summary": "Delete a Product Manufacturer resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteProductManufacturer", + "summary": "Delete a Product Download resource.", + "description": "Available since: 6.4.19.0", + "operationId": "deleteProductDownload", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_manufacturer", + "description": "Identifier for the product_download", "required": true, "schema": { "type": "string", @@ -46377,16 +46377,16 @@ }, "patch": { "tags": [ - "Product Manufacturer" + "Product Download" ], - "summary": "Partially update information about a Product Manufacturer resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateProductManufacturer", + "summary": "Partially update information about a Product Download resource.", + "description": "Available since: 6.4.19.0", + "operationId": "updateProductDownload", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_manufacturer", + "description": "Identifier for the product_download", "required": true, "schema": { "type": "string", @@ -46404,18 +46404,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Manufacturer resource.", + "description": "Partially update information about a Product Download resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductManufacturer" + "$ref": "#/components/schemas/ProductDownload" } } } }, "responses": { "200": { - "description": "Detail of ProductManufacturer", + "description": "Detail of ProductDownload", "content": { "application/vnd.api+json": { "schema": { @@ -46427,7 +46427,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductManufacturer" + "$ref": "#/components/schemas/ProductDownload" } } } @@ -46442,7 +46442,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductManufacturer" + "$ref": "#/components/schemas/ProductDownload" } } } @@ -46461,14 +46461,14 @@ } } }, - "/aggregate/product-manufacturer": { + "/aggregate/product-download": { "post": { "tags": [ - "Product Manufacturer" + "Product Download" ], - "summary": "Aggregate for the Product Manufacturer resources.", + "summary": "Aggregate for the Product Download resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductManufacturer", + "operationId": "aggregateProductDownload", "requestBody": { "required": true, "content": { @@ -46492,7 +46492,7 @@ }, "responses": { "200": { - "description": "List of ProductManufacturer", + "description": "List of ProductDownload", "content": { "application/vnd.api+json": { "schema": { @@ -46506,7 +46506,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductManufacturer" + "$ref": "#/components/schemas/ProductDownload" } } } @@ -46524,7 +46524,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductManufacturer" + "$ref": "#/components/schemas/ProductDownload" } } } @@ -46541,14 +46541,14 @@ } } }, - "/product-media": { + "/product-export": { "get": { "tags": [ - "Product Media" + "Product Export" ], - "summary": "List with basic information of Product Media resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getProductMediaList", + "summary": "List with basic information of Product Export resources.", + "description": "Available since: 6.1.0.0", + "operationId": "getProductExportList", "parameters": [ { "name": "limit", @@ -46577,7 +46577,7 @@ ], "responses": { "200": { - "description": "List of Product Media resources.", + "description": "List of Product Export resources.", "content": { "application/vnd.api+json": { "schema": { @@ -46596,7 +46596,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductMedia" + "$ref": "#/components/schemas/ProductExport" } } ] @@ -46610,16 +46610,16 @@ "type": "object", "properties": { "first": { - "example": "/product-media?limit=25" + "example": "/product-export?limit=25" }, "last": { - "example": "/product-media?limit=25&page=11" + "example": "/product-export?limit=25&page=11" }, "next": { - "example": "/product-media?limit=25&page=4" + "example": "/product-export?limit=25&page=4" }, "prev": { - "example": "/product-media?limit=25&page=2" + "example": "/product-export?limit=25&page=2" } } } @@ -46640,7 +46640,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductMedia" + "$ref": "#/components/schemas/ProductExport" } } } @@ -46655,11 +46655,11 @@ }, "post": { "tags": [ - "Product Media" + "Product Export" ], - "summary": "Create a new Product Media resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createProductMedia", + "summary": "Create a new Product Export resources.", + "description": "Available since: 6.1.0.0", + "operationId": "createProductExport", "parameters": [ { "name": "_response", @@ -46678,14 +46678,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductMedia" + "$ref": "#/components/schemas/ProductExport" } } } }, "responses": { "200": { - "description": "Detail of ProductMedia", + "description": "Detail of ProductExport", "content": { "application/vnd.api+json": { "schema": { @@ -46697,7 +46697,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductMedia" + "$ref": "#/components/schemas/ProductExport" } } } @@ -46712,7 +46712,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductMedia" + "$ref": "#/components/schemas/ProductExport" } } } @@ -46728,14 +46728,14 @@ } } }, - "/search/product-media": { + "/search/product-export": { "post": { "tags": [ - "Product Media" + "Product Export" ], - "summary": "Search for the Product Media resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchProductMedia", + "summary": "Search for the Product Export resources.", + "description": "Available since: 6.1.0.0", + "operationId": "searchProductExport", "parameters": [ { "name": "sw-include-search-info", @@ -46763,7 +46763,7 @@ }, "responses": { "200": { - "description": "List of ProductMedia", + "description": "List of ProductExport", "content": { "application/vnd.api+json": { "schema": { @@ -46777,7 +46777,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductMedia" + "$ref": "#/components/schemas/ProductExport" } } } @@ -46795,7 +46795,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductMedia" + "$ref": "#/components/schemas/ProductExport" } } } @@ -46812,19 +46812,19 @@ } } }, - "/product-media/{id}": { + "/product-export/{id}": { "get": { "tags": [ - "Product Media" + "Product Export" ], - "summary": "Detailed information about a Product Media resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getProductMedia", + "summary": "Detailed information about a Product Export resource.", + "description": "Available since: 6.1.0.0", + "operationId": "getProductExport", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_media", + "description": "Identifier for the product_export", "required": true, "schema": { "type": "string", @@ -46834,7 +46834,7 @@ ], "responses": { "200": { - "description": "Detail of ProductMedia", + "description": "Detail of ProductExport", "content": { "application/vnd.api+json": { "schema": { @@ -46846,7 +46846,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductMedia" + "$ref": "#/components/schemas/ProductExport" } } } @@ -46861,7 +46861,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductMedia" + "$ref": "#/components/schemas/ProductExport" } } } @@ -46878,16 +46878,16 @@ }, "delete": { "tags": [ - "Product Media" + "Product Export" ], - "summary": "Delete a Product Media resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteProductMedia", + "summary": "Delete a Product Export resource.", + "description": "Available since: 6.1.0.0", + "operationId": "deleteProductExport", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_media", + "description": "Identifier for the product_export", "required": true, "schema": { "type": "string", @@ -46918,16 +46918,16 @@ }, "patch": { "tags": [ - "Product Media" + "Product Export" ], - "summary": "Partially update information about a Product Media resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateProductMedia", + "summary": "Partially update information about a Product Export resource.", + "description": "Available since: 6.1.0.0", + "operationId": "updateProductExport", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_media", + "description": "Identifier for the product_export", "required": true, "schema": { "type": "string", @@ -46945,18 +46945,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Media resource.", + "description": "Partially update information about a Product Export resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductMedia" + "$ref": "#/components/schemas/ProductExport" } } } }, "responses": { "200": { - "description": "Detail of ProductMedia", + "description": "Detail of ProductExport", "content": { "application/vnd.api+json": { "schema": { @@ -46968,7 +46968,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductMedia" + "$ref": "#/components/schemas/ProductExport" } } } @@ -46983,7 +46983,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductMedia" + "$ref": "#/components/schemas/ProductExport" } } } @@ -47002,14 +47002,14 @@ } } }, - "/aggregate/product-media": { + "/aggregate/product-export": { "post": { "tags": [ - "Product Media" + "Product Export" ], - "summary": "Aggregate for the Product Media resources.", + "summary": "Aggregate for the Product Export resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductMedia", + "operationId": "aggregateProductExport", "requestBody": { "required": true, "content": { @@ -47033,7 +47033,7 @@ }, "responses": { "200": { - "description": "List of ProductMedia", + "description": "List of ProductExport", "content": { "application/vnd.api+json": { "schema": { @@ -47047,7 +47047,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductMedia" + "$ref": "#/components/schemas/ProductExport" } } } @@ -47065,7 +47065,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductMedia" + "$ref": "#/components/schemas/ProductExport" } } } @@ -47082,14 +47082,14 @@ } } }, - "/product-price": { + "/product-feature-set": { "get": { "tags": [ - "Product Price" + "Product Feature Set" ], - "summary": "List with basic information of Product Price resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getProductPriceList", + "summary": "List with basic information of Product Feature Set resources.", + "description": "Available since: 6.3.0.0", + "operationId": "getProductFeatureSetList", "parameters": [ { "name": "limit", @@ -47118,7 +47118,7 @@ ], "responses": { "200": { - "description": "List of Product Price resources.", + "description": "List of Product Feature Set resources.", "content": { "application/vnd.api+json": { "schema": { @@ -47137,7 +47137,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductPrice" + "$ref": "#/components/schemas/ProductFeatureSet" } } ] @@ -47151,16 +47151,16 @@ "type": "object", "properties": { "first": { - "example": "/product-price?limit=25" + "example": "/product-feature-set?limit=25" }, "last": { - "example": "/product-price?limit=25&page=11" + "example": "/product-feature-set?limit=25&page=11" }, "next": { - "example": "/product-price?limit=25&page=4" + "example": "/product-feature-set?limit=25&page=4" }, "prev": { - "example": "/product-price?limit=25&page=2" + "example": "/product-feature-set?limit=25&page=2" } } } @@ -47181,7 +47181,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductPrice" + "$ref": "#/components/schemas/ProductFeatureSet" } } } @@ -47196,11 +47196,11 @@ }, "post": { "tags": [ - "Product Price" + "Product Feature Set" ], - "summary": "Create a new Product Price resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createProductPrice", + "summary": "Create a new Product Feature Set resources.", + "description": "Available since: 6.3.0.0", + "operationId": "createProductFeatureSet", "parameters": [ { "name": "_response", @@ -47219,14 +47219,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductPrice" + "$ref": "#/components/schemas/ProductFeatureSet" } } } }, "responses": { "200": { - "description": "Detail of ProductPrice", + "description": "Detail of ProductFeatureSet", "content": { "application/vnd.api+json": { "schema": { @@ -47238,7 +47238,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductPrice" + "$ref": "#/components/schemas/ProductFeatureSet" } } } @@ -47253,7 +47253,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductPrice" + "$ref": "#/components/schemas/ProductFeatureSet" } } } @@ -47269,14 +47269,14 @@ } } }, - "/search/product-price": { + "/search/product-feature-set": { "post": { "tags": [ - "Product Price" + "Product Feature Set" ], - "summary": "Search for the Product Price resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchProductPrice", + "summary": "Search for the Product Feature Set resources.", + "description": "Available since: 6.3.0.0", + "operationId": "searchProductFeatureSet", "parameters": [ { "name": "sw-include-search-info", @@ -47304,7 +47304,7 @@ }, "responses": { "200": { - "description": "List of ProductPrice", + "description": "List of ProductFeatureSet", "content": { "application/vnd.api+json": { "schema": { @@ -47318,7 +47318,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductPrice" + "$ref": "#/components/schemas/ProductFeatureSet" } } } @@ -47336,7 +47336,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductPrice" + "$ref": "#/components/schemas/ProductFeatureSet" } } } @@ -47353,19 +47353,19 @@ } } }, - "/product-price/{id}": { + "/product-feature-set/{id}": { "get": { "tags": [ - "Product Price" + "Product Feature Set" ], - "summary": "Detailed information about a Product Price resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getProductPrice", + "summary": "Detailed information about a Product Feature Set resource.", + "description": "Available since: 6.3.0.0", + "operationId": "getProductFeatureSet", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_price", + "description": "Identifier for the product_feature_set", "required": true, "schema": { "type": "string", @@ -47375,7 +47375,7 @@ ], "responses": { "200": { - "description": "Detail of ProductPrice", + "description": "Detail of ProductFeatureSet", "content": { "application/vnd.api+json": { "schema": { @@ -47387,7 +47387,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductPrice" + "$ref": "#/components/schemas/ProductFeatureSet" } } } @@ -47402,7 +47402,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductPrice" + "$ref": "#/components/schemas/ProductFeatureSet" } } } @@ -47419,16 +47419,16 @@ }, "delete": { "tags": [ - "Product Price" + "Product Feature Set" ], - "summary": "Delete a Product Price resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteProductPrice", + "summary": "Delete a Product Feature Set resource.", + "description": "Available since: 6.3.0.0", + "operationId": "deleteProductFeatureSet", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_price", + "description": "Identifier for the product_feature_set", "required": true, "schema": { "type": "string", @@ -47459,16 +47459,16 @@ }, "patch": { "tags": [ - "Product Price" + "Product Feature Set" ], - "summary": "Partially update information about a Product Price resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateProductPrice", + "summary": "Partially update information about a Product Feature Set resource.", + "description": "Available since: 6.3.0.0", + "operationId": "updateProductFeatureSet", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_price", + "description": "Identifier for the product_feature_set", "required": true, "schema": { "type": "string", @@ -47486,18 +47486,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Price resource.", + "description": "Partially update information about a Product Feature Set resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductPrice" + "$ref": "#/components/schemas/ProductFeatureSet" } } } }, "responses": { "200": { - "description": "Detail of ProductPrice", + "description": "Detail of ProductFeatureSet", "content": { "application/vnd.api+json": { "schema": { @@ -47509,7 +47509,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductPrice" + "$ref": "#/components/schemas/ProductFeatureSet" } } } @@ -47524,7 +47524,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductPrice" + "$ref": "#/components/schemas/ProductFeatureSet" } } } @@ -47543,14 +47543,14 @@ } } }, - "/aggregate/product-price": { + "/aggregate/product-feature-set": { "post": { "tags": [ - "Product Price" + "Product Feature Set" ], - "summary": "Aggregate for the Product Price resources.", + "summary": "Aggregate for the Product Feature Set resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductPrice", + "operationId": "aggregateProductFeatureSet", "requestBody": { "required": true, "content": { @@ -47574,7 +47574,7 @@ }, "responses": { "200": { - "description": "List of ProductPrice", + "description": "List of ProductFeatureSet", "content": { "application/vnd.api+json": { "schema": { @@ -47588,7 +47588,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductPrice" + "$ref": "#/components/schemas/ProductFeatureSet" } } } @@ -47606,7 +47606,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductPrice" + "$ref": "#/components/schemas/ProductFeatureSet" } } } @@ -47623,14 +47623,14 @@ } } }, - "/product-review": { + "/product-keyword-dictionary": { "get": { "tags": [ - "Product Review" + "Product Keyword Dictionary" ], - "summary": "List with basic information of Product Review resources.", + "summary": "List with basic information of Product Keyword Dictionary resources.", "description": "Available since: 6.0.0.0", - "operationId": "getProductReviewList", + "operationId": "getProductKeywordDictionaryList", "parameters": [ { "name": "limit", @@ -47659,7 +47659,7 @@ ], "responses": { "200": { - "description": "List of Product Review resources.", + "description": "List of Product Keyword Dictionary resources.", "content": { "application/vnd.api+json": { "schema": { @@ -47678,7 +47678,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductReview" + "$ref": "#/components/schemas/ProductKeywordDictionary" } } ] @@ -47692,16 +47692,16 @@ "type": "object", "properties": { "first": { - "example": "/product-review?limit=25" + "example": "/product-keyword-dictionary?limit=25" }, "last": { - "example": "/product-review?limit=25&page=11" + "example": "/product-keyword-dictionary?limit=25&page=11" }, "next": { - "example": "/product-review?limit=25&page=4" + "example": "/product-keyword-dictionary?limit=25&page=4" }, "prev": { - "example": "/product-review?limit=25&page=2" + "example": "/product-keyword-dictionary?limit=25&page=2" } } } @@ -47722,7 +47722,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductReview" + "$ref": "#/components/schemas/ProductKeywordDictionary" } } } @@ -47737,11 +47737,11 @@ }, "post": { "tags": [ - "Product Review" + "Product Keyword Dictionary" ], - "summary": "Create a new Product Review resources.", + "summary": "Create a new Product Keyword Dictionary resources.", "description": "Available since: 6.0.0.0", - "operationId": "createProductReview", + "operationId": "createProductKeywordDictionary", "parameters": [ { "name": "_response", @@ -47760,14 +47760,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductReview" + "$ref": "#/components/schemas/ProductKeywordDictionary" } } } }, "responses": { "200": { - "description": "Detail of ProductReview", + "description": "Detail of ProductKeywordDictionary", "content": { "application/vnd.api+json": { "schema": { @@ -47779,7 +47779,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductReview" + "$ref": "#/components/schemas/ProductKeywordDictionary" } } } @@ -47794,7 +47794,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductReview" + "$ref": "#/components/schemas/ProductKeywordDictionary" } } } @@ -47810,14 +47810,14 @@ } } }, - "/search/product-review": { + "/search/product-keyword-dictionary": { "post": { "tags": [ - "Product Review" + "Product Keyword Dictionary" ], - "summary": "Search for the Product Review resources.", + "summary": "Search for the Product Keyword Dictionary resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchProductReview", + "operationId": "searchProductKeywordDictionary", "parameters": [ { "name": "sw-include-search-info", @@ -47845,7 +47845,7 @@ }, "responses": { "200": { - "description": "List of ProductReview", + "description": "List of ProductKeywordDictionary", "content": { "application/vnd.api+json": { "schema": { @@ -47859,7 +47859,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductReview" + "$ref": "#/components/schemas/ProductKeywordDictionary" } } } @@ -47877,7 +47877,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductReview" + "$ref": "#/components/schemas/ProductKeywordDictionary" } } } @@ -47894,19 +47894,19 @@ } } }, - "/product-review/{id}": { + "/product-keyword-dictionary/{id}": { "get": { "tags": [ - "Product Review" + "Product Keyword Dictionary" ], - "summary": "Detailed information about a Product Review resource.", + "summary": "Detailed information about a Product Keyword Dictionary resource.", "description": "Available since: 6.0.0.0", - "operationId": "getProductReview", + "operationId": "getProductKeywordDictionary", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_review", + "description": "Identifier for the product_keyword_dictionary", "required": true, "schema": { "type": "string", @@ -47916,7 +47916,7 @@ ], "responses": { "200": { - "description": "Detail of ProductReview", + "description": "Detail of ProductKeywordDictionary", "content": { "application/vnd.api+json": { "schema": { @@ -47928,7 +47928,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductReview" + "$ref": "#/components/schemas/ProductKeywordDictionary" } } } @@ -47943,7 +47943,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductReview" + "$ref": "#/components/schemas/ProductKeywordDictionary" } } } @@ -47960,16 +47960,16 @@ }, "delete": { "tags": [ - "Product Review" + "Product Keyword Dictionary" ], - "summary": "Delete a Product Review resource.", + "summary": "Delete a Product Keyword Dictionary resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteProductReview", + "operationId": "deleteProductKeywordDictionary", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_review", + "description": "Identifier for the product_keyword_dictionary", "required": true, "schema": { "type": "string", @@ -48000,16 +48000,16 @@ }, "patch": { "tags": [ - "Product Review" + "Product Keyword Dictionary" ], - "summary": "Partially update information about a Product Review resource.", + "summary": "Partially update information about a Product Keyword Dictionary resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateProductReview", + "operationId": "updateProductKeywordDictionary", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_review", + "description": "Identifier for the product_keyword_dictionary", "required": true, "schema": { "type": "string", @@ -48027,18 +48027,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Review resource.", + "description": "Partially update information about a Product Keyword Dictionary resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductReview" + "$ref": "#/components/schemas/ProductKeywordDictionary" } } } }, "responses": { "200": { - "description": "Detail of ProductReview", + "description": "Detail of ProductKeywordDictionary", "content": { "application/vnd.api+json": { "schema": { @@ -48050,7 +48050,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductReview" + "$ref": "#/components/schemas/ProductKeywordDictionary" } } } @@ -48065,7 +48065,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductReview" + "$ref": "#/components/schemas/ProductKeywordDictionary" } } } @@ -48084,14 +48084,14 @@ } } }, - "/aggregate/product-review": { + "/aggregate/product-keyword-dictionary": { "post": { "tags": [ - "Product Review" + "Product Keyword Dictionary" ], - "summary": "Aggregate for the Product Review resources.", + "summary": "Aggregate for the Product Keyword Dictionary resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductReview", + "operationId": "aggregateProductKeywordDictionary", "requestBody": { "required": true, "content": { @@ -48115,7 +48115,7 @@ }, "responses": { "200": { - "description": "List of ProductReview", + "description": "List of ProductKeywordDictionary", "content": { "application/vnd.api+json": { "schema": { @@ -48129,7 +48129,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductReview" + "$ref": "#/components/schemas/ProductKeywordDictionary" } } } @@ -48147,7 +48147,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductReview" + "$ref": "#/components/schemas/ProductKeywordDictionary" } } } @@ -48164,14 +48164,14 @@ } } }, - "/product-search-config": { + "/product-manufacturer": { "get": { "tags": [ - "Product Search Config" + "Product Manufacturer" ], - "summary": "List with basic information of Product Search Config resources.", - "description": "Available since: 6.3.5.0", - "operationId": "getProductSearchConfigList", + "summary": "List with basic information of Product Manufacturer resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getProductManufacturerList", "parameters": [ { "name": "limit", @@ -48200,7 +48200,7 @@ ], "responses": { "200": { - "description": "List of Product Search Config resources.", + "description": "List of Product Manufacturer resources.", "content": { "application/vnd.api+json": { "schema": { @@ -48219,7 +48219,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchConfig" + "$ref": "#/components/schemas/ProductManufacturer" } } ] @@ -48233,16 +48233,16 @@ "type": "object", "properties": { "first": { - "example": "/product-search-config?limit=25" + "example": "/product-manufacturer?limit=25" }, "last": { - "example": "/product-search-config?limit=25&page=11" + "example": "/product-manufacturer?limit=25&page=11" }, "next": { - "example": "/product-search-config?limit=25&page=4" + "example": "/product-manufacturer?limit=25&page=4" }, "prev": { - "example": "/product-search-config?limit=25&page=2" + "example": "/product-manufacturer?limit=25&page=2" } } } @@ -48263,7 +48263,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchConfig" + "$ref": "#/components/schemas/ProductManufacturer" } } } @@ -48278,11 +48278,11 @@ }, "post": { "tags": [ - "Product Search Config" + "Product Manufacturer" ], - "summary": "Create a new Product Search Config resources.", - "description": "Available since: 6.3.5.0", - "operationId": "createProductSearchConfig", + "summary": "Create a new Product Manufacturer resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createProductManufacturer", "parameters": [ { "name": "_response", @@ -48301,14 +48301,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductSearchConfig" + "$ref": "#/components/schemas/ProductManufacturer" } } } }, "responses": { "200": { - "description": "Detail of ProductSearchConfig", + "description": "Detail of ProductManufacturer", "content": { "application/vnd.api+json": { "schema": { @@ -48320,7 +48320,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchConfig" + "$ref": "#/components/schemas/ProductManufacturer" } } } @@ -48335,7 +48335,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchConfig" + "$ref": "#/components/schemas/ProductManufacturer" } } } @@ -48351,14 +48351,14 @@ } } }, - "/search/product-search-config": { + "/search/product-manufacturer": { "post": { "tags": [ - "Product Search Config" + "Product Manufacturer" ], - "summary": "Search for the Product Search Config resources.", - "description": "Available since: 6.3.5.0", - "operationId": "searchProductSearchConfig", + "summary": "Search for the Product Manufacturer resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchProductManufacturer", "parameters": [ { "name": "sw-include-search-info", @@ -48386,7 +48386,7 @@ }, "responses": { "200": { - "description": "List of ProductSearchConfig", + "description": "List of ProductManufacturer", "content": { "application/vnd.api+json": { "schema": { @@ -48400,7 +48400,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchConfig" + "$ref": "#/components/schemas/ProductManufacturer" } } } @@ -48418,7 +48418,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchConfig" + "$ref": "#/components/schemas/ProductManufacturer" } } } @@ -48435,19 +48435,19 @@ } } }, - "/product-search-config/{id}": { + "/product-manufacturer/{id}": { "get": { "tags": [ - "Product Search Config" + "Product Manufacturer" ], - "summary": "Detailed information about a Product Search Config resource.", - "description": "Available since: 6.3.5.0", - "operationId": "getProductSearchConfig", + "summary": "Detailed information about a Product Manufacturer resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getProductManufacturer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_search_config", + "description": "Identifier for the product_manufacturer", "required": true, "schema": { "type": "string", @@ -48457,7 +48457,7 @@ ], "responses": { "200": { - "description": "Detail of ProductSearchConfig", + "description": "Detail of ProductManufacturer", "content": { "application/vnd.api+json": { "schema": { @@ -48469,7 +48469,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchConfig" + "$ref": "#/components/schemas/ProductManufacturer" } } } @@ -48484,7 +48484,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchConfig" + "$ref": "#/components/schemas/ProductManufacturer" } } } @@ -48501,16 +48501,16 @@ }, "delete": { "tags": [ - "Product Search Config" + "Product Manufacturer" ], - "summary": "Delete a Product Search Config resource.", - "description": "Available since: 6.3.5.0", - "operationId": "deleteProductSearchConfig", + "summary": "Delete a Product Manufacturer resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteProductManufacturer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_search_config", + "description": "Identifier for the product_manufacturer", "required": true, "schema": { "type": "string", @@ -48541,16 +48541,16 @@ }, "patch": { "tags": [ - "Product Search Config" + "Product Manufacturer" ], - "summary": "Partially update information about a Product Search Config resource.", - "description": "Available since: 6.3.5.0", - "operationId": "updateProductSearchConfig", + "summary": "Partially update information about a Product Manufacturer resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateProductManufacturer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_search_config", + "description": "Identifier for the product_manufacturer", "required": true, "schema": { "type": "string", @@ -48568,18 +48568,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Search Config resource.", + "description": "Partially update information about a Product Manufacturer resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductSearchConfig" + "$ref": "#/components/schemas/ProductManufacturer" } } } }, "responses": { "200": { - "description": "Detail of ProductSearchConfig", + "description": "Detail of ProductManufacturer", "content": { "application/vnd.api+json": { "schema": { @@ -48591,7 +48591,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchConfig" + "$ref": "#/components/schemas/ProductManufacturer" } } } @@ -48606,7 +48606,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchConfig" + "$ref": "#/components/schemas/ProductManufacturer" } } } @@ -48625,14 +48625,14 @@ } } }, - "/aggregate/product-search-config": { + "/aggregate/product-manufacturer": { "post": { "tags": [ - "Product Search Config" + "Product Manufacturer" ], - "summary": "Aggregate for the Product Search Config resources.", + "summary": "Aggregate for the Product Manufacturer resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductSearchConfig", + "operationId": "aggregateProductManufacturer", "requestBody": { "required": true, "content": { @@ -48656,7 +48656,7 @@ }, "responses": { "200": { - "description": "List of ProductSearchConfig", + "description": "List of ProductManufacturer", "content": { "application/vnd.api+json": { "schema": { @@ -48670,7 +48670,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchConfig" + "$ref": "#/components/schemas/ProductManufacturer" } } } @@ -48688,7 +48688,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchConfig" + "$ref": "#/components/schemas/ProductManufacturer" } } } @@ -48705,14 +48705,14 @@ } } }, - "/product-search-config-field": { + "/product-media": { "get": { "tags": [ - "Product Search Config Field" + "Product Media" ], - "summary": "List with basic information of Product Search Config Field resources.", - "description": "Available since: 6.3.5.0", - "operationId": "getProductSearchConfigFieldList", + "summary": "List with basic information of Product Media resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getProductMediaList", "parameters": [ { "name": "limit", @@ -48741,7 +48741,7 @@ ], "responses": { "200": { - "description": "List of Product Search Config Field resources.", + "description": "List of Product Media resources.", "content": { "application/vnd.api+json": { "schema": { @@ -48760,7 +48760,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchConfigField" + "$ref": "#/components/schemas/ProductMedia" } } ] @@ -48774,16 +48774,16 @@ "type": "object", "properties": { "first": { - "example": "/product-search-config-field?limit=25" + "example": "/product-media?limit=25" }, "last": { - "example": "/product-search-config-field?limit=25&page=11" + "example": "/product-media?limit=25&page=11" }, "next": { - "example": "/product-search-config-field?limit=25&page=4" + "example": "/product-media?limit=25&page=4" }, "prev": { - "example": "/product-search-config-field?limit=25&page=2" + "example": "/product-media?limit=25&page=2" } } } @@ -48804,7 +48804,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchConfigField" + "$ref": "#/components/schemas/ProductMedia" } } } @@ -48819,11 +48819,11 @@ }, "post": { "tags": [ - "Product Search Config Field" + "Product Media" ], - "summary": "Create a new Product Search Config Field resources.", - "description": "Available since: 6.3.5.0", - "operationId": "createProductSearchConfigField", + "summary": "Create a new Product Media resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createProductMedia", "parameters": [ { "name": "_response", @@ -48842,14 +48842,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductSearchConfigField" + "$ref": "#/components/schemas/ProductMedia" } } } }, "responses": { "200": { - "description": "Detail of ProductSearchConfigField", + "description": "Detail of ProductMedia", "content": { "application/vnd.api+json": { "schema": { @@ -48861,7 +48861,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchConfigField" + "$ref": "#/components/schemas/ProductMedia" } } } @@ -48876,7 +48876,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchConfigField" + "$ref": "#/components/schemas/ProductMedia" } } } @@ -48892,14 +48892,14 @@ } } }, - "/search/product-search-config-field": { + "/search/product-media": { "post": { "tags": [ - "Product Search Config Field" + "Product Media" ], - "summary": "Search for the Product Search Config Field resources.", - "description": "Available since: 6.3.5.0", - "operationId": "searchProductSearchConfigField", + "summary": "Search for the Product Media resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchProductMedia", "parameters": [ { "name": "sw-include-search-info", @@ -48927,7 +48927,7 @@ }, "responses": { "200": { - "description": "List of ProductSearchConfigField", + "description": "List of ProductMedia", "content": { "application/vnd.api+json": { "schema": { @@ -48941,7 +48941,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchConfigField" + "$ref": "#/components/schemas/ProductMedia" } } } @@ -48959,7 +48959,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchConfigField" + "$ref": "#/components/schemas/ProductMedia" } } } @@ -48976,19 +48976,19 @@ } } }, - "/product-search-config-field/{id}": { + "/product-media/{id}": { "get": { "tags": [ - "Product Search Config Field" + "Product Media" ], - "summary": "Detailed information about a Product Search Config Field resource.", - "description": "Available since: 6.3.5.0", - "operationId": "getProductSearchConfigField", + "summary": "Detailed information about a Product Media resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getProductMedia", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_search_config_field", + "description": "Identifier for the product_media", "required": true, "schema": { "type": "string", @@ -48998,7 +48998,7 @@ ], "responses": { "200": { - "description": "Detail of ProductSearchConfigField", + "description": "Detail of ProductMedia", "content": { "application/vnd.api+json": { "schema": { @@ -49010,7 +49010,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchConfigField" + "$ref": "#/components/schemas/ProductMedia" } } } @@ -49025,7 +49025,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchConfigField" + "$ref": "#/components/schemas/ProductMedia" } } } @@ -49042,16 +49042,16 @@ }, "delete": { "tags": [ - "Product Search Config Field" + "Product Media" ], - "summary": "Delete a Product Search Config Field resource.", - "description": "Available since: 6.3.5.0", - "operationId": "deleteProductSearchConfigField", + "summary": "Delete a Product Media resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteProductMedia", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_search_config_field", + "description": "Identifier for the product_media", "required": true, "schema": { "type": "string", @@ -49082,16 +49082,16 @@ }, "patch": { "tags": [ - "Product Search Config Field" + "Product Media" ], - "summary": "Partially update information about a Product Search Config Field resource.", - "description": "Available since: 6.3.5.0", - "operationId": "updateProductSearchConfigField", + "summary": "Partially update information about a Product Media resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateProductMedia", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_search_config_field", + "description": "Identifier for the product_media", "required": true, "schema": { "type": "string", @@ -49109,18 +49109,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Search Config Field resource.", + "description": "Partially update information about a Product Media resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductSearchConfigField" + "$ref": "#/components/schemas/ProductMedia" } } } }, "responses": { "200": { - "description": "Detail of ProductSearchConfigField", + "description": "Detail of ProductMedia", "content": { "application/vnd.api+json": { "schema": { @@ -49132,7 +49132,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchConfigField" + "$ref": "#/components/schemas/ProductMedia" } } } @@ -49147,7 +49147,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchConfigField" + "$ref": "#/components/schemas/ProductMedia" } } } @@ -49166,14 +49166,14 @@ } } }, - "/aggregate/product-search-config-field": { + "/aggregate/product-media": { "post": { "tags": [ - "Product Search Config Field" + "Product Media" ], - "summary": "Aggregate for the Product Search Config Field resources.", + "summary": "Aggregate for the Product Media resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductSearchConfigField", + "operationId": "aggregateProductMedia", "requestBody": { "required": true, "content": { @@ -49197,7 +49197,7 @@ }, "responses": { "200": { - "description": "List of ProductSearchConfigField", + "description": "List of ProductMedia", "content": { "application/vnd.api+json": { "schema": { @@ -49211,7 +49211,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchConfigField" + "$ref": "#/components/schemas/ProductMedia" } } } @@ -49229,7 +49229,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchConfigField" + "$ref": "#/components/schemas/ProductMedia" } } } @@ -49246,14 +49246,14 @@ } } }, - "/product-search-keyword": { + "/product-price": { "get": { "tags": [ - "Product Search Keyword" + "Product Price" ], - "summary": "List with basic information of Product Search Keyword resources.", + "summary": "List with basic information of Product Price resources.", "description": "Available since: 6.0.0.0", - "operationId": "getProductSearchKeywordList", + "operationId": "getProductPriceList", "parameters": [ { "name": "limit", @@ -49282,7 +49282,7 @@ ], "responses": { "200": { - "description": "List of Product Search Keyword resources.", + "description": "List of Product Price resources.", "content": { "application/vnd.api+json": { "schema": { @@ -49301,7 +49301,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchKeyword" + "$ref": "#/components/schemas/ProductPrice" } } ] @@ -49315,16 +49315,16 @@ "type": "object", "properties": { "first": { - "example": "/product-search-keyword?limit=25" + "example": "/product-price?limit=25" }, "last": { - "example": "/product-search-keyword?limit=25&page=11" + "example": "/product-price?limit=25&page=11" }, "next": { - "example": "/product-search-keyword?limit=25&page=4" + "example": "/product-price?limit=25&page=4" }, "prev": { - "example": "/product-search-keyword?limit=25&page=2" + "example": "/product-price?limit=25&page=2" } } } @@ -49345,7 +49345,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchKeyword" + "$ref": "#/components/schemas/ProductPrice" } } } @@ -49360,11 +49360,11 @@ }, "post": { "tags": [ - "Product Search Keyword" + "Product Price" ], - "summary": "Create a new Product Search Keyword resources.", + "summary": "Create a new Product Price resources.", "description": "Available since: 6.0.0.0", - "operationId": "createProductSearchKeyword", + "operationId": "createProductPrice", "parameters": [ { "name": "_response", @@ -49383,14 +49383,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductSearchKeyword" + "$ref": "#/components/schemas/ProductPrice" } } } }, "responses": { "200": { - "description": "Detail of ProductSearchKeyword", + "description": "Detail of ProductPrice", "content": { "application/vnd.api+json": { "schema": { @@ -49402,7 +49402,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchKeyword" + "$ref": "#/components/schemas/ProductPrice" } } } @@ -49417,7 +49417,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchKeyword" + "$ref": "#/components/schemas/ProductPrice" } } } @@ -49433,14 +49433,14 @@ } } }, - "/search/product-search-keyword": { + "/search/product-price": { "post": { "tags": [ - "Product Search Keyword" + "Product Price" ], - "summary": "Search for the Product Search Keyword resources.", + "summary": "Search for the Product Price resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchProductSearchKeyword", + "operationId": "searchProductPrice", "parameters": [ { "name": "sw-include-search-info", @@ -49468,7 +49468,7 @@ }, "responses": { "200": { - "description": "List of ProductSearchKeyword", + "description": "List of ProductPrice", "content": { "application/vnd.api+json": { "schema": { @@ -49482,7 +49482,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchKeyword" + "$ref": "#/components/schemas/ProductPrice" } } } @@ -49500,7 +49500,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchKeyword" + "$ref": "#/components/schemas/ProductPrice" } } } @@ -49517,19 +49517,19 @@ } } }, - "/product-search-keyword/{id}": { + "/product-price/{id}": { "get": { "tags": [ - "Product Search Keyword" + "Product Price" ], - "summary": "Detailed information about a Product Search Keyword resource.", + "summary": "Detailed information about a Product Price resource.", "description": "Available since: 6.0.0.0", - "operationId": "getProductSearchKeyword", + "operationId": "getProductPrice", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_search_keyword", + "description": "Identifier for the product_price", "required": true, "schema": { "type": "string", @@ -49539,7 +49539,7 @@ ], "responses": { "200": { - "description": "Detail of ProductSearchKeyword", + "description": "Detail of ProductPrice", "content": { "application/vnd.api+json": { "schema": { @@ -49551,7 +49551,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchKeyword" + "$ref": "#/components/schemas/ProductPrice" } } } @@ -49566,7 +49566,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchKeyword" + "$ref": "#/components/schemas/ProductPrice" } } } @@ -49583,16 +49583,16 @@ }, "delete": { "tags": [ - "Product Search Keyword" + "Product Price" ], - "summary": "Delete a Product Search Keyword resource.", + "summary": "Delete a Product Price resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteProductSearchKeyword", + "operationId": "deleteProductPrice", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_search_keyword", + "description": "Identifier for the product_price", "required": true, "schema": { "type": "string", @@ -49623,16 +49623,16 @@ }, "patch": { "tags": [ - "Product Search Keyword" + "Product Price" ], - "summary": "Partially update information about a Product Search Keyword resource.", + "summary": "Partially update information about a Product Price resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateProductSearchKeyword", + "operationId": "updateProductPrice", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_search_keyword", + "description": "Identifier for the product_price", "required": true, "schema": { "type": "string", @@ -49650,18 +49650,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Search Keyword resource.", + "description": "Partially update information about a Product Price resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductSearchKeyword" + "$ref": "#/components/schemas/ProductPrice" } } } }, "responses": { "200": { - "description": "Detail of ProductSearchKeyword", + "description": "Detail of ProductPrice", "content": { "application/vnd.api+json": { "schema": { @@ -49673,7 +49673,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchKeyword" + "$ref": "#/components/schemas/ProductPrice" } } } @@ -49688,7 +49688,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchKeyword" + "$ref": "#/components/schemas/ProductPrice" } } } @@ -49707,14 +49707,14 @@ } } }, - "/aggregate/product-search-keyword": { + "/aggregate/product-price": { "post": { "tags": [ - "Product Search Keyword" + "Product Price" ], - "summary": "Aggregate for the Product Search Keyword resources.", + "summary": "Aggregate for the Product Price resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductSearchKeyword", + "operationId": "aggregateProductPrice", "requestBody": { "required": true, "content": { @@ -49738,7 +49738,7 @@ }, "responses": { "200": { - "description": "List of ProductSearchKeyword", + "description": "List of ProductPrice", "content": { "application/vnd.api+json": { "schema": { @@ -49752,7 +49752,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchKeyword" + "$ref": "#/components/schemas/ProductPrice" } } } @@ -49770,7 +49770,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchKeyword" + "$ref": "#/components/schemas/ProductPrice" } } } @@ -49787,14 +49787,14 @@ } } }, - "/product-sorting": { + "/product-review": { "get": { "tags": [ - "Product Sorting" + "Product Review" ], - "summary": "List with basic information of Product Sorting resources.", - "description": "Available since: 6.3.2.0", - "operationId": "getProductSortingList", + "summary": "List with basic information of Product Review resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getProductReviewList", "parameters": [ { "name": "limit", @@ -49823,7 +49823,7 @@ ], "responses": { "200": { - "description": "List of Product Sorting resources.", + "description": "List of Product Review resources.", "content": { "application/vnd.api+json": { "schema": { @@ -49842,7 +49842,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSorting" + "$ref": "#/components/schemas/ProductReview" } } ] @@ -49856,16 +49856,16 @@ "type": "object", "properties": { "first": { - "example": "/product-sorting?limit=25" + "example": "/product-review?limit=25" }, "last": { - "example": "/product-sorting?limit=25&page=11" + "example": "/product-review?limit=25&page=11" }, "next": { - "example": "/product-sorting?limit=25&page=4" + "example": "/product-review?limit=25&page=4" }, "prev": { - "example": "/product-sorting?limit=25&page=2" + "example": "/product-review?limit=25&page=2" } } } @@ -49886,7 +49886,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSorting" + "$ref": "#/components/schemas/ProductReview" } } } @@ -49901,11 +49901,11 @@ }, "post": { "tags": [ - "Product Sorting" + "Product Review" ], - "summary": "Create a new Product Sorting resources.", - "description": "Available since: 6.3.2.0", - "operationId": "createProductSorting", + "summary": "Create a new Product Review resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createProductReview", "parameters": [ { "name": "_response", @@ -49924,14 +49924,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductSorting" + "$ref": "#/components/schemas/ProductReview" } } } }, "responses": { "200": { - "description": "Detail of ProductSorting", + "description": "Detail of ProductReview", "content": { "application/vnd.api+json": { "schema": { @@ -49943,7 +49943,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductSorting" + "$ref": "#/components/schemas/ProductReview" } } } @@ -49958,7 +49958,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductSorting" + "$ref": "#/components/schemas/ProductReview" } } } @@ -49974,14 +49974,14 @@ } } }, - "/search/product-sorting": { + "/search/product-review": { "post": { "tags": [ - "Product Sorting" + "Product Review" ], - "summary": "Search for the Product Sorting resources.", - "description": "Available since: 6.3.2.0", - "operationId": "searchProductSorting", + "summary": "Search for the Product Review resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchProductReview", "parameters": [ { "name": "sw-include-search-info", @@ -50009,7 +50009,7 @@ }, "responses": { "200": { - "description": "List of ProductSorting", + "description": "List of ProductReview", "content": { "application/vnd.api+json": { "schema": { @@ -50023,7 +50023,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSorting" + "$ref": "#/components/schemas/ProductReview" } } } @@ -50041,7 +50041,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSorting" + "$ref": "#/components/schemas/ProductReview" } } } @@ -50058,19 +50058,19 @@ } } }, - "/product-sorting/{id}": { + "/product-review/{id}": { "get": { "tags": [ - "Product Sorting" + "Product Review" ], - "summary": "Detailed information about a Product Sorting resource.", - "description": "Available since: 6.3.2.0", - "operationId": "getProductSorting", + "summary": "Detailed information about a Product Review resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getProductReview", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_sorting", + "description": "Identifier for the product_review", "required": true, "schema": { "type": "string", @@ -50080,7 +50080,7 @@ ], "responses": { "200": { - "description": "Detail of ProductSorting", + "description": "Detail of ProductReview", "content": { "application/vnd.api+json": { "schema": { @@ -50092,7 +50092,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductSorting" + "$ref": "#/components/schemas/ProductReview" } } } @@ -50107,7 +50107,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductSorting" + "$ref": "#/components/schemas/ProductReview" } } } @@ -50124,16 +50124,16 @@ }, "delete": { "tags": [ - "Product Sorting" + "Product Review" ], - "summary": "Delete a Product Sorting resource.", - "description": "Available since: 6.3.2.0", - "operationId": "deleteProductSorting", + "summary": "Delete a Product Review resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteProductReview", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_sorting", + "description": "Identifier for the product_review", "required": true, "schema": { "type": "string", @@ -50164,16 +50164,16 @@ }, "patch": { "tags": [ - "Product Sorting" + "Product Review" ], - "summary": "Partially update information about a Product Sorting resource.", - "description": "Available since: 6.3.2.0", - "operationId": "updateProductSorting", + "summary": "Partially update information about a Product Review resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateProductReview", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_sorting", + "description": "Identifier for the product_review", "required": true, "schema": { "type": "string", @@ -50191,18 +50191,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Sorting resource.", + "description": "Partially update information about a Product Review resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductSorting" + "$ref": "#/components/schemas/ProductReview" } } } }, "responses": { "200": { - "description": "Detail of ProductSorting", + "description": "Detail of ProductReview", "content": { "application/vnd.api+json": { "schema": { @@ -50214,7 +50214,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductSorting" + "$ref": "#/components/schemas/ProductReview" } } } @@ -50229,7 +50229,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductSorting" + "$ref": "#/components/schemas/ProductReview" } } } @@ -50248,14 +50248,14 @@ } } }, - "/aggregate/product-sorting": { + "/aggregate/product-review": { "post": { "tags": [ - "Product Sorting" + "Product Review" ], - "summary": "Aggregate for the Product Sorting resources.", + "summary": "Aggregate for the Product Review resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductSorting", + "operationId": "aggregateProductReview", "requestBody": { "required": true, "content": { @@ -50279,7 +50279,7 @@ }, "responses": { "200": { - "description": "List of ProductSorting", + "description": "List of ProductReview", "content": { "application/vnd.api+json": { "schema": { @@ -50293,7 +50293,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSorting" + "$ref": "#/components/schemas/ProductReview" } } } @@ -50311,7 +50311,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSorting" + "$ref": "#/components/schemas/ProductReview" } } } @@ -50328,14 +50328,14 @@ } } }, - "/product-stream": { + "/product-search-config": { "get": { "tags": [ - "Product Stream" + "Product Search Config" ], - "summary": "List with basic information of Product Stream resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getProductStreamList", + "summary": "List with basic information of Product Search Config resources.", + "description": "Available since: 6.3.5.0", + "operationId": "getProductSearchConfigList", "parameters": [ { "name": "limit", @@ -50364,7 +50364,7 @@ ], "responses": { "200": { - "description": "List of Product Stream resources.", + "description": "List of Product Search Config resources.", "content": { "application/vnd.api+json": { "schema": { @@ -50383,7 +50383,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductStream" + "$ref": "#/components/schemas/ProductSearchConfig" } } ] @@ -50397,16 +50397,16 @@ "type": "object", "properties": { "first": { - "example": "/product-stream?limit=25" + "example": "/product-search-config?limit=25" }, "last": { - "example": "/product-stream?limit=25&page=11" + "example": "/product-search-config?limit=25&page=11" }, "next": { - "example": "/product-stream?limit=25&page=4" + "example": "/product-search-config?limit=25&page=4" }, "prev": { - "example": "/product-stream?limit=25&page=2" + "example": "/product-search-config?limit=25&page=2" } } } @@ -50427,7 +50427,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductStream" + "$ref": "#/components/schemas/ProductSearchConfig" } } } @@ -50442,11 +50442,11 @@ }, "post": { "tags": [ - "Product Stream" + "Product Search Config" ], - "summary": "Create a new Product Stream resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createProductStream", + "summary": "Create a new Product Search Config resources.", + "description": "Available since: 6.3.5.0", + "operationId": "createProductSearchConfig", "parameters": [ { "name": "_response", @@ -50465,14 +50465,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductStream" + "$ref": "#/components/schemas/ProductSearchConfig" } } } }, "responses": { "200": { - "description": "Detail of ProductStream", + "description": "Detail of ProductSearchConfig", "content": { "application/vnd.api+json": { "schema": { @@ -50484,7 +50484,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductStream" + "$ref": "#/components/schemas/ProductSearchConfig" } } } @@ -50499,7 +50499,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductStream" + "$ref": "#/components/schemas/ProductSearchConfig" } } } @@ -50515,14 +50515,14 @@ } } }, - "/search/product-stream": { + "/search/product-search-config": { "post": { "tags": [ - "Product Stream" + "Product Search Config" ], - "summary": "Search for the Product Stream resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchProductStream", + "summary": "Search for the Product Search Config resources.", + "description": "Available since: 6.3.5.0", + "operationId": "searchProductSearchConfig", "parameters": [ { "name": "sw-include-search-info", @@ -50550,7 +50550,7 @@ }, "responses": { "200": { - "description": "List of ProductStream", + "description": "List of ProductSearchConfig", "content": { "application/vnd.api+json": { "schema": { @@ -50564,7 +50564,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductStream" + "$ref": "#/components/schemas/ProductSearchConfig" } } } @@ -50582,7 +50582,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductStream" + "$ref": "#/components/schemas/ProductSearchConfig" } } } @@ -50599,19 +50599,19 @@ } } }, - "/product-stream/{id}": { + "/product-search-config/{id}": { "get": { "tags": [ - "Product Stream" + "Product Search Config" ], - "summary": "Detailed information about a Product Stream resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getProductStream", + "summary": "Detailed information about a Product Search Config resource.", + "description": "Available since: 6.3.5.0", + "operationId": "getProductSearchConfig", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_stream", + "description": "Identifier for the product_search_config", "required": true, "schema": { "type": "string", @@ -50621,7 +50621,7 @@ ], "responses": { "200": { - "description": "Detail of ProductStream", + "description": "Detail of ProductSearchConfig", "content": { "application/vnd.api+json": { "schema": { @@ -50633,7 +50633,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductStream" + "$ref": "#/components/schemas/ProductSearchConfig" } } } @@ -50648,7 +50648,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductStream" + "$ref": "#/components/schemas/ProductSearchConfig" } } } @@ -50665,16 +50665,16 @@ }, "delete": { "tags": [ - "Product Stream" + "Product Search Config" ], - "summary": "Delete a Product Stream resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteProductStream", + "summary": "Delete a Product Search Config resource.", + "description": "Available since: 6.3.5.0", + "operationId": "deleteProductSearchConfig", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_stream", + "description": "Identifier for the product_search_config", "required": true, "schema": { "type": "string", @@ -50705,16 +50705,16 @@ }, "patch": { "tags": [ - "Product Stream" + "Product Search Config" ], - "summary": "Partially update information about a Product Stream resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateProductStream", + "summary": "Partially update information about a Product Search Config resource.", + "description": "Available since: 6.3.5.0", + "operationId": "updateProductSearchConfig", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_stream", + "description": "Identifier for the product_search_config", "required": true, "schema": { "type": "string", @@ -50732,18 +50732,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Stream resource.", + "description": "Partially update information about a Product Search Config resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductStream" + "$ref": "#/components/schemas/ProductSearchConfig" } } } }, "responses": { "200": { - "description": "Detail of ProductStream", + "description": "Detail of ProductSearchConfig", "content": { "application/vnd.api+json": { "schema": { @@ -50755,7 +50755,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductStream" + "$ref": "#/components/schemas/ProductSearchConfig" } } } @@ -50770,7 +50770,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductStream" + "$ref": "#/components/schemas/ProductSearchConfig" } } } @@ -50789,14 +50789,14 @@ } } }, - "/aggregate/product-stream": { + "/aggregate/product-search-config": { "post": { "tags": [ - "Product Stream" + "Product Search Config" ], - "summary": "Aggregate for the Product Stream resources.", + "summary": "Aggregate for the Product Search Config resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductStream", + "operationId": "aggregateProductSearchConfig", "requestBody": { "required": true, "content": { @@ -50820,7 +50820,7 @@ }, "responses": { "200": { - "description": "List of ProductStream", + "description": "List of ProductSearchConfig", "content": { "application/vnd.api+json": { "schema": { @@ -50834,7 +50834,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductStream" + "$ref": "#/components/schemas/ProductSearchConfig" } } } @@ -50852,7 +50852,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductStream" + "$ref": "#/components/schemas/ProductSearchConfig" } } } @@ -50869,14 +50869,14 @@ } } }, - "/product-stream-filter": { + "/product-search-config-field": { "get": { "tags": [ - "Product Stream Filter" + "Product Search Config Field" ], - "summary": "List with basic information of Product Stream Filter resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getProductStreamFilterList", + "summary": "List with basic information of Product Search Config Field resources.", + "description": "Available since: 6.3.5.0", + "operationId": "getProductSearchConfigFieldList", "parameters": [ { "name": "limit", @@ -50905,7 +50905,7 @@ ], "responses": { "200": { - "description": "List of Product Stream Filter resources.", + "description": "List of Product Search Config Field resources.", "content": { "application/vnd.api+json": { "schema": { @@ -50924,7 +50924,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductStreamFilter" + "$ref": "#/components/schemas/ProductSearchConfigField" } } ] @@ -50938,16 +50938,16 @@ "type": "object", "properties": { "first": { - "example": "/product-stream-filter?limit=25" + "example": "/product-search-config-field?limit=25" }, "last": { - "example": "/product-stream-filter?limit=25&page=11" + "example": "/product-search-config-field?limit=25&page=11" }, "next": { - "example": "/product-stream-filter?limit=25&page=4" + "example": "/product-search-config-field?limit=25&page=4" }, "prev": { - "example": "/product-stream-filter?limit=25&page=2" + "example": "/product-search-config-field?limit=25&page=2" } } } @@ -50968,7 +50968,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductStreamFilter" + "$ref": "#/components/schemas/ProductSearchConfigField" } } } @@ -50983,11 +50983,11 @@ }, "post": { "tags": [ - "Product Stream Filter" + "Product Search Config Field" ], - "summary": "Create a new Product Stream Filter resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createProductStreamFilter", + "summary": "Create a new Product Search Config Field resources.", + "description": "Available since: 6.3.5.0", + "operationId": "createProductSearchConfigField", "parameters": [ { "name": "_response", @@ -51006,14 +51006,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductStreamFilter" + "$ref": "#/components/schemas/ProductSearchConfigField" } } } }, "responses": { "200": { - "description": "Detail of ProductStreamFilter", + "description": "Detail of ProductSearchConfigField", "content": { "application/vnd.api+json": { "schema": { @@ -51025,7 +51025,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductStreamFilter" + "$ref": "#/components/schemas/ProductSearchConfigField" } } } @@ -51040,7 +51040,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductStreamFilter" + "$ref": "#/components/schemas/ProductSearchConfigField" } } } @@ -51056,14 +51056,14 @@ } } }, - "/search/product-stream-filter": { + "/search/product-search-config-field": { "post": { "tags": [ - "Product Stream Filter" + "Product Search Config Field" ], - "summary": "Search for the Product Stream Filter resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchProductStreamFilter", + "summary": "Search for the Product Search Config Field resources.", + "description": "Available since: 6.3.5.0", + "operationId": "searchProductSearchConfigField", "parameters": [ { "name": "sw-include-search-info", @@ -51091,7 +51091,7 @@ }, "responses": { "200": { - "description": "List of ProductStreamFilter", + "description": "List of ProductSearchConfigField", "content": { "application/vnd.api+json": { "schema": { @@ -51105,7 +51105,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductStreamFilter" + "$ref": "#/components/schemas/ProductSearchConfigField" } } } @@ -51123,7 +51123,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductStreamFilter" + "$ref": "#/components/schemas/ProductSearchConfigField" } } } @@ -51140,19 +51140,19 @@ } } }, - "/product-stream-filter/{id}": { + "/product-search-config-field/{id}": { "get": { "tags": [ - "Product Stream Filter" + "Product Search Config Field" ], - "summary": "Detailed information about a Product Stream Filter resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getProductStreamFilter", + "summary": "Detailed information about a Product Search Config Field resource.", + "description": "Available since: 6.3.5.0", + "operationId": "getProductSearchConfigField", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_stream_filter", + "description": "Identifier for the product_search_config_field", "required": true, "schema": { "type": "string", @@ -51162,7 +51162,7 @@ ], "responses": { "200": { - "description": "Detail of ProductStreamFilter", + "description": "Detail of ProductSearchConfigField", "content": { "application/vnd.api+json": { "schema": { @@ -51174,7 +51174,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductStreamFilter" + "$ref": "#/components/schemas/ProductSearchConfigField" } } } @@ -51189,7 +51189,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductStreamFilter" + "$ref": "#/components/schemas/ProductSearchConfigField" } } } @@ -51206,16 +51206,16 @@ }, "delete": { "tags": [ - "Product Stream Filter" + "Product Search Config Field" ], - "summary": "Delete a Product Stream Filter resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteProductStreamFilter", + "summary": "Delete a Product Search Config Field resource.", + "description": "Available since: 6.3.5.0", + "operationId": "deleteProductSearchConfigField", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_stream_filter", + "description": "Identifier for the product_search_config_field", "required": true, "schema": { "type": "string", @@ -51246,16 +51246,16 @@ }, "patch": { "tags": [ - "Product Stream Filter" + "Product Search Config Field" ], - "summary": "Partially update information about a Product Stream Filter resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateProductStreamFilter", + "summary": "Partially update information about a Product Search Config Field resource.", + "description": "Available since: 6.3.5.0", + "operationId": "updateProductSearchConfigField", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_stream_filter", + "description": "Identifier for the product_search_config_field", "required": true, "schema": { "type": "string", @@ -51273,18 +51273,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Stream Filter resource.", + "description": "Partially update information about a Product Search Config Field resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductStreamFilter" + "$ref": "#/components/schemas/ProductSearchConfigField" } } } }, "responses": { "200": { - "description": "Detail of ProductStreamFilter", + "description": "Detail of ProductSearchConfigField", "content": { "application/vnd.api+json": { "schema": { @@ -51296,7 +51296,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductStreamFilter" + "$ref": "#/components/schemas/ProductSearchConfigField" } } } @@ -51311,7 +51311,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductStreamFilter" + "$ref": "#/components/schemas/ProductSearchConfigField" } } } @@ -51330,14 +51330,14 @@ } } }, - "/aggregate/product-stream-filter": { + "/aggregate/product-search-config-field": { "post": { "tags": [ - "Product Stream Filter" + "Product Search Config Field" ], - "summary": "Aggregate for the Product Stream Filter resources.", + "summary": "Aggregate for the Product Search Config Field resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductStreamFilter", + "operationId": "aggregateProductSearchConfigField", "requestBody": { "required": true, "content": { @@ -51361,7 +51361,7 @@ }, "responses": { "200": { - "description": "List of ProductStreamFilter", + "description": "List of ProductSearchConfigField", "content": { "application/vnd.api+json": { "schema": { @@ -51375,7 +51375,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductStreamFilter" + "$ref": "#/components/schemas/ProductSearchConfigField" } } } @@ -51393,7 +51393,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductStreamFilter" + "$ref": "#/components/schemas/ProductSearchConfigField" } } } @@ -51410,14 +51410,14 @@ } } }, - "/product-visibility": { + "/product-search-keyword": { "get": { "tags": [ - "Product Visibility" + "Product Search Keyword" ], - "summary": "List with basic information of Product Visibility resources.", + "summary": "List with basic information of Product Search Keyword resources.", "description": "Available since: 6.0.0.0", - "operationId": "getProductVisibilityList", + "operationId": "getProductSearchKeywordList", "parameters": [ { "name": "limit", @@ -51446,7 +51446,7 @@ ], "responses": { "200": { - "description": "List of Product Visibility resources.", + "description": "List of Product Search Keyword resources.", "content": { "application/vnd.api+json": { "schema": { @@ -51465,7 +51465,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductVisibility" + "$ref": "#/components/schemas/ProductSearchKeyword" } } ] @@ -51479,16 +51479,16 @@ "type": "object", "properties": { "first": { - "example": "/product-visibility?limit=25" + "example": "/product-search-keyword?limit=25" }, "last": { - "example": "/product-visibility?limit=25&page=11" + "example": "/product-search-keyword?limit=25&page=11" }, "next": { - "example": "/product-visibility?limit=25&page=4" + "example": "/product-search-keyword?limit=25&page=4" }, "prev": { - "example": "/product-visibility?limit=25&page=2" + "example": "/product-search-keyword?limit=25&page=2" } } } @@ -51509,7 +51509,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductVisibility" + "$ref": "#/components/schemas/ProductSearchKeyword" } } } @@ -51524,11 +51524,11 @@ }, "post": { "tags": [ - "Product Visibility" + "Product Search Keyword" ], - "summary": "Create a new Product Visibility resources.", + "summary": "Create a new Product Search Keyword resources.", "description": "Available since: 6.0.0.0", - "operationId": "createProductVisibility", + "operationId": "createProductSearchKeyword", "parameters": [ { "name": "_response", @@ -51547,14 +51547,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductVisibility" + "$ref": "#/components/schemas/ProductSearchKeyword" } } } }, "responses": { "200": { - "description": "Detail of ProductVisibility", + "description": "Detail of ProductSearchKeyword", "content": { "application/vnd.api+json": { "schema": { @@ -51566,7 +51566,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductVisibility" + "$ref": "#/components/schemas/ProductSearchKeyword" } } } @@ -51581,7 +51581,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductVisibility" + "$ref": "#/components/schemas/ProductSearchKeyword" } } } @@ -51597,14 +51597,14 @@ } } }, - "/search/product-visibility": { + "/search/product-search-keyword": { "post": { "tags": [ - "Product Visibility" + "Product Search Keyword" ], - "summary": "Search for the Product Visibility resources.", + "summary": "Search for the Product Search Keyword resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchProductVisibility", + "operationId": "searchProductSearchKeyword", "parameters": [ { "name": "sw-include-search-info", @@ -51632,7 +51632,7 @@ }, "responses": { "200": { - "description": "List of ProductVisibility", + "description": "List of ProductSearchKeyword", "content": { "application/vnd.api+json": { "schema": { @@ -51646,7 +51646,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductVisibility" + "$ref": "#/components/schemas/ProductSearchKeyword" } } } @@ -51664,7 +51664,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductVisibility" + "$ref": "#/components/schemas/ProductSearchKeyword" } } } @@ -51681,19 +51681,19 @@ } } }, - "/product-visibility/{id}": { + "/product-search-keyword/{id}": { "get": { "tags": [ - "Product Visibility" + "Product Search Keyword" ], - "summary": "Detailed information about a Product Visibility resource.", + "summary": "Detailed information about a Product Search Keyword resource.", "description": "Available since: 6.0.0.0", - "operationId": "getProductVisibility", + "operationId": "getProductSearchKeyword", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_visibility", + "description": "Identifier for the product_search_keyword", "required": true, "schema": { "type": "string", @@ -51703,7 +51703,7 @@ ], "responses": { "200": { - "description": "Detail of ProductVisibility", + "description": "Detail of ProductSearchKeyword", "content": { "application/vnd.api+json": { "schema": { @@ -51715,7 +51715,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductVisibility" + "$ref": "#/components/schemas/ProductSearchKeyword" } } } @@ -51730,7 +51730,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductVisibility" + "$ref": "#/components/schemas/ProductSearchKeyword" } } } @@ -51747,16 +51747,16 @@ }, "delete": { "tags": [ - "Product Visibility" + "Product Search Keyword" ], - "summary": "Delete a Product Visibility resource.", + "summary": "Delete a Product Search Keyword resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteProductVisibility", + "operationId": "deleteProductSearchKeyword", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_visibility", + "description": "Identifier for the product_search_keyword", "required": true, "schema": { "type": "string", @@ -51787,16 +51787,16 @@ }, "patch": { "tags": [ - "Product Visibility" + "Product Search Keyword" ], - "summary": "Partially update information about a Product Visibility resource.", + "summary": "Partially update information about a Product Search Keyword resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateProductVisibility", + "operationId": "updateProductSearchKeyword", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_visibility", + "description": "Identifier for the product_search_keyword", "required": true, "schema": { "type": "string", @@ -51814,18 +51814,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Visibility resource.", + "description": "Partially update information about a Product Search Keyword resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductVisibility" + "$ref": "#/components/schemas/ProductSearchKeyword" } } } }, "responses": { "200": { - "description": "Detail of ProductVisibility", + "description": "Detail of ProductSearchKeyword", "content": { "application/vnd.api+json": { "schema": { @@ -51837,7 +51837,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductVisibility" + "$ref": "#/components/schemas/ProductSearchKeyword" } } } @@ -51852,7 +51852,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductVisibility" + "$ref": "#/components/schemas/ProductSearchKeyword" } } } @@ -51871,14 +51871,14 @@ } } }, - "/aggregate/product-visibility": { + "/aggregate/product-search-keyword": { "post": { "tags": [ - "Product Visibility" + "Product Search Keyword" ], - "summary": "Aggregate for the Product Visibility resources.", + "summary": "Aggregate for the Product Search Keyword resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductVisibility", + "operationId": "aggregateProductSearchKeyword", "requestBody": { "required": true, "content": { @@ -51902,7 +51902,7 @@ }, "responses": { "200": { - "description": "List of ProductVisibility", + "description": "List of ProductSearchKeyword", "content": { "application/vnd.api+json": { "schema": { @@ -51916,7 +51916,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductVisibility" + "$ref": "#/components/schemas/ProductSearchKeyword" } } } @@ -51934,7 +51934,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductVisibility" + "$ref": "#/components/schemas/ProductSearchKeyword" } } } @@ -51951,14 +51951,14 @@ } } }, - "/promotion": { + "/product-sorting": { "get": { "tags": [ - "Promotion" + "Product Sorting" ], - "summary": "List with basic information of Promotion resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getPromotionList", + "summary": "List with basic information of Product Sorting resources.", + "description": "Available since: 6.3.2.0", + "operationId": "getProductSortingList", "parameters": [ { "name": "limit", @@ -51987,7 +51987,7 @@ ], "responses": { "200": { - "description": "List of Promotion resources.", + "description": "List of Product Sorting resources.", "content": { "application/vnd.api+json": { "schema": { @@ -52006,7 +52006,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Promotion" + "$ref": "#/components/schemas/ProductSorting" } } ] @@ -52020,16 +52020,16 @@ "type": "object", "properties": { "first": { - "example": "/promotion?limit=25" + "example": "/product-sorting?limit=25" }, "last": { - "example": "/promotion?limit=25&page=11" + "example": "/product-sorting?limit=25&page=11" }, "next": { - "example": "/promotion?limit=25&page=4" + "example": "/product-sorting?limit=25&page=4" }, "prev": { - "example": "/promotion?limit=25&page=2" + "example": "/product-sorting?limit=25&page=2" } } } @@ -52050,7 +52050,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Promotion" + "$ref": "#/components/schemas/ProductSorting" } } } @@ -52065,11 +52065,11 @@ }, "post": { "tags": [ - "Promotion" + "Product Sorting" ], - "summary": "Create a new Promotion resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createPromotion", + "summary": "Create a new Product Sorting resources.", + "description": "Available since: 6.3.2.0", + "operationId": "createProductSorting", "parameters": [ { "name": "_response", @@ -52088,14 +52088,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Promotion" + "$ref": "#/components/schemas/ProductSorting" } } } }, "responses": { "200": { - "description": "Detail of Promotion", + "description": "Detail of ProductSorting", "content": { "application/vnd.api+json": { "schema": { @@ -52107,7 +52107,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Promotion" + "$ref": "#/components/schemas/ProductSorting" } } } @@ -52122,7 +52122,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Promotion" + "$ref": "#/components/schemas/ProductSorting" } } } @@ -52138,14 +52138,14 @@ } } }, - "/search/promotion": { + "/search/product-sorting": { "post": { "tags": [ - "Promotion" + "Product Sorting" ], - "summary": "Search for the Promotion resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchPromotion", + "summary": "Search for the Product Sorting resources.", + "description": "Available since: 6.3.2.0", + "operationId": "searchProductSorting", "parameters": [ { "name": "sw-include-search-info", @@ -52173,7 +52173,7 @@ }, "responses": { "200": { - "description": "List of Promotion", + "description": "List of ProductSorting", "content": { "application/vnd.api+json": { "schema": { @@ -52187,7 +52187,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Promotion" + "$ref": "#/components/schemas/ProductSorting" } } } @@ -52205,7 +52205,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Promotion" + "$ref": "#/components/schemas/ProductSorting" } } } @@ -52222,19 +52222,19 @@ } } }, - "/promotion/{id}": { + "/product-sorting/{id}": { "get": { "tags": [ - "Promotion" + "Product Sorting" ], - "summary": "Detailed information about a Promotion resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getPromotion", + "summary": "Detailed information about a Product Sorting resource.", + "description": "Available since: 6.3.2.0", + "operationId": "getProductSorting", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion", + "description": "Identifier for the product_sorting", "required": true, "schema": { "type": "string", @@ -52244,7 +52244,7 @@ ], "responses": { "200": { - "description": "Detail of Promotion", + "description": "Detail of ProductSorting", "content": { "application/vnd.api+json": { "schema": { @@ -52256,7 +52256,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Promotion" + "$ref": "#/components/schemas/ProductSorting" } } } @@ -52271,7 +52271,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Promotion" + "$ref": "#/components/schemas/ProductSorting" } } } @@ -52288,16 +52288,16 @@ }, "delete": { "tags": [ - "Promotion" + "Product Sorting" ], - "summary": "Delete a Promotion resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deletePromotion", + "summary": "Delete a Product Sorting resource.", + "description": "Available since: 6.3.2.0", + "operationId": "deleteProductSorting", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion", + "description": "Identifier for the product_sorting", "required": true, "schema": { "type": "string", @@ -52328,16 +52328,16 @@ }, "patch": { "tags": [ - "Promotion" + "Product Sorting" ], - "summary": "Partially update information about a Promotion resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updatePromotion", + "summary": "Partially update information about a Product Sorting resource.", + "description": "Available since: 6.3.2.0", + "operationId": "updateProductSorting", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion", + "description": "Identifier for the product_sorting", "required": true, "schema": { "type": "string", @@ -52355,18 +52355,18 @@ } ], "requestBody": { - "description": "Partially update information about a Promotion resource.", + "description": "Partially update information about a Product Sorting resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Promotion" + "$ref": "#/components/schemas/ProductSorting" } } } }, "responses": { "200": { - "description": "Detail of Promotion", + "description": "Detail of ProductSorting", "content": { "application/vnd.api+json": { "schema": { @@ -52378,7 +52378,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Promotion" + "$ref": "#/components/schemas/ProductSorting" } } } @@ -52393,7 +52393,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Promotion" + "$ref": "#/components/schemas/ProductSorting" } } } @@ -52412,14 +52412,14 @@ } } }, - "/aggregate/promotion": { + "/aggregate/product-sorting": { "post": { "tags": [ - "Promotion" + "Product Sorting" ], - "summary": "Aggregate for the Promotion resources.", + "summary": "Aggregate for the Product Sorting resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregatePromotion", + "operationId": "aggregateProductSorting", "requestBody": { "required": true, "content": { @@ -52443,7 +52443,7 @@ }, "responses": { "200": { - "description": "List of Promotion", + "description": "List of ProductSorting", "content": { "application/vnd.api+json": { "schema": { @@ -52457,7 +52457,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Promotion" + "$ref": "#/components/schemas/ProductSorting" } } } @@ -52475,7 +52475,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Promotion" + "$ref": "#/components/schemas/ProductSorting" } } } @@ -52492,14 +52492,14 @@ } } }, - "/promotion-discount": { + "/product-stream": { "get": { "tags": [ - "Promotion Discount" + "Product Stream" ], - "summary": "List with basic information of Promotion Discount resources.", + "summary": "List with basic information of Product Stream resources.", "description": "Available since: 6.0.0.0", - "operationId": "getPromotionDiscountList", + "operationId": "getProductStreamList", "parameters": [ { "name": "limit", @@ -52528,7 +52528,7 @@ ], "responses": { "200": { - "description": "List of Promotion Discount resources.", + "description": "List of Product Stream resources.", "content": { "application/vnd.api+json": { "schema": { @@ -52547,7 +52547,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionDiscount" + "$ref": "#/components/schemas/ProductStream" } } ] @@ -52561,16 +52561,16 @@ "type": "object", "properties": { "first": { - "example": "/promotion-discount?limit=25" + "example": "/product-stream?limit=25" }, "last": { - "example": "/promotion-discount?limit=25&page=11" + "example": "/product-stream?limit=25&page=11" }, "next": { - "example": "/promotion-discount?limit=25&page=4" + "example": "/product-stream?limit=25&page=4" }, "prev": { - "example": "/promotion-discount?limit=25&page=2" + "example": "/product-stream?limit=25&page=2" } } } @@ -52591,7 +52591,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionDiscount" + "$ref": "#/components/schemas/ProductStream" } } } @@ -52606,11 +52606,11 @@ }, "post": { "tags": [ - "Promotion Discount" + "Product Stream" ], - "summary": "Create a new Promotion Discount resources.", + "summary": "Create a new Product Stream resources.", "description": "Available since: 6.0.0.0", - "operationId": "createPromotionDiscount", + "operationId": "createProductStream", "parameters": [ { "name": "_response", @@ -52629,14 +52629,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PromotionDiscount" + "$ref": "#/components/schemas/ProductStream" } } } }, "responses": { "200": { - "description": "Detail of PromotionDiscount", + "description": "Detail of ProductStream", "content": { "application/vnd.api+json": { "schema": { @@ -52648,7 +52648,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PromotionDiscount" + "$ref": "#/components/schemas/ProductStream" } } } @@ -52663,7 +52663,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PromotionDiscount" + "$ref": "#/components/schemas/ProductStream" } } } @@ -52679,14 +52679,14 @@ } } }, - "/search/promotion-discount": { + "/search/product-stream": { "post": { "tags": [ - "Promotion Discount" + "Product Stream" ], - "summary": "Search for the Promotion Discount resources.", + "summary": "Search for the Product Stream resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchPromotionDiscount", + "operationId": "searchProductStream", "parameters": [ { "name": "sw-include-search-info", @@ -52714,7 +52714,7 @@ }, "responses": { "200": { - "description": "List of PromotionDiscount", + "description": "List of ProductStream", "content": { "application/vnd.api+json": { "schema": { @@ -52728,7 +52728,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionDiscount" + "$ref": "#/components/schemas/ProductStream" } } } @@ -52746,7 +52746,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionDiscount" + "$ref": "#/components/schemas/ProductStream" } } } @@ -52763,19 +52763,19 @@ } } }, - "/promotion-discount/{id}": { + "/product-stream/{id}": { "get": { "tags": [ - "Promotion Discount" + "Product Stream" ], - "summary": "Detailed information about a Promotion Discount resource.", + "summary": "Detailed information about a Product Stream resource.", "description": "Available since: 6.0.0.0", - "operationId": "getPromotionDiscount", + "operationId": "getProductStream", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion_discount", + "description": "Identifier for the product_stream", "required": true, "schema": { "type": "string", @@ -52785,7 +52785,7 @@ ], "responses": { "200": { - "description": "Detail of PromotionDiscount", + "description": "Detail of ProductStream", "content": { "application/vnd.api+json": { "schema": { @@ -52797,7 +52797,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PromotionDiscount" + "$ref": "#/components/schemas/ProductStream" } } } @@ -52812,7 +52812,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PromotionDiscount" + "$ref": "#/components/schemas/ProductStream" } } } @@ -52829,16 +52829,16 @@ }, "delete": { "tags": [ - "Promotion Discount" + "Product Stream" ], - "summary": "Delete a Promotion Discount resource.", + "summary": "Delete a Product Stream resource.", "description": "Available since: 6.0.0.0", - "operationId": "deletePromotionDiscount", + "operationId": "deleteProductStream", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion_discount", + "description": "Identifier for the product_stream", "required": true, "schema": { "type": "string", @@ -52869,16 +52869,16 @@ }, "patch": { "tags": [ - "Promotion Discount" + "Product Stream" ], - "summary": "Partially update information about a Promotion Discount resource.", + "summary": "Partially update information about a Product Stream resource.", "description": "Available since: 6.0.0.0", - "operationId": "updatePromotionDiscount", + "operationId": "updateProductStream", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion_discount", + "description": "Identifier for the product_stream", "required": true, "schema": { "type": "string", @@ -52896,18 +52896,18 @@ } ], "requestBody": { - "description": "Partially update information about a Promotion Discount resource.", + "description": "Partially update information about a Product Stream resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PromotionDiscount" + "$ref": "#/components/schemas/ProductStream" } } } }, "responses": { "200": { - "description": "Detail of PromotionDiscount", + "description": "Detail of ProductStream", "content": { "application/vnd.api+json": { "schema": { @@ -52919,7 +52919,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PromotionDiscount" + "$ref": "#/components/schemas/ProductStream" } } } @@ -52934,7 +52934,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PromotionDiscount" + "$ref": "#/components/schemas/ProductStream" } } } @@ -52953,14 +52953,14 @@ } } }, - "/aggregate/promotion-discount": { + "/aggregate/product-stream": { "post": { "tags": [ - "Promotion Discount" + "Product Stream" ], - "summary": "Aggregate for the Promotion Discount resources.", + "summary": "Aggregate for the Product Stream resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregatePromotionDiscount", + "operationId": "aggregateProductStream", "requestBody": { "required": true, "content": { @@ -52984,7 +52984,7 @@ }, "responses": { "200": { - "description": "List of PromotionDiscount", + "description": "List of ProductStream", "content": { "application/vnd.api+json": { "schema": { @@ -52998,7 +52998,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionDiscount" + "$ref": "#/components/schemas/ProductStream" } } } @@ -53016,7 +53016,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionDiscount" + "$ref": "#/components/schemas/ProductStream" } } } @@ -53033,14 +53033,14 @@ } } }, - "/promotion-discount-prices": { + "/product-stream-filter": { "get": { "tags": [ - "Promotion Discount Prices" + "Product Stream Filter" ], - "summary": "List with basic information of Promotion Discount Prices resources.", + "summary": "List with basic information of Product Stream Filter resources.", "description": "Available since: 6.0.0.0", - "operationId": "getPromotionDiscountPricesList", + "operationId": "getProductStreamFilterList", "parameters": [ { "name": "limit", @@ -53069,7 +53069,7 @@ ], "responses": { "200": { - "description": "List of Promotion Discount Prices resources.", + "description": "List of Product Stream Filter resources.", "content": { "application/vnd.api+json": { "schema": { @@ -53088,7 +53088,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionDiscountPrices" + "$ref": "#/components/schemas/ProductStreamFilter" } } ] @@ -53102,16 +53102,16 @@ "type": "object", "properties": { "first": { - "example": "/promotion-discount-prices?limit=25" + "example": "/product-stream-filter?limit=25" }, "last": { - "example": "/promotion-discount-prices?limit=25&page=11" + "example": "/product-stream-filter?limit=25&page=11" }, "next": { - "example": "/promotion-discount-prices?limit=25&page=4" + "example": "/product-stream-filter?limit=25&page=4" }, "prev": { - "example": "/promotion-discount-prices?limit=25&page=2" + "example": "/product-stream-filter?limit=25&page=2" } } } @@ -53132,7 +53132,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionDiscountPrices" + "$ref": "#/components/schemas/ProductStreamFilter" } } } @@ -53147,11 +53147,11 @@ }, "post": { "tags": [ - "Promotion Discount Prices" + "Product Stream Filter" ], - "summary": "Create a new Promotion Discount Prices resources.", + "summary": "Create a new Product Stream Filter resources.", "description": "Available since: 6.0.0.0", - "operationId": "createPromotionDiscountPrices", + "operationId": "createProductStreamFilter", "parameters": [ { "name": "_response", @@ -53170,14 +53170,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PromotionDiscountPrices" + "$ref": "#/components/schemas/ProductStreamFilter" } } } }, "responses": { "200": { - "description": "Detail of PromotionDiscountPrices", + "description": "Detail of ProductStreamFilter", "content": { "application/vnd.api+json": { "schema": { @@ -53189,7 +53189,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PromotionDiscountPrices" + "$ref": "#/components/schemas/ProductStreamFilter" } } } @@ -53204,7 +53204,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PromotionDiscountPrices" + "$ref": "#/components/schemas/ProductStreamFilter" } } } @@ -53220,14 +53220,14 @@ } } }, - "/search/promotion-discount-prices": { + "/search/product-stream-filter": { "post": { "tags": [ - "Promotion Discount Prices" + "Product Stream Filter" ], - "summary": "Search for the Promotion Discount Prices resources.", + "summary": "Search for the Product Stream Filter resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchPromotionDiscountPrices", + "operationId": "searchProductStreamFilter", "parameters": [ { "name": "sw-include-search-info", @@ -53255,7 +53255,7 @@ }, "responses": { "200": { - "description": "List of PromotionDiscountPrices", + "description": "List of ProductStreamFilter", "content": { "application/vnd.api+json": { "schema": { @@ -53269,7 +53269,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionDiscountPrices" + "$ref": "#/components/schemas/ProductStreamFilter" } } } @@ -53287,7 +53287,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionDiscountPrices" + "$ref": "#/components/schemas/ProductStreamFilter" } } } @@ -53304,19 +53304,19 @@ } } }, - "/promotion-discount-prices/{id}": { + "/product-stream-filter/{id}": { "get": { "tags": [ - "Promotion Discount Prices" + "Product Stream Filter" ], - "summary": "Detailed information about a Promotion Discount Prices resource.", + "summary": "Detailed information about a Product Stream Filter resource.", "description": "Available since: 6.0.0.0", - "operationId": "getPromotionDiscountPrices", + "operationId": "getProductStreamFilter", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion_discount_prices", + "description": "Identifier for the product_stream_filter", "required": true, "schema": { "type": "string", @@ -53326,7 +53326,7 @@ ], "responses": { "200": { - "description": "Detail of PromotionDiscountPrices", + "description": "Detail of ProductStreamFilter", "content": { "application/vnd.api+json": { "schema": { @@ -53338,7 +53338,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PromotionDiscountPrices" + "$ref": "#/components/schemas/ProductStreamFilter" } } } @@ -53353,7 +53353,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PromotionDiscountPrices" + "$ref": "#/components/schemas/ProductStreamFilter" } } } @@ -53370,16 +53370,16 @@ }, "delete": { "tags": [ - "Promotion Discount Prices" + "Product Stream Filter" ], - "summary": "Delete a Promotion Discount Prices resource.", + "summary": "Delete a Product Stream Filter resource.", "description": "Available since: 6.0.0.0", - "operationId": "deletePromotionDiscountPrices", + "operationId": "deleteProductStreamFilter", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion_discount_prices", + "description": "Identifier for the product_stream_filter", "required": true, "schema": { "type": "string", @@ -53410,16 +53410,16 @@ }, "patch": { "tags": [ - "Promotion Discount Prices" + "Product Stream Filter" ], - "summary": "Partially update information about a Promotion Discount Prices resource.", + "summary": "Partially update information about a Product Stream Filter resource.", "description": "Available since: 6.0.0.0", - "operationId": "updatePromotionDiscountPrices", + "operationId": "updateProductStreamFilter", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion_discount_prices", + "description": "Identifier for the product_stream_filter", "required": true, "schema": { "type": "string", @@ -53437,18 +53437,18 @@ } ], "requestBody": { - "description": "Partially update information about a Promotion Discount Prices resource.", + "description": "Partially update information about a Product Stream Filter resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PromotionDiscountPrices" + "$ref": "#/components/schemas/ProductStreamFilter" } } } }, "responses": { "200": { - "description": "Detail of PromotionDiscountPrices", + "description": "Detail of ProductStreamFilter", "content": { "application/vnd.api+json": { "schema": { @@ -53460,7 +53460,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PromotionDiscountPrices" + "$ref": "#/components/schemas/ProductStreamFilter" } } } @@ -53475,7 +53475,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PromotionDiscountPrices" + "$ref": "#/components/schemas/ProductStreamFilter" } } } @@ -53494,14 +53494,14 @@ } } }, - "/aggregate/promotion-discount-prices": { + "/aggregate/product-stream-filter": { "post": { "tags": [ - "Promotion Discount Prices" + "Product Stream Filter" ], - "summary": "Aggregate for the Promotion Discount Prices resources.", + "summary": "Aggregate for the Product Stream Filter resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregatePromotionDiscountPrices", + "operationId": "aggregateProductStreamFilter", "requestBody": { "required": true, "content": { @@ -53525,7 +53525,7 @@ }, "responses": { "200": { - "description": "List of PromotionDiscountPrices", + "description": "List of ProductStreamFilter", "content": { "application/vnd.api+json": { "schema": { @@ -53539,7 +53539,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionDiscountPrices" + "$ref": "#/components/schemas/ProductStreamFilter" } } } @@ -53557,7 +53557,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionDiscountPrices" + "$ref": "#/components/schemas/ProductStreamFilter" } } } @@ -53574,14 +53574,14 @@ } } }, - "/promotion-individual-code": { + "/product-visibility": { "get": { "tags": [ - "Promotion Individual Code" + "Product Visibility" ], - "summary": "List with basic information of Promotion Individual Code resources.", + "summary": "List with basic information of Product Visibility resources.", "description": "Available since: 6.0.0.0", - "operationId": "getPromotionIndividualCodeList", + "operationId": "getProductVisibilityList", "parameters": [ { "name": "limit", @@ -53610,7 +53610,7 @@ ], "responses": { "200": { - "description": "List of Promotion Individual Code resources.", + "description": "List of Product Visibility resources.", "content": { "application/vnd.api+json": { "schema": { @@ -53629,7 +53629,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionIndividualCode" + "$ref": "#/components/schemas/ProductVisibility" } } ] @@ -53643,16 +53643,16 @@ "type": "object", "properties": { "first": { - "example": "/promotion-individual-code?limit=25" + "example": "/product-visibility?limit=25" }, "last": { - "example": "/promotion-individual-code?limit=25&page=11" + "example": "/product-visibility?limit=25&page=11" }, "next": { - "example": "/promotion-individual-code?limit=25&page=4" + "example": "/product-visibility?limit=25&page=4" }, "prev": { - "example": "/promotion-individual-code?limit=25&page=2" + "example": "/product-visibility?limit=25&page=2" } } } @@ -53673,7 +53673,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionIndividualCode" + "$ref": "#/components/schemas/ProductVisibility" } } } @@ -53688,11 +53688,11 @@ }, "post": { "tags": [ - "Promotion Individual Code" + "Product Visibility" ], - "summary": "Create a new Promotion Individual Code resources.", + "summary": "Create a new Product Visibility resources.", "description": "Available since: 6.0.0.0", - "operationId": "createPromotionIndividualCode", + "operationId": "createProductVisibility", "parameters": [ { "name": "_response", @@ -53711,14 +53711,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PromotionIndividualCode" + "$ref": "#/components/schemas/ProductVisibility" } } } }, "responses": { "200": { - "description": "Detail of PromotionIndividualCode", + "description": "Detail of ProductVisibility", "content": { "application/vnd.api+json": { "schema": { @@ -53730,7 +53730,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PromotionIndividualCode" + "$ref": "#/components/schemas/ProductVisibility" } } } @@ -53745,7 +53745,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PromotionIndividualCode" + "$ref": "#/components/schemas/ProductVisibility" } } } @@ -53761,14 +53761,14 @@ } } }, - "/search/promotion-individual-code": { + "/search/product-visibility": { "post": { "tags": [ - "Promotion Individual Code" + "Product Visibility" ], - "summary": "Search for the Promotion Individual Code resources.", + "summary": "Search for the Product Visibility resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchPromotionIndividualCode", + "operationId": "searchProductVisibility", "parameters": [ { "name": "sw-include-search-info", @@ -53796,7 +53796,7 @@ }, "responses": { "200": { - "description": "List of PromotionIndividualCode", + "description": "List of ProductVisibility", "content": { "application/vnd.api+json": { "schema": { @@ -53810,7 +53810,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionIndividualCode" + "$ref": "#/components/schemas/ProductVisibility" } } } @@ -53828,7 +53828,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionIndividualCode" + "$ref": "#/components/schemas/ProductVisibility" } } } @@ -53845,19 +53845,19 @@ } } }, - "/promotion-individual-code/{id}": { + "/product-visibility/{id}": { "get": { "tags": [ - "Promotion Individual Code" + "Product Visibility" ], - "summary": "Detailed information about a Promotion Individual Code resource.", + "summary": "Detailed information about a Product Visibility resource.", "description": "Available since: 6.0.0.0", - "operationId": "getPromotionIndividualCode", + "operationId": "getProductVisibility", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion_individual_code", + "description": "Identifier for the product_visibility", "required": true, "schema": { "type": "string", @@ -53867,7 +53867,7 @@ ], "responses": { "200": { - "description": "Detail of PromotionIndividualCode", + "description": "Detail of ProductVisibility", "content": { "application/vnd.api+json": { "schema": { @@ -53879,7 +53879,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PromotionIndividualCode" + "$ref": "#/components/schemas/ProductVisibility" } } } @@ -53894,7 +53894,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PromotionIndividualCode" + "$ref": "#/components/schemas/ProductVisibility" } } } @@ -53911,16 +53911,16 @@ }, "delete": { "tags": [ - "Promotion Individual Code" + "Product Visibility" ], - "summary": "Delete a Promotion Individual Code resource.", + "summary": "Delete a Product Visibility resource.", "description": "Available since: 6.0.0.0", - "operationId": "deletePromotionIndividualCode", + "operationId": "deleteProductVisibility", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion_individual_code", + "description": "Identifier for the product_visibility", "required": true, "schema": { "type": "string", @@ -53951,16 +53951,16 @@ }, "patch": { "tags": [ - "Promotion Individual Code" + "Product Visibility" ], - "summary": "Partially update information about a Promotion Individual Code resource.", + "summary": "Partially update information about a Product Visibility resource.", "description": "Available since: 6.0.0.0", - "operationId": "updatePromotionIndividualCode", + "operationId": "updateProductVisibility", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion_individual_code", + "description": "Identifier for the product_visibility", "required": true, "schema": { "type": "string", @@ -53978,18 +53978,18 @@ } ], "requestBody": { - "description": "Partially update information about a Promotion Individual Code resource.", + "description": "Partially update information about a Product Visibility resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PromotionIndividualCode" + "$ref": "#/components/schemas/ProductVisibility" } } } }, "responses": { "200": { - "description": "Detail of PromotionIndividualCode", + "description": "Detail of ProductVisibility", "content": { "application/vnd.api+json": { "schema": { @@ -54001,7 +54001,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PromotionIndividualCode" + "$ref": "#/components/schemas/ProductVisibility" } } } @@ -54016,7 +54016,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PromotionIndividualCode" + "$ref": "#/components/schemas/ProductVisibility" } } } @@ -54035,14 +54035,14 @@ } } }, - "/aggregate/promotion-individual-code": { + "/aggregate/product-visibility": { "post": { "tags": [ - "Promotion Individual Code" + "Product Visibility" ], - "summary": "Aggregate for the Promotion Individual Code resources.", + "summary": "Aggregate for the Product Visibility resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregatePromotionIndividualCode", + "operationId": "aggregateProductVisibility", "requestBody": { "required": true, "content": { @@ -54066,7 +54066,7 @@ }, "responses": { "200": { - "description": "List of PromotionIndividualCode", + "description": "List of ProductVisibility", "content": { "application/vnd.api+json": { "schema": { @@ -54080,7 +54080,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionIndividualCode" + "$ref": "#/components/schemas/ProductVisibility" } } } @@ -54098,7 +54098,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionIndividualCode" + "$ref": "#/components/schemas/ProductVisibility" } } } @@ -54115,14 +54115,14 @@ } } }, - "/promotion-sales-channel": { + "/promotion": { "get": { "tags": [ - "Promotion Sales Channel" + "Promotion" ], - "summary": "List with basic information of Promotion Sales Channel resources.", + "summary": "List with basic information of Promotion resources.", "description": "Available since: 6.0.0.0", - "operationId": "getPromotionSalesChannelList", + "operationId": "getPromotionList", "parameters": [ { "name": "limit", @@ -54151,7 +54151,7 @@ ], "responses": { "200": { - "description": "List of Promotion Sales Channel resources.", + "description": "List of Promotion resources.", "content": { "application/vnd.api+json": { "schema": { @@ -54170,7 +54170,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionSalesChannel" + "$ref": "#/components/schemas/Promotion" } } ] @@ -54184,16 +54184,16 @@ "type": "object", "properties": { "first": { - "example": "/promotion-sales-channel?limit=25" + "example": "/promotion?limit=25" }, "last": { - "example": "/promotion-sales-channel?limit=25&page=11" + "example": "/promotion?limit=25&page=11" }, "next": { - "example": "/promotion-sales-channel?limit=25&page=4" + "example": "/promotion?limit=25&page=4" }, "prev": { - "example": "/promotion-sales-channel?limit=25&page=2" + "example": "/promotion?limit=25&page=2" } } } @@ -54214,7 +54214,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionSalesChannel" + "$ref": "#/components/schemas/Promotion" } } } @@ -54229,11 +54229,11 @@ }, "post": { "tags": [ - "Promotion Sales Channel" + "Promotion" ], - "summary": "Create a new Promotion Sales Channel resources.", + "summary": "Create a new Promotion resources.", "description": "Available since: 6.0.0.0", - "operationId": "createPromotionSalesChannel", + "operationId": "createPromotion", "parameters": [ { "name": "_response", @@ -54252,14 +54252,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PromotionSalesChannel" + "$ref": "#/components/schemas/Promotion" } } } }, "responses": { "200": { - "description": "Detail of PromotionSalesChannel", + "description": "Detail of Promotion", "content": { "application/vnd.api+json": { "schema": { @@ -54271,7 +54271,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PromotionSalesChannel" + "$ref": "#/components/schemas/Promotion" } } } @@ -54286,7 +54286,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PromotionSalesChannel" + "$ref": "#/components/schemas/Promotion" } } } @@ -54302,14 +54302,14 @@ } } }, - "/search/promotion-sales-channel": { + "/search/promotion": { "post": { "tags": [ - "Promotion Sales Channel" + "Promotion" ], - "summary": "Search for the Promotion Sales Channel resources.", + "summary": "Search for the Promotion resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchPromotionSalesChannel", + "operationId": "searchPromotion", "parameters": [ { "name": "sw-include-search-info", @@ -54337,7 +54337,7 @@ }, "responses": { "200": { - "description": "List of PromotionSalesChannel", + "description": "List of Promotion", "content": { "application/vnd.api+json": { "schema": { @@ -54351,7 +54351,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionSalesChannel" + "$ref": "#/components/schemas/Promotion" } } } @@ -54369,7 +54369,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionSalesChannel" + "$ref": "#/components/schemas/Promotion" } } } @@ -54386,19 +54386,19 @@ } } }, - "/promotion-sales-channel/{id}": { + "/promotion/{id}": { "get": { "tags": [ - "Promotion Sales Channel" + "Promotion" ], - "summary": "Detailed information about a Promotion Sales Channel resource.", + "summary": "Detailed information about a Promotion resource.", "description": "Available since: 6.0.0.0", - "operationId": "getPromotionSalesChannel", + "operationId": "getPromotion", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion_sales_channel", + "description": "Identifier for the promotion", "required": true, "schema": { "type": "string", @@ -54408,7 +54408,7 @@ ], "responses": { "200": { - "description": "Detail of PromotionSalesChannel", + "description": "Detail of Promotion", "content": { "application/vnd.api+json": { "schema": { @@ -54420,7 +54420,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PromotionSalesChannel" + "$ref": "#/components/schemas/Promotion" } } } @@ -54435,7 +54435,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PromotionSalesChannel" + "$ref": "#/components/schemas/Promotion" } } } @@ -54452,16 +54452,16 @@ }, "delete": { "tags": [ - "Promotion Sales Channel" + "Promotion" ], - "summary": "Delete a Promotion Sales Channel resource.", + "summary": "Delete a Promotion resource.", "description": "Available since: 6.0.0.0", - "operationId": "deletePromotionSalesChannel", + "operationId": "deletePromotion", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion_sales_channel", + "description": "Identifier for the promotion", "required": true, "schema": { "type": "string", @@ -54492,16 +54492,16 @@ }, "patch": { "tags": [ - "Promotion Sales Channel" + "Promotion" ], - "summary": "Partially update information about a Promotion Sales Channel resource.", + "summary": "Partially update information about a Promotion resource.", "description": "Available since: 6.0.0.0", - "operationId": "updatePromotionSalesChannel", + "operationId": "updatePromotion", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion_sales_channel", + "description": "Identifier for the promotion", "required": true, "schema": { "type": "string", @@ -54519,18 +54519,18 @@ } ], "requestBody": { - "description": "Partially update information about a Promotion Sales Channel resource.", + "description": "Partially update information about a Promotion resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PromotionSalesChannel" + "$ref": "#/components/schemas/Promotion" } } } }, "responses": { "200": { - "description": "Detail of PromotionSalesChannel", + "description": "Detail of Promotion", "content": { "application/vnd.api+json": { "schema": { @@ -54542,7 +54542,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PromotionSalesChannel" + "$ref": "#/components/schemas/Promotion" } } } @@ -54557,7 +54557,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PromotionSalesChannel" + "$ref": "#/components/schemas/Promotion" } } } @@ -54576,14 +54576,14 @@ } } }, - "/aggregate/promotion-sales-channel": { + "/aggregate/promotion": { "post": { "tags": [ - "Promotion Sales Channel" + "Promotion" ], - "summary": "Aggregate for the Promotion Sales Channel resources.", + "summary": "Aggregate for the Promotion resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregatePromotionSalesChannel", + "operationId": "aggregatePromotion", "requestBody": { "required": true, "content": { @@ -54607,7 +54607,7 @@ }, "responses": { "200": { - "description": "List of PromotionSalesChannel", + "description": "List of Promotion", "content": { "application/vnd.api+json": { "schema": { @@ -54621,7 +54621,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionSalesChannel" + "$ref": "#/components/schemas/Promotion" } } } @@ -54639,7 +54639,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionSalesChannel" + "$ref": "#/components/schemas/Promotion" } } } @@ -54656,14 +54656,14 @@ } } }, - "/promotion-setgroup": { + "/promotion-discount": { "get": { "tags": [ - "Promotion Setgroup" + "Promotion Discount" ], - "summary": "List with basic information of Promotion Setgroup resources.", + "summary": "List with basic information of Promotion Discount resources.", "description": "Available since: 6.0.0.0", - "operationId": "getPromotionSetgroupList", + "operationId": "getPromotionDiscountList", "parameters": [ { "name": "limit", @@ -54692,7 +54692,7 @@ ], "responses": { "200": { - "description": "List of Promotion Setgroup resources.", + "description": "List of Promotion Discount resources.", "content": { "application/vnd.api+json": { "schema": { @@ -54711,7 +54711,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionSetgroup" + "$ref": "#/components/schemas/PromotionDiscount" } } ] @@ -54725,16 +54725,16 @@ "type": "object", "properties": { "first": { - "example": "/promotion-setgroup?limit=25" + "example": "/promotion-discount?limit=25" }, "last": { - "example": "/promotion-setgroup?limit=25&page=11" + "example": "/promotion-discount?limit=25&page=11" }, "next": { - "example": "/promotion-setgroup?limit=25&page=4" + "example": "/promotion-discount?limit=25&page=4" }, "prev": { - "example": "/promotion-setgroup?limit=25&page=2" + "example": "/promotion-discount?limit=25&page=2" } } } @@ -54755,7 +54755,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionSetgroup" + "$ref": "#/components/schemas/PromotionDiscount" } } } @@ -54770,11 +54770,11 @@ }, "post": { "tags": [ - "Promotion Setgroup" + "Promotion Discount" ], - "summary": "Create a new Promotion Setgroup resources.", + "summary": "Create a new Promotion Discount resources.", "description": "Available since: 6.0.0.0", - "operationId": "createPromotionSetgroup", + "operationId": "createPromotionDiscount", "parameters": [ { "name": "_response", @@ -54793,14 +54793,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PromotionSetgroup" + "$ref": "#/components/schemas/PromotionDiscount" } } } }, "responses": { "200": { - "description": "Detail of PromotionSetgroup", + "description": "Detail of PromotionDiscount", "content": { "application/vnd.api+json": { "schema": { @@ -54812,7 +54812,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PromotionSetgroup" + "$ref": "#/components/schemas/PromotionDiscount" } } } @@ -54827,7 +54827,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PromotionSetgroup" + "$ref": "#/components/schemas/PromotionDiscount" } } } @@ -54843,14 +54843,14 @@ } } }, - "/search/promotion-setgroup": { + "/search/promotion-discount": { "post": { "tags": [ - "Promotion Setgroup" + "Promotion Discount" ], - "summary": "Search for the Promotion Setgroup resources.", + "summary": "Search for the Promotion Discount resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchPromotionSetgroup", + "operationId": "searchPromotionDiscount", "parameters": [ { "name": "sw-include-search-info", @@ -54878,7 +54878,7 @@ }, "responses": { "200": { - "description": "List of PromotionSetgroup", + "description": "List of PromotionDiscount", "content": { "application/vnd.api+json": { "schema": { @@ -54892,7 +54892,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionSetgroup" + "$ref": "#/components/schemas/PromotionDiscount" } } } @@ -54910,7 +54910,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionSetgroup" + "$ref": "#/components/schemas/PromotionDiscount" } } } @@ -54927,19 +54927,19 @@ } } }, - "/promotion-setgroup/{id}": { + "/promotion-discount/{id}": { "get": { "tags": [ - "Promotion Setgroup" + "Promotion Discount" ], - "summary": "Detailed information about a Promotion Setgroup resource.", + "summary": "Detailed information about a Promotion Discount resource.", "description": "Available since: 6.0.0.0", - "operationId": "getPromotionSetgroup", + "operationId": "getPromotionDiscount", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion_setgroup", + "description": "Identifier for the promotion_discount", "required": true, "schema": { "type": "string", @@ -54949,7 +54949,7 @@ ], "responses": { "200": { - "description": "Detail of PromotionSetgroup", + "description": "Detail of PromotionDiscount", "content": { "application/vnd.api+json": { "schema": { @@ -54961,7 +54961,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PromotionSetgroup" + "$ref": "#/components/schemas/PromotionDiscount" } } } @@ -54976,7 +54976,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PromotionSetgroup" + "$ref": "#/components/schemas/PromotionDiscount" } } } @@ -54993,16 +54993,16 @@ }, "delete": { "tags": [ - "Promotion Setgroup" + "Promotion Discount" ], - "summary": "Delete a Promotion Setgroup resource.", + "summary": "Delete a Promotion Discount resource.", "description": "Available since: 6.0.0.0", - "operationId": "deletePromotionSetgroup", + "operationId": "deletePromotionDiscount", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion_setgroup", + "description": "Identifier for the promotion_discount", "required": true, "schema": { "type": "string", @@ -55033,16 +55033,16 @@ }, "patch": { "tags": [ - "Promotion Setgroup" + "Promotion Discount" ], - "summary": "Partially update information about a Promotion Setgroup resource.", + "summary": "Partially update information about a Promotion Discount resource.", "description": "Available since: 6.0.0.0", - "operationId": "updatePromotionSetgroup", + "operationId": "updatePromotionDiscount", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion_setgroup", + "description": "Identifier for the promotion_discount", "required": true, "schema": { "type": "string", @@ -55060,18 +55060,18 @@ } ], "requestBody": { - "description": "Partially update information about a Promotion Setgroup resource.", + "description": "Partially update information about a Promotion Discount resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PromotionSetgroup" + "$ref": "#/components/schemas/PromotionDiscount" } } } }, "responses": { "200": { - "description": "Detail of PromotionSetgroup", + "description": "Detail of PromotionDiscount", "content": { "application/vnd.api+json": { "schema": { @@ -55083,7 +55083,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PromotionSetgroup" + "$ref": "#/components/schemas/PromotionDiscount" } } } @@ -55098,7 +55098,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PromotionSetgroup" + "$ref": "#/components/schemas/PromotionDiscount" } } } @@ -55117,14 +55117,14 @@ } } }, - "/aggregate/promotion-setgroup": { + "/aggregate/promotion-discount": { "post": { "tags": [ - "Promotion Setgroup" + "Promotion Discount" ], - "summary": "Aggregate for the Promotion Setgroup resources.", + "summary": "Aggregate for the Promotion Discount resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregatePromotionSetgroup", + "operationId": "aggregatePromotionDiscount", "requestBody": { "required": true, "content": { @@ -55148,7 +55148,7 @@ }, "responses": { "200": { - "description": "List of PromotionSetgroup", + "description": "List of PromotionDiscount", "content": { "application/vnd.api+json": { "schema": { @@ -55162,7 +55162,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionSetgroup" + "$ref": "#/components/schemas/PromotionDiscount" } } } @@ -55180,7 +55180,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionSetgroup" + "$ref": "#/components/schemas/PromotionDiscount" } } } @@ -55197,14 +55197,14 @@ } } }, - "/property-group": { + "/promotion-discount-prices": { "get": { "tags": [ - "Property Group" + "Promotion Discount Prices" ], - "summary": "List with basic information of Property Group resources.", + "summary": "List with basic information of Promotion Discount Prices resources.", "description": "Available since: 6.0.0.0", - "operationId": "getPropertyGroupList", + "operationId": "getPromotionDiscountPricesList", "parameters": [ { "name": "limit", @@ -55233,7 +55233,7 @@ ], "responses": { "200": { - "description": "List of Property Group resources.", + "description": "List of Promotion Discount Prices resources.", "content": { "application/vnd.api+json": { "schema": { @@ -55252,7 +55252,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/PropertyGroup" + "$ref": "#/components/schemas/PromotionDiscountPrices" } } ] @@ -55266,16 +55266,16 @@ "type": "object", "properties": { "first": { - "example": "/property-group?limit=25" + "example": "/promotion-discount-prices?limit=25" }, "last": { - "example": "/property-group?limit=25&page=11" + "example": "/promotion-discount-prices?limit=25&page=11" }, "next": { - "example": "/property-group?limit=25&page=4" + "example": "/promotion-discount-prices?limit=25&page=4" }, "prev": { - "example": "/property-group?limit=25&page=2" + "example": "/promotion-discount-prices?limit=25&page=2" } } } @@ -55296,7 +55296,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PropertyGroup" + "$ref": "#/components/schemas/PromotionDiscountPrices" } } } @@ -55311,11 +55311,11 @@ }, "post": { "tags": [ - "Property Group" + "Promotion Discount Prices" ], - "summary": "Create a new Property Group resources.", + "summary": "Create a new Promotion Discount Prices resources.", "description": "Available since: 6.0.0.0", - "operationId": "createPropertyGroup", + "operationId": "createPromotionDiscountPrices", "parameters": [ { "name": "_response", @@ -55334,14 +55334,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PropertyGroup" + "$ref": "#/components/schemas/PromotionDiscountPrices" } } } }, "responses": { "200": { - "description": "Detail of PropertyGroup", + "description": "Detail of PromotionDiscountPrices", "content": { "application/vnd.api+json": { "schema": { @@ -55353,7 +55353,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PropertyGroup" + "$ref": "#/components/schemas/PromotionDiscountPrices" } } } @@ -55368,7 +55368,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PropertyGroup" + "$ref": "#/components/schemas/PromotionDiscountPrices" } } } @@ -55384,14 +55384,14 @@ } } }, - "/search/property-group": { + "/search/promotion-discount-prices": { "post": { "tags": [ - "Property Group" + "Promotion Discount Prices" ], - "summary": "Search for the Property Group resources.", + "summary": "Search for the Promotion Discount Prices resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchPropertyGroup", + "operationId": "searchPromotionDiscountPrices", "parameters": [ { "name": "sw-include-search-info", @@ -55419,7 +55419,7 @@ }, "responses": { "200": { - "description": "List of PropertyGroup", + "description": "List of PromotionDiscountPrices", "content": { "application/vnd.api+json": { "schema": { @@ -55433,7 +55433,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PropertyGroup" + "$ref": "#/components/schemas/PromotionDiscountPrices" } } } @@ -55451,7 +55451,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PropertyGroup" + "$ref": "#/components/schemas/PromotionDiscountPrices" } } } @@ -55468,19 +55468,19 @@ } } }, - "/property-group/{id}": { + "/promotion-discount-prices/{id}": { "get": { "tags": [ - "Property Group" + "Promotion Discount Prices" ], - "summary": "Detailed information about a Property Group resource.", + "summary": "Detailed information about a Promotion Discount Prices resource.", "description": "Available since: 6.0.0.0", - "operationId": "getPropertyGroup", + "operationId": "getPromotionDiscountPrices", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the property_group", + "description": "Identifier for the promotion_discount_prices", "required": true, "schema": { "type": "string", @@ -55490,7 +55490,7 @@ ], "responses": { "200": { - "description": "Detail of PropertyGroup", + "description": "Detail of PromotionDiscountPrices", "content": { "application/vnd.api+json": { "schema": { @@ -55502,7 +55502,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PropertyGroup" + "$ref": "#/components/schemas/PromotionDiscountPrices" } } } @@ -55517,7 +55517,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PropertyGroup" + "$ref": "#/components/schemas/PromotionDiscountPrices" } } } @@ -55534,16 +55534,16 @@ }, "delete": { "tags": [ - "Property Group" + "Promotion Discount Prices" ], - "summary": "Delete a Property Group resource.", + "summary": "Delete a Promotion Discount Prices resource.", "description": "Available since: 6.0.0.0", - "operationId": "deletePropertyGroup", + "operationId": "deletePromotionDiscountPrices", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the property_group", + "description": "Identifier for the promotion_discount_prices", "required": true, "schema": { "type": "string", @@ -55574,16 +55574,16 @@ }, "patch": { "tags": [ - "Property Group" + "Promotion Discount Prices" ], - "summary": "Partially update information about a Property Group resource.", + "summary": "Partially update information about a Promotion Discount Prices resource.", "description": "Available since: 6.0.0.0", - "operationId": "updatePropertyGroup", + "operationId": "updatePromotionDiscountPrices", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the property_group", + "description": "Identifier for the promotion_discount_prices", "required": true, "schema": { "type": "string", @@ -55601,18 +55601,18 @@ } ], "requestBody": { - "description": "Partially update information about a Property Group resource.", + "description": "Partially update information about a Promotion Discount Prices resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PropertyGroup" + "$ref": "#/components/schemas/PromotionDiscountPrices" } } } }, "responses": { "200": { - "description": "Detail of PropertyGroup", + "description": "Detail of PromotionDiscountPrices", "content": { "application/vnd.api+json": { "schema": { @@ -55624,7 +55624,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PropertyGroup" + "$ref": "#/components/schemas/PromotionDiscountPrices" } } } @@ -55639,7 +55639,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PropertyGroup" + "$ref": "#/components/schemas/PromotionDiscountPrices" } } } @@ -55658,14 +55658,14 @@ } } }, - "/aggregate/property-group": { + "/aggregate/promotion-discount-prices": { "post": { "tags": [ - "Property Group" + "Promotion Discount Prices" ], - "summary": "Aggregate for the Property Group resources.", + "summary": "Aggregate for the Promotion Discount Prices resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregatePropertyGroup", + "operationId": "aggregatePromotionDiscountPrices", "requestBody": { "required": true, "content": { @@ -55689,7 +55689,7 @@ }, "responses": { "200": { - "description": "List of PropertyGroup", + "description": "List of PromotionDiscountPrices", "content": { "application/vnd.api+json": { "schema": { @@ -55703,7 +55703,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PropertyGroup" + "$ref": "#/components/schemas/PromotionDiscountPrices" } } } @@ -55721,7 +55721,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PropertyGroup" + "$ref": "#/components/schemas/PromotionDiscountPrices" } } } @@ -55738,14 +55738,14 @@ } } }, - "/property-group-option": { + "/promotion-individual-code": { "get": { "tags": [ - "Property Group Option" + "Promotion Individual Code" ], - "summary": "List with basic information of Property Group Option resources.", + "summary": "List with basic information of Promotion Individual Code resources.", "description": "Available since: 6.0.0.0", - "operationId": "getPropertyGroupOptionList", + "operationId": "getPromotionIndividualCodeList", "parameters": [ { "name": "limit", @@ -55774,7 +55774,7 @@ ], "responses": { "200": { - "description": "List of Property Group Option resources.", + "description": "List of Promotion Individual Code resources.", "content": { "application/vnd.api+json": { "schema": { @@ -55793,7 +55793,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/PropertyGroupOption" + "$ref": "#/components/schemas/PromotionIndividualCode" } } ] @@ -55807,16 +55807,16 @@ "type": "object", "properties": { "first": { - "example": "/property-group-option?limit=25" + "example": "/promotion-individual-code?limit=25" }, "last": { - "example": "/property-group-option?limit=25&page=11" + "example": "/promotion-individual-code?limit=25&page=11" }, "next": { - "example": "/property-group-option?limit=25&page=4" + "example": "/promotion-individual-code?limit=25&page=4" }, "prev": { - "example": "/property-group-option?limit=25&page=2" + "example": "/promotion-individual-code?limit=25&page=2" } } } @@ -55837,7 +55837,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PropertyGroupOption" + "$ref": "#/components/schemas/PromotionIndividualCode" } } } @@ -55852,11 +55852,11 @@ }, "post": { "tags": [ - "Property Group Option" + "Promotion Individual Code" ], - "summary": "Create a new Property Group Option resources.", + "summary": "Create a new Promotion Individual Code resources.", "description": "Available since: 6.0.0.0", - "operationId": "createPropertyGroupOption", + "operationId": "createPromotionIndividualCode", "parameters": [ { "name": "_response", @@ -55875,14 +55875,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PropertyGroupOption" + "$ref": "#/components/schemas/PromotionIndividualCode" } } } }, "responses": { "200": { - "description": "Detail of PropertyGroupOption", + "description": "Detail of PromotionIndividualCode", "content": { "application/vnd.api+json": { "schema": { @@ -55894,7 +55894,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PropertyGroupOption" + "$ref": "#/components/schemas/PromotionIndividualCode" } } } @@ -55909,7 +55909,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PropertyGroupOption" + "$ref": "#/components/schemas/PromotionIndividualCode" } } } @@ -55925,14 +55925,14 @@ } } }, - "/search/property-group-option": { + "/search/promotion-individual-code": { "post": { "tags": [ - "Property Group Option" + "Promotion Individual Code" ], - "summary": "Search for the Property Group Option resources.", + "summary": "Search for the Promotion Individual Code resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchPropertyGroupOption", + "operationId": "searchPromotionIndividualCode", "parameters": [ { "name": "sw-include-search-info", @@ -55960,7 +55960,7 @@ }, "responses": { "200": { - "description": "List of PropertyGroupOption", + "description": "List of PromotionIndividualCode", "content": { "application/vnd.api+json": { "schema": { @@ -55974,7 +55974,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PropertyGroupOption" + "$ref": "#/components/schemas/PromotionIndividualCode" } } } @@ -55992,7 +55992,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PropertyGroupOption" + "$ref": "#/components/schemas/PromotionIndividualCode" } } } @@ -56009,19 +56009,19 @@ } } }, - "/property-group-option/{id}": { + "/promotion-individual-code/{id}": { "get": { "tags": [ - "Property Group Option" + "Promotion Individual Code" ], - "summary": "Detailed information about a Property Group Option resource.", + "summary": "Detailed information about a Promotion Individual Code resource.", "description": "Available since: 6.0.0.0", - "operationId": "getPropertyGroupOption", + "operationId": "getPromotionIndividualCode", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the property_group_option", + "description": "Identifier for the promotion_individual_code", "required": true, "schema": { "type": "string", @@ -56031,7 +56031,7 @@ ], "responses": { "200": { - "description": "Detail of PropertyGroupOption", + "description": "Detail of PromotionIndividualCode", "content": { "application/vnd.api+json": { "schema": { @@ -56043,7 +56043,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PropertyGroupOption" + "$ref": "#/components/schemas/PromotionIndividualCode" } } } @@ -56058,7 +56058,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PropertyGroupOption" + "$ref": "#/components/schemas/PromotionIndividualCode" } } } @@ -56075,16 +56075,16 @@ }, "delete": { "tags": [ - "Property Group Option" + "Promotion Individual Code" ], - "summary": "Delete a Property Group Option resource.", + "summary": "Delete a Promotion Individual Code resource.", "description": "Available since: 6.0.0.0", - "operationId": "deletePropertyGroupOption", + "operationId": "deletePromotionIndividualCode", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the property_group_option", + "description": "Identifier for the promotion_individual_code", "required": true, "schema": { "type": "string", @@ -56115,16 +56115,16 @@ }, "patch": { "tags": [ - "Property Group Option" + "Promotion Individual Code" ], - "summary": "Partially update information about a Property Group Option resource.", + "summary": "Partially update information about a Promotion Individual Code resource.", "description": "Available since: 6.0.0.0", - "operationId": "updatePropertyGroupOption", + "operationId": "updatePromotionIndividualCode", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the property_group_option", + "description": "Identifier for the promotion_individual_code", "required": true, "schema": { "type": "string", @@ -56142,18 +56142,18 @@ } ], "requestBody": { - "description": "Partially update information about a Property Group Option resource.", + "description": "Partially update information about a Promotion Individual Code resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PropertyGroupOption" + "$ref": "#/components/schemas/PromotionIndividualCode" } } } }, "responses": { "200": { - "description": "Detail of PropertyGroupOption", + "description": "Detail of PromotionIndividualCode", "content": { "application/vnd.api+json": { "schema": { @@ -56165,7 +56165,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PropertyGroupOption" + "$ref": "#/components/schemas/PromotionIndividualCode" } } } @@ -56180,7 +56180,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PropertyGroupOption" + "$ref": "#/components/schemas/PromotionIndividualCode" } } } @@ -56199,14 +56199,14 @@ } } }, - "/aggregate/property-group-option": { + "/aggregate/promotion-individual-code": { "post": { "tags": [ - "Property Group Option" + "Promotion Individual Code" ], - "summary": "Aggregate for the Property Group Option resources.", + "summary": "Aggregate for the Promotion Individual Code resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregatePropertyGroupOption", + "operationId": "aggregatePromotionIndividualCode", "requestBody": { "required": true, "content": { @@ -56230,7 +56230,7 @@ }, "responses": { "200": { - "description": "List of PropertyGroupOption", + "description": "List of PromotionIndividualCode", "content": { "application/vnd.api+json": { "schema": { @@ -56244,7 +56244,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PropertyGroupOption" + "$ref": "#/components/schemas/PromotionIndividualCode" } } } @@ -56262,7 +56262,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PropertyGroupOption" + "$ref": "#/components/schemas/PromotionIndividualCode" } } } @@ -56279,14 +56279,14 @@ } } }, - "/rule": { + "/promotion-sales-channel": { "get": { "tags": [ - "Rule" + "Promotion Sales Channel" ], - "summary": "List with basic information of Rule resources.", + "summary": "List with basic information of Promotion Sales Channel resources.", "description": "Available since: 6.0.0.0", - "operationId": "getRuleList", + "operationId": "getPromotionSalesChannelList", "parameters": [ { "name": "limit", @@ -56315,7 +56315,7 @@ ], "responses": { "200": { - "description": "List of Rule resources.", + "description": "List of Promotion Sales Channel resources.", "content": { "application/vnd.api+json": { "schema": { @@ -56334,7 +56334,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Rule" + "$ref": "#/components/schemas/PromotionSalesChannel" } } ] @@ -56348,16 +56348,16 @@ "type": "object", "properties": { "first": { - "example": "/rule?limit=25" + "example": "/promotion-sales-channel?limit=25" }, "last": { - "example": "/rule?limit=25&page=11" + "example": "/promotion-sales-channel?limit=25&page=11" }, "next": { - "example": "/rule?limit=25&page=4" + "example": "/promotion-sales-channel?limit=25&page=4" }, "prev": { - "example": "/rule?limit=25&page=2" + "example": "/promotion-sales-channel?limit=25&page=2" } } } @@ -56378,7 +56378,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Rule" + "$ref": "#/components/schemas/PromotionSalesChannel" } } } @@ -56393,11 +56393,11 @@ }, "post": { "tags": [ - "Rule" + "Promotion Sales Channel" ], - "summary": "Create a new Rule resources.", + "summary": "Create a new Promotion Sales Channel resources.", "description": "Available since: 6.0.0.0", - "operationId": "createRule", + "operationId": "createPromotionSalesChannel", "parameters": [ { "name": "_response", @@ -56416,14 +56416,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Rule" + "$ref": "#/components/schemas/PromotionSalesChannel" } } } }, "responses": { "200": { - "description": "Detail of Rule", + "description": "Detail of PromotionSalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -56435,7 +56435,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Rule" + "$ref": "#/components/schemas/PromotionSalesChannel" } } } @@ -56450,7 +56450,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Rule" + "$ref": "#/components/schemas/PromotionSalesChannel" } } } @@ -56466,14 +56466,14 @@ } } }, - "/search/rule": { + "/search/promotion-sales-channel": { "post": { "tags": [ - "Rule" + "Promotion Sales Channel" ], - "summary": "Search for the Rule resources.", + "summary": "Search for the Promotion Sales Channel resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchRule", + "operationId": "searchPromotionSalesChannel", "parameters": [ { "name": "sw-include-search-info", @@ -56501,7 +56501,7 @@ }, "responses": { "200": { - "description": "List of Rule", + "description": "List of PromotionSalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -56515,7 +56515,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Rule" + "$ref": "#/components/schemas/PromotionSalesChannel" } } } @@ -56533,7 +56533,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Rule" + "$ref": "#/components/schemas/PromotionSalesChannel" } } } @@ -56550,19 +56550,19 @@ } } }, - "/rule/{id}": { + "/promotion-sales-channel/{id}": { "get": { "tags": [ - "Rule" + "Promotion Sales Channel" ], - "summary": "Detailed information about a Rule resource.", + "summary": "Detailed information about a Promotion Sales Channel resource.", "description": "Available since: 6.0.0.0", - "operationId": "getRule", + "operationId": "getPromotionSalesChannel", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the rule", + "description": "Identifier for the promotion_sales_channel", "required": true, "schema": { "type": "string", @@ -56572,7 +56572,7 @@ ], "responses": { "200": { - "description": "Detail of Rule", + "description": "Detail of PromotionSalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -56584,7 +56584,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Rule" + "$ref": "#/components/schemas/PromotionSalesChannel" } } } @@ -56599,7 +56599,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Rule" + "$ref": "#/components/schemas/PromotionSalesChannel" } } } @@ -56616,16 +56616,16 @@ }, "delete": { "tags": [ - "Rule" + "Promotion Sales Channel" ], - "summary": "Delete a Rule resource.", + "summary": "Delete a Promotion Sales Channel resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteRule", + "operationId": "deletePromotionSalesChannel", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the rule", + "description": "Identifier for the promotion_sales_channel", "required": true, "schema": { "type": "string", @@ -56656,16 +56656,16 @@ }, "patch": { "tags": [ - "Rule" + "Promotion Sales Channel" ], - "summary": "Partially update information about a Rule resource.", + "summary": "Partially update information about a Promotion Sales Channel resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateRule", + "operationId": "updatePromotionSalesChannel", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the rule", + "description": "Identifier for the promotion_sales_channel", "required": true, "schema": { "type": "string", @@ -56683,18 +56683,18 @@ } ], "requestBody": { - "description": "Partially update information about a Rule resource.", + "description": "Partially update information about a Promotion Sales Channel resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Rule" + "$ref": "#/components/schemas/PromotionSalesChannel" } } } }, "responses": { "200": { - "description": "Detail of Rule", + "description": "Detail of PromotionSalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -56706,7 +56706,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Rule" + "$ref": "#/components/schemas/PromotionSalesChannel" } } } @@ -56721,7 +56721,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Rule" + "$ref": "#/components/schemas/PromotionSalesChannel" } } } @@ -56740,14 +56740,14 @@ } } }, - "/aggregate/rule": { + "/aggregate/promotion-sales-channel": { "post": { "tags": [ - "Rule" + "Promotion Sales Channel" ], - "summary": "Aggregate for the Rule resources.", + "summary": "Aggregate for the Promotion Sales Channel resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateRule", + "operationId": "aggregatePromotionSalesChannel", "requestBody": { "required": true, "content": { @@ -56771,7 +56771,7 @@ }, "responses": { "200": { - "description": "List of Rule", + "description": "List of PromotionSalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -56785,7 +56785,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Rule" + "$ref": "#/components/schemas/PromotionSalesChannel" } } } @@ -56803,7 +56803,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Rule" + "$ref": "#/components/schemas/PromotionSalesChannel" } } } @@ -56820,14 +56820,14 @@ } } }, - "/rule-condition": { + "/promotion-setgroup": { "get": { "tags": [ - "Rule Condition" + "Promotion Setgroup" ], - "summary": "List with basic information of Rule Condition resources.", + "summary": "List with basic information of Promotion Setgroup resources.", "description": "Available since: 6.0.0.0", - "operationId": "getRuleConditionList", + "operationId": "getPromotionSetgroupList", "parameters": [ { "name": "limit", @@ -56856,7 +56856,7 @@ ], "responses": { "200": { - "description": "List of Rule Condition resources.", + "description": "List of Promotion Setgroup resources.", "content": { "application/vnd.api+json": { "schema": { @@ -56875,7 +56875,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/RuleCondition" + "$ref": "#/components/schemas/PromotionSetgroup" } } ] @@ -56889,16 +56889,16 @@ "type": "object", "properties": { "first": { - "example": "/rule-condition?limit=25" + "example": "/promotion-setgroup?limit=25" }, "last": { - "example": "/rule-condition?limit=25&page=11" + "example": "/promotion-setgroup?limit=25&page=11" }, "next": { - "example": "/rule-condition?limit=25&page=4" + "example": "/promotion-setgroup?limit=25&page=4" }, "prev": { - "example": "/rule-condition?limit=25&page=2" + "example": "/promotion-setgroup?limit=25&page=2" } } } @@ -56919,7 +56919,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/RuleCondition" + "$ref": "#/components/schemas/PromotionSetgroup" } } } @@ -56934,11 +56934,11 @@ }, "post": { "tags": [ - "Rule Condition" + "Promotion Setgroup" ], - "summary": "Create a new Rule Condition resources.", + "summary": "Create a new Promotion Setgroup resources.", "description": "Available since: 6.0.0.0", - "operationId": "createRuleCondition", + "operationId": "createPromotionSetgroup", "parameters": [ { "name": "_response", @@ -56957,14 +56957,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/RuleCondition" + "$ref": "#/components/schemas/PromotionSetgroup" } } } }, "responses": { "200": { - "description": "Detail of RuleCondition", + "description": "Detail of PromotionSetgroup", "content": { "application/vnd.api+json": { "schema": { @@ -56976,7 +56976,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/RuleCondition" + "$ref": "#/components/schemas/PromotionSetgroup" } } } @@ -56991,7 +56991,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/RuleCondition" + "$ref": "#/components/schemas/PromotionSetgroup" } } } @@ -57007,14 +57007,14 @@ } } }, - "/search/rule-condition": { + "/search/promotion-setgroup": { "post": { "tags": [ - "Rule Condition" + "Promotion Setgroup" ], - "summary": "Search for the Rule Condition resources.", + "summary": "Search for the Promotion Setgroup resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchRuleCondition", + "operationId": "searchPromotionSetgroup", "parameters": [ { "name": "sw-include-search-info", @@ -57042,7 +57042,7 @@ }, "responses": { "200": { - "description": "List of RuleCondition", + "description": "List of PromotionSetgroup", "content": { "application/vnd.api+json": { "schema": { @@ -57056,7 +57056,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/RuleCondition" + "$ref": "#/components/schemas/PromotionSetgroup" } } } @@ -57074,7 +57074,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/RuleCondition" + "$ref": "#/components/schemas/PromotionSetgroup" } } } @@ -57091,19 +57091,19 @@ } } }, - "/rule-condition/{id}": { + "/promotion-setgroup/{id}": { "get": { "tags": [ - "Rule Condition" + "Promotion Setgroup" ], - "summary": "Detailed information about a Rule Condition resource.", + "summary": "Detailed information about a Promotion Setgroup resource.", "description": "Available since: 6.0.0.0", - "operationId": "getRuleCondition", + "operationId": "getPromotionSetgroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the rule_condition", + "description": "Identifier for the promotion_setgroup", "required": true, "schema": { "type": "string", @@ -57113,7 +57113,7 @@ ], "responses": { "200": { - "description": "Detail of RuleCondition", + "description": "Detail of PromotionSetgroup", "content": { "application/vnd.api+json": { "schema": { @@ -57125,7 +57125,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/RuleCondition" + "$ref": "#/components/schemas/PromotionSetgroup" } } } @@ -57140,7 +57140,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/RuleCondition" + "$ref": "#/components/schemas/PromotionSetgroup" } } } @@ -57157,16 +57157,16 @@ }, "delete": { "tags": [ - "Rule Condition" + "Promotion Setgroup" ], - "summary": "Delete a Rule Condition resource.", + "summary": "Delete a Promotion Setgroup resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteRuleCondition", + "operationId": "deletePromotionSetgroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the rule_condition", + "description": "Identifier for the promotion_setgroup", "required": true, "schema": { "type": "string", @@ -57197,16 +57197,16 @@ }, "patch": { "tags": [ - "Rule Condition" + "Promotion Setgroup" ], - "summary": "Partially update information about a Rule Condition resource.", + "summary": "Partially update information about a Promotion Setgroup resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateRuleCondition", + "operationId": "updatePromotionSetgroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the rule_condition", + "description": "Identifier for the promotion_setgroup", "required": true, "schema": { "type": "string", @@ -57224,18 +57224,18 @@ } ], "requestBody": { - "description": "Partially update information about a Rule Condition resource.", + "description": "Partially update information about a Promotion Setgroup resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/RuleCondition" + "$ref": "#/components/schemas/PromotionSetgroup" } } } }, "responses": { "200": { - "description": "Detail of RuleCondition", + "description": "Detail of PromotionSetgroup", "content": { "application/vnd.api+json": { "schema": { @@ -57247,7 +57247,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/RuleCondition" + "$ref": "#/components/schemas/PromotionSetgroup" } } } @@ -57262,7 +57262,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/RuleCondition" + "$ref": "#/components/schemas/PromotionSetgroup" } } } @@ -57281,14 +57281,14 @@ } } }, - "/aggregate/rule-condition": { + "/aggregate/promotion-setgroup": { "post": { "tags": [ - "Rule Condition" + "Promotion Setgroup" ], - "summary": "Aggregate for the Rule Condition resources.", + "summary": "Aggregate for the Promotion Setgroup resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateRuleCondition", + "operationId": "aggregatePromotionSetgroup", "requestBody": { "required": true, "content": { @@ -57312,7 +57312,7 @@ }, "responses": { "200": { - "description": "List of RuleCondition", + "description": "List of PromotionSetgroup", "content": { "application/vnd.api+json": { "schema": { @@ -57326,7 +57326,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/RuleCondition" + "$ref": "#/components/schemas/PromotionSetgroup" } } } @@ -57344,7 +57344,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/RuleCondition" + "$ref": "#/components/schemas/PromotionSetgroup" } } } @@ -57361,14 +57361,14 @@ } } }, - "/sales-channel": { + "/property-group": { "get": { "tags": [ - "Sales Channel" + "Property Group" ], - "summary": "List with basic information of Sales Channel resources.", + "summary": "List with basic information of Property Group resources.", "description": "Available since: 6.0.0.0", - "operationId": "getSalesChannelList", + "operationId": "getPropertyGroupList", "parameters": [ { "name": "limit", @@ -57397,7 +57397,7 @@ ], "responses": { "200": { - "description": "List of Sales Channel resources.", + "description": "List of Property Group resources.", "content": { "application/vnd.api+json": { "schema": { @@ -57416,7 +57416,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannel" + "$ref": "#/components/schemas/PropertyGroup" } } ] @@ -57430,16 +57430,16 @@ "type": "object", "properties": { "first": { - "example": "/sales-channel?limit=25" + "example": "/property-group?limit=25" }, "last": { - "example": "/sales-channel?limit=25&page=11" + "example": "/property-group?limit=25&page=11" }, "next": { - "example": "/sales-channel?limit=25&page=4" + "example": "/property-group?limit=25&page=4" }, "prev": { - "example": "/sales-channel?limit=25&page=2" + "example": "/property-group?limit=25&page=2" } } } @@ -57460,7 +57460,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannel" + "$ref": "#/components/schemas/PropertyGroup" } } } @@ -57475,11 +57475,11 @@ }, "post": { "tags": [ - "Sales Channel" + "Property Group" ], - "summary": "Create a new Sales Channel resources.", + "summary": "Create a new Property Group resources.", "description": "Available since: 6.0.0.0", - "operationId": "createSalesChannel", + "operationId": "createPropertyGroup", "parameters": [ { "name": "_response", @@ -57498,14 +57498,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannel" + "$ref": "#/components/schemas/PropertyGroup" } } } }, "responses": { "200": { - "description": "Detail of SalesChannel", + "description": "Detail of PropertyGroup", "content": { "application/vnd.api+json": { "schema": { @@ -57517,7 +57517,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannel" + "$ref": "#/components/schemas/PropertyGroup" } } } @@ -57532,7 +57532,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannel" + "$ref": "#/components/schemas/PropertyGroup" } } } @@ -57548,14 +57548,14 @@ } } }, - "/search/sales-channel": { + "/search/property-group": { "post": { "tags": [ - "Sales Channel" + "Property Group" ], - "summary": "Search for the Sales Channel resources.", + "summary": "Search for the Property Group resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchSalesChannel", + "operationId": "searchPropertyGroup", "parameters": [ { "name": "sw-include-search-info", @@ -57583,7 +57583,7 @@ }, "responses": { "200": { - "description": "List of SalesChannel", + "description": "List of PropertyGroup", "content": { "application/vnd.api+json": { "schema": { @@ -57597,7 +57597,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannel" + "$ref": "#/components/schemas/PropertyGroup" } } } @@ -57615,7 +57615,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannel" + "$ref": "#/components/schemas/PropertyGroup" } } } @@ -57632,19 +57632,19 @@ } } }, - "/sales-channel/{id}": { + "/property-group/{id}": { "get": { "tags": [ - "Sales Channel" + "Property Group" ], - "summary": "Detailed information about a Sales Channel resource.", + "summary": "Detailed information about a Property Group resource.", "description": "Available since: 6.0.0.0", - "operationId": "getSalesChannel", + "operationId": "getPropertyGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel", + "description": "Identifier for the property_group", "required": true, "schema": { "type": "string", @@ -57654,7 +57654,7 @@ ], "responses": { "200": { - "description": "Detail of SalesChannel", + "description": "Detail of PropertyGroup", "content": { "application/vnd.api+json": { "schema": { @@ -57666,7 +57666,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannel" + "$ref": "#/components/schemas/PropertyGroup" } } } @@ -57681,7 +57681,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannel" + "$ref": "#/components/schemas/PropertyGroup" } } } @@ -57698,16 +57698,16 @@ }, "delete": { "tags": [ - "Sales Channel" + "Property Group" ], - "summary": "Delete a Sales Channel resource.", + "summary": "Delete a Property Group resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteSalesChannel", + "operationId": "deletePropertyGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel", + "description": "Identifier for the property_group", "required": true, "schema": { "type": "string", @@ -57738,16 +57738,16 @@ }, "patch": { "tags": [ - "Sales Channel" + "Property Group" ], - "summary": "Partially update information about a Sales Channel resource.", + "summary": "Partially update information about a Property Group resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateSalesChannel", + "operationId": "updatePropertyGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel", + "description": "Identifier for the property_group", "required": true, "schema": { "type": "string", @@ -57765,18 +57765,18 @@ } ], "requestBody": { - "description": "Partially update information about a Sales Channel resource.", + "description": "Partially update information about a Property Group resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannel" + "$ref": "#/components/schemas/PropertyGroup" } } } }, "responses": { "200": { - "description": "Detail of SalesChannel", + "description": "Detail of PropertyGroup", "content": { "application/vnd.api+json": { "schema": { @@ -57788,7 +57788,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannel" + "$ref": "#/components/schemas/PropertyGroup" } } } @@ -57803,7 +57803,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannel" + "$ref": "#/components/schemas/PropertyGroup" } } } @@ -57822,14 +57822,14 @@ } } }, - "/aggregate/sales-channel": { + "/aggregate/property-group": { "post": { "tags": [ - "Sales Channel" + "Property Group" ], - "summary": "Aggregate for the Sales Channel resources.", + "summary": "Aggregate for the Property Group resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSalesChannel", + "operationId": "aggregatePropertyGroup", "requestBody": { "required": true, "content": { @@ -57853,7 +57853,7 @@ }, "responses": { "200": { - "description": "List of SalesChannel", + "description": "List of PropertyGroup", "content": { "application/vnd.api+json": { "schema": { @@ -57867,7 +57867,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannel" + "$ref": "#/components/schemas/PropertyGroup" } } } @@ -57885,7 +57885,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannel" + "$ref": "#/components/schemas/PropertyGroup" } } } @@ -57902,14 +57902,14 @@ } } }, - "/sales-channel-analytics": { + "/property-group-option": { "get": { "tags": [ - "Sales Channel Analytics" + "Property Group Option" ], - "summary": "List with basic information of Sales Channel Analytics resources.", - "description": "Available since: 6.2.0.0", - "operationId": "getSalesChannelAnalyticsList", + "summary": "List with basic information of Property Group Option resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getPropertyGroupOptionList", "parameters": [ { "name": "limit", @@ -57938,7 +57938,7 @@ ], "responses": { "200": { - "description": "List of Sales Channel Analytics resources.", + "description": "List of Property Group Option resources.", "content": { "application/vnd.api+json": { "schema": { @@ -57957,7 +57957,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelAnalytics" + "$ref": "#/components/schemas/PropertyGroupOption" } } ] @@ -57971,16 +57971,16 @@ "type": "object", "properties": { "first": { - "example": "/sales-channel-analytics?limit=25" + "example": "/property-group-option?limit=25" }, "last": { - "example": "/sales-channel-analytics?limit=25&page=11" + "example": "/property-group-option?limit=25&page=11" }, "next": { - "example": "/sales-channel-analytics?limit=25&page=4" + "example": "/property-group-option?limit=25&page=4" }, "prev": { - "example": "/sales-channel-analytics?limit=25&page=2" + "example": "/property-group-option?limit=25&page=2" } } } @@ -58001,7 +58001,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelAnalytics" + "$ref": "#/components/schemas/PropertyGroupOption" } } } @@ -58016,11 +58016,11 @@ }, "post": { "tags": [ - "Sales Channel Analytics" + "Property Group Option" ], - "summary": "Create a new Sales Channel Analytics resources.", - "description": "Available since: 6.2.0.0", - "operationId": "createSalesChannelAnalytics", + "summary": "Create a new Property Group Option resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createPropertyGroupOption", "parameters": [ { "name": "_response", @@ -58039,14 +58039,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannelAnalytics" + "$ref": "#/components/schemas/PropertyGroupOption" } } } }, "responses": { "200": { - "description": "Detail of SalesChannelAnalytics", + "description": "Detail of PropertyGroupOption", "content": { "application/vnd.api+json": { "schema": { @@ -58058,7 +58058,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelAnalytics" + "$ref": "#/components/schemas/PropertyGroupOption" } } } @@ -58073,7 +58073,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelAnalytics" + "$ref": "#/components/schemas/PropertyGroupOption" } } } @@ -58089,14 +58089,14 @@ } } }, - "/search/sales-channel-analytics": { + "/search/property-group-option": { "post": { "tags": [ - "Sales Channel Analytics" + "Property Group Option" ], - "summary": "Search for the Sales Channel Analytics resources.", - "description": "Available since: 6.2.0.0", - "operationId": "searchSalesChannelAnalytics", + "summary": "Search for the Property Group Option resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchPropertyGroupOption", "parameters": [ { "name": "sw-include-search-info", @@ -58124,7 +58124,7 @@ }, "responses": { "200": { - "description": "List of SalesChannelAnalytics", + "description": "List of PropertyGroupOption", "content": { "application/vnd.api+json": { "schema": { @@ -58138,7 +58138,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelAnalytics" + "$ref": "#/components/schemas/PropertyGroupOption" } } } @@ -58156,7 +58156,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelAnalytics" + "$ref": "#/components/schemas/PropertyGroupOption" } } } @@ -58173,19 +58173,19 @@ } } }, - "/sales-channel-analytics/{id}": { + "/property-group-option/{id}": { "get": { "tags": [ - "Sales Channel Analytics" + "Property Group Option" ], - "summary": "Detailed information about a Sales Channel Analytics resource.", - "description": "Available since: 6.2.0.0", - "operationId": "getSalesChannelAnalytics", + "summary": "Detailed information about a Property Group Option resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getPropertyGroupOption", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_analytics", + "description": "Identifier for the property_group_option", "required": true, "schema": { "type": "string", @@ -58195,7 +58195,7 @@ ], "responses": { "200": { - "description": "Detail of SalesChannelAnalytics", + "description": "Detail of PropertyGroupOption", "content": { "application/vnd.api+json": { "schema": { @@ -58207,7 +58207,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelAnalytics" + "$ref": "#/components/schemas/PropertyGroupOption" } } } @@ -58222,7 +58222,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelAnalytics" + "$ref": "#/components/schemas/PropertyGroupOption" } } } @@ -58239,16 +58239,16 @@ }, "delete": { "tags": [ - "Sales Channel Analytics" + "Property Group Option" ], - "summary": "Delete a Sales Channel Analytics resource.", - "description": "Available since: 6.2.0.0", - "operationId": "deleteSalesChannelAnalytics", + "summary": "Delete a Property Group Option resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deletePropertyGroupOption", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_analytics", + "description": "Identifier for the property_group_option", "required": true, "schema": { "type": "string", @@ -58279,16 +58279,16 @@ }, "patch": { "tags": [ - "Sales Channel Analytics" + "Property Group Option" ], - "summary": "Partially update information about a Sales Channel Analytics resource.", - "description": "Available since: 6.2.0.0", - "operationId": "updateSalesChannelAnalytics", + "summary": "Partially update information about a Property Group Option resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updatePropertyGroupOption", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_analytics", + "description": "Identifier for the property_group_option", "required": true, "schema": { "type": "string", @@ -58306,18 +58306,18 @@ } ], "requestBody": { - "description": "Partially update information about a Sales Channel Analytics resource.", + "description": "Partially update information about a Property Group Option resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannelAnalytics" + "$ref": "#/components/schemas/PropertyGroupOption" } } } }, "responses": { "200": { - "description": "Detail of SalesChannelAnalytics", + "description": "Detail of PropertyGroupOption", "content": { "application/vnd.api+json": { "schema": { @@ -58329,7 +58329,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelAnalytics" + "$ref": "#/components/schemas/PropertyGroupOption" } } } @@ -58344,7 +58344,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelAnalytics" + "$ref": "#/components/schemas/PropertyGroupOption" } } } @@ -58363,14 +58363,14 @@ } } }, - "/aggregate/sales-channel-analytics": { + "/aggregate/property-group-option": { "post": { "tags": [ - "Sales Channel Analytics" + "Property Group Option" ], - "summary": "Aggregate for the Sales Channel Analytics resources.", + "summary": "Aggregate for the Property Group Option resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSalesChannelAnalytics", + "operationId": "aggregatePropertyGroupOption", "requestBody": { "required": true, "content": { @@ -58394,7 +58394,7 @@ }, "responses": { "200": { - "description": "List of SalesChannelAnalytics", + "description": "List of PropertyGroupOption", "content": { "application/vnd.api+json": { "schema": { @@ -58408,7 +58408,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelAnalytics" + "$ref": "#/components/schemas/PropertyGroupOption" } } } @@ -58426,7 +58426,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelAnalytics" + "$ref": "#/components/schemas/PropertyGroupOption" } } } @@ -58443,14 +58443,14 @@ } } }, - "/sales-channel-domain": { + "/rule": { "get": { "tags": [ - "Sales Channel Domain" + "Rule" ], - "summary": "List with basic information of Sales Channel Domain resources.", + "summary": "List with basic information of Rule resources.", "description": "Available since: 6.0.0.0", - "operationId": "getSalesChannelDomainList", + "operationId": "getRuleList", "parameters": [ { "name": "limit", @@ -58479,7 +58479,7 @@ ], "responses": { "200": { - "description": "List of Sales Channel Domain resources.", + "description": "List of Rule resources.", "content": { "application/vnd.api+json": { "schema": { @@ -58498,7 +58498,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelDomain" + "$ref": "#/components/schemas/Rule" } } ] @@ -58512,16 +58512,16 @@ "type": "object", "properties": { "first": { - "example": "/sales-channel-domain?limit=25" + "example": "/rule?limit=25" }, "last": { - "example": "/sales-channel-domain?limit=25&page=11" + "example": "/rule?limit=25&page=11" }, "next": { - "example": "/sales-channel-domain?limit=25&page=4" + "example": "/rule?limit=25&page=4" }, "prev": { - "example": "/sales-channel-domain?limit=25&page=2" + "example": "/rule?limit=25&page=2" } } } @@ -58542,7 +58542,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelDomain" + "$ref": "#/components/schemas/Rule" } } } @@ -58557,11 +58557,11 @@ }, "post": { "tags": [ - "Sales Channel Domain" + "Rule" ], - "summary": "Create a new Sales Channel Domain resources.", + "summary": "Create a new Rule resources.", "description": "Available since: 6.0.0.0", - "operationId": "createSalesChannelDomain", + "operationId": "createRule", "parameters": [ { "name": "_response", @@ -58580,14 +58580,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannelDomain" + "$ref": "#/components/schemas/Rule" } } } }, "responses": { "200": { - "description": "Detail of SalesChannelDomain", + "description": "Detail of Rule", "content": { "application/vnd.api+json": { "schema": { @@ -58599,7 +58599,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelDomain" + "$ref": "#/components/schemas/Rule" } } } @@ -58614,7 +58614,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelDomain" + "$ref": "#/components/schemas/Rule" } } } @@ -58630,14 +58630,14 @@ } } }, - "/search/sales-channel-domain": { + "/search/rule": { "post": { "tags": [ - "Sales Channel Domain" + "Rule" ], - "summary": "Search for the Sales Channel Domain resources.", + "summary": "Search for the Rule resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchSalesChannelDomain", + "operationId": "searchRule", "parameters": [ { "name": "sw-include-search-info", @@ -58665,7 +58665,7 @@ }, "responses": { "200": { - "description": "List of SalesChannelDomain", + "description": "List of Rule", "content": { "application/vnd.api+json": { "schema": { @@ -58679,7 +58679,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelDomain" + "$ref": "#/components/schemas/Rule" } } } @@ -58697,7 +58697,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelDomain" + "$ref": "#/components/schemas/Rule" } } } @@ -58714,19 +58714,19 @@ } } }, - "/sales-channel-domain/{id}": { + "/rule/{id}": { "get": { "tags": [ - "Sales Channel Domain" + "Rule" ], - "summary": "Detailed information about a Sales Channel Domain resource.", + "summary": "Detailed information about a Rule resource.", "description": "Available since: 6.0.0.0", - "operationId": "getSalesChannelDomain", + "operationId": "getRule", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_domain", + "description": "Identifier for the rule", "required": true, "schema": { "type": "string", @@ -58736,7 +58736,7 @@ ], "responses": { "200": { - "description": "Detail of SalesChannelDomain", + "description": "Detail of Rule", "content": { "application/vnd.api+json": { "schema": { @@ -58748,7 +58748,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelDomain" + "$ref": "#/components/schemas/Rule" } } } @@ -58763,7 +58763,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelDomain" + "$ref": "#/components/schemas/Rule" } } } @@ -58780,16 +58780,16 @@ }, "delete": { "tags": [ - "Sales Channel Domain" + "Rule" ], - "summary": "Delete a Sales Channel Domain resource.", + "summary": "Delete a Rule resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteSalesChannelDomain", + "operationId": "deleteRule", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_domain", + "description": "Identifier for the rule", "required": true, "schema": { "type": "string", @@ -58820,16 +58820,16 @@ }, "patch": { "tags": [ - "Sales Channel Domain" + "Rule" ], - "summary": "Partially update information about a Sales Channel Domain resource.", + "summary": "Partially update information about a Rule resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateSalesChannelDomain", + "operationId": "updateRule", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_domain", + "description": "Identifier for the rule", "required": true, "schema": { "type": "string", @@ -58847,18 +58847,18 @@ } ], "requestBody": { - "description": "Partially update information about a Sales Channel Domain resource.", + "description": "Partially update information about a Rule resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannelDomain" + "$ref": "#/components/schemas/Rule" } } } }, "responses": { "200": { - "description": "Detail of SalesChannelDomain", + "description": "Detail of Rule", "content": { "application/vnd.api+json": { "schema": { @@ -58870,7 +58870,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelDomain" + "$ref": "#/components/schemas/Rule" } } } @@ -58885,7 +58885,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelDomain" + "$ref": "#/components/schemas/Rule" } } } @@ -58904,14 +58904,14 @@ } } }, - "/aggregate/sales-channel-domain": { + "/aggregate/rule": { "post": { "tags": [ - "Sales Channel Domain" + "Rule" ], - "summary": "Aggregate for the Sales Channel Domain resources.", + "summary": "Aggregate for the Rule resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSalesChannelDomain", + "operationId": "aggregateRule", "requestBody": { "required": true, "content": { @@ -58935,7 +58935,7 @@ }, "responses": { "200": { - "description": "List of SalesChannelDomain", + "description": "List of Rule", "content": { "application/vnd.api+json": { "schema": { @@ -58949,7 +58949,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelDomain" + "$ref": "#/components/schemas/Rule" } } } @@ -58967,7 +58967,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelDomain" + "$ref": "#/components/schemas/Rule" } } } @@ -58984,15 +58984,14 @@ } } }, - "/sales-channel-tracking-customer": { + "/rule-condition": { "get": { "tags": [ - "Sales Channel Tracking Customer", - "Experimental" + "Rule Condition" ], - "summary": "List with basic information of Sales Channel Tracking 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.7.9.0", - "operationId": "getSalesChannelTrackingCustomerList", + "summary": "List with basic information of Rule Condition resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getRuleConditionList", "parameters": [ { "name": "limit", @@ -59021,7 +59020,7 @@ ], "responses": { "200": { - "description": "List of Sales Channel Tracking Customer resources.", + "description": "List of Rule Condition resources.", "content": { "application/vnd.api+json": { "schema": { @@ -59040,7 +59039,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/RuleCondition" } } ] @@ -59054,16 +59053,16 @@ "type": "object", "properties": { "first": { - "example": "/sales-channel-tracking-customer?limit=25" + "example": "/rule-condition?limit=25" }, "last": { - "example": "/sales-channel-tracking-customer?limit=25&page=11" + "example": "/rule-condition?limit=25&page=11" }, "next": { - "example": "/sales-channel-tracking-customer?limit=25&page=4" + "example": "/rule-condition?limit=25&page=4" }, "prev": { - "example": "/sales-channel-tracking-customer?limit=25&page=2" + "example": "/rule-condition?limit=25&page=2" } } } @@ -59084,7 +59083,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/RuleCondition" } } } @@ -59099,12 +59098,11 @@ }, "post": { "tags": [ - "Sales Channel Tracking Customer", - "Experimental" + "Rule Condition" ], - "summary": "Create a new Sales Channel Tracking 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.7.9.0", - "operationId": "createSalesChannelTrackingCustomer", + "summary": "Create a new Rule Condition resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createRuleCondition", "parameters": [ { "name": "_response", @@ -59123,14 +59121,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/RuleCondition" } } } }, "responses": { "200": { - "description": "Detail of SalesChannelTrackingCustomer", + "description": "Detail of RuleCondition", "content": { "application/vnd.api+json": { "schema": { @@ -59142,7 +59140,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/RuleCondition" } } } @@ -59157,7 +59155,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/RuleCondition" } } } @@ -59173,15 +59171,14 @@ } } }, - "/search/sales-channel-tracking-customer": { + "/search/rule-condition": { "post": { "tags": [ - "Sales Channel Tracking Customer", - "Experimental" + "Rule Condition" ], - "summary": "Search for the Sales Channel Tracking 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.7.9.0", - "operationId": "searchSalesChannelTrackingCustomer", + "summary": "Search for the Rule Condition resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchRuleCondition", "parameters": [ { "name": "sw-include-search-info", @@ -59209,7 +59206,7 @@ }, "responses": { "200": { - "description": "List of SalesChannelTrackingCustomer", + "description": "List of RuleCondition", "content": { "application/vnd.api+json": { "schema": { @@ -59223,7 +59220,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/RuleCondition" } } } @@ -59241,7 +59238,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/RuleCondition" } } } @@ -59258,20 +59255,19 @@ } } }, - "/sales-channel-tracking-customer/{id}": { + "/rule-condition/{id}": { "get": { "tags": [ - "Sales Channel Tracking Customer", - "Experimental" + "Rule Condition" ], - "summary": "Detailed information about a Sales Channel Tracking Customer 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": "getSalesChannelTrackingCustomer", + "summary": "Detailed information about a Rule Condition resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getRuleCondition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_tracking_customer", + "description": "Identifier for the rule_condition", "required": true, "schema": { "type": "string", @@ -59281,7 +59277,7 @@ ], "responses": { "200": { - "description": "Detail of SalesChannelTrackingCustomer", + "description": "Detail of RuleCondition", "content": { "application/vnd.api+json": { "schema": { @@ -59293,7 +59289,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/RuleCondition" } } } @@ -59308,7 +59304,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/RuleCondition" } } } @@ -59325,17 +59321,16 @@ }, "delete": { "tags": [ - "Sales Channel Tracking Customer", - "Experimental" + "Rule Condition" ], - "summary": "Delete a Sales Channel Tracking Customer 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": "deleteSalesChannelTrackingCustomer", + "summary": "Delete a Rule Condition resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteRuleCondition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_tracking_customer", + "description": "Identifier for the rule_condition", "required": true, "schema": { "type": "string", @@ -59366,17 +59361,16 @@ }, "patch": { "tags": [ - "Sales Channel Tracking Customer", - "Experimental" + "Rule Condition" ], - "summary": "Partially update information about a Sales Channel Tracking Customer 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": "updateSalesChannelTrackingCustomer", + "summary": "Partially update information about a Rule Condition resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateRuleCondition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_tracking_customer", + "description": "Identifier for the rule_condition", "required": true, "schema": { "type": "string", @@ -59394,18 +59388,18 @@ } ], "requestBody": { - "description": "Partially update information about a Sales Channel Tracking Customer resource.", + "description": "Partially update information about a Rule Condition resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/RuleCondition" } } } }, "responses": { "200": { - "description": "Detail of SalesChannelTrackingCustomer", + "description": "Detail of RuleCondition", "content": { "application/vnd.api+json": { "schema": { @@ -59417,7 +59411,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/RuleCondition" } } } @@ -59432,7 +59426,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/RuleCondition" } } } @@ -59451,15 +59445,14 @@ } } }, - "/aggregate/sales-channel-tracking-customer": { + "/aggregate/rule-condition": { "post": { "tags": [ - "Sales Channel Tracking Customer", - "Experimental" + "Rule Condition" ], - "summary": "Aggregate for the Sales Channel Tracking 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.7.9.0", - "operationId": "aggregateSalesChannelTrackingCustomer", + "summary": "Aggregate for the Rule Condition resources.", + "description": "Available since: 6.6.10.0", + "operationId": "aggregateRuleCondition", "requestBody": { "required": true, "content": { @@ -59483,7 +59476,7 @@ }, "responses": { "200": { - "description": "List of SalesChannelTrackingCustomer", + "description": "List of RuleCondition", "content": { "application/vnd.api+json": { "schema": { @@ -59497,7 +59490,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/RuleCondition" } } } @@ -59515,7 +59508,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/RuleCondition" } } } @@ -59532,15 +59525,14 @@ } } }, - "/sales-channel-tracking-order": { + "/sales-channel": { "get": { "tags": [ - "Sales Channel Tracking Order", - "Experimental" + "Sales Channel" ], - "summary": "List with basic information of Sales Channel Tracking Order 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": "getSalesChannelTrackingOrderList", + "summary": "List with basic information of Sales Channel resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getSalesChannelList", "parameters": [ { "name": "limit", @@ -59569,7 +59561,7 @@ ], "responses": { "200": { - "description": "List of Sales Channel Tracking Order resources.", + "description": "List of Sales Channel resources.", "content": { "application/vnd.api+json": { "schema": { @@ -59588,7 +59580,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SalesChannel" } } ] @@ -59602,16 +59594,16 @@ "type": "object", "properties": { "first": { - "example": "/sales-channel-tracking-order?limit=25" + "example": "/sales-channel?limit=25" }, "last": { - "example": "/sales-channel-tracking-order?limit=25&page=11" + "example": "/sales-channel?limit=25&page=11" }, "next": { - "example": "/sales-channel-tracking-order?limit=25&page=4" + "example": "/sales-channel?limit=25&page=4" }, "prev": { - "example": "/sales-channel-tracking-order?limit=25&page=2" + "example": "/sales-channel?limit=25&page=2" } } } @@ -59632,7 +59624,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SalesChannel" } } } @@ -59647,12 +59639,11 @@ }, "post": { "tags": [ - "Sales Channel Tracking Order", - "Experimental" + "Sales Channel" ], - "summary": "Create a new Sales Channel Tracking Order 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": "createSalesChannelTrackingOrder", + "summary": "Create a new Sales Channel resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createSalesChannel", "parameters": [ { "name": "_response", @@ -59671,14 +59662,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SalesChannel" } } } }, "responses": { "200": { - "description": "Detail of SalesChannelTrackingOrder", + "description": "Detail of SalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -59690,7 +59681,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SalesChannel" } } } @@ -59705,7 +59696,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SalesChannel" } } } @@ -59721,15 +59712,14 @@ } } }, - "/search/sales-channel-tracking-order": { + "/search/sales-channel": { "post": { "tags": [ - "Sales Channel Tracking Order", - "Experimental" + "Sales Channel" ], - "summary": "Search for the Sales Channel Tracking Order 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": "searchSalesChannelTrackingOrder", + "summary": "Search for the Sales Channel resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchSalesChannel", "parameters": [ { "name": "sw-include-search-info", @@ -59757,7 +59747,7 @@ }, "responses": { "200": { - "description": "List of SalesChannelTrackingOrder", + "description": "List of SalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -59771,7 +59761,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SalesChannel" } } } @@ -59789,7 +59779,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SalesChannel" } } } @@ -59806,20 +59796,19 @@ } } }, - "/sales-channel-tracking-order/{id}": { + "/sales-channel/{id}": { "get": { "tags": [ - "Sales Channel Tracking Order", - "Experimental" + "Sales Channel" ], - "summary": "Detailed information about a Sales Channel Tracking Order 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": "getSalesChannelTrackingOrder", + "summary": "Detailed information about a Sales Channel resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getSalesChannel", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_tracking_order", + "description": "Identifier for the sales_channel", "required": true, "schema": { "type": "string", @@ -59829,7 +59818,7 @@ ], "responses": { "200": { - "description": "Detail of SalesChannelTrackingOrder", + "description": "Detail of SalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -59841,7 +59830,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SalesChannel" } } } @@ -59856,7 +59845,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SalesChannel" } } } @@ -59873,17 +59862,16 @@ }, "delete": { "tags": [ - "Sales Channel Tracking Order", - "Experimental" + "Sales Channel" ], - "summary": "Delete a Sales Channel Tracking Order 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": "deleteSalesChannelTrackingOrder", + "summary": "Delete a Sales Channel resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteSalesChannel", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_tracking_order", + "description": "Identifier for the sales_channel", "required": true, "schema": { "type": "string", @@ -59914,17 +59902,16 @@ }, "patch": { "tags": [ - "Sales Channel Tracking Order", - "Experimental" + "Sales Channel" ], - "summary": "Partially update information about a Sales Channel Tracking Order 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": "updateSalesChannelTrackingOrder", + "summary": "Partially update information about a Sales Channel resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateSalesChannel", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_tracking_order", + "description": "Identifier for the sales_channel", "required": true, "schema": { "type": "string", @@ -59942,18 +59929,18 @@ } ], "requestBody": { - "description": "Partially update information about a Sales Channel Tracking Order resource.", + "description": "Partially update information about a Sales Channel resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SalesChannel" } } } }, "responses": { "200": { - "description": "Detail of SalesChannelTrackingOrder", + "description": "Detail of SalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -59965,7 +59952,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SalesChannel" } } } @@ -59980,7 +59967,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SalesChannel" } } } @@ -59999,15 +59986,14 @@ } } }, - "/aggregate/sales-channel-tracking-order": { + "/aggregate/sales-channel": { "post": { "tags": [ - "Sales Channel Tracking Order", - "Experimental" + "Sales Channel" ], - "summary": "Aggregate for the Sales Channel Tracking Order 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": "aggregateSalesChannelTrackingOrder", + "summary": "Aggregate for the Sales Channel resources.", + "description": "Available since: 6.6.10.0", + "operationId": "aggregateSalesChannel", "requestBody": { "required": true, "content": { @@ -60031,7 +60017,7 @@ }, "responses": { "200": { - "description": "List of SalesChannelTrackingOrder", + "description": "List of SalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -60045,7 +60031,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SalesChannel" } } } @@ -60063,7 +60049,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SalesChannel" } } } @@ -60080,14 +60066,14 @@ } } }, - "/sales-channel-type": { + "/sales-channel-analytics": { "get": { "tags": [ - "Sales Channel Type" + "Sales Channel Analytics" ], - "summary": "List with basic information of Sales Channel Type resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getSalesChannelTypeList", + "summary": "List with basic information of Sales Channel Analytics resources.", + "description": "Available since: 6.2.0.0", + "operationId": "getSalesChannelAnalyticsList", "parameters": [ { "name": "limit", @@ -60116,7 +60102,7 @@ ], "responses": { "200": { - "description": "List of Sales Channel Type resources.", + "description": "List of Sales Channel Analytics resources.", "content": { "application/vnd.api+json": { "schema": { @@ -60135,7 +60121,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelType" + "$ref": "#/components/schemas/SalesChannelAnalytics" } } ] @@ -60149,16 +60135,16 @@ "type": "object", "properties": { "first": { - "example": "/sales-channel-type?limit=25" + "example": "/sales-channel-analytics?limit=25" }, "last": { - "example": "/sales-channel-type?limit=25&page=11" + "example": "/sales-channel-analytics?limit=25&page=11" }, "next": { - "example": "/sales-channel-type?limit=25&page=4" + "example": "/sales-channel-analytics?limit=25&page=4" }, "prev": { - "example": "/sales-channel-type?limit=25&page=2" + "example": "/sales-channel-analytics?limit=25&page=2" } } } @@ -60179,7 +60165,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelType" + "$ref": "#/components/schemas/SalesChannelAnalytics" } } } @@ -60194,11 +60180,11 @@ }, "post": { "tags": [ - "Sales Channel Type" + "Sales Channel Analytics" ], - "summary": "Create a new Sales Channel Type resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createSalesChannelType", + "summary": "Create a new Sales Channel Analytics resources.", + "description": "Available since: 6.2.0.0", + "operationId": "createSalesChannelAnalytics", "parameters": [ { "name": "_response", @@ -60217,14 +60203,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannelType" + "$ref": "#/components/schemas/SalesChannelAnalytics" } } } }, "responses": { "200": { - "description": "Detail of SalesChannelType", + "description": "Detail of SalesChannelAnalytics", "content": { "application/vnd.api+json": { "schema": { @@ -60236,7 +60222,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelType" + "$ref": "#/components/schemas/SalesChannelAnalytics" } } } @@ -60251,7 +60237,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelType" + "$ref": "#/components/schemas/SalesChannelAnalytics" } } } @@ -60267,14 +60253,14 @@ } } }, - "/search/sales-channel-type": { + "/search/sales-channel-analytics": { "post": { "tags": [ - "Sales Channel Type" + "Sales Channel Analytics" ], - "summary": "Search for the Sales Channel Type resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchSalesChannelType", + "summary": "Search for the Sales Channel Analytics resources.", + "description": "Available since: 6.2.0.0", + "operationId": "searchSalesChannelAnalytics", "parameters": [ { "name": "sw-include-search-info", @@ -60302,7 +60288,7 @@ }, "responses": { "200": { - "description": "List of SalesChannelType", + "description": "List of SalesChannelAnalytics", "content": { "application/vnd.api+json": { "schema": { @@ -60316,7 +60302,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelType" + "$ref": "#/components/schemas/SalesChannelAnalytics" } } } @@ -60334,7 +60320,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelType" + "$ref": "#/components/schemas/SalesChannelAnalytics" } } } @@ -60351,19 +60337,19 @@ } } }, - "/sales-channel-type/{id}": { + "/sales-channel-analytics/{id}": { "get": { "tags": [ - "Sales Channel Type" + "Sales Channel Analytics" ], - "summary": "Detailed information about a Sales Channel Type resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getSalesChannelType", + "summary": "Detailed information about a Sales Channel Analytics resource.", + "description": "Available since: 6.2.0.0", + "operationId": "getSalesChannelAnalytics", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_type", + "description": "Identifier for the sales_channel_analytics", "required": true, "schema": { "type": "string", @@ -60373,7 +60359,7 @@ ], "responses": { "200": { - "description": "Detail of SalesChannelType", + "description": "Detail of SalesChannelAnalytics", "content": { "application/vnd.api+json": { "schema": { @@ -60385,7 +60371,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelType" + "$ref": "#/components/schemas/SalesChannelAnalytics" } } } @@ -60400,7 +60386,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelType" + "$ref": "#/components/schemas/SalesChannelAnalytics" } } } @@ -60417,16 +60403,16 @@ }, "delete": { "tags": [ - "Sales Channel Type" + "Sales Channel Analytics" ], - "summary": "Delete a Sales Channel Type resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteSalesChannelType", + "summary": "Delete a Sales Channel Analytics resource.", + "description": "Available since: 6.2.0.0", + "operationId": "deleteSalesChannelAnalytics", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_type", + "description": "Identifier for the sales_channel_analytics", "required": true, "schema": { "type": "string", @@ -60457,16 +60443,16 @@ }, "patch": { "tags": [ - "Sales Channel Type" + "Sales Channel Analytics" ], - "summary": "Partially update information about a Sales Channel Type resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateSalesChannelType", + "summary": "Partially update information about a Sales Channel Analytics resource.", + "description": "Available since: 6.2.0.0", + "operationId": "updateSalesChannelAnalytics", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_type", + "description": "Identifier for the sales_channel_analytics", "required": true, "schema": { "type": "string", @@ -60484,18 +60470,18 @@ } ], "requestBody": { - "description": "Partially update information about a Sales Channel Type resource.", + "description": "Partially update information about a Sales Channel Analytics resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannelType" + "$ref": "#/components/schemas/SalesChannelAnalytics" } } } }, "responses": { "200": { - "description": "Detail of SalesChannelType", + "description": "Detail of SalesChannelAnalytics", "content": { "application/vnd.api+json": { "schema": { @@ -60507,7 +60493,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelType" + "$ref": "#/components/schemas/SalesChannelAnalytics" } } } @@ -60522,7 +60508,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelType" + "$ref": "#/components/schemas/SalesChannelAnalytics" } } } @@ -60541,14 +60527,14 @@ } } }, - "/aggregate/sales-channel-type": { + "/aggregate/sales-channel-analytics": { "post": { "tags": [ - "Sales Channel Type" + "Sales Channel Analytics" ], - "summary": "Aggregate for the Sales Channel Type resources.", + "summary": "Aggregate for the Sales Channel Analytics resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSalesChannelType", + "operationId": "aggregateSalesChannelAnalytics", "requestBody": { "required": true, "content": { @@ -60572,7 +60558,7 @@ }, "responses": { "200": { - "description": "List of SalesChannelType", + "description": "List of SalesChannelAnalytics", "content": { "application/vnd.api+json": { "schema": { @@ -60586,7 +60572,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelType" + "$ref": "#/components/schemas/SalesChannelAnalytics" } } } @@ -60604,7 +60590,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelType" + "$ref": "#/components/schemas/SalesChannelAnalytics" } } } @@ -60621,14 +60607,14 @@ } } }, - "/salutation": { + "/sales-channel-domain": { "get": { "tags": [ - "Salutation" + "Sales Channel Domain" ], - "summary": "List with basic information of Salutation resources.", + "summary": "List with basic information of Sales Channel Domain resources.", "description": "Available since: 6.0.0.0", - "operationId": "getSalutationList", + "operationId": "getSalesChannelDomainList", "parameters": [ { "name": "limit", @@ -60657,7 +60643,7 @@ ], "responses": { "200": { - "description": "List of Salutation resources.", + "description": "List of Sales Channel Domain resources.", "content": { "application/vnd.api+json": { "schema": { @@ -60676,7 +60662,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Salutation" + "$ref": "#/components/schemas/SalesChannelDomain" } } ] @@ -60690,16 +60676,16 @@ "type": "object", "properties": { "first": { - "example": "/salutation?limit=25" + "example": "/sales-channel-domain?limit=25" }, "last": { - "example": "/salutation?limit=25&page=11" + "example": "/sales-channel-domain?limit=25&page=11" }, "next": { - "example": "/salutation?limit=25&page=4" + "example": "/sales-channel-domain?limit=25&page=4" }, "prev": { - "example": "/salutation?limit=25&page=2" + "example": "/sales-channel-domain?limit=25&page=2" } } } @@ -60720,7 +60706,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Salutation" + "$ref": "#/components/schemas/SalesChannelDomain" } } } @@ -60735,11 +60721,11 @@ }, "post": { "tags": [ - "Salutation" + "Sales Channel Domain" ], - "summary": "Fetches salutations with a criteria obj.", - "description": "Fetches salutations with a criteria obj.", - "operationId": "createSalutation", + "summary": "Create a new Sales Channel Domain resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createSalesChannelDomain", "parameters": [ { "name": "_response", @@ -60758,14 +60744,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Salutation" + "$ref": "#/components/schemas/SalesChannelDomain" } } } }, "responses": { "200": { - "description": "Detail of Salutation", + "description": "Detail of SalesChannelDomain", "content": { "application/vnd.api+json": { "schema": { @@ -60777,7 +60763,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Salutation" + "$ref": "#/components/schemas/SalesChannelDomain" } } } @@ -60792,7 +60778,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Salutation" + "$ref": "#/components/schemas/SalesChannelDomain" } } } @@ -60808,14 +60794,14 @@ } } }, - "/search/salutation": { + "/search/sales-channel-domain": { "post": { "tags": [ - "Salutation" + "Sales Channel Domain" ], - "summary": "Search for the Salutation resources.", + "summary": "Search for the Sales Channel Domain resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchSalutation", + "operationId": "searchSalesChannelDomain", "parameters": [ { "name": "sw-include-search-info", @@ -60843,7 +60829,7 @@ }, "responses": { "200": { - "description": "List of Salutation", + "description": "List of SalesChannelDomain", "content": { "application/vnd.api+json": { "schema": { @@ -60857,7 +60843,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Salutation" + "$ref": "#/components/schemas/SalesChannelDomain" } } } @@ -60875,7 +60861,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Salutation" + "$ref": "#/components/schemas/SalesChannelDomain" } } } @@ -60892,19 +60878,19 @@ } } }, - "/salutation/{id}": { + "/sales-channel-domain/{id}": { "get": { "tags": [ - "Salutation" + "Sales Channel Domain" ], - "summary": "Detailed information about a Salutation resource.", + "summary": "Detailed information about a Sales Channel Domain resource.", "description": "Available since: 6.0.0.0", - "operationId": "getSalutation", + "operationId": "getSalesChannelDomain", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the salutation", + "description": "Identifier for the sales_channel_domain", "required": true, "schema": { "type": "string", @@ -60914,7 +60900,7 @@ ], "responses": { "200": { - "description": "Detail of Salutation", + "description": "Detail of SalesChannelDomain", "content": { "application/vnd.api+json": { "schema": { @@ -60926,7 +60912,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Salutation" + "$ref": "#/components/schemas/SalesChannelDomain" } } } @@ -60941,7 +60927,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Salutation" + "$ref": "#/components/schemas/SalesChannelDomain" } } } @@ -60958,16 +60944,16 @@ }, "delete": { "tags": [ - "Salutation" + "Sales Channel Domain" ], - "summary": "Delete a Salutation resource.", + "summary": "Delete a Sales Channel Domain resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteSalutation", + "operationId": "deleteSalesChannelDomain", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the salutation", + "description": "Identifier for the sales_channel_domain", "required": true, "schema": { "type": "string", @@ -60998,16 +60984,16 @@ }, "patch": { "tags": [ - "Salutation" + "Sales Channel Domain" ], - "summary": "Partially update information about a Salutation resource.", + "summary": "Partially update information about a Sales Channel Domain resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateSalutation", + "operationId": "updateSalesChannelDomain", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the salutation", + "description": "Identifier for the sales_channel_domain", "required": true, "schema": { "type": "string", @@ -61025,18 +61011,18 @@ } ], "requestBody": { - "description": "Partially update information about a Salutation resource.", + "description": "Partially update information about a Sales Channel Domain resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Salutation" + "$ref": "#/components/schemas/SalesChannelDomain" } } } }, "responses": { "200": { - "description": "Detail of Salutation", + "description": "Detail of SalesChannelDomain", "content": { "application/vnd.api+json": { "schema": { @@ -61048,7 +61034,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Salutation" + "$ref": "#/components/schemas/SalesChannelDomain" } } } @@ -61063,7 +61049,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Salutation" + "$ref": "#/components/schemas/SalesChannelDomain" } } } @@ -61082,14 +61068,14 @@ } } }, - "/aggregate/salutation": { + "/aggregate/sales-channel-domain": { "post": { "tags": [ - "Salutation" + "Sales Channel Domain" ], - "summary": "Aggregate for the Salutation resources.", + "summary": "Aggregate for the Sales Channel Domain resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSalutation", + "operationId": "aggregateSalesChannelDomain", "requestBody": { "required": true, "content": { @@ -61113,7 +61099,7 @@ }, "responses": { "200": { - "description": "List of Salutation", + "description": "List of SalesChannelDomain", "content": { "application/vnd.api+json": { "schema": { @@ -61127,7 +61113,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Salutation" + "$ref": "#/components/schemas/SalesChannelDomain" } } } @@ -61145,7 +61131,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Salutation" + "$ref": "#/components/schemas/SalesChannelDomain" } } } @@ -61162,14 +61148,14 @@ } } }, - "/scheduled-task": { + "/sales-channel-file": { "get": { "tags": [ - "Scheduled Task" + "Sales Channel File" ], - "summary": "List with basic information of Scheduled Task resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getScheduledTaskList", + "summary": "List with basic information of Sales Channel File resources.", + "description": "Available since: 6.7.12.0", + "operationId": "getSalesChannelFileList", "parameters": [ { "name": "limit", @@ -61198,7 +61184,7 @@ ], "responses": { "200": { - "description": "List of Scheduled Task resources.", + "description": "List of Sales Channel File resources.", "content": { "application/vnd.api+json": { "schema": { @@ -61217,7 +61203,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ScheduledTask" + "$ref": "#/components/schemas/SalesChannelFile" } } ] @@ -61231,16 +61217,16 @@ "type": "object", "properties": { "first": { - "example": "/scheduled-task?limit=25" + "example": "/sales-channel-file?limit=25" }, "last": { - "example": "/scheduled-task?limit=25&page=11" + "example": "/sales-channel-file?limit=25&page=11" }, "next": { - "example": "/scheduled-task?limit=25&page=4" + "example": "/sales-channel-file?limit=25&page=4" }, "prev": { - "example": "/scheduled-task?limit=25&page=2" + "example": "/sales-channel-file?limit=25&page=2" } } } @@ -61261,7 +61247,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ScheduledTask" + "$ref": "#/components/schemas/SalesChannelFile" } } } @@ -61276,11 +61262,11 @@ }, "post": { "tags": [ - "Scheduled Task" + "Sales Channel File" ], - "summary": "Create a new Scheduled Task resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createScheduledTask", + "summary": "Create a new Sales Channel File resources.", + "description": "Available since: 6.7.12.0", + "operationId": "createSalesChannelFile", "parameters": [ { "name": "_response", @@ -61299,14 +61285,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ScheduledTask" + "$ref": "#/components/schemas/SalesChannelFile" } } } }, "responses": { "200": { - "description": "Detail of ScheduledTask", + "description": "Detail of SalesChannelFile", "content": { "application/vnd.api+json": { "schema": { @@ -61318,7 +61304,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ScheduledTask" + "$ref": "#/components/schemas/SalesChannelFile" } } } @@ -61333,7 +61319,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ScheduledTask" + "$ref": "#/components/schemas/SalesChannelFile" } } } @@ -61349,14 +61335,14 @@ } } }, - "/search/scheduled-task": { + "/search/sales-channel-file": { "post": { "tags": [ - "Scheduled Task" + "Sales Channel File" ], - "summary": "Search for the Scheduled Task resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchScheduledTask", + "summary": "Search for the Sales Channel File resources.", + "description": "Available since: 6.7.12.0", + "operationId": "searchSalesChannelFile", "parameters": [ { "name": "sw-include-search-info", @@ -61384,7 +61370,7 @@ }, "responses": { "200": { - "description": "List of ScheduledTask", + "description": "List of SalesChannelFile", "content": { "application/vnd.api+json": { "schema": { @@ -61398,7 +61384,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ScheduledTask" + "$ref": "#/components/schemas/SalesChannelFile" } } } @@ -61416,7 +61402,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ScheduledTask" + "$ref": "#/components/schemas/SalesChannelFile" } } } @@ -61433,19 +61419,19 @@ } } }, - "/scheduled-task/{id}": { + "/sales-channel-file/{id}": { "get": { "tags": [ - "Scheduled Task" + "Sales Channel File" ], - "summary": "Detailed information about a Scheduled Task resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getScheduledTask", + "summary": "Detailed information about a Sales Channel File resource.", + "description": "Available since: 6.7.12.0", + "operationId": "getSalesChannelFile", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the scheduled_task", + "description": "Identifier for the sales_channel_file", "required": true, "schema": { "type": "string", @@ -61455,7 +61441,7 @@ ], "responses": { "200": { - "description": "Detail of ScheduledTask", + "description": "Detail of SalesChannelFile", "content": { "application/vnd.api+json": { "schema": { @@ -61467,7 +61453,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ScheduledTask" + "$ref": "#/components/schemas/SalesChannelFile" } } } @@ -61482,7 +61468,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ScheduledTask" + "$ref": "#/components/schemas/SalesChannelFile" } } } @@ -61499,16 +61485,16 @@ }, "delete": { "tags": [ - "Scheduled Task" + "Sales Channel File" ], - "summary": "Delete a Scheduled Task resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteScheduledTask", + "summary": "Delete a Sales Channel File resource.", + "description": "Available since: 6.7.12.0", + "operationId": "deleteSalesChannelFile", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the scheduled_task", + "description": "Identifier for the sales_channel_file", "required": true, "schema": { "type": "string", @@ -61539,16 +61525,16 @@ }, "patch": { "tags": [ - "Scheduled Task" + "Sales Channel File" ], - "summary": "Partially update information about a Scheduled Task resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateScheduledTask", + "summary": "Partially update information about a Sales Channel File resource.", + "description": "Available since: 6.7.12.0", + "operationId": "updateSalesChannelFile", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the scheduled_task", + "description": "Identifier for the sales_channel_file", "required": true, "schema": { "type": "string", @@ -61566,18 +61552,18 @@ } ], "requestBody": { - "description": "Partially update information about a Scheduled Task resource.", + "description": "Partially update information about a Sales Channel File resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ScheduledTask" + "$ref": "#/components/schemas/SalesChannelFile" } } } }, "responses": { "200": { - "description": "Detail of ScheduledTask", + "description": "Detail of SalesChannelFile", "content": { "application/vnd.api+json": { "schema": { @@ -61589,7 +61575,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ScheduledTask" + "$ref": "#/components/schemas/SalesChannelFile" } } } @@ -61604,7 +61590,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ScheduledTask" + "$ref": "#/components/schemas/SalesChannelFile" } } } @@ -61623,14 +61609,14 @@ } } }, - "/aggregate/scheduled-task": { + "/aggregate/sales-channel-file": { "post": { "tags": [ - "Scheduled Task" + "Sales Channel File" ], - "summary": "Aggregate for the Scheduled Task resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateScheduledTask", + "summary": "Aggregate for the Sales Channel File resources.", + "description": "Available since: 6.7.12.0", + "operationId": "aggregateSalesChannelFile", "requestBody": { "required": true, "content": { @@ -61654,7 +61640,7 @@ }, "responses": { "200": { - "description": "List of ScheduledTask", + "description": "List of SalesChannelFile", "content": { "application/vnd.api+json": { "schema": { @@ -61668,7 +61654,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ScheduledTask" + "$ref": "#/components/schemas/SalesChannelFile" } } } @@ -61686,7 +61672,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ScheduledTask" + "$ref": "#/components/schemas/SalesChannelFile" } } } @@ -61703,14 +61689,15 @@ } } }, - "/script": { + "/sales-channel-tracking-customer": { "get": { "tags": [ - "Script" + "Sales Channel Tracking Customer", + "Experimental" ], - "summary": "List with basic information of Script resources.", - "description": "Available since: 6.4.7.0", - "operationId": "getScriptList", + "summary": "List with basic information of Sales Channel Tracking 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.7.9.0", + "operationId": "getSalesChannelTrackingCustomerList", "parameters": [ { "name": "limit", @@ -61739,7 +61726,7 @@ ], "responses": { "200": { - "description": "List of Script resources.", + "description": "List of Sales Channel Tracking Customer resources.", "content": { "application/vnd.api+json": { "schema": { @@ -61758,7 +61745,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Script" + "$ref": "#/components/schemas/SalesChannelTrackingCustomer" } } ] @@ -61772,16 +61759,16 @@ "type": "object", "properties": { "first": { - "example": "/script?limit=25" + "example": "/sales-channel-tracking-customer?limit=25" }, "last": { - "example": "/script?limit=25&page=11" + "example": "/sales-channel-tracking-customer?limit=25&page=11" }, "next": { - "example": "/script?limit=25&page=4" + "example": "/sales-channel-tracking-customer?limit=25&page=4" }, "prev": { - "example": "/script?limit=25&page=2" + "example": "/sales-channel-tracking-customer?limit=25&page=2" } } } @@ -61802,7 +61789,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Script" + "$ref": "#/components/schemas/SalesChannelTrackingCustomer" } } } @@ -61817,11 +61804,12 @@ }, "post": { "tags": [ - "Script" + "Sales Channel Tracking Customer", + "Experimental" ], - "summary": "Create a new Script resources.", - "description": "Available since: 6.4.7.0", - "operationId": "createScript", + "summary": "Create a new Sales Channel Tracking 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.7.9.0", + "operationId": "createSalesChannelTrackingCustomer", "parameters": [ { "name": "_response", @@ -61840,14 +61828,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Script" + "$ref": "#/components/schemas/SalesChannelTrackingCustomer" } } } }, "responses": { "200": { - "description": "Detail of Script", + "description": "Detail of SalesChannelTrackingCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -61859,7 +61847,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Script" + "$ref": "#/components/schemas/SalesChannelTrackingCustomer" } } } @@ -61874,7 +61862,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Script" + "$ref": "#/components/schemas/SalesChannelTrackingCustomer" } } } @@ -61890,14 +61878,15 @@ } } }, - "/search/script": { + "/search/sales-channel-tracking-customer": { "post": { "tags": [ - "Script" + "Sales Channel Tracking Customer", + "Experimental" ], - "summary": "Search for the Script resources.", - "description": "Available since: 6.4.7.0", - "operationId": "searchScript", + "summary": "Search for the Sales Channel Tracking 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.7.9.0", + "operationId": "searchSalesChannelTrackingCustomer", "parameters": [ { "name": "sw-include-search-info", @@ -61925,7 +61914,7 @@ }, "responses": { "200": { - "description": "List of Script", + "description": "List of SalesChannelTrackingCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -61939,7 +61928,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Script" + "$ref": "#/components/schemas/SalesChannelTrackingCustomer" } } } @@ -61957,7 +61946,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Script" + "$ref": "#/components/schemas/SalesChannelTrackingCustomer" } } } @@ -61974,19 +61963,20 @@ } } }, - "/script/{id}": { + "/sales-channel-tracking-customer/{id}": { "get": { "tags": [ - "Script" + "Sales Channel Tracking Customer", + "Experimental" ], - "summary": "Detailed information about a Script resource.", - "description": "Available since: 6.4.7.0", - "operationId": "getScript", + "summary": "Detailed information about a Sales Channel Tracking Customer 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": "getSalesChannelTrackingCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the script", + "description": "Identifier for the sales_channel_tracking_customer", "required": true, "schema": { "type": "string", @@ -61996,7 +61986,7 @@ ], "responses": { "200": { - "description": "Detail of Script", + "description": "Detail of SalesChannelTrackingCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -62008,7 +61998,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Script" + "$ref": "#/components/schemas/SalesChannelTrackingCustomer" } } } @@ -62023,7 +62013,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Script" + "$ref": "#/components/schemas/SalesChannelTrackingCustomer" } } } @@ -62040,16 +62030,17 @@ }, "delete": { "tags": [ - "Script" + "Sales Channel Tracking Customer", + "Experimental" ], - "summary": "Delete a Script resource.", - "description": "Available since: 6.4.7.0", - "operationId": "deleteScript", + "summary": "Delete a Sales Channel Tracking Customer 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": "deleteSalesChannelTrackingCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the script", + "description": "Identifier for the sales_channel_tracking_customer", "required": true, "schema": { "type": "string", @@ -62080,16 +62071,17 @@ }, "patch": { "tags": [ - "Script" + "Sales Channel Tracking Customer", + "Experimental" ], - "summary": "Partially update information about a Script resource.", - "description": "Available since: 6.4.7.0", - "operationId": "updateScript", + "summary": "Partially update information about a Sales Channel Tracking Customer 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": "updateSalesChannelTrackingCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the script", + "description": "Identifier for the sales_channel_tracking_customer", "required": true, "schema": { "type": "string", @@ -62107,18 +62099,18 @@ } ], "requestBody": { - "description": "Partially update information about a Script resource.", + "description": "Partially update information about a Sales Channel Tracking Customer resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Script" + "$ref": "#/components/schemas/SalesChannelTrackingCustomer" } } } }, "responses": { "200": { - "description": "Detail of Script", + "description": "Detail of SalesChannelTrackingCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -62130,7 +62122,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Script" + "$ref": "#/components/schemas/SalesChannelTrackingCustomer" } } } @@ -62145,7 +62137,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Script" + "$ref": "#/components/schemas/SalesChannelTrackingCustomer" } } } @@ -62164,14 +62156,15 @@ } } }, - "/aggregate/script": { + "/aggregate/sales-channel-tracking-customer": { "post": { "tags": [ - "Script" + "Sales Channel Tracking Customer", + "Experimental" ], - "summary": "Aggregate for the Script resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateScript", + "summary": "Aggregate for the Sales Channel Tracking 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.7.9.0", + "operationId": "aggregateSalesChannelTrackingCustomer", "requestBody": { "required": true, "content": { @@ -62195,7 +62188,7 @@ }, "responses": { "200": { - "description": "List of Script", + "description": "List of SalesChannelTrackingCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -62209,7 +62202,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Script" + "$ref": "#/components/schemas/SalesChannelTrackingCustomer" } } } @@ -62227,7 +62220,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Script" + "$ref": "#/components/schemas/SalesChannelTrackingCustomer" } } } @@ -62244,14 +62237,15 @@ } } }, - "/seo-url": { + "/sales-channel-tracking-order": { "get": { "tags": [ - "Seo Url" + "Sales Channel Tracking Order", + "Experimental" ], - "summary": "List with basic information of Seo Url resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getSeoUrlList", + "summary": "List with basic information of Sales Channel Tracking Order 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": "getSalesChannelTrackingOrderList", "parameters": [ { "name": "limit", @@ -62280,7 +62274,7 @@ ], "responses": { "200": { - "description": "List of Seo Url resources.", + "description": "List of Sales Channel Tracking Order resources.", "content": { "application/vnd.api+json": { "schema": { @@ -62299,7 +62293,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SeoUrl" + "$ref": "#/components/schemas/SalesChannelTrackingOrder" } } ] @@ -62313,16 +62307,16 @@ "type": "object", "properties": { "first": { - "example": "/seo-url?limit=25" + "example": "/sales-channel-tracking-order?limit=25" }, "last": { - "example": "/seo-url?limit=25&page=11" + "example": "/sales-channel-tracking-order?limit=25&page=11" }, "next": { - "example": "/seo-url?limit=25&page=4" + "example": "/sales-channel-tracking-order?limit=25&page=4" }, "prev": { - "example": "/seo-url?limit=25&page=2" + "example": "/sales-channel-tracking-order?limit=25&page=2" } } } @@ -62343,7 +62337,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SeoUrl" + "$ref": "#/components/schemas/SalesChannelTrackingOrder" } } } @@ -62358,11 +62352,12 @@ }, "post": { "tags": [ - "Seo Url" + "Sales Channel Tracking Order", + "Experimental" ], - "summary": "Create a new Seo Url resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createSeoUrl", + "summary": "Create a new Sales Channel Tracking Order 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": "createSalesChannelTrackingOrder", "parameters": [ { "name": "_response", @@ -62381,14 +62376,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SeoUrl" + "$ref": "#/components/schemas/SalesChannelTrackingOrder" } } } }, "responses": { "200": { - "description": "Detail of SeoUrl", + "description": "Detail of SalesChannelTrackingOrder", "content": { "application/vnd.api+json": { "schema": { @@ -62400,7 +62395,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SeoUrl" + "$ref": "#/components/schemas/SalesChannelTrackingOrder" } } } @@ -62415,7 +62410,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SeoUrl" + "$ref": "#/components/schemas/SalesChannelTrackingOrder" } } } @@ -62431,14 +62426,15 @@ } } }, - "/search/seo-url": { + "/search/sales-channel-tracking-order": { "post": { "tags": [ - "Seo Url" + "Sales Channel Tracking Order", + "Experimental" ], - "summary": "Search for the Seo Url resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchSeoUrl", + "summary": "Search for the Sales Channel Tracking Order 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": "searchSalesChannelTrackingOrder", "parameters": [ { "name": "sw-include-search-info", @@ -62466,7 +62462,7 @@ }, "responses": { "200": { - "description": "List of SeoUrl", + "description": "List of SalesChannelTrackingOrder", "content": { "application/vnd.api+json": { "schema": { @@ -62480,7 +62476,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SeoUrl" + "$ref": "#/components/schemas/SalesChannelTrackingOrder" } } } @@ -62498,7 +62494,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SeoUrl" + "$ref": "#/components/schemas/SalesChannelTrackingOrder" } } } @@ -62515,19 +62511,20 @@ } } }, - "/seo-url/{id}": { + "/sales-channel-tracking-order/{id}": { "get": { "tags": [ - "Seo Url" + "Sales Channel Tracking Order", + "Experimental" ], - "summary": "Detailed information about a Seo Url resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getSeoUrl", + "summary": "Detailed information about a Sales Channel Tracking Order 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": "getSalesChannelTrackingOrder", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the seo_url", + "description": "Identifier for the sales_channel_tracking_order", "required": true, "schema": { "type": "string", @@ -62537,7 +62534,7 @@ ], "responses": { "200": { - "description": "Detail of SeoUrl", + "description": "Detail of SalesChannelTrackingOrder", "content": { "application/vnd.api+json": { "schema": { @@ -62549,7 +62546,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SeoUrl" + "$ref": "#/components/schemas/SalesChannelTrackingOrder" } } } @@ -62564,7 +62561,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SeoUrl" + "$ref": "#/components/schemas/SalesChannelTrackingOrder" } } } @@ -62581,16 +62578,17 @@ }, "delete": { "tags": [ - "Seo Url" + "Sales Channel Tracking Order", + "Experimental" ], - "summary": "Delete a Seo Url resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteSeoUrl", + "summary": "Delete a Sales Channel Tracking Order 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": "deleteSalesChannelTrackingOrder", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the seo_url", + "description": "Identifier for the sales_channel_tracking_order", "required": true, "schema": { "type": "string", @@ -62621,16 +62619,17 @@ }, "patch": { "tags": [ - "Seo Url" + "Sales Channel Tracking Order", + "Experimental" ], - "summary": "Partially update information about a Seo Url resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateSeoUrl", + "summary": "Partially update information about a Sales Channel Tracking Order 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": "updateSalesChannelTrackingOrder", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the seo_url", + "description": "Identifier for the sales_channel_tracking_order", "required": true, "schema": { "type": "string", @@ -62648,18 +62647,18 @@ } ], "requestBody": { - "description": "Partially update information about a Seo Url resource.", + "description": "Partially update information about a Sales Channel Tracking Order resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SeoUrl" + "$ref": "#/components/schemas/SalesChannelTrackingOrder" } } } }, "responses": { "200": { - "description": "Detail of SeoUrl", + "description": "Detail of SalesChannelTrackingOrder", "content": { "application/vnd.api+json": { "schema": { @@ -62671,7 +62670,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SeoUrl" + "$ref": "#/components/schemas/SalesChannelTrackingOrder" } } } @@ -62686,7 +62685,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SeoUrl" + "$ref": "#/components/schemas/SalesChannelTrackingOrder" } } } @@ -62705,14 +62704,15 @@ } } }, - "/aggregate/seo-url": { + "/aggregate/sales-channel-tracking-order": { "post": { "tags": [ - "Seo Url" + "Sales Channel Tracking Order", + "Experimental" ], - "summary": "Aggregate for the Seo Url resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateSeoUrl", + "summary": "Aggregate for the Sales Channel Tracking Order 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": "aggregateSalesChannelTrackingOrder", "requestBody": { "required": true, "content": { @@ -62736,7 +62736,7 @@ }, "responses": { "200": { - "description": "List of SeoUrl", + "description": "List of SalesChannelTrackingOrder", "content": { "application/vnd.api+json": { "schema": { @@ -62750,7 +62750,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SeoUrl" + "$ref": "#/components/schemas/SalesChannelTrackingOrder" } } } @@ -62768,7 +62768,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SeoUrl" + "$ref": "#/components/schemas/SalesChannelTrackingOrder" } } } @@ -62785,14 +62785,14 @@ } } }, - "/seo-url-template": { + "/sales-channel-type": { "get": { "tags": [ - "Seo Url Template" + "Sales Channel Type" ], - "summary": "List with basic information of Seo Url Template resources.", + "summary": "List with basic information of Sales Channel Type resources.", "description": "Available since: 6.0.0.0", - "operationId": "getSeoUrlTemplateList", + "operationId": "getSalesChannelTypeList", "parameters": [ { "name": "limit", @@ -62821,7 +62821,7 @@ ], "responses": { "200": { - "description": "List of Seo Url Template resources.", + "description": "List of Sales Channel Type resources.", "content": { "application/vnd.api+json": { "schema": { @@ -62840,7 +62840,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SeoUrlTemplate" + "$ref": "#/components/schemas/SalesChannelType" } } ] @@ -62854,16 +62854,16 @@ "type": "object", "properties": { "first": { - "example": "/seo-url-template?limit=25" + "example": "/sales-channel-type?limit=25" }, "last": { - "example": "/seo-url-template?limit=25&page=11" + "example": "/sales-channel-type?limit=25&page=11" }, "next": { - "example": "/seo-url-template?limit=25&page=4" + "example": "/sales-channel-type?limit=25&page=4" }, "prev": { - "example": "/seo-url-template?limit=25&page=2" + "example": "/sales-channel-type?limit=25&page=2" } } } @@ -62884,7 +62884,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SeoUrlTemplate" + "$ref": "#/components/schemas/SalesChannelType" } } } @@ -62899,11 +62899,11 @@ }, "post": { "tags": [ - "Seo Url Template" + "Sales Channel Type" ], - "summary": "Create a new Seo Url Template resources.", + "summary": "Create a new Sales Channel Type resources.", "description": "Available since: 6.0.0.0", - "operationId": "createSeoUrlTemplate", + "operationId": "createSalesChannelType", "parameters": [ { "name": "_response", @@ -62922,14 +62922,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SeoUrlTemplate" + "$ref": "#/components/schemas/SalesChannelType" } } } }, "responses": { "200": { - "description": "Detail of SeoUrlTemplate", + "description": "Detail of SalesChannelType", "content": { "application/vnd.api+json": { "schema": { @@ -62941,7 +62941,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SeoUrlTemplate" + "$ref": "#/components/schemas/SalesChannelType" } } } @@ -62956,7 +62956,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SeoUrlTemplate" + "$ref": "#/components/schemas/SalesChannelType" } } } @@ -62972,14 +62972,14 @@ } } }, - "/search/seo-url-template": { + "/search/sales-channel-type": { "post": { "tags": [ - "Seo Url Template" + "Sales Channel Type" ], - "summary": "Search for the Seo Url Template resources.", + "summary": "Search for the Sales Channel Type resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchSeoUrlTemplate", + "operationId": "searchSalesChannelType", "parameters": [ { "name": "sw-include-search-info", @@ -63007,7 +63007,7 @@ }, "responses": { "200": { - "description": "List of SeoUrlTemplate", + "description": "List of SalesChannelType", "content": { "application/vnd.api+json": { "schema": { @@ -63021,7 +63021,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SeoUrlTemplate" + "$ref": "#/components/schemas/SalesChannelType" } } } @@ -63039,7 +63039,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SeoUrlTemplate" + "$ref": "#/components/schemas/SalesChannelType" } } } @@ -63056,19 +63056,19 @@ } } }, - "/seo-url-template/{id}": { + "/sales-channel-type/{id}": { "get": { "tags": [ - "Seo Url Template" + "Sales Channel Type" ], - "summary": "Detailed information about a Seo Url Template resource.", + "summary": "Detailed information about a Sales Channel Type resource.", "description": "Available since: 6.0.0.0", - "operationId": "getSeoUrlTemplate", + "operationId": "getSalesChannelType", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the seo_url_template", + "description": "Identifier for the sales_channel_type", "required": true, "schema": { "type": "string", @@ -63078,7 +63078,7 @@ ], "responses": { "200": { - "description": "Detail of SeoUrlTemplate", + "description": "Detail of SalesChannelType", "content": { "application/vnd.api+json": { "schema": { @@ -63090,7 +63090,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SeoUrlTemplate" + "$ref": "#/components/schemas/SalesChannelType" } } } @@ -63105,7 +63105,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SeoUrlTemplate" + "$ref": "#/components/schemas/SalesChannelType" } } } @@ -63122,16 +63122,16 @@ }, "delete": { "tags": [ - "Seo Url Template" + "Sales Channel Type" ], - "summary": "Delete a Seo Url Template resource.", + "summary": "Delete a Sales Channel Type resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteSeoUrlTemplate", + "operationId": "deleteSalesChannelType", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the seo_url_template", + "description": "Identifier for the sales_channel_type", "required": true, "schema": { "type": "string", @@ -63162,16 +63162,16 @@ }, "patch": { "tags": [ - "Seo Url Template" + "Sales Channel Type" ], - "summary": "Partially update information about a Seo Url Template resource.", + "summary": "Partially update information about a Sales Channel Type resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateSeoUrlTemplate", + "operationId": "updateSalesChannelType", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the seo_url_template", + "description": "Identifier for the sales_channel_type", "required": true, "schema": { "type": "string", @@ -63189,18 +63189,18 @@ } ], "requestBody": { - "description": "Partially update information about a Seo Url Template resource.", + "description": "Partially update information about a Sales Channel Type resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SeoUrlTemplate" + "$ref": "#/components/schemas/SalesChannelType" } } } }, "responses": { "200": { - "description": "Detail of SeoUrlTemplate", + "description": "Detail of SalesChannelType", "content": { "application/vnd.api+json": { "schema": { @@ -63212,7 +63212,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SeoUrlTemplate" + "$ref": "#/components/schemas/SalesChannelType" } } } @@ -63227,7 +63227,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SeoUrlTemplate" + "$ref": "#/components/schemas/SalesChannelType" } } } @@ -63246,14 +63246,14 @@ } } }, - "/aggregate/seo-url-template": { + "/aggregate/sales-channel-type": { "post": { "tags": [ - "Seo Url Template" + "Sales Channel Type" ], - "summary": "Aggregate for the Seo Url Template resources.", + "summary": "Aggregate for the Sales Channel Type resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSeoUrlTemplate", + "operationId": "aggregateSalesChannelType", "requestBody": { "required": true, "content": { @@ -63277,7 +63277,7 @@ }, "responses": { "200": { - "description": "List of SeoUrlTemplate", + "description": "List of SalesChannelType", "content": { "application/vnd.api+json": { "schema": { @@ -63291,7 +63291,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SeoUrlTemplate" + "$ref": "#/components/schemas/SalesChannelType" } } } @@ -63309,7 +63309,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SeoUrlTemplate" + "$ref": "#/components/schemas/SalesChannelType" } } } @@ -63326,14 +63326,14 @@ } } }, - "/shipping-method": { + "/salutation": { "get": { "tags": [ - "Shipping Method" + "Salutation" ], - "summary": "List with basic information of Shipping Method resources.", + "summary": "List with basic information of Salutation resources.", "description": "Available since: 6.0.0.0", - "operationId": "getShippingMethodList", + "operationId": "getSalutationList", "parameters": [ { "name": "limit", @@ -63362,7 +63362,7 @@ ], "responses": { "200": { - "description": "List of Shipping Method resources.", + "description": "List of Salutation resources.", "content": { "application/vnd.api+json": { "schema": { @@ -63381,7 +63381,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ShippingMethod" + "$ref": "#/components/schemas/Salutation" } } ] @@ -63395,16 +63395,16 @@ "type": "object", "properties": { "first": { - "example": "/shipping-method?limit=25" + "example": "/salutation?limit=25" }, "last": { - "example": "/shipping-method?limit=25&page=11" + "example": "/salutation?limit=25&page=11" }, "next": { - "example": "/shipping-method?limit=25&page=4" + "example": "/salutation?limit=25&page=4" }, "prev": { - "example": "/shipping-method?limit=25&page=2" + "example": "/salutation?limit=25&page=2" } } } @@ -63425,7 +63425,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ShippingMethod" + "$ref": "#/components/schemas/Salutation" } } } @@ -63440,11 +63440,11 @@ }, "post": { "tags": [ - "Shipping Method" + "Salutation" ], - "summary": "Create a new Shipping Method resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createShippingMethod", + "summary": "Fetches salutations with a criteria obj.", + "description": "Fetches salutations with a criteria obj.", + "operationId": "createSalutation", "parameters": [ { "name": "_response", @@ -63463,14 +63463,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ShippingMethod" + "$ref": "#/components/schemas/Salutation" } } } }, "responses": { "200": { - "description": "Detail of ShippingMethod", + "description": "Detail of Salutation", "content": { "application/vnd.api+json": { "schema": { @@ -63482,7 +63482,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ShippingMethod" + "$ref": "#/components/schemas/Salutation" } } } @@ -63497,7 +63497,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ShippingMethod" + "$ref": "#/components/schemas/Salutation" } } } @@ -63513,14 +63513,14 @@ } } }, - "/search/shipping-method": { + "/search/salutation": { "post": { "tags": [ - "Shipping Method" + "Salutation" ], - "summary": "Search for the Shipping Method resources.", + "summary": "Search for the Salutation resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchShippingMethod", + "operationId": "searchSalutation", "parameters": [ { "name": "sw-include-search-info", @@ -63548,7 +63548,7 @@ }, "responses": { "200": { - "description": "List of ShippingMethod", + "description": "List of Salutation", "content": { "application/vnd.api+json": { "schema": { @@ -63562,7 +63562,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ShippingMethod" + "$ref": "#/components/schemas/Salutation" } } } @@ -63580,7 +63580,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ShippingMethod" + "$ref": "#/components/schemas/Salutation" } } } @@ -63597,19 +63597,19 @@ } } }, - "/shipping-method/{id}": { + "/salutation/{id}": { "get": { "tags": [ - "Shipping Method" + "Salutation" ], - "summary": "Detailed information about a Shipping Method resource.", + "summary": "Detailed information about a Salutation resource.", "description": "Available since: 6.0.0.0", - "operationId": "getShippingMethod", + "operationId": "getSalutation", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the shipping_method", + "description": "Identifier for the salutation", "required": true, "schema": { "type": "string", @@ -63619,7 +63619,7 @@ ], "responses": { "200": { - "description": "Detail of ShippingMethod", + "description": "Detail of Salutation", "content": { "application/vnd.api+json": { "schema": { @@ -63631,7 +63631,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ShippingMethod" + "$ref": "#/components/schemas/Salutation" } } } @@ -63646,7 +63646,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ShippingMethod" + "$ref": "#/components/schemas/Salutation" } } } @@ -63663,16 +63663,16 @@ }, "delete": { "tags": [ - "Shipping Method" + "Salutation" ], - "summary": "Delete a Shipping Method resource.", + "summary": "Delete a Salutation resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteShippingMethod", + "operationId": "deleteSalutation", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the shipping_method", + "description": "Identifier for the salutation", "required": true, "schema": { "type": "string", @@ -63703,16 +63703,16 @@ }, "patch": { "tags": [ - "Shipping Method" + "Salutation" ], - "summary": "Partially update information about a Shipping Method resource.", + "summary": "Partially update information about a Salutation resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateShippingMethod", + "operationId": "updateSalutation", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the shipping_method", + "description": "Identifier for the salutation", "required": true, "schema": { "type": "string", @@ -63730,18 +63730,18 @@ } ], "requestBody": { - "description": "Partially update information about a Shipping Method resource.", + "description": "Partially update information about a Salutation resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ShippingMethod" + "$ref": "#/components/schemas/Salutation" } } } }, "responses": { "200": { - "description": "Detail of ShippingMethod", + "description": "Detail of Salutation", "content": { "application/vnd.api+json": { "schema": { @@ -63753,7 +63753,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ShippingMethod" + "$ref": "#/components/schemas/Salutation" } } } @@ -63768,7 +63768,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ShippingMethod" + "$ref": "#/components/schemas/Salutation" } } } @@ -63787,14 +63787,14 @@ } } }, - "/aggregate/shipping-method": { + "/aggregate/salutation": { "post": { "tags": [ - "Shipping Method" + "Salutation" ], - "summary": "Aggregate for the Shipping Method resources.", + "summary": "Aggregate for the Salutation resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateShippingMethod", + "operationId": "aggregateSalutation", "requestBody": { "required": true, "content": { @@ -63818,7 +63818,7 @@ }, "responses": { "200": { - "description": "List of ShippingMethod", + "description": "List of Salutation", "content": { "application/vnd.api+json": { "schema": { @@ -63832,7 +63832,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ShippingMethod" + "$ref": "#/components/schemas/Salutation" } } } @@ -63850,7 +63850,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ShippingMethod" + "$ref": "#/components/schemas/Salutation" } } } @@ -63867,14 +63867,14 @@ } } }, - "/shipping-method-price": { + "/scheduled-task": { "get": { "tags": [ - "Shipping Method Price" + "Scheduled Task" ], - "summary": "List with basic information of Shipping Method Price resources.", + "summary": "List with basic information of Scheduled Task resources.", "description": "Available since: 6.0.0.0", - "operationId": "getShippingMethodPriceList", + "operationId": "getScheduledTaskList", "parameters": [ { "name": "limit", @@ -63903,7 +63903,7 @@ ], "responses": { "200": { - "description": "List of Shipping Method Price resources.", + "description": "List of Scheduled Task resources.", "content": { "application/vnd.api+json": { "schema": { @@ -63922,7 +63922,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ShippingMethodPrice" + "$ref": "#/components/schemas/ScheduledTask" } } ] @@ -63936,16 +63936,16 @@ "type": "object", "properties": { "first": { - "example": "/shipping-method-price?limit=25" + "example": "/scheduled-task?limit=25" }, "last": { - "example": "/shipping-method-price?limit=25&page=11" + "example": "/scheduled-task?limit=25&page=11" }, "next": { - "example": "/shipping-method-price?limit=25&page=4" + "example": "/scheduled-task?limit=25&page=4" }, "prev": { - "example": "/shipping-method-price?limit=25&page=2" + "example": "/scheduled-task?limit=25&page=2" } } } @@ -63966,7 +63966,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ShippingMethodPrice" + "$ref": "#/components/schemas/ScheduledTask" } } } @@ -63981,11 +63981,11 @@ }, "post": { "tags": [ - "Shipping Method Price" + "Scheduled Task" ], - "summary": "Create a new Shipping Method Price resources.", + "summary": "Create a new Scheduled Task resources.", "description": "Available since: 6.0.0.0", - "operationId": "createShippingMethodPrice", + "operationId": "createScheduledTask", "parameters": [ { "name": "_response", @@ -64004,14 +64004,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ShippingMethodPrice" + "$ref": "#/components/schemas/ScheduledTask" } } } }, "responses": { "200": { - "description": "Detail of ShippingMethodPrice", + "description": "Detail of ScheduledTask", "content": { "application/vnd.api+json": { "schema": { @@ -64023,7 +64023,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ShippingMethodPrice" + "$ref": "#/components/schemas/ScheduledTask" } } } @@ -64038,7 +64038,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ShippingMethodPrice" + "$ref": "#/components/schemas/ScheduledTask" } } } @@ -64054,14 +64054,14 @@ } } }, - "/search/shipping-method-price": { + "/search/scheduled-task": { "post": { "tags": [ - "Shipping Method Price" + "Scheduled Task" ], - "summary": "Search for the Shipping Method Price resources.", + "summary": "Search for the Scheduled Task resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchShippingMethodPrice", + "operationId": "searchScheduledTask", "parameters": [ { "name": "sw-include-search-info", @@ -64089,7 +64089,7 @@ }, "responses": { "200": { - "description": "List of ShippingMethodPrice", + "description": "List of ScheduledTask", "content": { "application/vnd.api+json": { "schema": { @@ -64103,7 +64103,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ShippingMethodPrice" + "$ref": "#/components/schemas/ScheduledTask" } } } @@ -64121,7 +64121,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ShippingMethodPrice" + "$ref": "#/components/schemas/ScheduledTask" } } } @@ -64138,19 +64138,19 @@ } } }, - "/shipping-method-price/{id}": { + "/scheduled-task/{id}": { "get": { "tags": [ - "Shipping Method Price" + "Scheduled Task" ], - "summary": "Detailed information about a Shipping Method Price resource.", + "summary": "Detailed information about a Scheduled Task resource.", "description": "Available since: 6.0.0.0", - "operationId": "getShippingMethodPrice", + "operationId": "getScheduledTask", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the shipping_method_price", + "description": "Identifier for the scheduled_task", "required": true, "schema": { "type": "string", @@ -64160,7 +64160,7 @@ ], "responses": { "200": { - "description": "Detail of ShippingMethodPrice", + "description": "Detail of ScheduledTask", "content": { "application/vnd.api+json": { "schema": { @@ -64172,7 +64172,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ShippingMethodPrice" + "$ref": "#/components/schemas/ScheduledTask" } } } @@ -64187,7 +64187,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ShippingMethodPrice" + "$ref": "#/components/schemas/ScheduledTask" } } } @@ -64204,16 +64204,16 @@ }, "delete": { "tags": [ - "Shipping Method Price" + "Scheduled Task" ], - "summary": "Delete a Shipping Method Price resource.", + "summary": "Delete a Scheduled Task resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteShippingMethodPrice", + "operationId": "deleteScheduledTask", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the shipping_method_price", + "description": "Identifier for the scheduled_task", "required": true, "schema": { "type": "string", @@ -64244,16 +64244,16 @@ }, "patch": { "tags": [ - "Shipping Method Price" + "Scheduled Task" ], - "summary": "Partially update information about a Shipping Method Price resource.", + "summary": "Partially update information about a Scheduled Task resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateShippingMethodPrice", + "operationId": "updateScheduledTask", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the shipping_method_price", + "description": "Identifier for the scheduled_task", "required": true, "schema": { "type": "string", @@ -64271,18 +64271,18 @@ } ], "requestBody": { - "description": "Partially update information about a Shipping Method Price resource.", + "description": "Partially update information about a Scheduled Task resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ShippingMethodPrice" + "$ref": "#/components/schemas/ScheduledTask" } } } }, "responses": { "200": { - "description": "Detail of ShippingMethodPrice", + "description": "Detail of ScheduledTask", "content": { "application/vnd.api+json": { "schema": { @@ -64294,7 +64294,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ShippingMethodPrice" + "$ref": "#/components/schemas/ScheduledTask" } } } @@ -64309,7 +64309,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ShippingMethodPrice" + "$ref": "#/components/schemas/ScheduledTask" } } } @@ -64328,14 +64328,14 @@ } } }, - "/aggregate/shipping-method-price": { + "/aggregate/scheduled-task": { "post": { "tags": [ - "Shipping Method Price" + "Scheduled Task" ], - "summary": "Aggregate for the Shipping Method Price resources.", + "summary": "Aggregate for the Scheduled Task resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateShippingMethodPrice", + "operationId": "aggregateScheduledTask", "requestBody": { "required": true, "content": { @@ -64359,7 +64359,7 @@ }, "responses": { "200": { - "description": "List of ShippingMethodPrice", + "description": "List of ScheduledTask", "content": { "application/vnd.api+json": { "schema": { @@ -64373,7 +64373,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ShippingMethodPrice" + "$ref": "#/components/schemas/ScheduledTask" } } } @@ -64391,7 +64391,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ShippingMethodPrice" + "$ref": "#/components/schemas/ScheduledTask" } } } @@ -64408,14 +64408,14 @@ } } }, - "/snippet": { + "/script": { "get": { "tags": [ - "Snippet" + "Script" ], - "summary": "List with basic information of Snippet resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getSnippetList", + "summary": "List with basic information of Script resources.", + "description": "Available since: 6.4.7.0", + "operationId": "getScriptList", "parameters": [ { "name": "limit", @@ -64444,7 +64444,7 @@ ], "responses": { "200": { - "description": "List of Snippet resources.", + "description": "List of Script resources.", "content": { "application/vnd.api+json": { "schema": { @@ -64463,7 +64463,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Snippet" + "$ref": "#/components/schemas/Script" } } ] @@ -64477,16 +64477,16 @@ "type": "object", "properties": { "first": { - "example": "/snippet?limit=25" + "example": "/script?limit=25" }, "last": { - "example": "/snippet?limit=25&page=11" + "example": "/script?limit=25&page=11" }, "next": { - "example": "/snippet?limit=25&page=4" + "example": "/script?limit=25&page=4" }, "prev": { - "example": "/snippet?limit=25&page=2" + "example": "/script?limit=25&page=2" } } } @@ -64507,7 +64507,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Snippet" + "$ref": "#/components/schemas/Script" } } } @@ -64522,11 +64522,11 @@ }, "post": { "tags": [ - "Snippet" + "Script" ], - "summary": "Create a new Snippet resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createSnippet", + "summary": "Create a new Script resources.", + "description": "Available since: 6.4.7.0", + "operationId": "createScript", "parameters": [ { "name": "_response", @@ -64545,14 +64545,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Snippet" + "$ref": "#/components/schemas/Script" } } } }, "responses": { "200": { - "description": "Detail of Snippet", + "description": "Detail of Script", "content": { "application/vnd.api+json": { "schema": { @@ -64564,7 +64564,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Snippet" + "$ref": "#/components/schemas/Script" } } } @@ -64579,7 +64579,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Snippet" + "$ref": "#/components/schemas/Script" } } } @@ -64595,14 +64595,14 @@ } } }, - "/search/snippet": { + "/search/script": { "post": { "tags": [ - "Snippet" + "Script" ], - "summary": "Search for the Snippet resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchSnippet", + "summary": "Search for the Script resources.", + "description": "Available since: 6.4.7.0", + "operationId": "searchScript", "parameters": [ { "name": "sw-include-search-info", @@ -64630,7 +64630,7 @@ }, "responses": { "200": { - "description": "List of Snippet", + "description": "List of Script", "content": { "application/vnd.api+json": { "schema": { @@ -64644,7 +64644,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Snippet" + "$ref": "#/components/schemas/Script" } } } @@ -64662,7 +64662,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Snippet" + "$ref": "#/components/schemas/Script" } } } @@ -64679,19 +64679,19 @@ } } }, - "/snippet/{id}": { + "/script/{id}": { "get": { "tags": [ - "Snippet" + "Script" ], - "summary": "Detailed information about a Snippet resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getSnippet", + "summary": "Detailed information about a Script resource.", + "description": "Available since: 6.4.7.0", + "operationId": "getScript", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the snippet", + "description": "Identifier for the script", "required": true, "schema": { "type": "string", @@ -64701,7 +64701,7 @@ ], "responses": { "200": { - "description": "Detail of Snippet", + "description": "Detail of Script", "content": { "application/vnd.api+json": { "schema": { @@ -64713,7 +64713,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Snippet" + "$ref": "#/components/schemas/Script" } } } @@ -64728,7 +64728,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Snippet" + "$ref": "#/components/schemas/Script" } } } @@ -64745,16 +64745,16 @@ }, "delete": { "tags": [ - "Snippet" + "Script" ], - "summary": "Delete a Snippet resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteSnippet", + "summary": "Delete a Script resource.", + "description": "Available since: 6.4.7.0", + "operationId": "deleteScript", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the snippet", + "description": "Identifier for the script", "required": true, "schema": { "type": "string", @@ -64785,16 +64785,16 @@ }, "patch": { "tags": [ - "Snippet" + "Script" ], - "summary": "Partially update information about a Snippet resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateSnippet", + "summary": "Partially update information about a Script resource.", + "description": "Available since: 6.4.7.0", + "operationId": "updateScript", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the snippet", + "description": "Identifier for the script", "required": true, "schema": { "type": "string", @@ -64812,18 +64812,18 @@ } ], "requestBody": { - "description": "Partially update information about a Snippet resource.", + "description": "Partially update information about a Script resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Snippet" + "$ref": "#/components/schemas/Script" } } } }, "responses": { "200": { - "description": "Detail of Snippet", + "description": "Detail of Script", "content": { "application/vnd.api+json": { "schema": { @@ -64835,7 +64835,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Snippet" + "$ref": "#/components/schemas/Script" } } } @@ -64850,7 +64850,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Snippet" + "$ref": "#/components/schemas/Script" } } } @@ -64869,14 +64869,14 @@ } } }, - "/aggregate/snippet": { + "/aggregate/script": { "post": { "tags": [ - "Snippet" + "Script" ], - "summary": "Aggregate for the Snippet resources.", + "summary": "Aggregate for the Script resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSnippet", + "operationId": "aggregateScript", "requestBody": { "required": true, "content": { @@ -64900,7 +64900,7 @@ }, "responses": { "200": { - "description": "List of Snippet", + "description": "List of Script", "content": { "application/vnd.api+json": { "schema": { @@ -64914,7 +64914,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Snippet" + "$ref": "#/components/schemas/Script" } } } @@ -64932,7 +64932,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Snippet" + "$ref": "#/components/schemas/Script" } } } @@ -64949,14 +64949,14 @@ } } }, - "/snippet-set": { + "/seo-url": { "get": { "tags": [ - "Snippet Set" + "Seo Url" ], - "summary": "List with basic information of Snippet Set resources.", + "summary": "List with basic information of Seo Url resources.", "description": "Available since: 6.0.0.0", - "operationId": "getSnippetSetList", + "operationId": "getSeoUrlList", "parameters": [ { "name": "limit", @@ -64985,7 +64985,7 @@ ], "responses": { "200": { - "description": "List of Snippet Set resources.", + "description": "List of Seo Url resources.", "content": { "application/vnd.api+json": { "schema": { @@ -65004,7 +65004,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SnippetSet" + "$ref": "#/components/schemas/SeoUrl" } } ] @@ -65018,16 +65018,16 @@ "type": "object", "properties": { "first": { - "example": "/snippet-set?limit=25" + "example": "/seo-url?limit=25" }, "last": { - "example": "/snippet-set?limit=25&page=11" + "example": "/seo-url?limit=25&page=11" }, "next": { - "example": "/snippet-set?limit=25&page=4" + "example": "/seo-url?limit=25&page=4" }, "prev": { - "example": "/snippet-set?limit=25&page=2" + "example": "/seo-url?limit=25&page=2" } } } @@ -65048,7 +65048,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SnippetSet" + "$ref": "#/components/schemas/SeoUrl" } } } @@ -65063,11 +65063,11 @@ }, "post": { "tags": [ - "Snippet Set" + "Seo Url" ], - "summary": "Create a new Snippet Set resources.", + "summary": "Create a new Seo Url resources.", "description": "Available since: 6.0.0.0", - "operationId": "createSnippetSet", + "operationId": "createSeoUrl", "parameters": [ { "name": "_response", @@ -65086,14 +65086,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SnippetSet" + "$ref": "#/components/schemas/SeoUrl" } } } }, "responses": { "200": { - "description": "Detail of SnippetSet", + "description": "Detail of SeoUrl", "content": { "application/vnd.api+json": { "schema": { @@ -65105,7 +65105,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SnippetSet" + "$ref": "#/components/schemas/SeoUrl" } } } @@ -65120,7 +65120,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SnippetSet" + "$ref": "#/components/schemas/SeoUrl" } } } @@ -65136,14 +65136,14 @@ } } }, - "/search/snippet-set": { + "/search/seo-url": { "post": { "tags": [ - "Snippet Set" + "Seo Url" ], - "summary": "Search for the Snippet Set resources.", + "summary": "Search for the Seo Url resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchSnippetSet", + "operationId": "searchSeoUrl", "parameters": [ { "name": "sw-include-search-info", @@ -65171,7 +65171,7 @@ }, "responses": { "200": { - "description": "List of SnippetSet", + "description": "List of SeoUrl", "content": { "application/vnd.api+json": { "schema": { @@ -65185,7 +65185,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SnippetSet" + "$ref": "#/components/schemas/SeoUrl" } } } @@ -65203,7 +65203,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SnippetSet" + "$ref": "#/components/schemas/SeoUrl" } } } @@ -65220,19 +65220,19 @@ } } }, - "/snippet-set/{id}": { + "/seo-url/{id}": { "get": { "tags": [ - "Snippet Set" + "Seo Url" ], - "summary": "Detailed information about a Snippet Set resource.", + "summary": "Detailed information about a Seo Url resource.", "description": "Available since: 6.0.0.0", - "operationId": "getSnippetSet", + "operationId": "getSeoUrl", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the snippet_set", + "description": "Identifier for the seo_url", "required": true, "schema": { "type": "string", @@ -65242,7 +65242,7 @@ ], "responses": { "200": { - "description": "Detail of SnippetSet", + "description": "Detail of SeoUrl", "content": { "application/vnd.api+json": { "schema": { @@ -65254,7 +65254,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SnippetSet" + "$ref": "#/components/schemas/SeoUrl" } } } @@ -65269,7 +65269,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SnippetSet" + "$ref": "#/components/schemas/SeoUrl" } } } @@ -65286,16 +65286,16 @@ }, "delete": { "tags": [ - "Snippet Set" + "Seo Url" ], - "summary": "Delete a Snippet Set resource.", + "summary": "Delete a Seo Url resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteSnippetSet", + "operationId": "deleteSeoUrl", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the snippet_set", + "description": "Identifier for the seo_url", "required": true, "schema": { "type": "string", @@ -65326,16 +65326,16 @@ }, "patch": { "tags": [ - "Snippet Set" + "Seo Url" ], - "summary": "Partially update information about a Snippet Set resource.", + "summary": "Partially update information about a Seo Url resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateSnippetSet", + "operationId": "updateSeoUrl", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the snippet_set", + "description": "Identifier for the seo_url", "required": true, "schema": { "type": "string", @@ -65353,18 +65353,18 @@ } ], "requestBody": { - "description": "Partially update information about a Snippet Set resource.", + "description": "Partially update information about a Seo Url resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SnippetSet" + "$ref": "#/components/schemas/SeoUrl" } } } }, "responses": { "200": { - "description": "Detail of SnippetSet", + "description": "Detail of SeoUrl", "content": { "application/vnd.api+json": { "schema": { @@ -65376,7 +65376,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SnippetSet" + "$ref": "#/components/schemas/SeoUrl" } } } @@ -65391,7 +65391,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SnippetSet" + "$ref": "#/components/schemas/SeoUrl" } } } @@ -65410,14 +65410,14 @@ } } }, - "/aggregate/snippet-set": { + "/aggregate/seo-url": { "post": { "tags": [ - "Snippet Set" + "Seo Url" ], - "summary": "Aggregate for the Snippet Set resources.", + "summary": "Aggregate for the Seo Url resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSnippetSet", + "operationId": "aggregateSeoUrl", "requestBody": { "required": true, "content": { @@ -65441,7 +65441,7 @@ }, "responses": { "200": { - "description": "List of SnippetSet", + "description": "List of SeoUrl", "content": { "application/vnd.api+json": { "schema": { @@ -65455,7 +65455,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SnippetSet" + "$ref": "#/components/schemas/SeoUrl" } } } @@ -65473,7 +65473,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SnippetSet" + "$ref": "#/components/schemas/SeoUrl" } } } @@ -65490,14 +65490,14 @@ } } }, - "/state-machine": { + "/seo-url-template": { "get": { "tags": [ - "State Machine" + "Seo Url Template" ], - "summary": "List with basic information of State Machine resources.", + "summary": "List with basic information of Seo Url Template resources.", "description": "Available since: 6.0.0.0", - "operationId": "getStateMachineList", + "operationId": "getSeoUrlTemplateList", "parameters": [ { "name": "limit", @@ -65526,7 +65526,7 @@ ], "responses": { "200": { - "description": "List of State Machine resources.", + "description": "List of Seo Url Template resources.", "content": { "application/vnd.api+json": { "schema": { @@ -65545,7 +65545,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachine" + "$ref": "#/components/schemas/SeoUrlTemplate" } } ] @@ -65559,16 +65559,16 @@ "type": "object", "properties": { "first": { - "example": "/state-machine?limit=25" + "example": "/seo-url-template?limit=25" }, "last": { - "example": "/state-machine?limit=25&page=11" + "example": "/seo-url-template?limit=25&page=11" }, "next": { - "example": "/state-machine?limit=25&page=4" + "example": "/seo-url-template?limit=25&page=4" }, "prev": { - "example": "/state-machine?limit=25&page=2" + "example": "/seo-url-template?limit=25&page=2" } } } @@ -65589,7 +65589,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachine" + "$ref": "#/components/schemas/SeoUrlTemplate" } } } @@ -65604,11 +65604,11 @@ }, "post": { "tags": [ - "State Machine" + "Seo Url Template" ], - "summary": "Create a new State Machine resources.", + "summary": "Create a new Seo Url Template resources.", "description": "Available since: 6.0.0.0", - "operationId": "createStateMachine", + "operationId": "createSeoUrlTemplate", "parameters": [ { "name": "_response", @@ -65627,14 +65627,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/StateMachine" + "$ref": "#/components/schemas/SeoUrlTemplate" } } } }, "responses": { "200": { - "description": "Detail of StateMachine", + "description": "Detail of SeoUrlTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -65646,7 +65646,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/StateMachine" + "$ref": "#/components/schemas/SeoUrlTemplate" } } } @@ -65661,7 +65661,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/StateMachine" + "$ref": "#/components/schemas/SeoUrlTemplate" } } } @@ -65677,14 +65677,14 @@ } } }, - "/search/state-machine": { + "/search/seo-url-template": { "post": { "tags": [ - "State Machine" + "Seo Url Template" ], - "summary": "Search for the State Machine resources.", + "summary": "Search for the Seo Url Template resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchStateMachine", + "operationId": "searchSeoUrlTemplate", "parameters": [ { "name": "sw-include-search-info", @@ -65712,7 +65712,7 @@ }, "responses": { "200": { - "description": "List of StateMachine", + "description": "List of SeoUrlTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -65726,7 +65726,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachine" + "$ref": "#/components/schemas/SeoUrlTemplate" } } } @@ -65744,7 +65744,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachine" + "$ref": "#/components/schemas/SeoUrlTemplate" } } } @@ -65761,19 +65761,19 @@ } } }, - "/state-machine/{id}": { + "/seo-url-template/{id}": { "get": { "tags": [ - "State Machine" + "Seo Url Template" ], - "summary": "Detailed information about a State Machine resource.", + "summary": "Detailed information about a Seo Url Template resource.", "description": "Available since: 6.0.0.0", - "operationId": "getStateMachine", + "operationId": "getSeoUrlTemplate", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the state_machine", + "description": "Identifier for the seo_url_template", "required": true, "schema": { "type": "string", @@ -65783,7 +65783,7 @@ ], "responses": { "200": { - "description": "Detail of StateMachine", + "description": "Detail of SeoUrlTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -65795,7 +65795,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/StateMachine" + "$ref": "#/components/schemas/SeoUrlTemplate" } } } @@ -65810,7 +65810,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/StateMachine" + "$ref": "#/components/schemas/SeoUrlTemplate" } } } @@ -65827,16 +65827,16 @@ }, "delete": { "tags": [ - "State Machine" + "Seo Url Template" ], - "summary": "Delete a State Machine resource.", + "summary": "Delete a Seo Url Template resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteStateMachine", + "operationId": "deleteSeoUrlTemplate", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the state_machine", + "description": "Identifier for the seo_url_template", "required": true, "schema": { "type": "string", @@ -65867,16 +65867,16 @@ }, "patch": { "tags": [ - "State Machine" + "Seo Url Template" ], - "summary": "Partially update information about a State Machine resource.", + "summary": "Partially update information about a Seo Url Template resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateStateMachine", + "operationId": "updateSeoUrlTemplate", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the state_machine", + "description": "Identifier for the seo_url_template", "required": true, "schema": { "type": "string", @@ -65894,18 +65894,18 @@ } ], "requestBody": { - "description": "Partially update information about a State Machine resource.", + "description": "Partially update information about a Seo Url Template resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/StateMachine" + "$ref": "#/components/schemas/SeoUrlTemplate" } } } }, "responses": { "200": { - "description": "Detail of StateMachine", + "description": "Detail of SeoUrlTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -65917,7 +65917,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/StateMachine" + "$ref": "#/components/schemas/SeoUrlTemplate" } } } @@ -65932,7 +65932,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/StateMachine" + "$ref": "#/components/schemas/SeoUrlTemplate" } } } @@ -65951,14 +65951,14 @@ } } }, - "/aggregate/state-machine": { + "/aggregate/seo-url-template": { "post": { "tags": [ - "State Machine" + "Seo Url Template" ], - "summary": "Aggregate for the State Machine resources.", + "summary": "Aggregate for the Seo Url Template resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateStateMachine", + "operationId": "aggregateSeoUrlTemplate", "requestBody": { "required": true, "content": { @@ -65982,7 +65982,7 @@ }, "responses": { "200": { - "description": "List of StateMachine", + "description": "List of SeoUrlTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -65996,7 +65996,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachine" + "$ref": "#/components/schemas/SeoUrlTemplate" } } } @@ -66014,7 +66014,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachine" + "$ref": "#/components/schemas/SeoUrlTemplate" } } } @@ -66031,14 +66031,14 @@ } } }, - "/state-machine-history": { + "/shipping-method": { "get": { "tags": [ - "State Machine History" + "Shipping Method" ], - "summary": "List with basic information of State Machine History resources.", + "summary": "List with basic information of Shipping Method resources.", "description": "Available since: 6.0.0.0", - "operationId": "getStateMachineHistoryList", + "operationId": "getShippingMethodList", "parameters": [ { "name": "limit", @@ -66067,7 +66067,7 @@ ], "responses": { "200": { - "description": "List of State Machine History resources.", + "description": "List of Shipping Method resources.", "content": { "application/vnd.api+json": { "schema": { @@ -66086,7 +66086,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineHistory" + "$ref": "#/components/schemas/ShippingMethod" } } ] @@ -66100,16 +66100,16 @@ "type": "object", "properties": { "first": { - "example": "/state-machine-history?limit=25" + "example": "/shipping-method?limit=25" }, "last": { - "example": "/state-machine-history?limit=25&page=11" + "example": "/shipping-method?limit=25&page=11" }, "next": { - "example": "/state-machine-history?limit=25&page=4" + "example": "/shipping-method?limit=25&page=4" }, "prev": { - "example": "/state-machine-history?limit=25&page=2" + "example": "/shipping-method?limit=25&page=2" } } } @@ -66130,7 +66130,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineHistory" + "$ref": "#/components/schemas/ShippingMethod" } } } @@ -66145,11 +66145,11 @@ }, "post": { "tags": [ - "State Machine History" + "Shipping Method" ], - "summary": "Create a new State Machine History resources.", + "summary": "Create a new Shipping Method resources.", "description": "Available since: 6.0.0.0", - "operationId": "createStateMachineHistory", + "operationId": "createShippingMethod", "parameters": [ { "name": "_response", @@ -66168,14 +66168,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/StateMachineHistory" + "$ref": "#/components/schemas/ShippingMethod" } } } }, "responses": { "200": { - "description": "Detail of StateMachineHistory", + "description": "Detail of ShippingMethod", "content": { "application/vnd.api+json": { "schema": { @@ -66187,7 +66187,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/StateMachineHistory" + "$ref": "#/components/schemas/ShippingMethod" } } } @@ -66202,7 +66202,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/StateMachineHistory" + "$ref": "#/components/schemas/ShippingMethod" } } } @@ -66218,14 +66218,14 @@ } } }, - "/search/state-machine-history": { + "/search/shipping-method": { "post": { "tags": [ - "State Machine History" + "Shipping Method" ], - "summary": "Search for the State Machine History resources.", + "summary": "Search for the Shipping Method resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchStateMachineHistory", + "operationId": "searchShippingMethod", "parameters": [ { "name": "sw-include-search-info", @@ -66253,7 +66253,7 @@ }, "responses": { "200": { - "description": "List of StateMachineHistory", + "description": "List of ShippingMethod", "content": { "application/vnd.api+json": { "schema": { @@ -66267,7 +66267,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineHistory" + "$ref": "#/components/schemas/ShippingMethod" } } } @@ -66285,7 +66285,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineHistory" + "$ref": "#/components/schemas/ShippingMethod" } } } @@ -66302,19 +66302,19 @@ } } }, - "/state-machine-history/{id}": { + "/shipping-method/{id}": { "get": { "tags": [ - "State Machine History" + "Shipping Method" ], - "summary": "Detailed information about a State Machine History resource.", + "summary": "Detailed information about a Shipping Method resource.", "description": "Available since: 6.0.0.0", - "operationId": "getStateMachineHistory", + "operationId": "getShippingMethod", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the state_machine_history", + "description": "Identifier for the shipping_method", "required": true, "schema": { "type": "string", @@ -66324,7 +66324,7 @@ ], "responses": { "200": { - "description": "Detail of StateMachineHistory", + "description": "Detail of ShippingMethod", "content": { "application/vnd.api+json": { "schema": { @@ -66336,7 +66336,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/StateMachineHistory" + "$ref": "#/components/schemas/ShippingMethod" } } } @@ -66351,7 +66351,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/StateMachineHistory" + "$ref": "#/components/schemas/ShippingMethod" } } } @@ -66368,16 +66368,16 @@ }, "delete": { "tags": [ - "State Machine History" + "Shipping Method" ], - "summary": "Delete a State Machine History resource.", + "summary": "Delete a Shipping Method resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteStateMachineHistory", + "operationId": "deleteShippingMethod", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the state_machine_history", + "description": "Identifier for the shipping_method", "required": true, "schema": { "type": "string", @@ -66408,16 +66408,16 @@ }, "patch": { "tags": [ - "State Machine History" + "Shipping Method" ], - "summary": "Partially update information about a State Machine History resource.", + "summary": "Partially update information about a Shipping Method resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateStateMachineHistory", + "operationId": "updateShippingMethod", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the state_machine_history", + "description": "Identifier for the shipping_method", "required": true, "schema": { "type": "string", @@ -66435,18 +66435,18 @@ } ], "requestBody": { - "description": "Partially update information about a State Machine History resource.", + "description": "Partially update information about a Shipping Method resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/StateMachineHistory" + "$ref": "#/components/schemas/ShippingMethod" } } } }, "responses": { "200": { - "description": "Detail of StateMachineHistory", + "description": "Detail of ShippingMethod", "content": { "application/vnd.api+json": { "schema": { @@ -66458,7 +66458,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/StateMachineHistory" + "$ref": "#/components/schemas/ShippingMethod" } } } @@ -66473,7 +66473,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/StateMachineHistory" + "$ref": "#/components/schemas/ShippingMethod" } } } @@ -66492,14 +66492,14 @@ } } }, - "/aggregate/state-machine-history": { + "/aggregate/shipping-method": { "post": { "tags": [ - "State Machine History" + "Shipping Method" ], - "summary": "Aggregate for the State Machine History resources.", + "summary": "Aggregate for the Shipping Method resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateStateMachineHistory", + "operationId": "aggregateShippingMethod", "requestBody": { "required": true, "content": { @@ -66523,7 +66523,7 @@ }, "responses": { "200": { - "description": "List of StateMachineHistory", + "description": "List of ShippingMethod", "content": { "application/vnd.api+json": { "schema": { @@ -66537,7 +66537,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineHistory" + "$ref": "#/components/schemas/ShippingMethod" } } } @@ -66555,7 +66555,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineHistory" + "$ref": "#/components/schemas/ShippingMethod" } } } @@ -66572,14 +66572,14 @@ } } }, - "/state-machine-state": { + "/shipping-method-price": { "get": { "tags": [ - "State Machine State" + "Shipping Method Price" ], - "summary": "List with basic information of State Machine State resources.", + "summary": "List with basic information of Shipping Method Price resources.", "description": "Available since: 6.0.0.0", - "operationId": "getStateMachineStateList", + "operationId": "getShippingMethodPriceList", "parameters": [ { "name": "limit", @@ -66608,7 +66608,7 @@ ], "responses": { "200": { - "description": "List of State Machine State resources.", + "description": "List of Shipping Method Price resources.", "content": { "application/vnd.api+json": { "schema": { @@ -66627,7 +66627,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineState" + "$ref": "#/components/schemas/ShippingMethodPrice" } } ] @@ -66641,16 +66641,16 @@ "type": "object", "properties": { "first": { - "example": "/state-machine-state?limit=25" + "example": "/shipping-method-price?limit=25" }, "last": { - "example": "/state-machine-state?limit=25&page=11" + "example": "/shipping-method-price?limit=25&page=11" }, "next": { - "example": "/state-machine-state?limit=25&page=4" + "example": "/shipping-method-price?limit=25&page=4" }, "prev": { - "example": "/state-machine-state?limit=25&page=2" + "example": "/shipping-method-price?limit=25&page=2" } } } @@ -66671,7 +66671,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineState" + "$ref": "#/components/schemas/ShippingMethodPrice" } } } @@ -66686,11 +66686,11 @@ }, "post": { "tags": [ - "State Machine State" + "Shipping Method Price" ], - "summary": "Create a new State Machine State resources.", + "summary": "Create a new Shipping Method Price resources.", "description": "Available since: 6.0.0.0", - "operationId": "createStateMachineState", + "operationId": "createShippingMethodPrice", "parameters": [ { "name": "_response", @@ -66709,14 +66709,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/StateMachineState" + "$ref": "#/components/schemas/ShippingMethodPrice" } } } }, "responses": { "200": { - "description": "Detail of StateMachineState", + "description": "Detail of ShippingMethodPrice", "content": { "application/vnd.api+json": { "schema": { @@ -66728,7 +66728,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/StateMachineState" + "$ref": "#/components/schemas/ShippingMethodPrice" } } } @@ -66743,7 +66743,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/StateMachineState" + "$ref": "#/components/schemas/ShippingMethodPrice" } } } @@ -66759,14 +66759,14 @@ } } }, - "/search/state-machine-state": { + "/search/shipping-method-price": { "post": { "tags": [ - "State Machine State" + "Shipping Method Price" ], - "summary": "Search for the State Machine State resources.", + "summary": "Search for the Shipping Method Price resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchStateMachineState", + "operationId": "searchShippingMethodPrice", "parameters": [ { "name": "sw-include-search-info", @@ -66794,7 +66794,7 @@ }, "responses": { "200": { - "description": "List of StateMachineState", + "description": "List of ShippingMethodPrice", "content": { "application/vnd.api+json": { "schema": { @@ -66808,7 +66808,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineState" + "$ref": "#/components/schemas/ShippingMethodPrice" } } } @@ -66826,7 +66826,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineState" + "$ref": "#/components/schemas/ShippingMethodPrice" } } } @@ -66843,19 +66843,19 @@ } } }, - "/state-machine-state/{id}": { + "/shipping-method-price/{id}": { "get": { "tags": [ - "State Machine State" + "Shipping Method Price" ], - "summary": "Detailed information about a State Machine State resource.", + "summary": "Detailed information about a Shipping Method Price resource.", "description": "Available since: 6.0.0.0", - "operationId": "getStateMachineState", + "operationId": "getShippingMethodPrice", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the state_machine_state", + "description": "Identifier for the shipping_method_price", "required": true, "schema": { "type": "string", @@ -66865,7 +66865,7 @@ ], "responses": { "200": { - "description": "Detail of StateMachineState", + "description": "Detail of ShippingMethodPrice", "content": { "application/vnd.api+json": { "schema": { @@ -66877,7 +66877,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/StateMachineState" + "$ref": "#/components/schemas/ShippingMethodPrice" } } } @@ -66892,7 +66892,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/StateMachineState" + "$ref": "#/components/schemas/ShippingMethodPrice" } } } @@ -66909,16 +66909,16 @@ }, "delete": { "tags": [ - "State Machine State" + "Shipping Method Price" ], - "summary": "Delete a State Machine State resource.", + "summary": "Delete a Shipping Method Price resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteStateMachineState", + "operationId": "deleteShippingMethodPrice", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the state_machine_state", + "description": "Identifier for the shipping_method_price", "required": true, "schema": { "type": "string", @@ -66949,16 +66949,16 @@ }, "patch": { "tags": [ - "State Machine State" + "Shipping Method Price" ], - "summary": "Partially update information about a State Machine State resource.", + "summary": "Partially update information about a Shipping Method Price resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateStateMachineState", + "operationId": "updateShippingMethodPrice", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the state_machine_state", + "description": "Identifier for the shipping_method_price", "required": true, "schema": { "type": "string", @@ -66976,18 +66976,18 @@ } ], "requestBody": { - "description": "Partially update information about a State Machine State resource.", + "description": "Partially update information about a Shipping Method Price resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/StateMachineState" + "$ref": "#/components/schemas/ShippingMethodPrice" } } } }, "responses": { "200": { - "description": "Detail of StateMachineState", + "description": "Detail of ShippingMethodPrice", "content": { "application/vnd.api+json": { "schema": { @@ -66999,7 +66999,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/StateMachineState" + "$ref": "#/components/schemas/ShippingMethodPrice" } } } @@ -67014,7 +67014,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/StateMachineState" + "$ref": "#/components/schemas/ShippingMethodPrice" } } } @@ -67033,14 +67033,14 @@ } } }, - "/aggregate/state-machine-state": { + "/aggregate/shipping-method-price": { "post": { "tags": [ - "State Machine State" + "Shipping Method Price" ], - "summary": "Aggregate for the State Machine State resources.", + "summary": "Aggregate for the Shipping Method Price resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateStateMachineState", + "operationId": "aggregateShippingMethodPrice", "requestBody": { "required": true, "content": { @@ -67064,7 +67064,7 @@ }, "responses": { "200": { - "description": "List of StateMachineState", + "description": "List of ShippingMethodPrice", "content": { "application/vnd.api+json": { "schema": { @@ -67078,7 +67078,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineState" + "$ref": "#/components/schemas/ShippingMethodPrice" } } } @@ -67096,7 +67096,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineState" + "$ref": "#/components/schemas/ShippingMethodPrice" } } } @@ -67113,14 +67113,14 @@ } } }, - "/state-machine-transition": { + "/snippet": { "get": { "tags": [ - "State Machine Transition" + "Snippet" ], - "summary": "List with basic information of State Machine Transition resources.", + "summary": "List with basic information of Snippet resources.", "description": "Available since: 6.0.0.0", - "operationId": "getStateMachineTransitionList", + "operationId": "getSnippetList", "parameters": [ { "name": "limit", @@ -67149,7 +67149,7 @@ ], "responses": { "200": { - "description": "List of State Machine Transition resources.", + "description": "List of Snippet resources.", "content": { "application/vnd.api+json": { "schema": { @@ -67168,7 +67168,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineTransition" + "$ref": "#/components/schemas/Snippet" } } ] @@ -67182,16 +67182,16 @@ "type": "object", "properties": { "first": { - "example": "/state-machine-transition?limit=25" + "example": "/snippet?limit=25" }, "last": { - "example": "/state-machine-transition?limit=25&page=11" + "example": "/snippet?limit=25&page=11" }, "next": { - "example": "/state-machine-transition?limit=25&page=4" + "example": "/snippet?limit=25&page=4" }, "prev": { - "example": "/state-machine-transition?limit=25&page=2" + "example": "/snippet?limit=25&page=2" } } } @@ -67212,7 +67212,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineTransition" + "$ref": "#/components/schemas/Snippet" } } } @@ -67227,11 +67227,11 @@ }, "post": { "tags": [ - "State Machine Transition" + "Snippet" ], - "summary": "Create a new State Machine Transition resources.", + "summary": "Create a new Snippet resources.", "description": "Available since: 6.0.0.0", - "operationId": "createStateMachineTransition", + "operationId": "createSnippet", "parameters": [ { "name": "_response", @@ -67250,14 +67250,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/StateMachineTransition" + "$ref": "#/components/schemas/Snippet" } } } }, "responses": { "200": { - "description": "Detail of StateMachineTransition", + "description": "Detail of Snippet", "content": { "application/vnd.api+json": { "schema": { @@ -67269,7 +67269,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/StateMachineTransition" + "$ref": "#/components/schemas/Snippet" } } } @@ -67284,7 +67284,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/StateMachineTransition" + "$ref": "#/components/schemas/Snippet" } } } @@ -67300,14 +67300,14 @@ } } }, - "/search/state-machine-transition": { + "/search/snippet": { "post": { "tags": [ - "State Machine Transition" + "Snippet" ], - "summary": "Search for the State Machine Transition resources.", + "summary": "Search for the Snippet resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchStateMachineTransition", + "operationId": "searchSnippet", "parameters": [ { "name": "sw-include-search-info", @@ -67335,7 +67335,7 @@ }, "responses": { "200": { - "description": "List of StateMachineTransition", + "description": "List of Snippet", "content": { "application/vnd.api+json": { "schema": { @@ -67349,7 +67349,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineTransition" + "$ref": "#/components/schemas/Snippet" } } } @@ -67367,7 +67367,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineTransition" + "$ref": "#/components/schemas/Snippet" } } } @@ -67384,19 +67384,19 @@ } } }, - "/state-machine-transition/{id}": { + "/snippet/{id}": { "get": { "tags": [ - "State Machine Transition" + "Snippet" ], - "summary": "Detailed information about a State Machine Transition resource.", + "summary": "Detailed information about a Snippet resource.", "description": "Available since: 6.0.0.0", - "operationId": "getStateMachineTransition", + "operationId": "getSnippet", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the state_machine_transition", + "description": "Identifier for the snippet", "required": true, "schema": { "type": "string", @@ -67406,7 +67406,7 @@ ], "responses": { "200": { - "description": "Detail of StateMachineTransition", + "description": "Detail of Snippet", "content": { "application/vnd.api+json": { "schema": { @@ -67418,7 +67418,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/StateMachineTransition" + "$ref": "#/components/schemas/Snippet" } } } @@ -67433,7 +67433,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/StateMachineTransition" + "$ref": "#/components/schemas/Snippet" } } } @@ -67450,16 +67450,16 @@ }, "delete": { "tags": [ - "State Machine Transition" + "Snippet" ], - "summary": "Delete a State Machine Transition resource.", + "summary": "Delete a Snippet resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteStateMachineTransition", + "operationId": "deleteSnippet", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the state_machine_transition", + "description": "Identifier for the snippet", "required": true, "schema": { "type": "string", @@ -67490,16 +67490,16 @@ }, "patch": { "tags": [ - "State Machine Transition" + "Snippet" ], - "summary": "Partially update information about a State Machine Transition resource.", + "summary": "Partially update information about a Snippet resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateStateMachineTransition", + "operationId": "updateSnippet", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the state_machine_transition", + "description": "Identifier for the snippet", "required": true, "schema": { "type": "string", @@ -67517,18 +67517,18 @@ } ], "requestBody": { - "description": "Partially update information about a State Machine Transition resource.", + "description": "Partially update information about a Snippet resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/StateMachineTransition" + "$ref": "#/components/schemas/Snippet" } } } }, "responses": { "200": { - "description": "Detail of StateMachineTransition", + "description": "Detail of Snippet", "content": { "application/vnd.api+json": { "schema": { @@ -67540,7 +67540,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/StateMachineTransition" + "$ref": "#/components/schemas/Snippet" } } } @@ -67555,7 +67555,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/StateMachineTransition" + "$ref": "#/components/schemas/Snippet" } } } @@ -67574,14 +67574,14 @@ } } }, - "/aggregate/state-machine-transition": { + "/aggregate/snippet": { "post": { "tags": [ - "State Machine Transition" + "Snippet" ], - "summary": "Aggregate for the State Machine Transition resources.", + "summary": "Aggregate for the Snippet resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateStateMachineTransition", + "operationId": "aggregateSnippet", "requestBody": { "required": true, "content": { @@ -67605,7 +67605,7 @@ }, "responses": { "200": { - "description": "List of StateMachineTransition", + "description": "List of Snippet", "content": { "application/vnd.api+json": { "schema": { @@ -67619,7 +67619,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineTransition" + "$ref": "#/components/schemas/Snippet" } } } @@ -67637,7 +67637,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineTransition" + "$ref": "#/components/schemas/Snippet" } } } @@ -67654,14 +67654,14 @@ } } }, - "/system-config": { + "/snippet-set": { "get": { "tags": [ - "System Config" + "Snippet Set" ], - "summary": "List with basic information of System Config resources.", + "summary": "List with basic information of Snippet Set resources.", "description": "Available since: 6.0.0.0", - "operationId": "getSystemConfigList", + "operationId": "getSnippetSetList", "parameters": [ { "name": "limit", @@ -67690,7 +67690,7 @@ ], "responses": { "200": { - "description": "List of System Config resources.", + "description": "List of Snippet Set resources.", "content": { "application/vnd.api+json": { "schema": { @@ -67709,7 +67709,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SystemConfig" + "$ref": "#/components/schemas/SnippetSet" } } ] @@ -67723,16 +67723,16 @@ "type": "object", "properties": { "first": { - "example": "/system-config?limit=25" + "example": "/snippet-set?limit=25" }, "last": { - "example": "/system-config?limit=25&page=11" + "example": "/snippet-set?limit=25&page=11" }, "next": { - "example": "/system-config?limit=25&page=4" + "example": "/snippet-set?limit=25&page=4" }, "prev": { - "example": "/system-config?limit=25&page=2" + "example": "/snippet-set?limit=25&page=2" } } } @@ -67753,7 +67753,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SystemConfig" + "$ref": "#/components/schemas/SnippetSet" } } } @@ -67768,11 +67768,11 @@ }, "post": { "tags": [ - "System Config" + "Snippet Set" ], - "summary": "Create a new System Config resources.", + "summary": "Create a new Snippet Set resources.", "description": "Available since: 6.0.0.0", - "operationId": "createSystemConfig", + "operationId": "createSnippetSet", "parameters": [ { "name": "_response", @@ -67791,14 +67791,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SystemConfig" + "$ref": "#/components/schemas/SnippetSet" } } } }, "responses": { "200": { - "description": "Detail of SystemConfig", + "description": "Detail of SnippetSet", "content": { "application/vnd.api+json": { "schema": { @@ -67810,7 +67810,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SystemConfig" + "$ref": "#/components/schemas/SnippetSet" } } } @@ -67825,7 +67825,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SystemConfig" + "$ref": "#/components/schemas/SnippetSet" } } } @@ -67841,14 +67841,14 @@ } } }, - "/search/system-config": { + "/search/snippet-set": { "post": { "tags": [ - "System Config" + "Snippet Set" ], - "summary": "Search for the System Config resources.", + "summary": "Search for the Snippet Set resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchSystemConfig", + "operationId": "searchSnippetSet", "parameters": [ { "name": "sw-include-search-info", @@ -67876,7 +67876,7 @@ }, "responses": { "200": { - "description": "List of SystemConfig", + "description": "List of SnippetSet", "content": { "application/vnd.api+json": { "schema": { @@ -67890,7 +67890,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SystemConfig" + "$ref": "#/components/schemas/SnippetSet" } } } @@ -67908,7 +67908,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SystemConfig" + "$ref": "#/components/schemas/SnippetSet" } } } @@ -67925,19 +67925,19 @@ } } }, - "/system-config/{id}": { + "/snippet-set/{id}": { "get": { "tags": [ - "System Config" + "Snippet Set" ], - "summary": "Detailed information about a System Config resource.", + "summary": "Detailed information about a Snippet Set resource.", "description": "Available since: 6.0.0.0", - "operationId": "getSystemConfig", + "operationId": "getSnippetSet", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the system_config", + "description": "Identifier for the snippet_set", "required": true, "schema": { "type": "string", @@ -67947,7 +67947,7 @@ ], "responses": { "200": { - "description": "Detail of SystemConfig", + "description": "Detail of SnippetSet", "content": { "application/vnd.api+json": { "schema": { @@ -67959,7 +67959,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SystemConfig" + "$ref": "#/components/schemas/SnippetSet" } } } @@ -67974,7 +67974,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SystemConfig" + "$ref": "#/components/schemas/SnippetSet" } } } @@ -67991,16 +67991,16 @@ }, "delete": { "tags": [ - "System Config" + "Snippet Set" ], - "summary": "Delete a System Config resource.", + "summary": "Delete a Snippet Set resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteSystemConfig", + "operationId": "deleteSnippetSet", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the system_config", + "description": "Identifier for the snippet_set", "required": true, "schema": { "type": "string", @@ -68031,16 +68031,16 @@ }, "patch": { "tags": [ - "System Config" + "Snippet Set" ], - "summary": "Partially update information about a System Config resource.", + "summary": "Partially update information about a Snippet Set resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateSystemConfig", + "operationId": "updateSnippetSet", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the system_config", + "description": "Identifier for the snippet_set", "required": true, "schema": { "type": "string", @@ -68058,18 +68058,18 @@ } ], "requestBody": { - "description": "Partially update information about a System Config resource.", + "description": "Partially update information about a Snippet Set resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SystemConfig" + "$ref": "#/components/schemas/SnippetSet" } } } }, "responses": { "200": { - "description": "Detail of SystemConfig", + "description": "Detail of SnippetSet", "content": { "application/vnd.api+json": { "schema": { @@ -68081,7 +68081,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SystemConfig" + "$ref": "#/components/schemas/SnippetSet" } } } @@ -68096,7 +68096,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SystemConfig" + "$ref": "#/components/schemas/SnippetSet" } } } @@ -68115,14 +68115,14 @@ } } }, - "/aggregate/system-config": { + "/aggregate/snippet-set": { "post": { "tags": [ - "System Config" + "Snippet Set" ], - "summary": "Aggregate for the System Config resources.", + "summary": "Aggregate for the Snippet Set resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSystemConfig", + "operationId": "aggregateSnippetSet", "requestBody": { "required": true, "content": { @@ -68146,7 +68146,7 @@ }, "responses": { "200": { - "description": "List of SystemConfig", + "description": "List of SnippetSet", "content": { "application/vnd.api+json": { "schema": { @@ -68160,7 +68160,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SystemConfig" + "$ref": "#/components/schemas/SnippetSet" } } } @@ -68178,7 +68178,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SystemConfig" + "$ref": "#/components/schemas/SnippetSet" } } } @@ -68195,14 +68195,14 @@ } } }, - "/tag": { + "/state-machine": { "get": { "tags": [ - "Tag" + "State Machine" ], - "summary": "List with basic information of Tag resources.", + "summary": "List with basic information of State Machine resources.", "description": "Available since: 6.0.0.0", - "operationId": "getTagList", + "operationId": "getStateMachineList", "parameters": [ { "name": "limit", @@ -68231,7 +68231,7 @@ ], "responses": { "200": { - "description": "List of Tag resources.", + "description": "List of State Machine resources.", "content": { "application/vnd.api+json": { "schema": { @@ -68250,7 +68250,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Tag" + "$ref": "#/components/schemas/StateMachine" } } ] @@ -68264,16 +68264,16 @@ "type": "object", "properties": { "first": { - "example": "/tag?limit=25" + "example": "/state-machine?limit=25" }, "last": { - "example": "/tag?limit=25&page=11" + "example": "/state-machine?limit=25&page=11" }, "next": { - "example": "/tag?limit=25&page=4" + "example": "/state-machine?limit=25&page=4" }, "prev": { - "example": "/tag?limit=25&page=2" + "example": "/state-machine?limit=25&page=2" } } } @@ -68294,7 +68294,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Tag" + "$ref": "#/components/schemas/StateMachine" } } } @@ -68309,11 +68309,11 @@ }, "post": { "tags": [ - "Tag" + "State Machine" ], - "summary": "Create a new Tag resources.", + "summary": "Create a new State Machine resources.", "description": "Available since: 6.0.0.0", - "operationId": "createTag", + "operationId": "createStateMachine", "parameters": [ { "name": "_response", @@ -68332,14 +68332,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Tag" + "$ref": "#/components/schemas/StateMachine" } } } }, "responses": { "200": { - "description": "Detail of Tag", + "description": "Detail of StateMachine", "content": { "application/vnd.api+json": { "schema": { @@ -68351,7 +68351,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Tag" + "$ref": "#/components/schemas/StateMachine" } } } @@ -68366,7 +68366,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Tag" + "$ref": "#/components/schemas/StateMachine" } } } @@ -68382,14 +68382,14 @@ } } }, - "/search/tag": { + "/search/state-machine": { "post": { "tags": [ - "Tag" + "State Machine" ], - "summary": "Search for the Tag resources.", + "summary": "Search for the State Machine resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchTag", + "operationId": "searchStateMachine", "parameters": [ { "name": "sw-include-search-info", @@ -68417,7 +68417,7 @@ }, "responses": { "200": { - "description": "List of Tag", + "description": "List of StateMachine", "content": { "application/vnd.api+json": { "schema": { @@ -68431,7 +68431,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Tag" + "$ref": "#/components/schemas/StateMachine" } } } @@ -68449,7 +68449,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Tag" + "$ref": "#/components/schemas/StateMachine" } } } @@ -68466,19 +68466,19 @@ } } }, - "/tag/{id}": { + "/state-machine/{id}": { "get": { "tags": [ - "Tag" + "State Machine" ], - "summary": "Detailed information about a Tag resource.", + "summary": "Detailed information about a State Machine resource.", "description": "Available since: 6.0.0.0", - "operationId": "getTag", + "operationId": "getStateMachine", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the tag", + "description": "Identifier for the state_machine", "required": true, "schema": { "type": "string", @@ -68488,7 +68488,7 @@ ], "responses": { "200": { - "description": "Detail of Tag", + "description": "Detail of StateMachine", "content": { "application/vnd.api+json": { "schema": { @@ -68500,7 +68500,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Tag" + "$ref": "#/components/schemas/StateMachine" } } } @@ -68515,7 +68515,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Tag" + "$ref": "#/components/schemas/StateMachine" } } } @@ -68532,16 +68532,16 @@ }, "delete": { "tags": [ - "Tag" + "State Machine" ], - "summary": "Delete a Tag resource.", + "summary": "Delete a State Machine resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteTag", + "operationId": "deleteStateMachine", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the tag", + "description": "Identifier for the state_machine", "required": true, "schema": { "type": "string", @@ -68572,16 +68572,16 @@ }, "patch": { "tags": [ - "Tag" + "State Machine" ], - "summary": "Partially update information about a Tag resource.", + "summary": "Partially update information about a State Machine resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateTag", + "operationId": "updateStateMachine", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the tag", + "description": "Identifier for the state_machine", "required": true, "schema": { "type": "string", @@ -68599,18 +68599,18 @@ } ], "requestBody": { - "description": "Partially update information about a Tag resource.", + "description": "Partially update information about a State Machine resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Tag" + "$ref": "#/components/schemas/StateMachine" } } } }, "responses": { "200": { - "description": "Detail of Tag", + "description": "Detail of StateMachine", "content": { "application/vnd.api+json": { "schema": { @@ -68622,7 +68622,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Tag" + "$ref": "#/components/schemas/StateMachine" } } } @@ -68637,7 +68637,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Tag" + "$ref": "#/components/schemas/StateMachine" } } } @@ -68656,14 +68656,14 @@ } } }, - "/aggregate/tag": { + "/aggregate/state-machine": { "post": { "tags": [ - "Tag" + "State Machine" ], - "summary": "Aggregate for the Tag resources.", + "summary": "Aggregate for the State Machine resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateTag", + "operationId": "aggregateStateMachine", "requestBody": { "required": true, "content": { @@ -68687,7 +68687,7 @@ }, "responses": { "200": { - "description": "List of Tag", + "description": "List of StateMachine", "content": { "application/vnd.api+json": { "schema": { @@ -68701,7 +68701,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Tag" + "$ref": "#/components/schemas/StateMachine" } } } @@ -68719,7 +68719,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Tag" + "$ref": "#/components/schemas/StateMachine" } } } @@ -68736,14 +68736,14 @@ } } }, - "/tax": { + "/state-machine-history": { "get": { "tags": [ - "Tax" + "State Machine History" ], - "summary": "List with basic information of Tax resources.", + "summary": "List with basic information of State Machine History resources.", "description": "Available since: 6.0.0.0", - "operationId": "getTaxList", + "operationId": "getStateMachineHistoryList", "parameters": [ { "name": "limit", @@ -68772,7 +68772,7 @@ ], "responses": { "200": { - "description": "List of Tax resources.", + "description": "List of State Machine History resources.", "content": { "application/vnd.api+json": { "schema": { @@ -68791,7 +68791,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Tax" + "$ref": "#/components/schemas/StateMachineHistory" } } ] @@ -68805,16 +68805,16 @@ "type": "object", "properties": { "first": { - "example": "/tax?limit=25" + "example": "/state-machine-history?limit=25" }, "last": { - "example": "/tax?limit=25&page=11" + "example": "/state-machine-history?limit=25&page=11" }, "next": { - "example": "/tax?limit=25&page=4" + "example": "/state-machine-history?limit=25&page=4" }, "prev": { - "example": "/tax?limit=25&page=2" + "example": "/state-machine-history?limit=25&page=2" } } } @@ -68835,7 +68835,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Tax" + "$ref": "#/components/schemas/StateMachineHistory" } } } @@ -68850,11 +68850,11 @@ }, "post": { "tags": [ - "Tax" + "State Machine History" ], - "summary": "Create a new Tax resources.", + "summary": "Create a new State Machine History resources.", "description": "Available since: 6.0.0.0", - "operationId": "createTax", + "operationId": "createStateMachineHistory", "parameters": [ { "name": "_response", @@ -68873,14 +68873,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Tax" + "$ref": "#/components/schemas/StateMachineHistory" } } } }, "responses": { "200": { - "description": "Detail of Tax", + "description": "Detail of StateMachineHistory", "content": { "application/vnd.api+json": { "schema": { @@ -68892,7 +68892,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Tax" + "$ref": "#/components/schemas/StateMachineHistory" } } } @@ -68907,7 +68907,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Tax" + "$ref": "#/components/schemas/StateMachineHistory" } } } @@ -68923,14 +68923,14 @@ } } }, - "/search/tax": { + "/search/state-machine-history": { "post": { "tags": [ - "Tax" + "State Machine History" ], - "summary": "Search for the Tax resources.", + "summary": "Search for the State Machine History resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchTax", + "operationId": "searchStateMachineHistory", "parameters": [ { "name": "sw-include-search-info", @@ -68958,7 +68958,7 @@ }, "responses": { "200": { - "description": "List of Tax", + "description": "List of StateMachineHistory", "content": { "application/vnd.api+json": { "schema": { @@ -68972,7 +68972,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Tax" + "$ref": "#/components/schemas/StateMachineHistory" } } } @@ -68990,7 +68990,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Tax" + "$ref": "#/components/schemas/StateMachineHistory" } } } @@ -69007,19 +69007,19 @@ } } }, - "/tax/{id}": { + "/state-machine-history/{id}": { "get": { "tags": [ - "Tax" + "State Machine History" ], - "summary": "Detailed information about a Tax resource.", + "summary": "Detailed information about a State Machine History resource.", "description": "Available since: 6.0.0.0", - "operationId": "getTax", + "operationId": "getStateMachineHistory", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the tax", + "description": "Identifier for the state_machine_history", "required": true, "schema": { "type": "string", @@ -69029,7 +69029,7 @@ ], "responses": { "200": { - "description": "Detail of Tax", + "description": "Detail of StateMachineHistory", "content": { "application/vnd.api+json": { "schema": { @@ -69041,7 +69041,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Tax" + "$ref": "#/components/schemas/StateMachineHistory" } } } @@ -69056,7 +69056,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Tax" + "$ref": "#/components/schemas/StateMachineHistory" } } } @@ -69073,16 +69073,16 @@ }, "delete": { "tags": [ - "Tax" + "State Machine History" ], - "summary": "Delete a Tax resource.", + "summary": "Delete a State Machine History resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteTax", + "operationId": "deleteStateMachineHistory", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the tax", + "description": "Identifier for the state_machine_history", "required": true, "schema": { "type": "string", @@ -69113,16 +69113,16 @@ }, "patch": { "tags": [ - "Tax" + "State Machine History" ], - "summary": "Partially update information about a Tax resource.", + "summary": "Partially update information about a State Machine History resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateTax", + "operationId": "updateStateMachineHistory", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the tax", + "description": "Identifier for the state_machine_history", "required": true, "schema": { "type": "string", @@ -69140,18 +69140,18 @@ } ], "requestBody": { - "description": "Partially update information about a Tax resource.", + "description": "Partially update information about a State Machine History resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Tax" + "$ref": "#/components/schemas/StateMachineHistory" } } } }, "responses": { "200": { - "description": "Detail of Tax", + "description": "Detail of StateMachineHistory", "content": { "application/vnd.api+json": { "schema": { @@ -69163,7 +69163,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Tax" + "$ref": "#/components/schemas/StateMachineHistory" } } } @@ -69178,7 +69178,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Tax" + "$ref": "#/components/schemas/StateMachineHistory" } } } @@ -69197,14 +69197,14 @@ } } }, - "/aggregate/tax": { + "/aggregate/state-machine-history": { "post": { "tags": [ - "Tax" + "State Machine History" ], - "summary": "Aggregate for the Tax resources.", + "summary": "Aggregate for the State Machine History resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateTax", + "operationId": "aggregateStateMachineHistory", "requestBody": { "required": true, "content": { @@ -69228,7 +69228,7 @@ }, "responses": { "200": { - "description": "List of Tax", + "description": "List of StateMachineHistory", "content": { "application/vnd.api+json": { "schema": { @@ -69242,7 +69242,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Tax" + "$ref": "#/components/schemas/StateMachineHistory" } } } @@ -69260,7 +69260,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Tax" + "$ref": "#/components/schemas/StateMachineHistory" } } } @@ -69277,14 +69277,14 @@ } } }, - "/tax-provider": { + "/state-machine-state": { "get": { "tags": [ - "Tax Provider" + "State Machine State" ], - "summary": "List with basic information of Tax Provider resources.", - "description": "Available since: 6.5.0.0", - "operationId": "getTaxProviderList", + "summary": "List with basic information of State Machine State resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getStateMachineStateList", "parameters": [ { "name": "limit", @@ -69313,7 +69313,7 @@ ], "responses": { "200": { - "description": "List of Tax Provider resources.", + "description": "List of State Machine State resources.", "content": { "application/vnd.api+json": { "schema": { @@ -69332,7 +69332,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/TaxProvider" + "$ref": "#/components/schemas/StateMachineState" } } ] @@ -69346,16 +69346,16 @@ "type": "object", "properties": { "first": { - "example": "/tax-provider?limit=25" + "example": "/state-machine-state?limit=25" }, "last": { - "example": "/tax-provider?limit=25&page=11" + "example": "/state-machine-state?limit=25&page=11" }, "next": { - "example": "/tax-provider?limit=25&page=4" + "example": "/state-machine-state?limit=25&page=4" }, "prev": { - "example": "/tax-provider?limit=25&page=2" + "example": "/state-machine-state?limit=25&page=2" } } } @@ -69376,7 +69376,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/TaxProvider" + "$ref": "#/components/schemas/StateMachineState" } } } @@ -69391,11 +69391,11 @@ }, "post": { "tags": [ - "Tax Provider" + "State Machine State" ], - "summary": "Create a new Tax Provider resources.", - "description": "Available since: 6.5.0.0", - "operationId": "createTaxProvider", + "summary": "Create a new State Machine State resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createStateMachineState", "parameters": [ { "name": "_response", @@ -69414,14 +69414,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/TaxProvider" + "$ref": "#/components/schemas/StateMachineState" } } } }, "responses": { "200": { - "description": "Detail of TaxProvider", + "description": "Detail of StateMachineState", "content": { "application/vnd.api+json": { "schema": { @@ -69433,7 +69433,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/TaxProvider" + "$ref": "#/components/schemas/StateMachineState" } } } @@ -69448,7 +69448,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/TaxProvider" + "$ref": "#/components/schemas/StateMachineState" } } } @@ -69464,14 +69464,14 @@ } } }, - "/search/tax-provider": { + "/search/state-machine-state": { "post": { "tags": [ - "Tax Provider" + "State Machine State" ], - "summary": "Search for the Tax Provider resources.", - "description": "Available since: 6.5.0.0", - "operationId": "searchTaxProvider", + "summary": "Search for the State Machine State resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchStateMachineState", "parameters": [ { "name": "sw-include-search-info", @@ -69499,7 +69499,7 @@ }, "responses": { "200": { - "description": "List of TaxProvider", + "description": "List of StateMachineState", "content": { "application/vnd.api+json": { "schema": { @@ -69513,7 +69513,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/TaxProvider" + "$ref": "#/components/schemas/StateMachineState" } } } @@ -69531,7 +69531,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/TaxProvider" + "$ref": "#/components/schemas/StateMachineState" } } } @@ -69548,19 +69548,19 @@ } } }, - "/tax-provider/{id}": { + "/state-machine-state/{id}": { "get": { "tags": [ - "Tax Provider" + "State Machine State" ], - "summary": "Detailed information about a Tax Provider resource.", - "description": "Available since: 6.5.0.0", - "operationId": "getTaxProvider", + "summary": "Detailed information about a State Machine State resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getStateMachineState", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the tax_provider", + "description": "Identifier for the state_machine_state", "required": true, "schema": { "type": "string", @@ -69570,7 +69570,7 @@ ], "responses": { "200": { - "description": "Detail of TaxProvider", + "description": "Detail of StateMachineState", "content": { "application/vnd.api+json": { "schema": { @@ -69582,7 +69582,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/TaxProvider" + "$ref": "#/components/schemas/StateMachineState" } } } @@ -69597,7 +69597,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/TaxProvider" + "$ref": "#/components/schemas/StateMachineState" } } } @@ -69614,16 +69614,16 @@ }, "delete": { "tags": [ - "Tax Provider" + "State Machine State" ], - "summary": "Delete a Tax Provider resource.", - "description": "Available since: 6.5.0.0", - "operationId": "deleteTaxProvider", + "summary": "Delete a State Machine State resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteStateMachineState", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the tax_provider", + "description": "Identifier for the state_machine_state", "required": true, "schema": { "type": "string", @@ -69654,16 +69654,16 @@ }, "patch": { "tags": [ - "Tax Provider" + "State Machine State" ], - "summary": "Partially update information about a Tax Provider resource.", - "description": "Available since: 6.5.0.0", - "operationId": "updateTaxProvider", + "summary": "Partially update information about a State Machine State resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateStateMachineState", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the tax_provider", + "description": "Identifier for the state_machine_state", "required": true, "schema": { "type": "string", @@ -69681,18 +69681,18 @@ } ], "requestBody": { - "description": "Partially update information about a Tax Provider resource.", + "description": "Partially update information about a State Machine State resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/TaxProvider" + "$ref": "#/components/schemas/StateMachineState" } } } }, "responses": { "200": { - "description": "Detail of TaxProvider", + "description": "Detail of StateMachineState", "content": { "application/vnd.api+json": { "schema": { @@ -69704,7 +69704,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/TaxProvider" + "$ref": "#/components/schemas/StateMachineState" } } } @@ -69719,7 +69719,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/TaxProvider" + "$ref": "#/components/schemas/StateMachineState" } } } @@ -69738,14 +69738,14 @@ } } }, - "/aggregate/tax-provider": { + "/aggregate/state-machine-state": { "post": { "tags": [ - "Tax Provider" + "State Machine State" ], - "summary": "Aggregate for the Tax Provider resources.", + "summary": "Aggregate for the State Machine State resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateTaxProvider", + "operationId": "aggregateStateMachineState", "requestBody": { "required": true, "content": { @@ -69769,7 +69769,7 @@ }, "responses": { "200": { - "description": "List of TaxProvider", + "description": "List of StateMachineState", "content": { "application/vnd.api+json": { "schema": { @@ -69783,7 +69783,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/TaxProvider" + "$ref": "#/components/schemas/StateMachineState" } } } @@ -69801,7 +69801,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/TaxProvider" + "$ref": "#/components/schemas/StateMachineState" } } } @@ -69818,14 +69818,14 @@ } } }, - "/tax-rule": { + "/state-machine-transition": { "get": { "tags": [ - "Tax Rule" + "State Machine Transition" ], - "summary": "List with basic information of Tax Rule resources.", - "description": "Available since: 6.1.0.0", - "operationId": "getTaxRuleList", + "summary": "List with basic information of State Machine Transition resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getStateMachineTransitionList", "parameters": [ { "name": "limit", @@ -69854,7 +69854,7 @@ ], "responses": { "200": { - "description": "List of Tax Rule resources.", + "description": "List of State Machine Transition resources.", "content": { "application/vnd.api+json": { "schema": { @@ -69873,7 +69873,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/TaxRule" + "$ref": "#/components/schemas/StateMachineTransition" } } ] @@ -69887,16 +69887,16 @@ "type": "object", "properties": { "first": { - "example": "/tax-rule?limit=25" + "example": "/state-machine-transition?limit=25" }, "last": { - "example": "/tax-rule?limit=25&page=11" + "example": "/state-machine-transition?limit=25&page=11" }, "next": { - "example": "/tax-rule?limit=25&page=4" + "example": "/state-machine-transition?limit=25&page=4" }, "prev": { - "example": "/tax-rule?limit=25&page=2" + "example": "/state-machine-transition?limit=25&page=2" } } } @@ -69917,7 +69917,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/TaxRule" + "$ref": "#/components/schemas/StateMachineTransition" } } } @@ -69932,11 +69932,11 @@ }, "post": { "tags": [ - "Tax Rule" + "State Machine Transition" ], - "summary": "Create a new Tax Rule resources.", - "description": "Available since: 6.1.0.0", - "operationId": "createTaxRule", + "summary": "Create a new State Machine Transition resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createStateMachineTransition", "parameters": [ { "name": "_response", @@ -69955,14 +69955,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/TaxRule" + "$ref": "#/components/schemas/StateMachineTransition" } } } }, "responses": { "200": { - "description": "Detail of TaxRule", + "description": "Detail of StateMachineTransition", "content": { "application/vnd.api+json": { "schema": { @@ -69974,7 +69974,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/TaxRule" + "$ref": "#/components/schemas/StateMachineTransition" } } } @@ -69989,7 +69989,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/TaxRule" + "$ref": "#/components/schemas/StateMachineTransition" } } } @@ -70005,14 +70005,14 @@ } } }, - "/search/tax-rule": { + "/search/state-machine-transition": { "post": { "tags": [ - "Tax Rule" + "State Machine Transition" ], - "summary": "Search for the Tax Rule resources.", - "description": "Available since: 6.1.0.0", - "operationId": "searchTaxRule", + "summary": "Search for the State Machine Transition resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchStateMachineTransition", "parameters": [ { "name": "sw-include-search-info", @@ -70040,7 +70040,7 @@ }, "responses": { "200": { - "description": "List of TaxRule", + "description": "List of StateMachineTransition", "content": { "application/vnd.api+json": { "schema": { @@ -70054,7 +70054,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/TaxRule" + "$ref": "#/components/schemas/StateMachineTransition" } } } @@ -70072,7 +70072,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/TaxRule" + "$ref": "#/components/schemas/StateMachineTransition" } } } @@ -70089,19 +70089,19 @@ } } }, - "/tax-rule/{id}": { + "/state-machine-transition/{id}": { "get": { "tags": [ - "Tax Rule" + "State Machine Transition" ], - "summary": "Detailed information about a Tax Rule resource.", - "description": "Available since: 6.1.0.0", - "operationId": "getTaxRule", + "summary": "Detailed information about a State Machine Transition resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getStateMachineTransition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the tax_rule", + "description": "Identifier for the state_machine_transition", "required": true, "schema": { "type": "string", @@ -70111,7 +70111,7 @@ ], "responses": { "200": { - "description": "Detail of TaxRule", + "description": "Detail of StateMachineTransition", "content": { "application/vnd.api+json": { "schema": { @@ -70123,7 +70123,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/TaxRule" + "$ref": "#/components/schemas/StateMachineTransition" } } } @@ -70138,7 +70138,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/TaxRule" + "$ref": "#/components/schemas/StateMachineTransition" } } } @@ -70155,16 +70155,16 @@ }, "delete": { "tags": [ - "Tax Rule" + "State Machine Transition" ], - "summary": "Delete a Tax Rule resource.", - "description": "Available since: 6.1.0.0", - "operationId": "deleteTaxRule", + "summary": "Delete a State Machine Transition resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteStateMachineTransition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the tax_rule", + "description": "Identifier for the state_machine_transition", "required": true, "schema": { "type": "string", @@ -70195,16 +70195,16 @@ }, "patch": { "tags": [ - "Tax Rule" + "State Machine Transition" ], - "summary": "Partially update information about a Tax Rule resource.", - "description": "Available since: 6.1.0.0", - "operationId": "updateTaxRule", + "summary": "Partially update information about a State Machine Transition resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateStateMachineTransition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the tax_rule", + "description": "Identifier for the state_machine_transition", "required": true, "schema": { "type": "string", @@ -70222,18 +70222,18 @@ } ], "requestBody": { - "description": "Partially update information about a Tax Rule resource.", + "description": "Partially update information about a State Machine Transition resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/TaxRule" + "$ref": "#/components/schemas/StateMachineTransition" } } } }, "responses": { "200": { - "description": "Detail of TaxRule", + "description": "Detail of StateMachineTransition", "content": { "application/vnd.api+json": { "schema": { @@ -70245,7 +70245,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/TaxRule" + "$ref": "#/components/schemas/StateMachineTransition" } } } @@ -70260,7 +70260,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/TaxRule" + "$ref": "#/components/schemas/StateMachineTransition" } } } @@ -70279,14 +70279,14 @@ } } }, - "/aggregate/tax-rule": { + "/aggregate/state-machine-transition": { "post": { "tags": [ - "Tax Rule" + "State Machine Transition" ], - "summary": "Aggregate for the Tax Rule resources.", + "summary": "Aggregate for the State Machine Transition resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateTaxRule", + "operationId": "aggregateStateMachineTransition", "requestBody": { "required": true, "content": { @@ -70310,7 +70310,7 @@ }, "responses": { "200": { - "description": "List of TaxRule", + "description": "List of StateMachineTransition", "content": { "application/vnd.api+json": { "schema": { @@ -70324,7 +70324,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/TaxRule" + "$ref": "#/components/schemas/StateMachineTransition" } } } @@ -70342,7 +70342,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/TaxRule" + "$ref": "#/components/schemas/StateMachineTransition" } } } @@ -70359,14 +70359,14 @@ } } }, - "/tax-rule-type": { + "/system-config": { "get": { "tags": [ - "Tax Rule Type" + "System Config" ], - "summary": "List with basic information of Tax Rule Type resources.", - "description": "Available since: 6.1.0.0", - "operationId": "getTaxRuleTypeList", + "summary": "List with basic information of System Config resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getSystemConfigList", "parameters": [ { "name": "limit", @@ -70395,7 +70395,7 @@ ], "responses": { "200": { - "description": "List of Tax Rule Type resources.", + "description": "List of System Config resources.", "content": { "application/vnd.api+json": { "schema": { @@ -70414,7 +70414,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/TaxRuleType" + "$ref": "#/components/schemas/SystemConfig" } } ] @@ -70428,16 +70428,16 @@ "type": "object", "properties": { "first": { - "example": "/tax-rule-type?limit=25" + "example": "/system-config?limit=25" }, "last": { - "example": "/tax-rule-type?limit=25&page=11" + "example": "/system-config?limit=25&page=11" }, "next": { - "example": "/tax-rule-type?limit=25&page=4" + "example": "/system-config?limit=25&page=4" }, "prev": { - "example": "/tax-rule-type?limit=25&page=2" + "example": "/system-config?limit=25&page=2" } } } @@ -70458,7 +70458,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/TaxRuleType" + "$ref": "#/components/schemas/SystemConfig" } } } @@ -70473,11 +70473,11 @@ }, "post": { "tags": [ - "Tax Rule Type" + "System Config" ], - "summary": "Create a new Tax Rule Type resources.", - "description": "Available since: 6.1.0.0", - "operationId": "createTaxRuleType", + "summary": "Create a new System Config resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createSystemConfig", "parameters": [ { "name": "_response", @@ -70496,14 +70496,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/TaxRuleType" + "$ref": "#/components/schemas/SystemConfig" } } } }, "responses": { "200": { - "description": "Detail of TaxRuleType", + "description": "Detail of SystemConfig", "content": { "application/vnd.api+json": { "schema": { @@ -70515,7 +70515,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/TaxRuleType" + "$ref": "#/components/schemas/SystemConfig" } } } @@ -70530,7 +70530,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/TaxRuleType" + "$ref": "#/components/schemas/SystemConfig" } } } @@ -70546,14 +70546,14 @@ } } }, - "/search/tax-rule-type": { + "/search/system-config": { "post": { "tags": [ - "Tax Rule Type" + "System Config" ], - "summary": "Search for the Tax Rule Type resources.", - "description": "Available since: 6.1.0.0", - "operationId": "searchTaxRuleType", + "summary": "Search for the System Config resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchSystemConfig", "parameters": [ { "name": "sw-include-search-info", @@ -70581,7 +70581,7 @@ }, "responses": { "200": { - "description": "List of TaxRuleType", + "description": "List of SystemConfig", "content": { "application/vnd.api+json": { "schema": { @@ -70595,7 +70595,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/TaxRuleType" + "$ref": "#/components/schemas/SystemConfig" } } } @@ -70613,7 +70613,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/TaxRuleType" + "$ref": "#/components/schemas/SystemConfig" } } } @@ -70630,19 +70630,19 @@ } } }, - "/tax-rule-type/{id}": { + "/system-config/{id}": { "get": { "tags": [ - "Tax Rule Type" + "System Config" ], - "summary": "Detailed information about a Tax Rule Type resource.", - "description": "Available since: 6.1.0.0", - "operationId": "getTaxRuleType", + "summary": "Detailed information about a System Config resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getSystemConfig", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the tax_rule_type", + "description": "Identifier for the system_config", "required": true, "schema": { "type": "string", @@ -70652,7 +70652,7 @@ ], "responses": { "200": { - "description": "Detail of TaxRuleType", + "description": "Detail of SystemConfig", "content": { "application/vnd.api+json": { "schema": { @@ -70664,7 +70664,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/TaxRuleType" + "$ref": "#/components/schemas/SystemConfig" } } } @@ -70679,7 +70679,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/TaxRuleType" + "$ref": "#/components/schemas/SystemConfig" } } } @@ -70696,16 +70696,16 @@ }, "delete": { "tags": [ - "Tax Rule Type" + "System Config" ], - "summary": "Delete a Tax Rule Type resource.", - "description": "Available since: 6.1.0.0", - "operationId": "deleteTaxRuleType", + "summary": "Delete a System Config resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteSystemConfig", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the tax_rule_type", + "description": "Identifier for the system_config", "required": true, "schema": { "type": "string", @@ -70736,16 +70736,16 @@ }, "patch": { "tags": [ - "Tax Rule Type" + "System Config" ], - "summary": "Partially update information about a Tax Rule Type resource.", - "description": "Available since: 6.1.0.0", - "operationId": "updateTaxRuleType", + "summary": "Partially update information about a System Config resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateSystemConfig", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the tax_rule_type", + "description": "Identifier for the system_config", "required": true, "schema": { "type": "string", @@ -70763,18 +70763,18 @@ } ], "requestBody": { - "description": "Partially update information about a Tax Rule Type resource.", + "description": "Partially update information about a System Config resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/TaxRuleType" + "$ref": "#/components/schemas/SystemConfig" } } } }, "responses": { "200": { - "description": "Detail of TaxRuleType", + "description": "Detail of SystemConfig", "content": { "application/vnd.api+json": { "schema": { @@ -70786,7 +70786,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/TaxRuleType" + "$ref": "#/components/schemas/SystemConfig" } } } @@ -70801,7 +70801,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/TaxRuleType" + "$ref": "#/components/schemas/SystemConfig" } } } @@ -70820,14 +70820,14 @@ } } }, - "/aggregate/tax-rule-type": { + "/aggregate/system-config": { "post": { "tags": [ - "Tax Rule Type" + "System Config" ], - "summary": "Aggregate for the Tax Rule Type resources.", + "summary": "Aggregate for the System Config resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateTaxRuleType", + "operationId": "aggregateSystemConfig", "requestBody": { "required": true, "content": { @@ -70851,7 +70851,7 @@ }, "responses": { "200": { - "description": "List of TaxRuleType", + "description": "List of SystemConfig", "content": { "application/vnd.api+json": { "schema": { @@ -70865,7 +70865,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/TaxRuleType" + "$ref": "#/components/schemas/SystemConfig" } } } @@ -70883,7 +70883,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/TaxRuleType" + "$ref": "#/components/schemas/SystemConfig" } } } @@ -70900,14 +70900,14 @@ } } }, - "/theme": { + "/tag": { "get": { "tags": [ - "Theme" + "Tag" ], - "summary": "List with basic information of Theme resources.", + "summary": "List with basic information of Tag resources.", "description": "Available since: 6.0.0.0", - "operationId": "getThemeList", + "operationId": "getTagList", "parameters": [ { "name": "limit", @@ -70936,7 +70936,7 @@ ], "responses": { "200": { - "description": "List of Theme resources.", + "description": "List of Tag resources.", "content": { "application/vnd.api+json": { "schema": { @@ -70955,7 +70955,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Theme" + "$ref": "#/components/schemas/Tag" } } ] @@ -70969,16 +70969,16 @@ "type": "object", "properties": { "first": { - "example": "/theme?limit=25" + "example": "/tag?limit=25" }, "last": { - "example": "/theme?limit=25&page=11" + "example": "/tag?limit=25&page=11" }, "next": { - "example": "/theme?limit=25&page=4" + "example": "/tag?limit=25&page=4" }, "prev": { - "example": "/theme?limit=25&page=2" + "example": "/tag?limit=25&page=2" } } } @@ -70999,7 +70999,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Theme" + "$ref": "#/components/schemas/Tag" } } } @@ -71014,11 +71014,11 @@ }, "post": { "tags": [ - "Theme" + "Tag" ], - "summary": "Create a new Theme resources.", + "summary": "Create a new Tag resources.", "description": "Available since: 6.0.0.0", - "operationId": "createTheme", + "operationId": "createTag", "parameters": [ { "name": "_response", @@ -71037,14 +71037,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Theme" + "$ref": "#/components/schemas/Tag" } } } }, "responses": { "200": { - "description": "Detail of Theme", + "description": "Detail of Tag", "content": { "application/vnd.api+json": { "schema": { @@ -71056,7 +71056,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Theme" + "$ref": "#/components/schemas/Tag" } } } @@ -71071,7 +71071,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Theme" + "$ref": "#/components/schemas/Tag" } } } @@ -71087,14 +71087,14 @@ } } }, - "/search/theme": { + "/search/tag": { "post": { "tags": [ - "Theme" + "Tag" ], - "summary": "Search for the Theme resources.", + "summary": "Search for the Tag resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchTheme", + "operationId": "searchTag", "parameters": [ { "name": "sw-include-search-info", @@ -71122,7 +71122,7 @@ }, "responses": { "200": { - "description": "List of Theme", + "description": "List of Tag", "content": { "application/vnd.api+json": { "schema": { @@ -71136,7 +71136,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Theme" + "$ref": "#/components/schemas/Tag" } } } @@ -71154,7 +71154,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Theme" + "$ref": "#/components/schemas/Tag" } } } @@ -71171,19 +71171,19 @@ } } }, - "/theme/{id}": { + "/tag/{id}": { "get": { "tags": [ - "Theme" + "Tag" ], - "summary": "Detailed information about a Theme resource.", + "summary": "Detailed information about a Tag resource.", "description": "Available since: 6.0.0.0", - "operationId": "getTheme", + "operationId": "getTag", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the theme", + "description": "Identifier for the tag", "required": true, "schema": { "type": "string", @@ -71193,7 +71193,7 @@ ], "responses": { "200": { - "description": "Detail of Theme", + "description": "Detail of Tag", "content": { "application/vnd.api+json": { "schema": { @@ -71205,7 +71205,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Theme" + "$ref": "#/components/schemas/Tag" } } } @@ -71220,7 +71220,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Theme" + "$ref": "#/components/schemas/Tag" } } } @@ -71237,16 +71237,16 @@ }, "delete": { "tags": [ - "Theme" + "Tag" ], - "summary": "Delete a Theme resource.", + "summary": "Delete a Tag resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteTheme", + "operationId": "deleteTag", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the theme", + "description": "Identifier for the tag", "required": true, "schema": { "type": "string", @@ -71277,16 +71277,16 @@ }, "patch": { "tags": [ - "Theme" + "Tag" ], - "summary": "Partially update information about a Theme resource.", + "summary": "Partially update information about a Tag resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateTheme", + "operationId": "updateTag", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the theme", + "description": "Identifier for the tag", "required": true, "schema": { "type": "string", @@ -71304,18 +71304,18 @@ } ], "requestBody": { - "description": "Partially update information about a Theme resource.", + "description": "Partially update information about a Tag resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Theme" + "$ref": "#/components/schemas/Tag" } } } }, "responses": { "200": { - "description": "Detail of Theme", + "description": "Detail of Tag", "content": { "application/vnd.api+json": { "schema": { @@ -71327,7 +71327,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Theme" + "$ref": "#/components/schemas/Tag" } } } @@ -71342,7 +71342,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Theme" + "$ref": "#/components/schemas/Tag" } } } @@ -71361,14 +71361,14 @@ } } }, - "/aggregate/theme": { + "/aggregate/tag": { "post": { "tags": [ - "Theme" + "Tag" ], - "summary": "Aggregate for the Theme resources.", + "summary": "Aggregate for the Tag resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateTheme", + "operationId": "aggregateTag", "requestBody": { "required": true, "content": { @@ -71392,7 +71392,7 @@ }, "responses": { "200": { - "description": "List of Theme", + "description": "List of Tag", "content": { "application/vnd.api+json": { "schema": { @@ -71406,7 +71406,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Theme" + "$ref": "#/components/schemas/Tag" } } } @@ -71424,7 +71424,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Theme" + "$ref": "#/components/schemas/Tag" } } } @@ -71441,14 +71441,14 @@ } } }, - "/unit": { + "/tax": { "get": { "tags": [ - "Unit" + "Tax" ], - "summary": "List with basic information of Unit resources.", + "summary": "List with basic information of Tax resources.", "description": "Available since: 6.0.0.0", - "operationId": "getUnitList", + "operationId": "getTaxList", "parameters": [ { "name": "limit", @@ -71477,7 +71477,7 @@ ], "responses": { "200": { - "description": "List of Unit resources.", + "description": "List of Tax resources.", "content": { "application/vnd.api+json": { "schema": { @@ -71496,7 +71496,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Unit" + "$ref": "#/components/schemas/Tax" } } ] @@ -71510,16 +71510,16 @@ "type": "object", "properties": { "first": { - "example": "/unit?limit=25" + "example": "/tax?limit=25" }, "last": { - "example": "/unit?limit=25&page=11" + "example": "/tax?limit=25&page=11" }, "next": { - "example": "/unit?limit=25&page=4" + "example": "/tax?limit=25&page=4" }, "prev": { - "example": "/unit?limit=25&page=2" + "example": "/tax?limit=25&page=2" } } } @@ -71540,7 +71540,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Unit" + "$ref": "#/components/schemas/Tax" } } } @@ -71555,11 +71555,11 @@ }, "post": { "tags": [ - "Unit" + "Tax" ], - "summary": "Create a new Unit resources.", + "summary": "Create a new Tax resources.", "description": "Available since: 6.0.0.0", - "operationId": "createUnit", + "operationId": "createTax", "parameters": [ { "name": "_response", @@ -71578,14 +71578,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Unit" + "$ref": "#/components/schemas/Tax" } } } }, "responses": { "200": { - "description": "Detail of Unit", + "description": "Detail of Tax", "content": { "application/vnd.api+json": { "schema": { @@ -71597,7 +71597,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Unit" + "$ref": "#/components/schemas/Tax" } } } @@ -71612,7 +71612,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Unit" + "$ref": "#/components/schemas/Tax" } } } @@ -71628,14 +71628,14 @@ } } }, - "/search/unit": { + "/search/tax": { "post": { "tags": [ - "Unit" + "Tax" ], - "summary": "Search for the Unit resources.", + "summary": "Search for the Tax resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchUnit", + "operationId": "searchTax", "parameters": [ { "name": "sw-include-search-info", @@ -71663,7 +71663,7 @@ }, "responses": { "200": { - "description": "List of Unit", + "description": "List of Tax", "content": { "application/vnd.api+json": { "schema": { @@ -71677,7 +71677,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Unit" + "$ref": "#/components/schemas/Tax" } } } @@ -71695,7 +71695,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Unit" + "$ref": "#/components/schemas/Tax" } } } @@ -71712,19 +71712,19 @@ } } }, - "/unit/{id}": { + "/tax/{id}": { "get": { "tags": [ - "Unit" + "Tax" ], - "summary": "Detailed information about a Unit resource.", + "summary": "Detailed information about a Tax resource.", "description": "Available since: 6.0.0.0", - "operationId": "getUnit", + "operationId": "getTax", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the unit", + "description": "Identifier for the tax", "required": true, "schema": { "type": "string", @@ -71734,7 +71734,7 @@ ], "responses": { "200": { - "description": "Detail of Unit", + "description": "Detail of Tax", "content": { "application/vnd.api+json": { "schema": { @@ -71746,7 +71746,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Unit" + "$ref": "#/components/schemas/Tax" } } } @@ -71761,7 +71761,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Unit" + "$ref": "#/components/schemas/Tax" } } } @@ -71778,16 +71778,16 @@ }, "delete": { "tags": [ - "Unit" + "Tax" ], - "summary": "Delete a Unit resource.", + "summary": "Delete a Tax resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteUnit", + "operationId": "deleteTax", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the unit", + "description": "Identifier for the tax", "required": true, "schema": { "type": "string", @@ -71818,16 +71818,16 @@ }, "patch": { "tags": [ - "Unit" + "Tax" ], - "summary": "Partially update information about a Unit resource.", + "summary": "Partially update information about a Tax resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateUnit", + "operationId": "updateTax", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the unit", + "description": "Identifier for the tax", "required": true, "schema": { "type": "string", @@ -71845,18 +71845,18 @@ } ], "requestBody": { - "description": "Partially update information about a Unit resource.", + "description": "Partially update information about a Tax resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Unit" + "$ref": "#/components/schemas/Tax" } } } }, "responses": { "200": { - "description": "Detail of Unit", + "description": "Detail of Tax", "content": { "application/vnd.api+json": { "schema": { @@ -71868,7 +71868,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Unit" + "$ref": "#/components/schemas/Tax" } } } @@ -71883,7 +71883,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Unit" + "$ref": "#/components/schemas/Tax" } } } @@ -71902,14 +71902,14 @@ } } }, - "/aggregate/unit": { + "/aggregate/tax": { "post": { "tags": [ - "Unit" + "Tax" ], - "summary": "Aggregate for the Unit resources.", + "summary": "Aggregate for the Tax resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateUnit", + "operationId": "aggregateTax", "requestBody": { "required": true, "content": { @@ -71933,7 +71933,7 @@ }, "responses": { "200": { - "description": "List of Unit", + "description": "List of Tax", "content": { "application/vnd.api+json": { "schema": { @@ -71947,7 +71947,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Unit" + "$ref": "#/components/schemas/Tax" } } } @@ -71965,7 +71965,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Unit" + "$ref": "#/components/schemas/Tax" } } } @@ -71982,14 +71982,14 @@ } } }, - "/user": { + "/tax-provider": { "get": { "tags": [ - "User" + "Tax Provider" ], - "summary": "List with basic information of User resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getUserList", + "summary": "List with basic information of Tax Provider resources.", + "description": "Available since: 6.5.0.0", + "operationId": "getTaxProviderList", "parameters": [ { "name": "limit", @@ -72018,7 +72018,7 @@ ], "responses": { "200": { - "description": "List of User resources.", + "description": "List of Tax Provider resources.", "content": { "application/vnd.api+json": { "schema": { @@ -72037,7 +72037,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/User" + "$ref": "#/components/schemas/TaxProvider" } } ] @@ -72051,16 +72051,16 @@ "type": "object", "properties": { "first": { - "example": "/user?limit=25" + "example": "/tax-provider?limit=25" }, "last": { - "example": "/user?limit=25&page=11" + "example": "/tax-provider?limit=25&page=11" }, "next": { - "example": "/user?limit=25&page=4" + "example": "/tax-provider?limit=25&page=4" }, "prev": { - "example": "/user?limit=25&page=2" + "example": "/tax-provider?limit=25&page=2" } } } @@ -72081,7 +72081,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/User" + "$ref": "#/components/schemas/TaxProvider" } } } @@ -72096,11 +72096,11 @@ }, "post": { "tags": [ - "User" + "Tax Provider" ], - "summary": "Create a new User resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createUser", + "summary": "Create a new Tax Provider resources.", + "description": "Available since: 6.5.0.0", + "operationId": "createTaxProvider", "parameters": [ { "name": "_response", @@ -72119,14 +72119,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/User" + "$ref": "#/components/schemas/TaxProvider" } } } }, "responses": { "200": { - "description": "Detail of User", + "description": "Detail of TaxProvider", "content": { "application/vnd.api+json": { "schema": { @@ -72138,7 +72138,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/User" + "$ref": "#/components/schemas/TaxProvider" } } } @@ -72153,7 +72153,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/User" + "$ref": "#/components/schemas/TaxProvider" } } } @@ -72169,14 +72169,14 @@ } } }, - "/search/user": { + "/search/tax-provider": { "post": { "tags": [ - "User" + "Tax Provider" ], - "summary": "Search for the User resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchUser", + "summary": "Search for the Tax Provider resources.", + "description": "Available since: 6.5.0.0", + "operationId": "searchTaxProvider", "parameters": [ { "name": "sw-include-search-info", @@ -72204,7 +72204,7 @@ }, "responses": { "200": { - "description": "List of User", + "description": "List of TaxProvider", "content": { "application/vnd.api+json": { "schema": { @@ -72218,7 +72218,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/User" + "$ref": "#/components/schemas/TaxProvider" } } } @@ -72236,7 +72236,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/User" + "$ref": "#/components/schemas/TaxProvider" } } } @@ -72253,19 +72253,19 @@ } } }, - "/user/{id}": { + "/tax-provider/{id}": { "get": { "tags": [ - "User" + "Tax Provider" ], - "summary": "Detailed information about a User resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getUser", + "summary": "Detailed information about a Tax Provider resource.", + "description": "Available since: 6.5.0.0", + "operationId": "getTaxProvider", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the user", + "description": "Identifier for the tax_provider", "required": true, "schema": { "type": "string", @@ -72275,7 +72275,7 @@ ], "responses": { "200": { - "description": "Detail of User", + "description": "Detail of TaxProvider", "content": { "application/vnd.api+json": { "schema": { @@ -72287,7 +72287,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/User" + "$ref": "#/components/schemas/TaxProvider" } } } @@ -72302,7 +72302,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/User" + "$ref": "#/components/schemas/TaxProvider" } } } @@ -72319,16 +72319,16 @@ }, "delete": { "tags": [ - "User" + "Tax Provider" ], - "summary": "Delete a User resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteUser", + "summary": "Delete a Tax Provider resource.", + "description": "Available since: 6.5.0.0", + "operationId": "deleteTaxProvider", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the user", + "description": "Identifier for the tax_provider", "required": true, "schema": { "type": "string", @@ -72359,16 +72359,16 @@ }, "patch": { "tags": [ - "User" + "Tax Provider" ], - "summary": "Partially update information about a User resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateUser", + "summary": "Partially update information about a Tax Provider resource.", + "description": "Available since: 6.5.0.0", + "operationId": "updateTaxProvider", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the user", + "description": "Identifier for the tax_provider", "required": true, "schema": { "type": "string", @@ -72386,18 +72386,18 @@ } ], "requestBody": { - "description": "Partially update information about a User resource.", + "description": "Partially update information about a Tax Provider resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/User" + "$ref": "#/components/schemas/TaxProvider" } } } }, "responses": { "200": { - "description": "Detail of User", + "description": "Detail of TaxProvider", "content": { "application/vnd.api+json": { "schema": { @@ -72409,7 +72409,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/User" + "$ref": "#/components/schemas/TaxProvider" } } } @@ -72424,7 +72424,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/User" + "$ref": "#/components/schemas/TaxProvider" } } } @@ -72443,14 +72443,14 @@ } } }, - "/aggregate/user": { + "/aggregate/tax-provider": { "post": { "tags": [ - "User" + "Tax Provider" ], - "summary": "Aggregate for the User resources.", + "summary": "Aggregate for the Tax Provider resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateUser", + "operationId": "aggregateTaxProvider", "requestBody": { "required": true, "content": { @@ -72474,7 +72474,7 @@ }, "responses": { "200": { - "description": "List of User", + "description": "List of TaxProvider", "content": { "application/vnd.api+json": { "schema": { @@ -72488,7 +72488,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/User" + "$ref": "#/components/schemas/TaxProvider" } } } @@ -72506,7 +72506,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/User" + "$ref": "#/components/schemas/TaxProvider" } } } @@ -72523,14 +72523,14 @@ } } }, - "/user-access-key": { + "/tax-rule": { "get": { "tags": [ - "User Access Key" + "Tax Rule" ], - "summary": "List with basic information of User Access Key resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getUserAccessKeyList", + "summary": "List with basic information of Tax Rule resources.", + "description": "Available since: 6.1.0.0", + "operationId": "getTaxRuleList", "parameters": [ { "name": "limit", @@ -72559,7 +72559,7 @@ ], "responses": { "200": { - "description": "List of User Access Key resources.", + "description": "List of Tax Rule resources.", "content": { "application/vnd.api+json": { "schema": { @@ -72578,7 +72578,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/UserAccessKey" + "$ref": "#/components/schemas/TaxRule" } } ] @@ -72592,16 +72592,16 @@ "type": "object", "properties": { "first": { - "example": "/user-access-key?limit=25" + "example": "/tax-rule?limit=25" }, "last": { - "example": "/user-access-key?limit=25&page=11" + "example": "/tax-rule?limit=25&page=11" }, "next": { - "example": "/user-access-key?limit=25&page=4" + "example": "/tax-rule?limit=25&page=4" }, "prev": { - "example": "/user-access-key?limit=25&page=2" + "example": "/tax-rule?limit=25&page=2" } } } @@ -72622,7 +72622,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/UserAccessKey" + "$ref": "#/components/schemas/TaxRule" } } } @@ -72637,11 +72637,11 @@ }, "post": { "tags": [ - "User Access Key" + "Tax Rule" ], - "summary": "Create a new User Access Key resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createUserAccessKey", + "summary": "Create a new Tax Rule resources.", + "description": "Available since: 6.1.0.0", + "operationId": "createTaxRule", "parameters": [ { "name": "_response", @@ -72660,14 +72660,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/UserAccessKey" + "$ref": "#/components/schemas/TaxRule" } } } }, "responses": { "200": { - "description": "Detail of UserAccessKey", + "description": "Detail of TaxRule", "content": { "application/vnd.api+json": { "schema": { @@ -72679,7 +72679,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/UserAccessKey" + "$ref": "#/components/schemas/TaxRule" } } } @@ -72694,7 +72694,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/UserAccessKey" + "$ref": "#/components/schemas/TaxRule" } } } @@ -72710,14 +72710,14 @@ } } }, - "/search/user-access-key": { + "/search/tax-rule": { "post": { "tags": [ - "User Access Key" + "Tax Rule" ], - "summary": "Search for the User Access Key resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchUserAccessKey", + "summary": "Search for the Tax Rule resources.", + "description": "Available since: 6.1.0.0", + "operationId": "searchTaxRule", "parameters": [ { "name": "sw-include-search-info", @@ -72745,7 +72745,7 @@ }, "responses": { "200": { - "description": "List of UserAccessKey", + "description": "List of TaxRule", "content": { "application/vnd.api+json": { "schema": { @@ -72759,7 +72759,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/UserAccessKey" + "$ref": "#/components/schemas/TaxRule" } } } @@ -72777,7 +72777,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/UserAccessKey" + "$ref": "#/components/schemas/TaxRule" } } } @@ -72794,19 +72794,19 @@ } } }, - "/user-access-key/{id}": { + "/tax-rule/{id}": { "get": { "tags": [ - "User Access Key" + "Tax Rule" ], - "summary": "Detailed information about a User Access Key resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getUserAccessKey", + "summary": "Detailed information about a Tax Rule resource.", + "description": "Available since: 6.1.0.0", + "operationId": "getTaxRule", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the user_access_key", + "description": "Identifier for the tax_rule", "required": true, "schema": { "type": "string", @@ -72816,7 +72816,7 @@ ], "responses": { "200": { - "description": "Detail of UserAccessKey", + "description": "Detail of TaxRule", "content": { "application/vnd.api+json": { "schema": { @@ -72828,7 +72828,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/UserAccessKey" + "$ref": "#/components/schemas/TaxRule" } } } @@ -72843,7 +72843,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/UserAccessKey" + "$ref": "#/components/schemas/TaxRule" } } } @@ -72860,16 +72860,16 @@ }, "delete": { "tags": [ - "User Access Key" + "Tax Rule" ], - "summary": "Delete a User Access Key resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteUserAccessKey", + "summary": "Delete a Tax Rule resource.", + "description": "Available since: 6.1.0.0", + "operationId": "deleteTaxRule", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the user_access_key", + "description": "Identifier for the tax_rule", "required": true, "schema": { "type": "string", @@ -72900,16 +72900,16 @@ }, "patch": { "tags": [ - "User Access Key" + "Tax Rule" ], - "summary": "Partially update information about a User Access Key resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateUserAccessKey", + "summary": "Partially update information about a Tax Rule resource.", + "description": "Available since: 6.1.0.0", + "operationId": "updateTaxRule", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the user_access_key", + "description": "Identifier for the tax_rule", "required": true, "schema": { "type": "string", @@ -72927,18 +72927,18 @@ } ], "requestBody": { - "description": "Partially update information about a User Access Key resource.", + "description": "Partially update information about a Tax Rule resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/UserAccessKey" + "$ref": "#/components/schemas/TaxRule" } } } }, "responses": { "200": { - "description": "Detail of UserAccessKey", + "description": "Detail of TaxRule", "content": { "application/vnd.api+json": { "schema": { @@ -72950,7 +72950,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/UserAccessKey" + "$ref": "#/components/schemas/TaxRule" } } } @@ -72965,7 +72965,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/UserAccessKey" + "$ref": "#/components/schemas/TaxRule" } } } @@ -72984,14 +72984,14 @@ } } }, - "/aggregate/user-access-key": { + "/aggregate/tax-rule": { "post": { "tags": [ - "User Access Key" + "Tax Rule" ], - "summary": "Aggregate for the User Access Key resources.", + "summary": "Aggregate for the Tax Rule resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateUserAccessKey", + "operationId": "aggregateTaxRule", "requestBody": { "required": true, "content": { @@ -73015,7 +73015,7 @@ }, "responses": { "200": { - "description": "List of UserAccessKey", + "description": "List of TaxRule", "content": { "application/vnd.api+json": { "schema": { @@ -73029,7 +73029,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/UserAccessKey" + "$ref": "#/components/schemas/TaxRule" } } } @@ -73047,7 +73047,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/UserAccessKey" + "$ref": "#/components/schemas/TaxRule" } } } @@ -73064,14 +73064,14 @@ } } }, - "/user-config": { + "/tax-rule-type": { "get": { "tags": [ - "User Config" + "Tax Rule Type" ], - "summary": "List with basic information of User Config resources.", - "description": "Available since: 6.3.5.0", - "operationId": "getUserConfigList", + "summary": "List with basic information of Tax Rule Type resources.", + "description": "Available since: 6.1.0.0", + "operationId": "getTaxRuleTypeList", "parameters": [ { "name": "limit", @@ -73100,7 +73100,7 @@ ], "responses": { "200": { - "description": "List of User Config resources.", + "description": "List of Tax Rule Type resources.", "content": { "application/vnd.api+json": { "schema": { @@ -73119,7 +73119,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/UserConfig" + "$ref": "#/components/schemas/TaxRuleType" } } ] @@ -73133,16 +73133,16 @@ "type": "object", "properties": { "first": { - "example": "/user-config?limit=25" + "example": "/tax-rule-type?limit=25" }, "last": { - "example": "/user-config?limit=25&page=11" + "example": "/tax-rule-type?limit=25&page=11" }, "next": { - "example": "/user-config?limit=25&page=4" + "example": "/tax-rule-type?limit=25&page=4" }, "prev": { - "example": "/user-config?limit=25&page=2" + "example": "/tax-rule-type?limit=25&page=2" } } } @@ -73163,7 +73163,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/UserConfig" + "$ref": "#/components/schemas/TaxRuleType" } } } @@ -73178,11 +73178,11 @@ }, "post": { "tags": [ - "User Config" + "Tax Rule Type" ], - "summary": "Create a new User Config resources.", - "description": "Available since: 6.3.5.0", - "operationId": "createUserConfig", + "summary": "Create a new Tax Rule Type resources.", + "description": "Available since: 6.1.0.0", + "operationId": "createTaxRuleType", "parameters": [ { "name": "_response", @@ -73201,14 +73201,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/UserConfig" + "$ref": "#/components/schemas/TaxRuleType" } } } }, "responses": { "200": { - "description": "Detail of UserConfig", + "description": "Detail of TaxRuleType", "content": { "application/vnd.api+json": { "schema": { @@ -73220,7 +73220,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/UserConfig" + "$ref": "#/components/schemas/TaxRuleType" } } } @@ -73235,7 +73235,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/UserConfig" + "$ref": "#/components/schemas/TaxRuleType" } } } @@ -73251,14 +73251,14 @@ } } }, - "/search/user-config": { + "/search/tax-rule-type": { "post": { "tags": [ - "User Config" + "Tax Rule Type" ], - "summary": "Search for the User Config resources.", - "description": "Available since: 6.3.5.0", - "operationId": "searchUserConfig", + "summary": "Search for the Tax Rule Type resources.", + "description": "Available since: 6.1.0.0", + "operationId": "searchTaxRuleType", "parameters": [ { "name": "sw-include-search-info", @@ -73286,7 +73286,7 @@ }, "responses": { "200": { - "description": "List of UserConfig", + "description": "List of TaxRuleType", "content": { "application/vnd.api+json": { "schema": { @@ -73300,7 +73300,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/UserConfig" + "$ref": "#/components/schemas/TaxRuleType" } } } @@ -73318,7 +73318,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/UserConfig" + "$ref": "#/components/schemas/TaxRuleType" } } } @@ -73335,19 +73335,19 @@ } } }, - "/user-config/{id}": { + "/tax-rule-type/{id}": { "get": { "tags": [ - "User Config" + "Tax Rule Type" ], - "summary": "Detailed information about a User Config resource.", - "description": "Available since: 6.3.5.0", - "operationId": "getUserConfig", + "summary": "Detailed information about a Tax Rule Type resource.", + "description": "Available since: 6.1.0.0", + "operationId": "getTaxRuleType", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the user_config", + "description": "Identifier for the tax_rule_type", "required": true, "schema": { "type": "string", @@ -73357,7 +73357,7 @@ ], "responses": { "200": { - "description": "Detail of UserConfig", + "description": "Detail of TaxRuleType", "content": { "application/vnd.api+json": { "schema": { @@ -73369,7 +73369,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/UserConfig" + "$ref": "#/components/schemas/TaxRuleType" } } } @@ -73384,7 +73384,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/UserConfig" + "$ref": "#/components/schemas/TaxRuleType" } } } @@ -73401,16 +73401,16 @@ }, "delete": { "tags": [ - "User Config" + "Tax Rule Type" ], - "summary": "Delete a User Config resource.", - "description": "Available since: 6.3.5.0", - "operationId": "deleteUserConfig", + "summary": "Delete a Tax Rule Type resource.", + "description": "Available since: 6.1.0.0", + "operationId": "deleteTaxRuleType", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the user_config", + "description": "Identifier for the tax_rule_type", "required": true, "schema": { "type": "string", @@ -73441,16 +73441,16 @@ }, "patch": { "tags": [ - "User Config" + "Tax Rule Type" ], - "summary": "Partially update information about a User Config resource.", - "description": "Available since: 6.3.5.0", - "operationId": "updateUserConfig", + "summary": "Partially update information about a Tax Rule Type resource.", + "description": "Available since: 6.1.0.0", + "operationId": "updateTaxRuleType", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the user_config", + "description": "Identifier for the tax_rule_type", "required": true, "schema": { "type": "string", @@ -73468,18 +73468,18 @@ } ], "requestBody": { - "description": "Partially update information about a User Config resource.", + "description": "Partially update information about a Tax Rule Type resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/UserConfig" + "$ref": "#/components/schemas/TaxRuleType" } } } }, "responses": { "200": { - "description": "Detail of UserConfig", + "description": "Detail of TaxRuleType", "content": { "application/vnd.api+json": { "schema": { @@ -73491,7 +73491,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/UserConfig" + "$ref": "#/components/schemas/TaxRuleType" } } } @@ -73506,7 +73506,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/UserConfig" + "$ref": "#/components/schemas/TaxRuleType" } } } @@ -73525,14 +73525,14 @@ } } }, - "/aggregate/user-config": { + "/aggregate/tax-rule-type": { "post": { "tags": [ - "User Config" + "Tax Rule Type" ], - "summary": "Aggregate for the User Config resources.", + "summary": "Aggregate for the Tax Rule Type resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateUserConfig", + "operationId": "aggregateTaxRuleType", "requestBody": { "required": true, "content": { @@ -73556,7 +73556,7 @@ }, "responses": { "200": { - "description": "List of UserConfig", + "description": "List of TaxRuleType", "content": { "application/vnd.api+json": { "schema": { @@ -73570,7 +73570,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/UserConfig" + "$ref": "#/components/schemas/TaxRuleType" } } } @@ -73588,7 +73588,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/UserConfig" + "$ref": "#/components/schemas/TaxRuleType" } } } @@ -73605,14 +73605,14 @@ } } }, - "/user-recovery": { + "/theme": { "get": { "tags": [ - "User Recovery" + "Theme" ], - "summary": "List with basic information of User Recovery resources.", + "summary": "List with basic information of Theme resources.", "description": "Available since: 6.0.0.0", - "operationId": "getUserRecoveryList", + "operationId": "getThemeList", "parameters": [ { "name": "limit", @@ -73641,7 +73641,7 @@ ], "responses": { "200": { - "description": "List of User Recovery resources.", + "description": "List of Theme resources.", "content": { "application/vnd.api+json": { "schema": { @@ -73660,7 +73660,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/UserRecovery" + "$ref": "#/components/schemas/Theme" } } ] @@ -73674,16 +73674,16 @@ "type": "object", "properties": { "first": { - "example": "/user-recovery?limit=25" + "example": "/theme?limit=25" }, "last": { - "example": "/user-recovery?limit=25&page=11" + "example": "/theme?limit=25&page=11" }, "next": { - "example": "/user-recovery?limit=25&page=4" + "example": "/theme?limit=25&page=4" }, "prev": { - "example": "/user-recovery?limit=25&page=2" + "example": "/theme?limit=25&page=2" } } } @@ -73704,7 +73704,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/UserRecovery" + "$ref": "#/components/schemas/Theme" } } } @@ -73719,11 +73719,11 @@ }, "post": { "tags": [ - "User Recovery" + "Theme" ], - "summary": "Create a new User Recovery resources.", + "summary": "Create a new Theme resources.", "description": "Available since: 6.0.0.0", - "operationId": "createUserRecovery", + "operationId": "createTheme", "parameters": [ { "name": "_response", @@ -73742,14 +73742,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/UserRecovery" + "$ref": "#/components/schemas/Theme" } } } }, "responses": { "200": { - "description": "Detail of UserRecovery", + "description": "Detail of Theme", "content": { "application/vnd.api+json": { "schema": { @@ -73761,7 +73761,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/UserRecovery" + "$ref": "#/components/schemas/Theme" } } } @@ -73776,7 +73776,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/UserRecovery" + "$ref": "#/components/schemas/Theme" } } } @@ -73792,14 +73792,14 @@ } } }, - "/search/user-recovery": { + "/search/theme": { "post": { "tags": [ - "User Recovery" + "Theme" ], - "summary": "Search for the User Recovery resources.", + "summary": "Search for the Theme resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchUserRecovery", + "operationId": "searchTheme", "parameters": [ { "name": "sw-include-search-info", @@ -73827,7 +73827,7 @@ }, "responses": { "200": { - "description": "List of UserRecovery", + "description": "List of Theme", "content": { "application/vnd.api+json": { "schema": { @@ -73841,7 +73841,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/UserRecovery" + "$ref": "#/components/schemas/Theme" } } } @@ -73859,7 +73859,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/UserRecovery" + "$ref": "#/components/schemas/Theme" } } } @@ -73876,19 +73876,19 @@ } } }, - "/user-recovery/{id}": { + "/theme/{id}": { "get": { "tags": [ - "User Recovery" + "Theme" ], - "summary": "Detailed information about a User Recovery resource.", + "summary": "Detailed information about a Theme resource.", "description": "Available since: 6.0.0.0", - "operationId": "getUserRecovery", + "operationId": "getTheme", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the user_recovery", + "description": "Identifier for the theme", "required": true, "schema": { "type": "string", @@ -73898,7 +73898,7 @@ ], "responses": { "200": { - "description": "Detail of UserRecovery", + "description": "Detail of Theme", "content": { "application/vnd.api+json": { "schema": { @@ -73910,7 +73910,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/UserRecovery" + "$ref": "#/components/schemas/Theme" } } } @@ -73925,7 +73925,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/UserRecovery" + "$ref": "#/components/schemas/Theme" } } } @@ -73942,16 +73942,16 @@ }, "delete": { "tags": [ - "User Recovery" + "Theme" ], - "summary": "Delete a User Recovery resource.", + "summary": "Delete a Theme resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteUserRecovery", + "operationId": "deleteTheme", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the user_recovery", + "description": "Identifier for the theme", "required": true, "schema": { "type": "string", @@ -73982,16 +73982,16 @@ }, "patch": { "tags": [ - "User Recovery" + "Theme" ], - "summary": "Partially update information about a User Recovery resource.", + "summary": "Partially update information about a Theme resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateUserRecovery", + "operationId": "updateTheme", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the user_recovery", + "description": "Identifier for the theme", "required": true, "schema": { "type": "string", @@ -74009,18 +74009,18 @@ } ], "requestBody": { - "description": "Partially update information about a User Recovery resource.", + "description": "Partially update information about a Theme resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/UserRecovery" + "$ref": "#/components/schemas/Theme" } } } }, "responses": { "200": { - "description": "Detail of UserRecovery", + "description": "Detail of Theme", "content": { "application/vnd.api+json": { "schema": { @@ -74032,7 +74032,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/UserRecovery" + "$ref": "#/components/schemas/Theme" } } } @@ -74047,7 +74047,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/UserRecovery" + "$ref": "#/components/schemas/Theme" } } } @@ -74066,14 +74066,14 @@ } } }, - "/aggregate/user-recovery": { + "/aggregate/theme": { "post": { "tags": [ - "User Recovery" + "Theme" ], - "summary": "Aggregate for the User Recovery resources.", + "summary": "Aggregate for the Theme resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateUserRecovery", + "operationId": "aggregateTheme", "requestBody": { "required": true, "content": { @@ -74097,7 +74097,7 @@ }, "responses": { "200": { - "description": "List of UserRecovery", + "description": "List of Theme", "content": { "application/vnd.api+json": { "schema": { @@ -74111,7 +74111,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/UserRecovery" + "$ref": "#/components/schemas/Theme" } } } @@ -74129,7 +74129,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/UserRecovery" + "$ref": "#/components/schemas/Theme" } } } @@ -74146,14 +74146,14 @@ } } }, - "/webhook": { + "/unit": { "get": { "tags": [ - "Webhook" + "Unit" ], - "summary": "List with basic information of Webhook resources.", - "description": "Available since: 6.3.1.0", - "operationId": "getWebhookList", + "summary": "List with basic information of Unit resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getUnitList", "parameters": [ { "name": "limit", @@ -74182,7 +74182,7 @@ ], "responses": { "200": { - "description": "List of Webhook resources.", + "description": "List of Unit resources.", "content": { "application/vnd.api+json": { "schema": { @@ -74201,7 +74201,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Webhook" + "$ref": "#/components/schemas/Unit" } } ] @@ -74215,16 +74215,16 @@ "type": "object", "properties": { "first": { - "example": "/webhook?limit=25" + "example": "/unit?limit=25" }, "last": { - "example": "/webhook?limit=25&page=11" + "example": "/unit?limit=25&page=11" }, "next": { - "example": "/webhook?limit=25&page=4" + "example": "/unit?limit=25&page=4" }, "prev": { - "example": "/webhook?limit=25&page=2" + "example": "/unit?limit=25&page=2" } } } @@ -74245,7 +74245,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Webhook" + "$ref": "#/components/schemas/Unit" } } } @@ -74260,11 +74260,11 @@ }, "post": { "tags": [ - "Webhook" + "Unit" ], - "summary": "Create a new Webhook resources.", - "description": "Available since: 6.3.1.0", - "operationId": "createWebhook", + "summary": "Create a new Unit resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createUnit", "parameters": [ { "name": "_response", @@ -74283,14 +74283,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Webhook" + "$ref": "#/components/schemas/Unit" } } } }, "responses": { "200": { - "description": "Detail of Webhook", + "description": "Detail of Unit", "content": { "application/vnd.api+json": { "schema": { @@ -74302,7 +74302,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Webhook" + "$ref": "#/components/schemas/Unit" } } } @@ -74317,7 +74317,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Webhook" + "$ref": "#/components/schemas/Unit" } } } @@ -74333,14 +74333,14 @@ } } }, - "/search/webhook": { + "/search/unit": { "post": { "tags": [ - "Webhook" + "Unit" ], - "summary": "Search for the Webhook resources.", - "description": "Available since: 6.3.1.0", - "operationId": "searchWebhook", + "summary": "Search for the Unit resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchUnit", "parameters": [ { "name": "sw-include-search-info", @@ -74368,7 +74368,7 @@ }, "responses": { "200": { - "description": "List of Webhook", + "description": "List of Unit", "content": { "application/vnd.api+json": { "schema": { @@ -74382,7 +74382,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Webhook" + "$ref": "#/components/schemas/Unit" } } } @@ -74400,7 +74400,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Webhook" + "$ref": "#/components/schemas/Unit" } } } @@ -74417,19 +74417,19 @@ } } }, - "/webhook/{id}": { + "/unit/{id}": { "get": { "tags": [ - "Webhook" + "Unit" ], - "summary": "Detailed information about a Webhook resource.", - "description": "Available since: 6.3.1.0", - "operationId": "getWebhook", + "summary": "Detailed information about a Unit resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getUnit", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the webhook", + "description": "Identifier for the unit", "required": true, "schema": { "type": "string", @@ -74439,7 +74439,7 @@ ], "responses": { "200": { - "description": "Detail of Webhook", + "description": "Detail of Unit", "content": { "application/vnd.api+json": { "schema": { @@ -74451,7 +74451,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Webhook" + "$ref": "#/components/schemas/Unit" } } } @@ -74466,7 +74466,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Webhook" + "$ref": "#/components/schemas/Unit" } } } @@ -74483,16 +74483,16 @@ }, "delete": { "tags": [ - "Webhook" + "Unit" ], - "summary": "Delete a Webhook resource.", - "description": "Available since: 6.3.1.0", - "operationId": "deleteWebhook", + "summary": "Delete a Unit resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteUnit", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the webhook", + "description": "Identifier for the unit", "required": true, "schema": { "type": "string", @@ -74523,16 +74523,16 @@ }, "patch": { "tags": [ - "Webhook" + "Unit" ], - "summary": "Partially update information about a Webhook resource.", - "description": "Available since: 6.3.1.0", - "operationId": "updateWebhook", + "summary": "Partially update information about a Unit resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateUnit", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the webhook", + "description": "Identifier for the unit", "required": true, "schema": { "type": "string", @@ -74550,18 +74550,18 @@ } ], "requestBody": { - "description": "Partially update information about a Webhook resource.", + "description": "Partially update information about a Unit resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Webhook" + "$ref": "#/components/schemas/Unit" } } } }, "responses": { "200": { - "description": "Detail of Webhook", + "description": "Detail of Unit", "content": { "application/vnd.api+json": { "schema": { @@ -74573,7 +74573,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Webhook" + "$ref": "#/components/schemas/Unit" } } } @@ -74588,7 +74588,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Webhook" + "$ref": "#/components/schemas/Unit" } } } @@ -74607,14 +74607,14 @@ } } }, - "/aggregate/webhook": { + "/aggregate/unit": { "post": { "tags": [ - "Webhook" + "Unit" ], - "summary": "Aggregate for the Webhook resources.", + "summary": "Aggregate for the Unit resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateWebhook", + "operationId": "aggregateUnit", "requestBody": { "required": true, "content": { @@ -74638,7 +74638,7 @@ }, "responses": { "200": { - "description": "List of Webhook", + "description": "List of Unit", "content": { "application/vnd.api+json": { "schema": { @@ -74652,7 +74652,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Webhook" + "$ref": "#/components/schemas/Unit" } } } @@ -74670,7 +74670,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Webhook" + "$ref": "#/components/schemas/Unit" } } } @@ -74687,14 +74687,14 @@ } } }, - "/webhook-event-log": { + "/user": { "get": { "tags": [ - "Webhook Event Log" + "User" ], - "summary": "List with basic information of Webhook Event Log resources.", - "description": "Available since: 6.4.1.0", - "operationId": "getWebhookEventLogList", + "summary": "List with basic information of User resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getUserList", "parameters": [ { "name": "limit", @@ -74723,7 +74723,7 @@ ], "responses": { "200": { - "description": "List of Webhook Event Log resources.", + "description": "List of User resources.", "content": { "application/vnd.api+json": { "schema": { @@ -74742,7 +74742,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/WebhookEventLog" + "$ref": "#/components/schemas/User" } } ] @@ -74756,16 +74756,16 @@ "type": "object", "properties": { "first": { - "example": "/webhook-event-log?limit=25" + "example": "/user?limit=25" }, "last": { - "example": "/webhook-event-log?limit=25&page=11" + "example": "/user?limit=25&page=11" }, "next": { - "example": "/webhook-event-log?limit=25&page=4" + "example": "/user?limit=25&page=4" }, "prev": { - "example": "/webhook-event-log?limit=25&page=2" + "example": "/user?limit=25&page=2" } } } @@ -74786,7 +74786,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/WebhookEventLog" + "$ref": "#/components/schemas/User" } } } @@ -74801,11 +74801,11 @@ }, "post": { "tags": [ - "Webhook Event Log" + "User" ], - "summary": "Create a new Webhook Event Log resources.", - "description": "Available since: 6.4.1.0", - "operationId": "createWebhookEventLog", + "summary": "Create a new User resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createUser", "parameters": [ { "name": "_response", @@ -74824,14 +74824,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/WebhookEventLog" + "$ref": "#/components/schemas/User" } } } }, "responses": { "200": { - "description": "Detail of WebhookEventLog", + "description": "Detail of User", "content": { "application/vnd.api+json": { "schema": { @@ -74843,7 +74843,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/WebhookEventLog" + "$ref": "#/components/schemas/User" } } } @@ -74858,7 +74858,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/WebhookEventLog" + "$ref": "#/components/schemas/User" } } } @@ -74874,14 +74874,14 @@ } } }, - "/search/webhook-event-log": { + "/search/user": { "post": { "tags": [ - "Webhook Event Log" + "User" ], - "summary": "Search for the Webhook Event Log resources.", - "description": "Available since: 6.4.1.0", - "operationId": "searchWebhookEventLog", + "summary": "Search for the User resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchUser", "parameters": [ { "name": "sw-include-search-info", @@ -74909,7 +74909,7 @@ }, "responses": { "200": { - "description": "List of WebhookEventLog", + "description": "List of User", "content": { "application/vnd.api+json": { "schema": { @@ -74923,7 +74923,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/WebhookEventLog" + "$ref": "#/components/schemas/User" } } } @@ -74941,7 +74941,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/WebhookEventLog" + "$ref": "#/components/schemas/User" } } } @@ -74958,19 +74958,19 @@ } } }, - "/webhook-event-log/{id}": { + "/user/{id}": { "get": { "tags": [ - "Webhook Event Log" + "User" ], - "summary": "Detailed information about a Webhook Event Log resource.", - "description": "Available since: 6.4.1.0", - "operationId": "getWebhookEventLog", + "summary": "Detailed information about a User resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getUser", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the webhook_event_log", + "description": "Identifier for the user", "required": true, "schema": { "type": "string", @@ -74980,7 +74980,7 @@ ], "responses": { "200": { - "description": "Detail of WebhookEventLog", + "description": "Detail of User", "content": { "application/vnd.api+json": { "schema": { @@ -74992,7 +74992,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/WebhookEventLog" + "$ref": "#/components/schemas/User" } } } @@ -75007,7 +75007,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/WebhookEventLog" + "$ref": "#/components/schemas/User" } } } @@ -75024,16 +75024,16 @@ }, "delete": { "tags": [ - "Webhook Event Log" + "User" ], - "summary": "Delete a Webhook Event Log resource.", - "description": "Available since: 6.4.1.0", - "operationId": "deleteWebhookEventLog", + "summary": "Delete a User resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteUser", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the webhook_event_log", + "description": "Identifier for the user", "required": true, "schema": { "type": "string", @@ -75064,16 +75064,16 @@ }, "patch": { "tags": [ - "Webhook Event Log" + "User" ], - "summary": "Partially update information about a Webhook Event Log resource.", - "description": "Available since: 6.4.1.0", - "operationId": "updateWebhookEventLog", + "summary": "Partially update information about a User resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateUser", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the webhook_event_log", + "description": "Identifier for the user", "required": true, "schema": { "type": "string", @@ -75091,18 +75091,18 @@ } ], "requestBody": { - "description": "Partially update information about a Webhook Event Log resource.", + "description": "Partially update information about a User resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/WebhookEventLog" + "$ref": "#/components/schemas/User" } } } }, "responses": { "200": { - "description": "Detail of WebhookEventLog", + "description": "Detail of User", "content": { "application/vnd.api+json": { "schema": { @@ -75114,7 +75114,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/WebhookEventLog" + "$ref": "#/components/schemas/User" } } } @@ -75129,7 +75129,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/WebhookEventLog" + "$ref": "#/components/schemas/User" } } } @@ -75148,14 +75148,14 @@ } } }, - "/aggregate/webhook-event-log": { + "/aggregate/user": { "post": { "tags": [ - "Webhook Event Log" + "User" ], - "summary": "Aggregate for the Webhook Event Log resources.", + "summary": "Aggregate for the User resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateWebhookEventLog", + "operationId": "aggregateUser", "requestBody": { "required": true, "content": { @@ -75179,7 +75179,7 @@ }, "responses": { "200": { - "description": "List of WebhookEventLog", + "description": "List of User", "content": { "application/vnd.api+json": { "schema": { @@ -75193,7 +75193,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/WebhookEventLog" + "$ref": "#/components/schemas/User" } } } @@ -75211,7 +75211,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/WebhookEventLog" + "$ref": "#/components/schemas/User" } } } @@ -75228,1097 +75228,1435 @@ } } }, - "/_info/flow-actions.json": { + "/user-access-key": { "get": { "tags": [ - "System Info & Health Check" + "User Access Key" + ], + "summary": "List with basic information of User Access Key resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getUserAccessKeyList", + "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" + } + } ], - "summary": "Get actions for flow builder", - "description": "Get a list of action for flow builder.", - "operationId": "flow-actions", "responses": { "200": { - "description": "Returns a list of action for flow builder.", + "description": "List of User Access Key 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/UserAccessKey" + } + } + ] + }, + "links": { + "allOf": [ + { + "$ref": "#/components/schemas/pagination" + }, + { + "type": "object", + "properties": { + "first": { + "example": "/user-access-key?limit=25" + }, + "last": { + "example": "/user-access-key?limit=25&page=11" + }, + "next": { + "example": "/user-access-key?limit=25&page=4" + }, + "prev": { + "example": "/user-access-key?limit=25&page=2" + } + } + } + ] + } + } + } + ] + } + }, "application/json": { "schema": { - "$ref": "#/components/schemas/flowBuilderActionsResponse" + "type": "object", + "properties": { + "total": { + "type": "integer" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/UserAccessKey" + } + } + } } } } + }, + "401": { + "$ref": "#/components/responses/401" } } - } - }, - "/oauth/token": { + }, "post": { "tags": [ - "Authorization & Authentication" + "User Access Key" + ], + "summary": "Create a new User Access Key resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createUserAccessKey", + "parameters": [ + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "schema": { + "type": "string", + "enum": [ + "basic", + "detail" + ] + } + } ], - "summary": "Fetch an access token", - "description": "Fetch a access token that can be used to perform authenticated requests. For more information take a look at the [Authentication documentation](https://shopware.stoplight.io/docs/admin-api/docs/concepts/authentication-authorisation.md).", - "operationId": "token", "requestBody": { - "required": true, "content": { "application/json": { "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/OAuthPasswordGrant" - }, - { - "$ref": "#/components/schemas/OAuthRefreshTokenGrant" - }, - { - "$ref": "#/components/schemas/OAuthClientCredentialsGrant" - } - ] + "$ref": "#/components/schemas/UserAccessKey" } } } }, "responses": { "200": { - "description": "Authorized successfully.", + "description": "Detail of UserAccessKey", "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/components/schemas/UserAccessKey" + } + } + } + ] + } + }, "application/json": { "schema": { + "type": "object", "required": [ - "token_type", - "expires_in", - "access_token" + "data" ], "properties": { - "token_type": { - "description": "Type of the token.", - "type": "string" - }, - "expires_in": { - "description": "Token lifetime in seconds.", - "type": "integer" - }, - "access_token": { - "description": "The access token that can be used for subsequent requests", - "type": "string" - }, - "refresh_token": { - "description": "The refresh token that can be used to refresh the access token. This field is not returned on grant type `refresh_token`.", - "type": "string" + "data": { + "$ref": "#/components/schemas/UserAccessKey" } - }, - "type": "object" + } } } } }, "400": { "$ref": "#/components/responses/400" + }, + "401": { + "$ref": "#/components/responses/401" } } } }, - "/oauth/sso/config": { - "get": { + "/search/user-access-key": { + "post": { "tags": [ - "Experimental", - "SSO Login configuration" + "User Access Key" + ], + "summary": "Search for the User Access Key resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchUserAccessKey", + "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" + } + } ], - "summary": "Experimental: Loads SSO login configuration.", - "description": "Experimental: Loads the SSO login configuration to configure the forward to the Shopware SSO login page.", + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Criteria" + } + } + } + }, "responses": { "200": { - "description": "Experimental: Returns the configuration for the SSO login page forward.", + "description": "List of UserAccessKey", "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/UserAccessKey" + } + } + } + } + ] + } + }, "application/json": { "schema": { "type": "object", "properties": { - "useDefault": { - "description": "Experimental: Indicates which login is used. Default or SSO.", - "type": "boolean" + "total": { + "type": "integer" }, - "url": { - "description": "Experimental: Contains the return url for the Shopware SSO login.", - "type": "string" + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/UserAccessKey" + } } } } } } + }, + "400": { + "$ref": "#/components/responses/400" + }, + "401": { + "$ref": "#/components/responses/401" } - }, - "operationId": "loadSsoLoginConfig" + } } }, - "/oauth/sso/code": { + "/user-access-key/{id}": { "get": { "tags": [ - "Experimental", - "SSO Login callback" + "User Access Key" + ], + "summary": "Detailed information about a User Access Key resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getUserAccessKey", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the user_access_key", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + } ], - "summary": "Experimental: Callback for SSO login", - "description": "Experimental: Logs in the user into the Shopware shop and forwards to the admin", "responses": { "200": { - "description": "Authorisation process continues", + "description": "Detail of UserAccessKey", "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/components/schemas/UserAccessKey" + } + } + } + ] + } + }, "application/json": { "schema": { - "type": "object" + "type": "object", + "required": [ + "data" + ], + "properties": { + "data": { + "$ref": "#/components/schemas/UserAccessKey" + } + } } } } }, - "302": { - "description": "Experimental: Forwards to the Shopware admin" - } - }, - "operationId": "callBackWithCode" - } - }, - "/_info/health-check": { - "get": { - "tags": [ - "System Info & Health Check" - ], - "summary": "Check that the Application is running", - "operationId": "healthCheck", - "responses": { - "200": { - "description": "Returns empty response" + "404": { + "$ref": "#/components/responses/404" }, - "500": { - "description": "Application is not working properly" + "401": { + "$ref": "#/components/responses/401" } } - } - }, - "/_info/system-health-check": { - "get": { + }, + "delete": { "tags": [ - "System Info & Health Check" + "User Access Key" ], - "summary": "Perform a detailed system health check", - "operationId": "systemHealthCheck", + "summary": "Delete a User Access Key resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteUserAccessKey", "parameters": [ { - "name": "verbose", - "in": "query", - "required": false, + "name": "id", + "in": "path", + "description": "Identifier for the user_access_key", + "required": true, "schema": { - "type": "boolean", - "default": false - }, - "description": "Include detailed information in the response" - } - ], - "responses": { - "200": { - "description": "Returns the system health check results", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "checks": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "healthy": { - "type": "boolean" - }, - "status": { - "type": "string" - }, - "message": { - "type": "string" - }, - "extra": { - "type": "array", - "items": { - "type": "object", - "additionalProperties": true - } - } - } - } - } - } - } - } + "type": "string", + "pattern": "^[0-9a-f]{32}$" } }, - "500": { - "description": "Application is not working properly" + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" + } } - } - } - }, - "/_info/version": { - "get": { - "tags": [ - "System Info & Health Check" ], - "summary": "Get the Shopware version", - "description": "Get the version of the Shopware instance", - "operationId": "infoShopwareVersion", "responses": { - "200": { - "description": "Returns the version of the Shopware instance.", - "content": { - "application/json": { - "schema": { - "properties": { - "version": { - "description": "The Shopware version.", - "type": "string" - } - }, - "type": "object" - } - } - } + "204": { + "$ref": "#/components/responses/204" + }, + "404": { + "$ref": "#/components/responses/404" + }, + "401": { + "$ref": "#/components/responses/401" } } - } - }, - "/consents": { - "get": { + }, + "patch": { "tags": [ - "Consent Management", - "Experimental" + "User Access Key" ], - "summary": "List all consents for current user", - "description": "Returns a list of all available consents with their current status for the authenticated admin user. Each consent includes its name, identifier, and current state (requested, accepted, or revoked). Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "operationId": "fetchConsents", - "responses": { - "200": { - "description": "List of consents with their status", - "content": { - "application/json": { - "schema": { - "type": "object", - "additionalProperties": { - "$ref": "#/components/schemas/ConsentState" - }, - "example": { - "product_analytics": { - "name": "product_analytics", - "scopeName": "admin_user", - "identifier": "userId-12345", - "status": "accepted", - "actor": "userId-12345", - "updatedAt": "2024-01-15T10:20:30Z", - "acceptedUntil": "2024-01-15T10:20:30Z", - "acceptedRevision": "2026-02-01", - "latestRevision": "2026-02-01" - }, - "backend_data": { - "name": "backend_data", - "scopeName": "system", - "identifier": "system", - "status": "unset", - "actor": null, - "updatedAt": null, - "acceptedUntil": null, - "acceptedRevision": null, - "latestRevision": null - } - } - } - } + "summary": "Partially update information about a User Access Key resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateUserAccessKey", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the user_access_key", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" } }, - "401": { - "description": "Unauthorized - User not logged in or invalid session" + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" + } } - } - } - }, - "/consents/accept": { - "post": { - "tags": [ - "Consent Management", - "Experimental" ], - "summary": "Accept a consent", - "description": "Marks the specified consent as accepted for the authenticated admin user. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "operationId": "acceptConsent", "requestBody": { + "description": "Partially update information about a User Access Key resource.", "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "consent": { - "type": "string", - "description": "The name of the consent to accept" - }, - "revision": { - "type": [ - "string", - "null" - ], - "description": "Optional accepted revision. Only the consent definition's latest revision is accepted. When omitted, the latest revision is used automatically." - } - }, - "required": [ - "consent" - ], - "example": { - "consent": "product_analytics", - "revision": "2026-02-01" - } + "$ref": "#/components/schemas/UserAccessKey" } } } }, "responses": { "200": { - "description": "Consent status changed successfully. Returns the updated consent status.", + "description": "Detail of UserAccessKey", "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/components/schemas/UserAccessKey" + } + } + } + ] + } + }, "application/json": { "schema": { - "$ref": "#/components/schemas/ConsentState" + "type": "object", + "required": [ + "data" + ], + "properties": { + "data": { + "$ref": "#/components/schemas/UserAccessKey" + } + } } } } }, "400": { - "description": "Bad request - Consent revision is invalid for current acceptance" + "$ref": "#/components/responses/400" }, "404": { - "description": "Bad request - Consent not found or consent property was empty" + "$ref": "#/components/responses/404" }, "401": { - "description": "Unauthorized - User not logged in or invalid session" + "$ref": "#/components/responses/401" } } } }, - "/consents/revoke": { + "/aggregate/user-access-key": { "post": { "tags": [ - "Consent Management", - "Experimental" + "User Access Key" ], - "summary": "Revoke a consent", - "description": "Marks the specified consent as revoked for the authenticated admin user. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "operationId": "revokeConsent", + "summary": "Aggregate for the User Access Key resources.", + "description": "Available since: 6.6.10.0", + "operationId": "aggregateUserAccessKey", "requestBody": { + "required": true, "content": { "application/json": { "schema": { "type": "object", "properties": { - "consent": { - "type": "string", - "description": "The name of the consent to accept" + "aggregations": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Aggregation" + } } }, "required": [ - "consent" - ], - "example": { - "consent": "product_analytics" - } + "aggregations" + ] } } } }, "responses": { "200": { - "description": "Consent status changed successfully. Returns the updated consent status.", + "description": "List of UserAccessKey", "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/UserAccessKey" + } + } + } + } + ] + } + }, "application/json": { "schema": { - "$ref": "#/components/schemas/ConsentState" + "type": "object", + "properties": { + "total": { + "type": "integer" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/UserAccessKey" + } + } + } } } } }, - "404": { - "description": "Bad request - Consent not found or consent property was empty" + "400": { + "$ref": "#/components/responses/400" }, "401": { - "description": "Unauthorized - User not logged in or invalid session" - } - } - } - }, - "/_action/cache": { - "delete": { - "tags": [ - "System Operations" - ], - "summary": "Clear caches", - "description": "The cache is immediately cleared synchronously for all used adapters.", - "operationId": "clearCache", - "responses": { - "204": { - "description": "Returns a no content response indicating that the cache has been cleared." + "$ref": "#/components/responses/401" } } } }, - "/_action/cache-delayed": { - "delete": { + "/user-config": { + "get": { "tags": [ - "System Operations" + "User Config" ], - "summary": "Clear all invalidated caches", - "description": "Directly triggers invalidation of all cache tags that were marked for invalidation.", - "operationId": "clearCacheDelayed", + "summary": "List with basic information of User Config resources.", + "description": "Available since: 6.3.5.0", + "operationId": "getUserConfigList", "parameters": [ { - "name": "refreshOpenSearch", + "name": "limit", "in": "query", - "required": false, - "description": "This parameter indicates that in addition to invalidating the delayed caches, the opensearch indices will also be refreshed, which should lead to a clean state on the next read requests. When OpenSearch is not used this parameter will be ignored.", + "description": "Max amount of resources to be returned in a page", "schema": { - "type": "boolean", - "default": false + "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": { - "204": { - "description": "Returns a no content response indicating that the cache has been cleared." + "200": { + "description": "List of User Config 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/UserConfig" + } + } + ] + }, + "links": { + "allOf": [ + { + "$ref": "#/components/schemas/pagination" + }, + { + "type": "object", + "properties": { + "first": { + "example": "/user-config?limit=25" + }, + "last": { + "example": "/user-config?limit=25&page=11" + }, + "next": { + "example": "/user-config?limit=25&page=4" + }, + "prev": { + "example": "/user-config?limit=25&page=2" + } + } + } + ] + } + } + } + ] + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "total": { + "type": "integer" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/UserConfig" + } + } + } + } + } + } + }, + "401": { + "$ref": "#/components/responses/401" } } - } - }, - "/_proxy/generate-imitate-customer-token": { + }, "post": { "tags": [ - "Customer impersonation" + "User Config" + ], + "summary": "Create a new User Config resources.", + "description": "Available since: 6.3.5.0", + "operationId": "createUserConfig", + "parameters": [ + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "schema": { + "type": "string", + "enum": [ + "basic", + "detail" + ] + } + } ], - "summary": "Generate a customer impersonation token", - "description": "Generates a customer impersonation token for the given customer and sales channel.\n\nThe token can be used to authenticate as the customer in the sales channel.", - "operationId": "generateImitateCustomerToken", "requestBody": { - "required": true, "content": { "application/json": { "schema": { - "required": [ - "customerId", - "salesChannelId" - ], - "properties": { - "customerId": { - "description": "ID of the customer", - "type": "string" - }, - "salesChannelId": { - "description": "ID of the sales channel", - "type": "string" - } - }, - "type": "object" + "$ref": "#/components/schemas/UserConfig" } } } }, "responses": { "200": { - "description": "The generated customer impersonation token.", + "description": "Detail of UserConfig", "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/components/schemas/UserConfig" + } + } + } + ] + } + }, "application/json": { "schema": { + "type": "object", + "required": [ + "data" + ], "properties": { - "token": { - "description": "The generated customer impersonation token", - "type": "string" + "data": { + "$ref": "#/components/schemas/UserConfig" } - }, - "type": "object" + } } } } + }, + "400": { + "$ref": "#/components/responses/400" + }, + "401": { + "$ref": "#/components/responses/401" } } } }, - "/_info/queue.json": { - "get": { + "/search/user-config": { + "post": { "tags": [ - "System Info & Health Check" + "User Config" ], - "summary": "Get message queue statistics (deprecated)", - "description": "Returns increment-based message queue statistics.\n\n**Deprecated:** This endpoint is deprecated and will be removed in v6.8.0. Use `GET /_info/message-stats.json` instead for accurate message processing statistics.", - "operationId": "queue", - "deprecated": true, + "summary": "Search for the User Config resources.", + "description": "Available since: 6.3.5.0", + "operationId": "searchUserConfig", + "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": "Message queue statistics returned.", + "description": "List of UserConfig", "content": { - "application/json": { + "application/vnd.api+json": { "schema": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "description": "Fully qualified class name of the message." - }, - "size": { - "type": "integer", - "description": "Number of pending messages of this type." + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/UserConfig" + } + } } + } + ] + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "total": { + "type": "integer" }, - "required": [ - "name", - "size" - ] - } - }, - "example": [ - { - "name": "Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexingMessage", - "size": 150 - }, - { - "name": "Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsMessage", - "size": 25 + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/UserConfig" + } + } } - ] + } } } + }, + "400": { + "$ref": "#/components/responses/400" + }, + "401": { + "$ref": "#/components/responses/401" } } } }, - "/_action/index-products": { - "post": { + "/user-config/{id}": { + "get": { "tags": [ - "System Operations" + "User Config" ], - "summary": "Send product indexing message", - "description": "Dispatches a product indexing message to the message bus, with the provided ids", - "operationId": "productIndexing", - "responses": { - "204": { - "description": "Returns an empty response indicating that the message dispatched." + "summary": "Detailed information about a User Config resource.", + "description": "Available since: 6.3.5.0", + "operationId": "getUserConfig", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the user_config", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } } - } - } - }, - "/_info/message-stats.json": { - "get": { - "summary": "Get statistics message queue", - "description": "Get statistics for recently processed messages in the message queue", - "operationId": "getMessageStats", - "tags": [ - "System Info & Health Check" ], "responses": { "200": { - "description": "Statistics received", + "description": "Detail of UserConfig", "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/components/schemas/UserConfig" + } + } + } + ] + } + }, "application/json": { "schema": { "type": "object", "required": [ - "enabled" + "data" ], "properties": { - "enabled": { - "type": "boolean", - "description": "Whether message queue statistics are enabled in configuration" - }, - "stats": { - "type": [ - "object", - "null" - ], - "properties": { - "totalMessagesProcessed": { - "type": "integer" - }, - "processedSince": { - "type": "string", - "format": "date-time" - }, - "averageTimeInQueue": { - "type": "number", - "format": "float" - }, - "messageTypeStats": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "count": { - "type": "integer" - } - } - } - } - } + "data": { + "$ref": "#/components/schemas/UserConfig" } } } } } + }, + "404": { + "$ref": "#/components/responses/404" + }, + "401": { + "$ref": "#/components/responses/401" } } - } - }, - "/_action/user/logout": { - "post": { + }, + "delete": { "tags": [ - "Authorization & Authentication" + "User Config" + ], + "summary": "Delete a User Config resource.", + "description": "Available since: 6.3.5.0", + "operationId": "deleteUserConfig", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the user_config", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, + "schema": { + "type": "string" + } + } ], - "summary": "Logout the current user", - "description": "Revokes all server-side refresh tokens for the currently authenticated administration user and returns a no content response.", - "operationId": "userLogout", "responses": { "204": { - "description": "Tokens have been revoked successfully." + "$ref": "#/components/responses/204" }, - "401": { - "description": "Unauthorized - the access token is missing or invalid." + "404": { + "$ref": "#/components/responses/404" }, - "403": { - "description": "The authenticated source does not have a user ID associated." + "401": { + "$ref": "#/components/responses/401" } } - } - }, - "/_action/scheduled-task/run": { - "post": { + }, + "patch": { "tags": [ - "System Operations" + "User Config" ], - "summary": "Run scheduled tasks.", - "description": "Starts the scheduled task worker to handle the next scheduled tasks.", - "operationId": "runScheduledTasks", - "responses": { - "200": { - "description": "Returns a success message indicating a successful run.", - "content": { - "application/json": { - "schema": { - "properties": { - "message": { - "description": "Success message", - "type": "string" - } - }, - "type": "object" - } - } + "summary": "Partially update information about a User Config resource.", + "description": "Available since: 6.3.5.0", + "operationId": "updateUserConfig", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the user_config", + "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" } } - } - } - }, - "/_action/scheduled-task/min-run-interval": { - "get": { - "tags": [ - "System Operations" ], - "summary": "Get the minimum schedules task interval", - "description": "Fetches the smallest interval that a scheduled task uses.", - "operationId": "getMinRunInterval", + "requestBody": { + "description": "Partially update information about a User Config resource.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/UserConfig" + } + } + } + }, "responses": { "200": { - "description": "Returns the minimum interval.", + "description": "Detail of UserConfig", "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/components/schemas/UserConfig" + } + } + } + ] + } + }, "application/json": { "schema": { + "type": "object", + "required": [ + "data" + ], "properties": { - "minRunInterval": { - "description": "Minimal interval in seconds.", - "type": "string" + "data": { + "$ref": "#/components/schemas/UserConfig" } - }, - "type": "object" + } } } } + }, + "400": { + "$ref": "#/components/responses/400" + }, + "404": { + "$ref": "#/components/responses/404" + }, + "401": { + "$ref": "#/components/responses/401" } } } }, - "/_action/message-queue/consume": { + "/aggregate/user-config": { "post": { "tags": [ - "System Operations" + "User Config" ], - "summary": "Consume messages from the message queue.", - "description": "This route can be used to consume messages from the message queue. It is intended to be used if\nno cronjob is configured to consume messages regularly.", - "operationId": "consumeMessages", + "summary": "Aggregate for the User Config resources.", + "description": "Available since: 6.6.10.0", + "operationId": "aggregateUserConfig", "requestBody": { "required": true, "content": { "application/json": { "schema": { - "required": [ - "receiver" - ], + "type": "object", "properties": { - "receiver": { - "description": "The name of the transport in the messenger that should be processed.\nSee the [Symfony Messenger documentation](https://symfony.com/doc/current/messenger.html) for more information", - "type": "string" + "aggregations": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Aggregation" + } } }, - "type": "object" + "required": [ + "aggregations" + ] } } } }, "responses": { "200": { - "description": "Returns information about handled messages", + "description": "List of UserConfig", "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/UserConfig" + } + } + } + } + ] + } + }, "application/json": { "schema": { + "type": "object", "properties": { - "handledMessages": { - "description": "The number of messages processed.", + "total": { "type": "integer" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/UserConfig" + } } - }, - "type": "object" + } } } } + }, + "400": { + "$ref": "#/components/responses/400" + }, + "401": { + "$ref": "#/components/responses/401" } } } }, - "/_action/container_cache": { - "delete": { - "tags": [ - "System Operations" - ], - "summary": "Clear container caches", - "description": "The container cache is immediately cleared synchronously.", - "operationId": "clearContainerCache", - "responses": { - "204": { - "description": "Returns a no content response indicating that the container cache is cleared." - } - } - } - }, - "/_action/state-machine/{entityName}/{entityId}/state": { + "/user-recovery": { "get": { "tags": [ - "State Machine" + "User Recovery" ], - "summary": "Get available transitions for an entity", - "description": "Retrieves the available state transitions for the specified entity.", - "operationId": "getEntityState", + "summary": "List with basic information of User Recovery resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getUserRecoveryList", "parameters": [ { - "name": "entityName", - "in": "path", - "description": "Name of the entity.", - "required": true, + "name": "limit", + "in": "query", + "description": "Max amount of resources to be returned in a page", "schema": { - "type": "string" + "type": "integer" } }, { - "name": "entityId", - "in": "path", - "description": "Identifier of the entity.", - "required": true, + "name": "page", + "in": "query", + "description": "The page to be returned", "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" + "type": "integer" } }, { - "name": "stateFieldName", + "name": "query", "in": "query", - "description": "This is the state column within the order delivery database table. There should be no need to change it from the default.", - "required": false, + "description": "Encoded SwagQL in JSON", "schema": { - "type": "string", - "default": "stateId" + "type": "string" } } ], "responses": { "200": { - "description": "Available transitions for the current state.", + "description": "List of User Recovery resources.", "content": { - "application/json": { + "application/vnd.api+json": { "schema": { - "type": "object", - "properties": { - "transitions": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "description": "The name of the transition." - }, - "technicalName": { - "type": "string", - "description": "The technical name of the transition." - }, - "actionName": { - "type": "string", - "description": "The action name of the transition." - }, - "fromStateName": { - "type": "string", - "description": "The technical name of the state the transition starts from." - }, - "toStateName": { - "type": "string", - "description": "The technical name of the state the transition goes to." - }, - "url": { - "type": "string", - "description": "The URL to trigger the transition." - } - }, - "required": [ - "name", - "technicalName", - "actionName", - "fromStateName", - "toStateName", - "url" - ] - } - } - }, - "required": [ - "transitions" + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "allOf": [ + { + "$ref": "#/components/schemas/data" + }, + { + "type": "array", + "items": { + "$ref": "#/components/schemas/UserRecovery" + } + } + ] + }, + "links": { + "allOf": [ + { + "$ref": "#/components/schemas/pagination" + }, + { + "type": "object", + "properties": { + "first": { + "example": "/user-recovery?limit=25" + }, + "last": { + "example": "/user-recovery?limit=25&page=11" + }, + "next": { + "example": "/user-recovery?limit=25&page=4" + }, + "prev": { + "example": "/user-recovery?limit=25&page=2" + } + } + } + ] + } + } + } ] } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "total": { + "type": "integer" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/UserRecovery" + } + } + } + } } } }, - "400": { - "description": "Unable to read the entity or entity field." - }, - "403": { - "description": "Forbidden. Missing privileges to access the entity." + "401": { + "$ref": "#/components/responses/401" } } - } - }, - "/_action/state-machine/{entityName}/{entityId}/state/{transition}": { + }, "post": { "tags": [ - "State Machine" + "User Recovery" ], - "summary": "Transition an entity to a new state", - "description": "Changes the entity state by applying the given transition.", - "operationId": "transitionEntityState", + "summary": "Create a new User Recovery resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createUserRecovery", "parameters": [ { - "name": "entityName", - "in": "path", - "description": "Name of the entity.", - "required": true, - "schema": { - "type": "string" - } - }, - { - "name": "entityId", - "in": "path", - "description": "Identifier of the entity.", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "transition", - "in": "path", - "description": "The `action_name` of the `state_machine_transition`.", - "required": true, - "schema": { - "type": "string" - } - }, - { - "name": "stateFieldName", + "name": "_response", "in": "query", - "description": "This is the state column within the order delivery database table. There should be no need to change it from the default.", - "required": false, + "description": "Data format for response. Empty if none is provided.", "schema": { "type": "string", - "default": "stateId" + "enum": [ + "basic", + "detail" + ] } } ], "requestBody": { - "description": "Optional internal comment for the state transition.", "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "internalComment": { - "type": "string", - "description": "An optional internal comment that will be saved with the state transition." - } - } + "$ref": "#/components/schemas/UserRecovery" } } } }, "responses": { "200": { - "description": "State transition applied successfully." + "description": "Detail of UserRecovery", + "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/components/schemas/UserRecovery" + } + } + } + ] + } + }, + "application/json": { + "schema": { + "type": "object", + "required": [ + "data" + ], + "properties": { + "data": { + "$ref": "#/components/schemas/UserRecovery" + } + } + } + } + } }, "400": { - "description": "Unable to read the entity or entity field, or invalid transition." + "$ref": "#/components/responses/400" }, - "403": { - "description": "Forbidden. Missing privileges to access the entity." + "401": { + "$ref": "#/components/responses/401" } } } }, - "/_action/order/document/download": { + "/search/user-recovery": { "post": { "tags": [ - "Document Management" + "User Recovery" + ], + "summary": "Search for the User Recovery resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchUserRecovery", + "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" + } + } ], - "summary": "Download a documents", - "description": "Download a multiple documents in one pdf file.", - "operationId": "downloadDocuments", "requestBody": { - "description": "documentIds", + "required": true, "content": { "application/json": { "schema": { - "type": "array", - "items": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } + "$ref": "#/components/schemas/Criteria" } } } }, "responses": { "200": { - "description": "The documents.", + "description": "List of UserRecovery", "content": { - "application/octet-stream": { + "application/vnd.api+json": { "schema": { - "type": "string", - "format": "binary" + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/UserRecovery" + } + } + } + } + ] + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "total": { + "type": "integer" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/UserRecovery" + } + } + } } } } + }, + "400": { + "$ref": "#/components/responses/400" + }, + "401": { + "$ref": "#/components/responses/401" } } } }, - "/_action/order/document/{documentTypeName}/create": { - "post": { + "/user-recovery/{id}": { + "get": { "tags": [ - "Document Management" + "User Recovery" ], - "summary": "Create documents for orders", - "description": "Creates documents for orders. Documents can for example be an invoice or a delivery note.", - "operationId": "createDocuments", + "summary": "Detailed information about a User Recovery resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getUserRecovery", "parameters": [ { - "name": "documentTypeName", + "name": "id", "in": "path", - "description": "The type of document to create", + "description": "Identifier for the user_recovery", "required": true, "schema": { - "type": "string" + "type": "string", + "pattern": "^[0-9a-f]{32}$" } } ], - "requestBody": { - "description": "test", - "required": true, - "content": { - "application/json": { - "schema": { - "type": "array", - "items": { + "responses": { + "200": { + "description": "Detail of UserRecovery", + "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/components/schemas/UserRecovery" + } + } + } + ] + } + }, + "application/json": { + "schema": { "type": "object", "required": [ - "orderId", - "type" + "data" ], "properties": { - "orderId": { - "description": "Identifier of the order.", - "type": "string", - "pattern": "^[0-9a-f]{32}$" - }, - "type": { - "description": "Type of the document to be generated.", - "type": "string" - }, - "fileType": { - "description": "Type of document file to be generated.", - "type": "string", - "default": "pdf" - }, - "static": { - "description": "Indicate if the document should be static or not.", - "type": "boolean", - "default": false - }, - "referencedDocumentId": { - "description": "Identifier of the reverenced document.", - "type": "string", - "default": "null", - "pattern": "^[0-9a-f]{32}$" - }, - "config": { - "description": "Document specific configuration, like documentNumber, documentDate, documentComment.", - "type": "object" + "data": { + "$ref": "#/components/schemas/UserRecovery" } } } } } - } - }, - "responses": { - "200": { - "description": "Documents created successfully. The `api/_action/order/document/create` route can be used to download the document." + }, + "404": { + "$ref": "#/components/responses/404" + }, + "401": { + "$ref": "#/components/responses/401" } } - } - }, - "/_action/order/{orderId}/state/{transition}": { - "post": { + }, + "delete": { "tags": [ - "Order Management" + "User Recovery" ], - "summary": "Transition an order to a new state", - "description": "Changes the order state and informs the customer via email if configured.", - "operationId": "orderStateTransition", + "summary": "Delete a User Recovery resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteUserRecovery", "parameters": [ { - "name": "orderId", + "name": "id", "in": "path", - "description": "Identifier of the order.", + "description": "Identifier for the user_recovery", "required": true, "schema": { "type": "string", @@ -76326,676 +76664,4497 @@ } }, { - "name": "transition", - "in": "path", - "description": "The `action_name` of the `state_machine_transition`. For example `process` if the order state should change from open to in progress.\n\nNote: If you choose a transition that is not available, you will get an error that lists possible transitions for the current state.", - "required": true, + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "allowEmptyValue": true, "schema": { "type": "string" } } ], - "requestBody": { - "required": false, - "content": { - "application/json": { - "schema": { - "properties": { - "sendMail": { - "description": "Controls if a mail should be sent to the customer." - }, - "documentIds": { - "description": "A list of document identifiers that should be attached", - "type": "array", - "items": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - "mediaIds": { - "description": "A list of media identifiers that should be attached", - "type": "array", - "items": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - "stateFieldName": { - "description": "This is the state column within the order database table. There should be no need to change it from the default.", - "type": "string", - "default": "stateId" - }, - "internalComment": { - "description": "An optional internal comment that will be saved with the state transition.", - "type": "string" - } - }, - "type": "object" - } - } - } - }, "responses": { - "200": { - "description": "Todo: Use ref of `state_machine_transition` here" + "204": { + "$ref": "#/components/responses/204" + }, + "404": { + "$ref": "#/components/responses/404" + }, + "401": { + "$ref": "#/components/responses/401" } } - } - }, - "/_info/openapi3.json": { - "get": { + }, + "patch": { "tags": [ - "System Info & Health Check" + "User Recovery" ], - "summary": "Get OpenAPI Specification", - "description": "Get information about the admin API in OpenAPI format.", - "operationId": "api-info", + "summary": "Partially update information about a User Recovery resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateUserRecovery", "parameters": [ { - "name": "type", - "in": "query", - "description": "Type of the api", + "name": "id", + "in": "path", + "description": "Identifier for the user_recovery", + "required": true, "schema": { "type": "string", - "enum": [ - "jsonapi", - "json" - ] + "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 User Recovery resource.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/UserRecovery" + } + } + } + }, "responses": { "200": { - "$ref": "#/components/responses/OpenApi3" + "description": "Detail of UserRecovery", + "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/components/schemas/UserRecovery" + } + } + } + ] + } + }, + "application/json": { + "schema": { + "type": "object", + "required": [ + "data" + ], + "properties": { + "data": { + "$ref": "#/components/schemas/UserRecovery" + } + } + } + } + } + }, + "400": { + "$ref": "#/components/responses/400" + }, + "404": { + "$ref": "#/components/responses/404" + }, + "401": { + "$ref": "#/components/responses/401" } } } }, - "/_action/sync": { + "/aggregate/user-recovery": { "post": { "tags": [ - "Bulk Operations" + "User Recovery" ], - "summary": "Bulk edit entities", - "description": "Starts a sync process for the list of provided actions. This can be upserts and deletes on different entities to an asynchronous process in the background. You can control the behaviour with the `indexing-behavior` header.", - "operationId": "sync", + "summary": "Aggregate for the User Recovery resources.", + "description": "Available since: 6.6.10.0", + "operationId": "aggregateUserRecovery", + "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 UserRecovery", + "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/UserRecovery" + } + } + } + } + ] + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "total": { + "type": "integer" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/UserRecovery" + } + } + } + } + } + } + }, + "400": { + "$ref": "#/components/responses/400" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + } + }, + "/webhook": { + "get": { + "tags": [ + "Webhook" + ], + "summary": "List with basic information of Webhook resources.", + "description": "Available since: 6.3.1.0", + "operationId": "getWebhookList", "parameters": [ { - "name": "fail-on-error", - "in": "header", - "description": "To continue upcoming actions on errors, set the `fail-on-error` header to `false`.", + "name": "limit", + "in": "query", + "description": "Max amount of resources to be returned in a page", "schema": { - "type": "boolean", - "default": true + "type": "integer" } }, { - "name": "indexing-behavior", - "in": "header", - "description": "Controls the indexing behavior.\n - `disable-indexing`: Data indexing is completely disabled", + "name": "page", + "in": "query", + "description": "The page to be returned", "schema": { - "type": "string", - "enum": [ - "use-queue-indexing", - "disable-indexing" - ] + "type": "integer" + } + }, + { + "name": "query", + "in": "query", + "description": "Encoded SwagQL in JSON", + "schema": { + "type": "string" } } ], - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "array", - "items": { - "required": [ - "action", - "entity", - "payload" - ], - "properties": { - "action": { - "description": "The action indicates what should happen with the provided payload.\n * `upsert`: The Sync API does not differ between create and update operations,\n but always performs an upsert operation. During an upsert, the system checks whether the entity already exists in the\n system and updates it if an identifier has been passed, otherwise a new entity is created with this identifier.\n * `delete`: Deletes entities with the provided identifiers", - "type": "string", - "enum": [ - "upsert", - "delete" - ] - }, - "entity": { - "description": "The entity that should be processed with the payload.", - "type": "string", - "example": "product" + "responses": { + "200": { + "description": "List of Webhook resources.", + "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" }, - "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" + { + "type": "object", + "properties": { + "data": { + "allOf": [ + { + "$ref": "#/components/schemas/data" + }, + { + "type": "array", + "items": { + "$ref": "#/components/schemas/Webhook" + } + } + ] + }, + "links": { + "allOf": [ + { + "$ref": "#/components/schemas/pagination" + }, + { + "type": "object", + "properties": { + "first": { + "example": "/webhook?limit=25" + }, + "last": { + "example": "/webhook?limit=25&page=11" + }, + "next": { + "example": "/webhook?limit=25&page=4" + }, + "prev": { + "example": "/webhook?limit=25&page=2" + } + } + } + ] + } } + } + ] + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "total": { + "type": "integer" }, - "criteria": { - "description": "Only for delete operations: Instead of providing IDs in the payload, the filter by which should be deleted can be provided directly.", + "data": { "type": "array", "items": { - "anyOf": [ - { - "$ref": "#/components/schemas/SimpleFilter" - }, - { - "$ref": "#/components/schemas/EqualsFilter" - }, - { - "$ref": "#/components/schemas/MultiNotFilter" - }, - { - "$ref": "#/components/schemas/RangeFilter" - } - ] + "$ref": "#/components/schemas/Webhook" } } - }, - "type": "object" + } } } } + }, + "401": { + "$ref": "#/components/responses/401" + } + } + }, + "post": { + "tags": [ + "Webhook" + ], + "summary": "Create a new Webhook resources.", + "description": "Available since: 6.3.1.0", + "operationId": "createWebhook", + "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/Webhook" + } + } } }, "responses": { "200": { - "description": "Returns a sync result containing information about the updated entities", + "description": "Detail of Webhook", "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/components/schemas/Webhook" + } + } + } + ] + } + }, "application/json": { "schema": { + "type": "object", + "required": [ + "data" + ], "properties": { "data": { - "description": "Object with information about updated entities", - "type": "object" - }, - "notFound": { - "description": "Object with information about not found entities", - "type": "object" - }, - "deleted": { - "description": "Object with information about deleted entities", - "type": "object" + "$ref": "#/components/schemas/Webhook" } - }, - "type": "object" + } } } } + }, + "400": { + "$ref": "#/components/responses/400" + }, + "401": { + "$ref": "#/components/responses/401" } } } }, - "/_action/mail-template/send": { + "/search/webhook": { "post": { "tags": [ - "Mail Operations" + "Webhook" + ], + "summary": "Search for the Webhook resources.", + "description": "Available since: 6.3.1.0", + "operationId": "searchWebhook", + "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" + } + } ], - "summary": "Send a mail", - "description": "Generates a mail from a mail template and sends it to the customer.\n\nTake a look at the `salesChannel` entity for possible values. For example `{{ salesChannel.name }}` can be used.", - "operationId": "send", "requestBody": { "required": true, "content": { "application/json": { "schema": { - "required": [ - "recipients", - "salesChannelId", - "contentHtml", - "contentPlain", - "subject", - "senderName" - ], - "properties": { - "recipients": { - "description": "A list of recipients with name and mail address.", - "type": "object", - "example": { - "test1@example.com": "Test user 1", - "test2@example.com": "Test user 2" + "$ref": "#/components/schemas/Criteria" + } + } + } + }, + "responses": { + "200": { + "description": "List of Webhook", + "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" }, - "additionalProperties": { - "description": "Name of the recipient.", - "type": "string" - } - }, - "salesChannelId": { - "description": "Identifier of the sales channel from which the mail should be send.", - "type": "string", - "pattern": "^[0-9a-f]{32}$" - }, - "contentHtml": { - "description": "The content of the mail in HTML format.", - "type": "string" - }, - "contentPlain": { - "description": "The content of the mail as plain text.", - "type": "string" - }, - "subject": { - "description": "Subject of the mail.", - "type": "string" - }, - "senderName": { - "description": "Name of the sender.", - "type": "string" - }, - "senderEmail": { - "description": "Mail address of the sender. If not set, `core.basicInformation.email` or `core.mailerSettings.senderAddress` will be used from the shop configuration.", - "type": "string" - }, - "mediaIds": { - "description": "List of media identifiers which should be attached to the mail.", - "type": "array", - "items": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - "binAttachments": { - "description": "A list of binary attachments which should be added to the mail.", - "required": [ - "content", - "fileName", - "mimeType" - ], - "type": "array", - "items": { + { + "type": "object", "properties": { - "content": { - "description": "Binary content of the attachment.", - "type": "string" - }, - "fileName": { - "description": "File name of the attachment.", - "type": "string" - }, - "mimeType": { - "description": "Mime type of the attachment.", - "type": "string" + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Webhook" + } } - }, - "type": "object" - } - }, - "recipientsBcc": { - "description": "A list of recipients with name and mail address to be set in BCC.", - "type": "object", - "example": { - "test1@example.com": "Test user 1", - "test2@example.com": "Test user 2" - }, - "additionalProperties": { - "description": "Name of the recipient.", - "type": "string" + } } - }, - "recipientsCc": { - "description": "A list of recipients with name and mail address to be set in CC.", - "type": "object", - "example": { - "test1@example.com": "Test user 1", - "test2@example.com": "Test user 2" + ] + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "total": { + "type": "integer" }, - "additionalProperties": { - "description": "Name of the recipient.", - "type": "string" + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Webhook" + } } - }, - "replyTo": { - "description": "A list of mail addresses with name and mail address to be set in reply to.", - "type": "object", - "example": { - "test1@example.com": "Test user 1", - "test2@example.com": "Test user 2" + } + } + } + } + }, + "400": { + "$ref": "#/components/responses/400" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + } + }, + "/webhook/{id}": { + "get": { + "tags": [ + "Webhook" + ], + "summary": "Detailed information about a Webhook resource.", + "description": "Available since: 6.3.1.0", + "operationId": "getWebhook", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the webhook", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + } + ], + "responses": { + "200": { + "description": "Detail of Webhook", + "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" }, - "additionalProperties": { - "description": "Name of the recipient.", - "type": "string" + { + "type": "object", + "properties": { + "data": { + "$ref": "#/components/schemas/Webhook" + } + } } + ] + } + }, + "application/json": { + "schema": { + "type": "object", + "required": [ + "data" + ], + "properties": { + "data": { + "$ref": "#/components/schemas/Webhook" + } + } + } + } + } + }, + "404": { + "$ref": "#/components/responses/404" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + }, + "delete": { + "tags": [ + "Webhook" + ], + "summary": "Delete a Webhook resource.", + "description": "Available since: 6.3.1.0", + "operationId": "deleteWebhook", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the webhook", + "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": [ + "Webhook" + ], + "summary": "Partially update information about a Webhook resource.", + "description": "Available since: 6.3.1.0", + "operationId": "updateWebhook", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the webhook", + "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 Webhook resource.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Webhook" + } + } + } + }, + "responses": { + "200": { + "description": "Detail of Webhook", + "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/components/schemas/Webhook" + } + } + } + ] + } + }, + "application/json": { + "schema": { + "type": "object", + "required": [ + "data" + ], + "properties": { + "data": { + "$ref": "#/components/schemas/Webhook" + } + } + } + } + } + }, + "400": { + "$ref": "#/components/responses/400" + }, + "404": { + "$ref": "#/components/responses/404" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + } + }, + "/aggregate/webhook": { + "post": { + "tags": [ + "Webhook" + ], + "summary": "Aggregate for the Webhook resources.", + "description": "Available since: 6.6.10.0", + "operationId": "aggregateWebhook", + "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 Webhook", + "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Webhook" + } + } + } + } + ] + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "total": { + "type": "integer" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Webhook" + } + } + } + } + } + } + }, + "400": { + "$ref": "#/components/responses/400" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + } + }, + "/webhook-event-log": { + "get": { + "tags": [ + "Webhook Event Log" + ], + "summary": "List with basic information of Webhook Event Log resources.", + "description": "Available since: 6.4.1.0", + "operationId": "getWebhookEventLogList", + "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 Webhook Event Log 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/WebhookEventLog" + } + } + ] + }, + "links": { + "allOf": [ + { + "$ref": "#/components/schemas/pagination" + }, + { + "type": "object", + "properties": { + "first": { + "example": "/webhook-event-log?limit=25" + }, + "last": { + "example": "/webhook-event-log?limit=25&page=11" + }, + "next": { + "example": "/webhook-event-log?limit=25&page=4" + }, + "prev": { + "example": "/webhook-event-log?limit=25&page=2" + } + } + } + ] + } + } + } + ] + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "total": { + "type": "integer" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/WebhookEventLog" + } + } + } + } + } + } + }, + "401": { + "$ref": "#/components/responses/401" + } + } + }, + "post": { + "tags": [ + "Webhook Event Log" + ], + "summary": "Create a new Webhook Event Log resources.", + "description": "Available since: 6.4.1.0", + "operationId": "createWebhookEventLog", + "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/WebhookEventLog" + } + } + } + }, + "responses": { + "200": { + "description": "Detail of WebhookEventLog", + "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/components/schemas/WebhookEventLog" + } + } + } + ] + } + }, + "application/json": { + "schema": { + "type": "object", + "required": [ + "data" + ], + "properties": { + "data": { + "$ref": "#/components/schemas/WebhookEventLog" + } + } + } + } + } + }, + "400": { + "$ref": "#/components/responses/400" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + } + }, + "/search/webhook-event-log": { + "post": { + "tags": [ + "Webhook Event Log" + ], + "summary": "Search for the Webhook Event Log resources.", + "description": "Available since: 6.4.1.0", + "operationId": "searchWebhookEventLog", + "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 WebhookEventLog", + "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/WebhookEventLog" + } + } + } + } + ] + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "total": { + "type": "integer" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/WebhookEventLog" + } + } + } + } + } + } + }, + "400": { + "$ref": "#/components/responses/400" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + } + }, + "/webhook-event-log/{id}": { + "get": { + "tags": [ + "Webhook Event Log" + ], + "summary": "Detailed information about a Webhook Event Log resource.", + "description": "Available since: 6.4.1.0", + "operationId": "getWebhookEventLog", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the webhook_event_log", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + } + ], + "responses": { + "200": { + "description": "Detail of WebhookEventLog", + "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/components/schemas/WebhookEventLog" + } + } + } + ] + } + }, + "application/json": { + "schema": { + "type": "object", + "required": [ + "data" + ], + "properties": { + "data": { + "$ref": "#/components/schemas/WebhookEventLog" + } + } + } + } + } + }, + "404": { + "$ref": "#/components/responses/404" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + }, + "delete": { + "tags": [ + "Webhook Event Log" + ], + "summary": "Delete a Webhook Event Log resource.", + "description": "Available since: 6.4.1.0", + "operationId": "deleteWebhookEventLog", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the webhook_event_log", + "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": [ + "Webhook Event Log" + ], + "summary": "Partially update information about a Webhook Event Log resource.", + "description": "Available since: 6.4.1.0", + "operationId": "updateWebhookEventLog", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the webhook_event_log", + "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 Webhook Event Log resource.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/WebhookEventLog" + } + } + } + }, + "responses": { + "200": { + "description": "Detail of WebhookEventLog", + "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/components/schemas/WebhookEventLog" + } + } + } + ] + } + }, + "application/json": { + "schema": { + "type": "object", + "required": [ + "data" + ], + "properties": { + "data": { + "$ref": "#/components/schemas/WebhookEventLog" + } + } + } + } + } + }, + "400": { + "$ref": "#/components/responses/400" + }, + "404": { + "$ref": "#/components/responses/404" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + } + }, + "/aggregate/webhook-event-log": { + "post": { + "tags": [ + "Webhook Event Log" + ], + "summary": "Aggregate for the Webhook Event Log resources.", + "description": "Available since: 6.6.10.0", + "operationId": "aggregateWebhookEventLog", + "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 WebhookEventLog", + "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/WebhookEventLog" + } + } + } + } + ] + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "total": { + "type": "integer" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/WebhookEventLog" + } + } + } + } + } + } + }, + "400": { + "$ref": "#/components/responses/400" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + } + }, + "/_action/sync": { + "post": { + "tags": [ + "Bulk Operations" + ], + "summary": "Bulk edit entities", + "description": "Starts a sync process for the list of provided actions. This can be upserts and deletes on different entities to an asynchronous process in the background. You can control the behaviour with the `indexing-behavior` header.", + "operationId": "sync", + "parameters": [ + { + "name": "fail-on-error", + "in": "header", + "description": "To continue upcoming actions on errors, set the `fail-on-error` header to `false`.", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "indexing-behavior", + "in": "header", + "description": "Controls the indexing behavior.\n - `disable-indexing`: Data indexing is completely disabled", + "schema": { + "type": "string", + "enum": [ + "use-queue-indexing", + "disable-indexing" + ] + } + } + ], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "required": [ + "action", + "entity", + "payload" + ], + "properties": { + "action": { + "description": "The action indicates what should happen with the provided payload.\n * `upsert`: The Sync API does not differ between create and update operations,\n but always performs an upsert operation. During an upsert, the system checks whether the entity already exists in the\n system and updates it if an identifier has been passed, otherwise a new entity is created with this identifier.\n * `delete`: Deletes entities with the provided identifiers", + "type": "string", + "enum": [ + "upsert", + "delete" + ] + }, + "entity": { + "description": "The entity that should be processed with the payload.", + "type": "string", + "example": "product" + }, + "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" + } + }, + "criteria": { + "description": "Only for delete operations: Instead of providing IDs in the payload, the filter by which should be deleted can be provided directly.", + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/SimpleFilter" + }, + { + "$ref": "#/components/schemas/EqualsFilter" + }, + { + "$ref": "#/components/schemas/MultiNotFilter" + }, + { + "$ref": "#/components/schemas/RangeFilter" + } + ] + } + } + }, + "type": "object" + } + } + } + } + }, + "responses": { + "200": { + "description": "Returns a sync result containing information about the updated entities", + "content": { + "application/json": { + "schema": { + "properties": { + "data": { + "description": "Object with information about updated entities", + "type": "object" + }, + "notFound": { + "description": "Object with information about not found entities", + "type": "object" + }, + "deleted": { + "description": "Object with information about deleted entities", + "type": "object" + } + }, + "type": "object" + } + } + } + } + } + } + }, + "/_action/order_transaction/{orderTransactionId}/state/{transition}": { + "post": { + "tags": [ + "Order Management" + ], + "summary": "Transition an order transaction to a new state", + "description": "Changes the order transaction state and informs the customer via email if configured.", + "operationId": "orderTransactionStateTransition", + "parameters": [ + { + "name": "orderTransactionId", + "in": "path", + "description": "Identifier of the order transaction.", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "name": "transition", + "in": "path", + "description": "The `action_name` of the `state_machine_transition`. For example `process` if the order state should change from open to in progress.\n\nNote: If you choose a transition that is not available, you will get an error that lists possible transitions for the current state.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "required": false, + "content": { + "application/json": { + "schema": { + "properties": { + "sendMail": { + "description": "Controls if a mail should be sent to the customer." + }, + "documentIds": { + "description": "A list of document identifiers that should be attached", + "type": "array", + "items": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + "mediaIds": { + "description": "A list of media identifiers that should be attached", + "type": "array", + "items": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + "stateFieldName": { + "description": "This is the state column within the order transaction database table. There should be no need to change it from the default.", + "type": "string", + "default": "stateId" + }, + "internalComment": { + "description": "An optional internal comment that will be saved with the state transition.", + "type": "string" + } + }, + "type": "object" + } + } + } + }, + "responses": { + "200": { + "description": "Returns information about the transition that was made. `#/components/schemas/StateMachineTransition`" + } + } + } + }, + "/_action/mail-template/send": { + "post": { + "tags": [ + "Mail Operations" + ], + "summary": "Send a mail", + "description": "Generates a mail and sends it to the customer. The mail content is rendered with data passed through the request.\n\nTake a look at the `salesChannel` entity for possible values. For example `{{ salesChannel.name }}` can be used.", + "operationId": "send", + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "required": [ + "recipients", + "salesChannelId", + "contentHtml", + "contentPlain", + "subject" + ], + "properties": { + "recipients": { + "description": "A map of recipients with name and mail address.", + "type": "object", + "example": { + "test1@example.com": "Test user 1", + "test2@example.com": "Test user 2" + }, + "additionalProperties": { + "description": "Name of the recipient. Can be null to omit the display name.", + "type": [ + "string", + "null" + ] + } + }, + "salesChannelId": { + "description": "Identifier of the sales channel from which the mail should be send.", + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "contentHtml": { + "description": "The content of the mail in HTML format.", + "type": "string" + }, + "contentPlain": { + "description": "The content of the mail as plain text.", + "type": "string" + }, + "subject": { + "description": "Subject of the mail.", + "type": "string" + }, + "senderName": { + "description": "Name of the sender.", + "type": "string" + }, + "senderEmail": { + "description": "Mail address of the sender. If not set, `core.basicInformation.email` or `core.mailerSettings.senderAddress` will be used from the shop configuration.", + "type": "string", + "format": "email" + }, + "mediaIds": { + "description": "List of media identifiers which should be attached to the mail.", + "type": "array", + "items": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + "documentIds": { + "description": "List of document identifiers which should be attached to the mail.", + "type": "array", + "items": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + "binAttachments": { + "description": "A list of binary attachments which should be added to the mail.", + "type": "array", + "items": { + "required": [ + "content", + "fileName", + "mimeType" + ], + "properties": { + "content": { + "description": "Binary content of the attachment.", + "type": "string" + }, + "fileName": { + "description": "File name of the attachment.", + "type": "string" + }, + "mimeType": { + "description": "Mime type of the attachment.", + "type": "string" + } + }, + "type": "object" + } + }, + "recipientsBcc": { + "description": "A mail address or a map of recipients with name and mail address to be set in BCC.", + "oneOf": [ + { + "type": "string", + "format": "email" + }, + { + "type": "object", + "example": { + "test1@example.com": "Test user 1", + "test2@example.com": "Test user 2" + }, + "additionalProperties": { + "description": "Name of the recipient. Can be null to omit the display name.", + "type": [ + "string", + "null" + ] + } + } + ] + }, + "recipientsCc": { + "description": "A mail address or a map of recipients with name and mail address to be set in CC.", + "oneOf": [ + { + "type": "string", + "format": "email" + }, + { + "type": "object", + "example": { + "test1@example.com": "Test user 1", + "test2@example.com": "Test user 2" + }, + "additionalProperties": { + "description": "Name of the recipient. Can be null to omit the display name.", + "type": [ + "string", + "null" + ] + } + } + ] + }, + "replyTo": { + "description": "A mail address or a map of mail addresses with name to be set in reply-to.", + "oneOf": [ + { + "type": "string", + "format": "email" + }, + { + "type": "object", + "example": { + "test1@example.com": "Test user 1", + "test2@example.com": "Test user 2" + }, + "additionalProperties": { + "description": "Name of the recipient. Can be null to omit the display name.", + "type": [ + "string", + "null" + ] + } + } + ] + }, + "returnPath": { + "description": "A mail address or a map of mail addresses with name to be set in return-path.", + "oneOf": [ + { + "type": "string", + "format": "email" + }, + { + "type": "object", + "example": { + "test1@example.com": "Test user 1", + "test2@example.com": "Test user 2" + }, + "additionalProperties": { + "description": "Name of the recipient. Can be null to omit the display name.", + "type": [ + "string", + "null" + ] + } + } + ] + }, + "mailTemplateId": { + "description": "Identifier of the mail template that should be used for attachments and sender defaults.", + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "mailTemplateData": { + "description": "A map of available data that is used to fill the mail template. Values in this map override generated or entity-derived template data with the same top-level keys.", + "type": "object", + "additionalProperties": true, + "example": { + "salesChannel": { + "name": "Storefront" + } + } + }, + "testMode": { + "description": "Enables mail test mode. The mail is still sent, but template rendering runs with the renderer's test mode enabled, a fallback `order.deepLinkCode` of `home` is injected when missing, and debug headers such as `X-Shopware-Language-Id` plus available event or sales-channel headers are added to the message.", + "type": "boolean" + } + }, + "type": "object" + } + } + } + }, + "responses": { + "200": { + "description": "The mail was sent successful", + "content": { + "application/json": { + "schema": { + "required": [ + "size" + ], + "properties": { + "size": { + "description": "Length of the email message", + "type": "integer" + } + }, + "type": "object" + } + } + } + }, + "400": { + "description": "Invalid request data", + "$ref": "#/components/responses/400" + } + } + } + }, + "/_action/mail-template/validate": { + "post": { + "tags": [ + "Mail Operations" + ], + "summary": "Validate a mail content", + "description": "Validates if content for a mail can be rendered without sending an email.", + "operationId": "validate", + "deprecated": true, + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "required": [ + "contentHtml", + "contentPlain" + ], + "properties": { + "contentHtml": { + "description": "The content of the mail in HTML format.", + "type": "string" + }, + "contentPlain": { + "description": "The content of the mail as plain text.", + "type": "string" + } + }, + "type": "object" + } + } + } + }, + "responses": { + "204": { + "description": "Returns a no content response indicating the mail content was rendered successfully." + } + } + } + }, + "/_action/mail-template/build": { + "post": { + "tags": [ + "Mail Operations" + ], + "summary": "Build up a mail template", + "description": "Generates a preview of a mail template when all the required data is passed through the request.", + "operationId": "build", + "deprecated": true, + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "required": [ + "mailTemplateType", + "mailTemplate" + ], + "properties": { + "mailTemplateType": { + "description": "Only the property `templateData` is used. It provides additional variables to the templating engine.", + "properties": { + "templateData": { + "description": "An associative array that is handed over to the templating engine and can be used as variables in the mail content.", + "type": "object", + "example": { + "order": { + "orderNumber": 5000, + "customerName": "Example Customer" + }, + "messageOfTheDay": "An apple a day keeps the doctor away!" + }, + "additionalProperties": true + } + }, + "type": "object" + }, + "mailTemplate": { + "description": "The content of the mail as plain text.", + "properties": { + "contentHtml": { + "description": "The content of the mail template in html format.", + "type": "string", + "example": "Hello {{ order.customerName }}, this is example mail content, the current date is {{ 'now'|date('d/m/Y') }}" + } + }, + "type": "object" + } + }, + "type": "object" + } + } + } + }, + "responses": { + "200": { + "description": "The rendered simulation result of the mail template parts.", + "content": { + "application/json": { + "schema": { + "type": "string" + } + } + } + } + } + } + }, + "/_action/mail-template/simulate": { + "post": { + "tags": [ + "Mail Operations" + ], + "summary": "Simulate a mail template", + "description": "Generates simulated data for a given event name and renders the provided mail template content against it.", + "operationId": "simulateMailTemplate", + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "required": [ + "templateParts", + "eventName" + ], + "properties": { + "templateParts": { + "description": "A map of mail template fields and their template content to render.", + "type": "object", + "additionalProperties": { + "type": "string" + }, + "example": { + "subject": "Order {{ order.orderNumber }} confirmation", + "senderName": "{{ salesChannel.name }}", + "contentHtml": "