diff --git a/SwagCommercial-adminapi.json b/SwagCommercial-adminapi.json index 886386d..34734e2 100644 --- a/SwagCommercial-adminapi.json +++ b/SwagCommercial-adminapi.json @@ -1638,14 +1638,14 @@ } } }, - "/advanced-search-config": { + "/advanced-search-compound-dictionary": { "get": { "tags": [ - "Advanced Search Config" + "Advanced Search Compound Dictionary" ], - "summary": "List with basic information of Advanced Search Config resources.", + "summary": "List with basic information of Advanced Search Compound Dictionary resources.", "description": "", - "operationId": "getAdvancedSearchConfigList", + "operationId": "getAdvancedSearchCompoundDictionaryList", "parameters": [ { "name": "limit", @@ -1674,7 +1674,7 @@ ], "responses": { "200": { - "description": "List of Advanced Search Config resources.", + "description": "List of Advanced Search Compound Dictionary resources.", "content": { "application/vnd.api+json": { "schema": { @@ -1693,7 +1693,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/AdvancedSearchConfig" + "$ref": "#/components/schemas/AdvancedSearchCompoundDictionary" } } ] @@ -1707,16 +1707,16 @@ "type": "object", "properties": { "first": { - "example": "/advanced-search-config?limit=25" + "example": "/advanced-search-compound-dictionary?limit=25" }, "last": { - "example": "/advanced-search-config?limit=25&page=11" + "example": "/advanced-search-compound-dictionary?limit=25&page=11" }, "next": { - "example": "/advanced-search-config?limit=25&page=4" + "example": "/advanced-search-compound-dictionary?limit=25&page=4" }, "prev": { - "example": "/advanced-search-config?limit=25&page=2" + "example": "/advanced-search-compound-dictionary?limit=25&page=2" } } } @@ -1737,7 +1737,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AdvancedSearchConfig" + "$ref": "#/components/schemas/AdvancedSearchCompoundDictionary" } } } @@ -1752,11 +1752,11 @@ }, "post": { "tags": [ - "Advanced Search Config" + "Advanced Search Compound Dictionary" ], - "summary": "Create a new Advanced Search Config resources.", + "summary": "Create a new Advanced Search Compound Dictionary resources.", "description": "", - "operationId": "createAdvancedSearchConfig", + "operationId": "createAdvancedSearchCompoundDictionary", "parameters": [ { "name": "_response", @@ -1775,14 +1775,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/AdvancedSearchConfig" + "$ref": "#/components/schemas/AdvancedSearchCompoundDictionary" } } } }, "responses": { "200": { - "description": "Detail of AdvancedSearchConfig", + "description": "Detail of AdvancedSearchCompoundDictionary", "content": { "application/vnd.api+json": { "schema": { @@ -1794,7 +1794,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AdvancedSearchConfig" + "$ref": "#/components/schemas/AdvancedSearchCompoundDictionary" } } } @@ -1809,7 +1809,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AdvancedSearchConfig" + "$ref": "#/components/schemas/AdvancedSearchCompoundDictionary" } } } @@ -1825,14 +1825,14 @@ } } }, - "/search/advanced-search-config": { + "/search/advanced-search-compound-dictionary": { "post": { "tags": [ - "Advanced Search Config" + "Advanced Search Compound Dictionary" ], - "summary": "Search for the Advanced Search Config resources.", + "summary": "Search for the Advanced Search Compound Dictionary resources.", "description": "", - "operationId": "searchAdvancedSearchConfig", + "operationId": "searchAdvancedSearchCompoundDictionary", "parameters": [ { "name": "sw-include-search-info", @@ -1860,7 +1860,7 @@ }, "responses": { "200": { - "description": "List of AdvancedSearchConfig", + "description": "List of AdvancedSearchCompoundDictionary", "content": { "application/vnd.api+json": { "schema": { @@ -1874,7 +1874,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AdvancedSearchConfig" + "$ref": "#/components/schemas/AdvancedSearchCompoundDictionary" } } } @@ -1892,7 +1892,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AdvancedSearchConfig" + "$ref": "#/components/schemas/AdvancedSearchCompoundDictionary" } } } @@ -1909,19 +1909,19 @@ } } }, - "/advanced-search-config/{id}": { + "/advanced-search-compound-dictionary/{id}": { "get": { "tags": [ - "Advanced Search Config" + "Advanced Search Compound Dictionary" ], - "summary": "Detailed information about a Advanced Search Config resource.", + "summary": "Detailed information about a Advanced Search Compound Dictionary resource.", "description": "", - "operationId": "getAdvancedSearchConfig", + "operationId": "getAdvancedSearchCompoundDictionary", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the advanced_search_config", + "description": "Identifier for the advanced_search_compound_dictionary", "required": true, "schema": { "type": "string", @@ -1931,7 +1931,7 @@ ], "responses": { "200": { - "description": "Detail of AdvancedSearchConfig", + "description": "Detail of AdvancedSearchCompoundDictionary", "content": { "application/vnd.api+json": { "schema": { @@ -1943,7 +1943,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AdvancedSearchConfig" + "$ref": "#/components/schemas/AdvancedSearchCompoundDictionary" } } } @@ -1958,7 +1958,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AdvancedSearchConfig" + "$ref": "#/components/schemas/AdvancedSearchCompoundDictionary" } } } @@ -1975,16 +1975,16 @@ }, "delete": { "tags": [ - "Advanced Search Config" + "Advanced Search Compound Dictionary" ], - "summary": "Delete a Advanced Search Config resource.", + "summary": "Delete a Advanced Search Compound Dictionary resource.", "description": "", - "operationId": "deleteAdvancedSearchConfig", + "operationId": "deleteAdvancedSearchCompoundDictionary", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the advanced_search_config", + "description": "Identifier for the advanced_search_compound_dictionary", "required": true, "schema": { "type": "string", @@ -2015,16 +2015,16 @@ }, "patch": { "tags": [ - "Advanced Search Config" + "Advanced Search Compound Dictionary" ], - "summary": "Partially update information about a Advanced Search Config resource.", + "summary": "Partially update information about a Advanced Search Compound Dictionary resource.", "description": "", - "operationId": "updateAdvancedSearchConfig", + "operationId": "updateAdvancedSearchCompoundDictionary", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the advanced_search_config", + "description": "Identifier for the advanced_search_compound_dictionary", "required": true, "schema": { "type": "string", @@ -2042,18 +2042,18 @@ } ], "requestBody": { - "description": "Partially update information about a Advanced Search Config resource.", + "description": "Partially update information about a Advanced Search Compound Dictionary resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/AdvancedSearchConfig" + "$ref": "#/components/schemas/AdvancedSearchCompoundDictionary" } } } }, "responses": { "200": { - "description": "Detail of AdvancedSearchConfig", + "description": "Detail of AdvancedSearchCompoundDictionary", "content": { "application/vnd.api+json": { "schema": { @@ -2065,7 +2065,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AdvancedSearchConfig" + "$ref": "#/components/schemas/AdvancedSearchCompoundDictionary" } } } @@ -2080,7 +2080,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AdvancedSearchConfig" + "$ref": "#/components/schemas/AdvancedSearchCompoundDictionary" } } } @@ -2099,14 +2099,14 @@ } } }, - "/aggregate/advanced-search-config": { + "/aggregate/advanced-search-compound-dictionary": { "post": { "tags": [ - "Advanced Search Config" + "Advanced Search Compound Dictionary" ], - "summary": "Aggregate for the Advanced Search Config resources.", + "summary": "Aggregate for the Advanced Search Compound Dictionary resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateAdvancedSearchConfig", + "operationId": "aggregateAdvancedSearchCompoundDictionary", "requestBody": { "required": true, "content": { @@ -2130,7 +2130,7 @@ }, "responses": { "200": { - "description": "List of AdvancedSearchConfig", + "description": "List of AdvancedSearchCompoundDictionary", "content": { "application/vnd.api+json": { "schema": { @@ -2144,7 +2144,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AdvancedSearchConfig" + "$ref": "#/components/schemas/AdvancedSearchCompoundDictionary" } } } @@ -2162,7 +2162,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AdvancedSearchConfig" + "$ref": "#/components/schemas/AdvancedSearchCompoundDictionary" } } } @@ -2179,14 +2179,14 @@ } } }, - "/advanced-search-config-field": { + "/advanced-search-config": { "get": { "tags": [ - "Advanced Search Config Field" + "Advanced Search Config" ], - "summary": "List with basic information of Advanced Search Config Field resources.", + "summary": "List with basic information of Advanced Search Config resources.", "description": "", - "operationId": "getAdvancedSearchConfigFieldList", + "operationId": "getAdvancedSearchConfigList", "parameters": [ { "name": "limit", @@ -2215,7 +2215,7 @@ ], "responses": { "200": { - "description": "List of Advanced Search Config Field resources.", + "description": "List of Advanced Search Config resources.", "content": { "application/vnd.api+json": { "schema": { @@ -2234,7 +2234,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/AdvancedSearchConfigField" + "$ref": "#/components/schemas/AdvancedSearchConfig" } } ] @@ -2248,16 +2248,16 @@ "type": "object", "properties": { "first": { - "example": "/advanced-search-config-field?limit=25" + "example": "/advanced-search-config?limit=25" }, "last": { - "example": "/advanced-search-config-field?limit=25&page=11" + "example": "/advanced-search-config?limit=25&page=11" }, "next": { - "example": "/advanced-search-config-field?limit=25&page=4" + "example": "/advanced-search-config?limit=25&page=4" }, "prev": { - "example": "/advanced-search-config-field?limit=25&page=2" + "example": "/advanced-search-config?limit=25&page=2" } } } @@ -2278,7 +2278,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AdvancedSearchConfigField" + "$ref": "#/components/schemas/AdvancedSearchConfig" } } } @@ -2293,11 +2293,11 @@ }, "post": { "tags": [ - "Advanced Search Config Field" + "Advanced Search Config" ], - "summary": "Create a new Advanced Search Config Field resources.", + "summary": "Create a new Advanced Search Config resources.", "description": "", - "operationId": "createAdvancedSearchConfigField", + "operationId": "createAdvancedSearchConfig", "parameters": [ { "name": "_response", @@ -2316,14 +2316,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/AdvancedSearchConfigField" + "$ref": "#/components/schemas/AdvancedSearchConfig" } } } }, "responses": { "200": { - "description": "Detail of AdvancedSearchConfigField", + "description": "Detail of AdvancedSearchConfig", "content": { "application/vnd.api+json": { "schema": { @@ -2335,7 +2335,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AdvancedSearchConfigField" + "$ref": "#/components/schemas/AdvancedSearchConfig" } } } @@ -2350,7 +2350,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AdvancedSearchConfigField" + "$ref": "#/components/schemas/AdvancedSearchConfig" } } } @@ -2366,14 +2366,14 @@ } } }, - "/search/advanced-search-config-field": { + "/search/advanced-search-config": { "post": { "tags": [ - "Advanced Search Config Field" + "Advanced Search Config" ], - "summary": "Search for the Advanced Search Config Field resources.", + "summary": "Search for the Advanced Search Config resources.", "description": "", - "operationId": "searchAdvancedSearchConfigField", + "operationId": "searchAdvancedSearchConfig", "parameters": [ { "name": "sw-include-search-info", @@ -2401,7 +2401,7 @@ }, "responses": { "200": { - "description": "List of AdvancedSearchConfigField", + "description": "List of AdvancedSearchConfig", "content": { "application/vnd.api+json": { "schema": { @@ -2415,7 +2415,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AdvancedSearchConfigField" + "$ref": "#/components/schemas/AdvancedSearchConfig" } } } @@ -2433,7 +2433,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AdvancedSearchConfigField" + "$ref": "#/components/schemas/AdvancedSearchConfig" } } } @@ -2450,19 +2450,19 @@ } } }, - "/advanced-search-config-field/{id}": { + "/advanced-search-config/{id}": { "get": { "tags": [ - "Advanced Search Config Field" + "Advanced Search Config" ], - "summary": "Detailed information about a Advanced Search Config Field resource.", + "summary": "Detailed information about a Advanced Search Config resource.", "description": "", - "operationId": "getAdvancedSearchConfigField", + "operationId": "getAdvancedSearchConfig", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the advanced_search_config_field", + "description": "Identifier for the advanced_search_config", "required": true, "schema": { "type": "string", @@ -2472,7 +2472,7 @@ ], "responses": { "200": { - "description": "Detail of AdvancedSearchConfigField", + "description": "Detail of AdvancedSearchConfig", "content": { "application/vnd.api+json": { "schema": { @@ -2484,7 +2484,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AdvancedSearchConfigField" + "$ref": "#/components/schemas/AdvancedSearchConfig" } } } @@ -2499,7 +2499,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AdvancedSearchConfigField" + "$ref": "#/components/schemas/AdvancedSearchConfig" } } } @@ -2516,16 +2516,16 @@ }, "delete": { "tags": [ - "Advanced Search Config Field" + "Advanced Search Config" ], - "summary": "Delete a Advanced Search Config Field resource.", + "summary": "Delete a Advanced Search Config resource.", "description": "", - "operationId": "deleteAdvancedSearchConfigField", + "operationId": "deleteAdvancedSearchConfig", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the advanced_search_config_field", + "description": "Identifier for the advanced_search_config", "required": true, "schema": { "type": "string", @@ -2556,16 +2556,16 @@ }, "patch": { "tags": [ - "Advanced Search Config Field" + "Advanced Search Config" ], - "summary": "Partially update information about a Advanced Search Config Field resource.", + "summary": "Partially update information about a Advanced Search Config resource.", "description": "", - "operationId": "updateAdvancedSearchConfigField", + "operationId": "updateAdvancedSearchConfig", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the advanced_search_config_field", + "description": "Identifier for the advanced_search_config", "required": true, "schema": { "type": "string", @@ -2583,18 +2583,18 @@ } ], "requestBody": { - "description": "Partially update information about a Advanced Search Config Field resource.", + "description": "Partially update information about a Advanced Search Config resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/AdvancedSearchConfigField" + "$ref": "#/components/schemas/AdvancedSearchConfig" } } } }, "responses": { "200": { - "description": "Detail of AdvancedSearchConfigField", + "description": "Detail of AdvancedSearchConfig", "content": { "application/vnd.api+json": { "schema": { @@ -2606,7 +2606,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AdvancedSearchConfigField" + "$ref": "#/components/schemas/AdvancedSearchConfig" } } } @@ -2621,7 +2621,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AdvancedSearchConfigField" + "$ref": "#/components/schemas/AdvancedSearchConfig" } } } @@ -2640,14 +2640,14 @@ } } }, - "/aggregate/advanced-search-config-field": { + "/aggregate/advanced-search-config": { "post": { "tags": [ - "Advanced Search Config Field" + "Advanced Search Config" ], - "summary": "Aggregate for the Advanced Search Config Field resources.", + "summary": "Aggregate for the Advanced Search Config resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateAdvancedSearchConfigField", + "operationId": "aggregateAdvancedSearchConfig", "requestBody": { "required": true, "content": { @@ -2671,7 +2671,7 @@ }, "responses": { "200": { - "description": "List of AdvancedSearchConfigField", + "description": "List of AdvancedSearchConfig", "content": { "application/vnd.api+json": { "schema": { @@ -2685,7 +2685,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AdvancedSearchConfigField" + "$ref": "#/components/schemas/AdvancedSearchConfig" } } } @@ -2703,7 +2703,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AdvancedSearchConfigField" + "$ref": "#/components/schemas/AdvancedSearchConfig" } } } @@ -2720,14 +2720,14 @@ } } }, - "/advanced-search-entity-stream": { + "/advanced-search-config-field": { "get": { "tags": [ - "Advanced Search Entity Stream" + "Advanced Search Config Field" ], - "summary": "List with basic information of Advanced Search Entity Stream resources.", + "summary": "List with basic information of Advanced Search Config Field resources.", "description": "", - "operationId": "getAdvancedSearchEntityStreamList", + "operationId": "getAdvancedSearchConfigFieldList", "parameters": [ { "name": "limit", @@ -2756,7 +2756,7 @@ ], "responses": { "200": { - "description": "List of Advanced Search Entity Stream resources.", + "description": "List of Advanced Search Config Field resources.", "content": { "application/vnd.api+json": { "schema": { @@ -2775,7 +2775,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/AdvancedSearchEntityStream" + "$ref": "#/components/schemas/AdvancedSearchConfigField" } } ] @@ -2789,16 +2789,16 @@ "type": "object", "properties": { "first": { - "example": "/advanced-search-entity-stream?limit=25" + "example": "/advanced-search-config-field?limit=25" }, "last": { - "example": "/advanced-search-entity-stream?limit=25&page=11" + "example": "/advanced-search-config-field?limit=25&page=11" }, "next": { - "example": "/advanced-search-entity-stream?limit=25&page=4" + "example": "/advanced-search-config-field?limit=25&page=4" }, "prev": { - "example": "/advanced-search-entity-stream?limit=25&page=2" + "example": "/advanced-search-config-field?limit=25&page=2" } } } @@ -2819,7 +2819,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AdvancedSearchEntityStream" + "$ref": "#/components/schemas/AdvancedSearchConfigField" } } } @@ -2834,11 +2834,11 @@ }, "post": { "tags": [ - "Advanced Search Entity Stream" + "Advanced Search Config Field" ], - "summary": "Create a new Advanced Search Entity Stream resources.", + "summary": "Create a new Advanced Search Config Field resources.", "description": "", - "operationId": "createAdvancedSearchEntityStream", + "operationId": "createAdvancedSearchConfigField", "parameters": [ { "name": "_response", @@ -2857,14 +2857,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/AdvancedSearchEntityStream" + "$ref": "#/components/schemas/AdvancedSearchConfigField" } } } }, "responses": { "200": { - "description": "Detail of AdvancedSearchEntityStream", + "description": "Detail of AdvancedSearchConfigField", "content": { "application/vnd.api+json": { "schema": { @@ -2876,7 +2876,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AdvancedSearchEntityStream" + "$ref": "#/components/schemas/AdvancedSearchConfigField" } } } @@ -2891,7 +2891,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AdvancedSearchEntityStream" + "$ref": "#/components/schemas/AdvancedSearchConfigField" } } } @@ -2907,14 +2907,14 @@ } } }, - "/search/advanced-search-entity-stream": { + "/search/advanced-search-config-field": { "post": { "tags": [ - "Advanced Search Entity Stream" + "Advanced Search Config Field" ], - "summary": "Search for the Advanced Search Entity Stream resources.", + "summary": "Search for the Advanced Search Config Field resources.", "description": "", - "operationId": "searchAdvancedSearchEntityStream", + "operationId": "searchAdvancedSearchConfigField", "parameters": [ { "name": "sw-include-search-info", @@ -2942,7 +2942,7 @@ }, "responses": { "200": { - "description": "List of AdvancedSearchEntityStream", + "description": "List of AdvancedSearchConfigField", "content": { "application/vnd.api+json": { "schema": { @@ -2956,7 +2956,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AdvancedSearchEntityStream" + "$ref": "#/components/schemas/AdvancedSearchConfigField" } } } @@ -2974,7 +2974,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AdvancedSearchEntityStream" + "$ref": "#/components/schemas/AdvancedSearchConfigField" } } } @@ -2991,19 +2991,19 @@ } } }, - "/advanced-search-entity-stream/{id}": { + "/advanced-search-config-field/{id}": { "get": { "tags": [ - "Advanced Search Entity Stream" + "Advanced Search Config Field" ], - "summary": "Detailed information about a Advanced Search Entity Stream resource.", + "summary": "Detailed information about a Advanced Search Config Field resource.", "description": "", - "operationId": "getAdvancedSearchEntityStream", + "operationId": "getAdvancedSearchConfigField", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the advanced_search_entity_stream", + "description": "Identifier for the advanced_search_config_field", "required": true, "schema": { "type": "string", @@ -3013,7 +3013,7 @@ ], "responses": { "200": { - "description": "Detail of AdvancedSearchEntityStream", + "description": "Detail of AdvancedSearchConfigField", "content": { "application/vnd.api+json": { "schema": { @@ -3025,7 +3025,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AdvancedSearchEntityStream" + "$ref": "#/components/schemas/AdvancedSearchConfigField" } } } @@ -3040,7 +3040,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AdvancedSearchEntityStream" + "$ref": "#/components/schemas/AdvancedSearchConfigField" } } } @@ -3057,16 +3057,16 @@ }, "delete": { "tags": [ - "Advanced Search Entity Stream" + "Advanced Search Config Field" ], - "summary": "Delete a Advanced Search Entity Stream resource.", + "summary": "Delete a Advanced Search Config Field resource.", "description": "", - "operationId": "deleteAdvancedSearchEntityStream", + "operationId": "deleteAdvancedSearchConfigField", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the advanced_search_entity_stream", + "description": "Identifier for the advanced_search_config_field", "required": true, "schema": { "type": "string", @@ -3097,16 +3097,16 @@ }, "patch": { "tags": [ - "Advanced Search Entity Stream" + "Advanced Search Config Field" ], - "summary": "Partially update information about a Advanced Search Entity Stream resource.", + "summary": "Partially update information about a Advanced Search Config Field resource.", "description": "", - "operationId": "updateAdvancedSearchEntityStream", + "operationId": "updateAdvancedSearchConfigField", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the advanced_search_entity_stream", + "description": "Identifier for the advanced_search_config_field", "required": true, "schema": { "type": "string", @@ -3124,18 +3124,18 @@ } ], "requestBody": { - "description": "Partially update information about a Advanced Search Entity Stream resource.", + "description": "Partially update information about a Advanced Search Config Field resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/AdvancedSearchEntityStream" + "$ref": "#/components/schemas/AdvancedSearchConfigField" } } } }, "responses": { "200": { - "description": "Detail of AdvancedSearchEntityStream", + "description": "Detail of AdvancedSearchConfigField", "content": { "application/vnd.api+json": { "schema": { @@ -3147,7 +3147,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AdvancedSearchEntityStream" + "$ref": "#/components/schemas/AdvancedSearchConfigField" } } } @@ -3162,7 +3162,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AdvancedSearchEntityStream" + "$ref": "#/components/schemas/AdvancedSearchConfigField" } } } @@ -3181,14 +3181,14 @@ } } }, - "/aggregate/advanced-search-entity-stream": { + "/aggregate/advanced-search-config-field": { "post": { "tags": [ - "Advanced Search Entity Stream" + "Advanced Search Config Field" ], - "summary": "Aggregate for the Advanced Search Entity Stream resources.", + "summary": "Aggregate for the Advanced Search Config Field resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateAdvancedSearchEntityStream", + "operationId": "aggregateAdvancedSearchConfigField", "requestBody": { "required": true, "content": { @@ -3212,7 +3212,7 @@ }, "responses": { "200": { - "description": "List of AdvancedSearchEntityStream", + "description": "List of AdvancedSearchConfigField", "content": { "application/vnd.api+json": { "schema": { @@ -3226,7 +3226,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AdvancedSearchEntityStream" + "$ref": "#/components/schemas/AdvancedSearchConfigField" } } } @@ -3244,7 +3244,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AdvancedSearchEntityStream" + "$ref": "#/components/schemas/AdvancedSearchConfigField" } } } @@ -3261,14 +3261,14 @@ } } }, - "/advanced-search-entity-stream-filter": { + "/advanced-search-entity-stream": { "get": { "tags": [ - "Advanced Search Entity Stream Filter" + "Advanced Search Entity Stream" ], - "summary": "List with basic information of Advanced Search Entity Stream Filter resources.", + "summary": "List with basic information of Advanced Search Entity Stream resources.", "description": "", - "operationId": "getAdvancedSearchEntityStreamFilterList", + "operationId": "getAdvancedSearchEntityStreamList", "parameters": [ { "name": "limit", @@ -3297,7 +3297,7 @@ ], "responses": { "200": { - "description": "List of Advanced Search Entity Stream Filter resources.", + "description": "List of Advanced Search Entity Stream resources.", "content": { "application/vnd.api+json": { "schema": { @@ -3316,7 +3316,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/AdvancedSearchEntityStreamFilter" + "$ref": "#/components/schemas/AdvancedSearchEntityStream" } } ] @@ -3330,16 +3330,16 @@ "type": "object", "properties": { "first": { - "example": "/advanced-search-entity-stream-filter?limit=25" + "example": "/advanced-search-entity-stream?limit=25" }, "last": { - "example": "/advanced-search-entity-stream-filter?limit=25&page=11" + "example": "/advanced-search-entity-stream?limit=25&page=11" }, "next": { - "example": "/advanced-search-entity-stream-filter?limit=25&page=4" + "example": "/advanced-search-entity-stream?limit=25&page=4" }, "prev": { - "example": "/advanced-search-entity-stream-filter?limit=25&page=2" + "example": "/advanced-search-entity-stream?limit=25&page=2" } } } @@ -3360,7 +3360,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AdvancedSearchEntityStreamFilter" + "$ref": "#/components/schemas/AdvancedSearchEntityStream" } } } @@ -3375,11 +3375,11 @@ }, "post": { "tags": [ - "Advanced Search Entity Stream Filter" + "Advanced Search Entity Stream" ], - "summary": "Create a new Advanced Search Entity Stream Filter resources.", + "summary": "Create a new Advanced Search Entity Stream resources.", "description": "", - "operationId": "createAdvancedSearchEntityStreamFilter", + "operationId": "createAdvancedSearchEntityStream", "parameters": [ { "name": "_response", @@ -3398,14 +3398,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/AdvancedSearchEntityStreamFilter" + "$ref": "#/components/schemas/AdvancedSearchEntityStream" } } } }, "responses": { "200": { - "description": "Detail of AdvancedSearchEntityStreamFilter", + "description": "Detail of AdvancedSearchEntityStream", "content": { "application/vnd.api+json": { "schema": { @@ -3417,7 +3417,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AdvancedSearchEntityStreamFilter" + "$ref": "#/components/schemas/AdvancedSearchEntityStream" } } } @@ -3432,7 +3432,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AdvancedSearchEntityStreamFilter" + "$ref": "#/components/schemas/AdvancedSearchEntityStream" } } } @@ -3448,14 +3448,14 @@ } } }, - "/search/advanced-search-entity-stream-filter": { + "/search/advanced-search-entity-stream": { "post": { "tags": [ - "Advanced Search Entity Stream Filter" + "Advanced Search Entity Stream" ], - "summary": "Search for the Advanced Search Entity Stream Filter resources.", + "summary": "Search for the Advanced Search Entity Stream resources.", "description": "", - "operationId": "searchAdvancedSearchEntityStreamFilter", + "operationId": "searchAdvancedSearchEntityStream", "parameters": [ { "name": "sw-include-search-info", @@ -3483,7 +3483,7 @@ }, "responses": { "200": { - "description": "List of AdvancedSearchEntityStreamFilter", + "description": "List of AdvancedSearchEntityStream", "content": { "application/vnd.api+json": { "schema": { @@ -3497,7 +3497,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AdvancedSearchEntityStreamFilter" + "$ref": "#/components/schemas/AdvancedSearchEntityStream" } } } @@ -3515,7 +3515,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AdvancedSearchEntityStreamFilter" + "$ref": "#/components/schemas/AdvancedSearchEntityStream" } } } @@ -3532,19 +3532,19 @@ } } }, - "/advanced-search-entity-stream-filter/{id}": { + "/advanced-search-entity-stream/{id}": { "get": { "tags": [ - "Advanced Search Entity Stream Filter" + "Advanced Search Entity Stream" ], - "summary": "Detailed information about a Advanced Search Entity Stream Filter resource.", + "summary": "Detailed information about a Advanced Search Entity Stream resource.", "description": "", - "operationId": "getAdvancedSearchEntityStreamFilter", + "operationId": "getAdvancedSearchEntityStream", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the advanced_search_entity_stream_filter", + "description": "Identifier for the advanced_search_entity_stream", "required": true, "schema": { "type": "string", @@ -3554,7 +3554,7 @@ ], "responses": { "200": { - "description": "Detail of AdvancedSearchEntityStreamFilter", + "description": "Detail of AdvancedSearchEntityStream", "content": { "application/vnd.api+json": { "schema": { @@ -3566,7 +3566,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AdvancedSearchEntityStreamFilter" + "$ref": "#/components/schemas/AdvancedSearchEntityStream" } } } @@ -3581,7 +3581,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AdvancedSearchEntityStreamFilter" + "$ref": "#/components/schemas/AdvancedSearchEntityStream" } } } @@ -3598,16 +3598,16 @@ }, "delete": { "tags": [ - "Advanced Search Entity Stream Filter" + "Advanced Search Entity Stream" ], - "summary": "Delete a Advanced Search Entity Stream Filter resource.", + "summary": "Delete a Advanced Search Entity Stream resource.", "description": "", - "operationId": "deleteAdvancedSearchEntityStreamFilter", + "operationId": "deleteAdvancedSearchEntityStream", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the advanced_search_entity_stream_filter", + "description": "Identifier for the advanced_search_entity_stream", "required": true, "schema": { "type": "string", @@ -3638,16 +3638,16 @@ }, "patch": { "tags": [ - "Advanced Search Entity Stream Filter" + "Advanced Search Entity Stream" ], - "summary": "Partially update information about a Advanced Search Entity Stream Filter resource.", + "summary": "Partially update information about a Advanced Search Entity Stream resource.", "description": "", - "operationId": "updateAdvancedSearchEntityStreamFilter", + "operationId": "updateAdvancedSearchEntityStream", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the advanced_search_entity_stream_filter", + "description": "Identifier for the advanced_search_entity_stream", "required": true, "schema": { "type": "string", @@ -3665,18 +3665,18 @@ } ], "requestBody": { - "description": "Partially update information about a Advanced Search Entity Stream Filter resource.", + "description": "Partially update information about a Advanced Search Entity Stream resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/AdvancedSearchEntityStreamFilter" + "$ref": "#/components/schemas/AdvancedSearchEntityStream" } } } }, "responses": { "200": { - "description": "Detail of AdvancedSearchEntityStreamFilter", + "description": "Detail of AdvancedSearchEntityStream", "content": { "application/vnd.api+json": { "schema": { @@ -3688,7 +3688,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AdvancedSearchEntityStreamFilter" + "$ref": "#/components/schemas/AdvancedSearchEntityStream" } } } @@ -3703,7 +3703,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AdvancedSearchEntityStreamFilter" + "$ref": "#/components/schemas/AdvancedSearchEntityStream" } } } @@ -3722,14 +3722,14 @@ } } }, - "/aggregate/advanced-search-entity-stream-filter": { + "/aggregate/advanced-search-entity-stream": { "post": { "tags": [ - "Advanced Search Entity Stream Filter" + "Advanced Search Entity Stream" ], - "summary": "Aggregate for the Advanced Search Entity Stream Filter resources.", + "summary": "Aggregate for the Advanced Search Entity Stream resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateAdvancedSearchEntityStreamFilter", + "operationId": "aggregateAdvancedSearchEntityStream", "requestBody": { "required": true, "content": { @@ -3753,7 +3753,7 @@ }, "responses": { "200": { - "description": "List of AdvancedSearchEntityStreamFilter", + "description": "List of AdvancedSearchEntityStream", "content": { "application/vnd.api+json": { "schema": { @@ -3767,7 +3767,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AdvancedSearchEntityStreamFilter" + "$ref": "#/components/schemas/AdvancedSearchEntityStream" } } } @@ -3785,7 +3785,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AdvancedSearchEntityStreamFilter" + "$ref": "#/components/schemas/AdvancedSearchEntityStream" } } } @@ -3802,14 +3802,14 @@ } } }, - "/advanced-search-synonym": { + "/advanced-search-entity-stream-filter": { "get": { "tags": [ - "Advanced Search Synonym" + "Advanced Search Entity Stream Filter" ], - "summary": "List with basic information of Advanced Search Synonym resources.", + "summary": "List with basic information of Advanced Search Entity Stream Filter resources.", "description": "", - "operationId": "getAdvancedSearchSynonymList", + "operationId": "getAdvancedSearchEntityStreamFilterList", "parameters": [ { "name": "limit", @@ -3838,7 +3838,7 @@ ], "responses": { "200": { - "description": "List of Advanced Search Synonym resources.", + "description": "List of Advanced Search Entity Stream Filter resources.", "content": { "application/vnd.api+json": { "schema": { @@ -3857,7 +3857,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/AdvancedSearchSynonym" + "$ref": "#/components/schemas/AdvancedSearchEntityStreamFilter" } } ] @@ -3871,16 +3871,16 @@ "type": "object", "properties": { "first": { - "example": "/advanced-search-synonym?limit=25" + "example": "/advanced-search-entity-stream-filter?limit=25" }, "last": { - "example": "/advanced-search-synonym?limit=25&page=11" + "example": "/advanced-search-entity-stream-filter?limit=25&page=11" }, "next": { - "example": "/advanced-search-synonym?limit=25&page=4" + "example": "/advanced-search-entity-stream-filter?limit=25&page=4" }, "prev": { - "example": "/advanced-search-synonym?limit=25&page=2" + "example": "/advanced-search-entity-stream-filter?limit=25&page=2" } } } @@ -3901,7 +3901,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AdvancedSearchSynonym" + "$ref": "#/components/schemas/AdvancedSearchEntityStreamFilter" } } } @@ -3916,11 +3916,11 @@ }, "post": { "tags": [ - "Advanced Search Synonym" + "Advanced Search Entity Stream Filter" ], - "summary": "Create a new Advanced Search Synonym resources.", + "summary": "Create a new Advanced Search Entity Stream Filter resources.", "description": "", - "operationId": "createAdvancedSearchSynonym", + "operationId": "createAdvancedSearchEntityStreamFilter", "parameters": [ { "name": "_response", @@ -3939,14 +3939,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/AdvancedSearchSynonym" + "$ref": "#/components/schemas/AdvancedSearchEntityStreamFilter" } } } }, "responses": { "200": { - "description": "Detail of AdvancedSearchSynonym", + "description": "Detail of AdvancedSearchEntityStreamFilter", "content": { "application/vnd.api+json": { "schema": { @@ -3958,7 +3958,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AdvancedSearchSynonym" + "$ref": "#/components/schemas/AdvancedSearchEntityStreamFilter" } } } @@ -3973,7 +3973,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AdvancedSearchSynonym" + "$ref": "#/components/schemas/AdvancedSearchEntityStreamFilter" } } } @@ -3989,14 +3989,14 @@ } } }, - "/search/advanced-search-synonym": { + "/search/advanced-search-entity-stream-filter": { "post": { "tags": [ - "Advanced Search Synonym" + "Advanced Search Entity Stream Filter" ], - "summary": "Search for the Advanced Search Synonym resources.", + "summary": "Search for the Advanced Search Entity Stream Filter resources.", "description": "", - "operationId": "searchAdvancedSearchSynonym", + "operationId": "searchAdvancedSearchEntityStreamFilter", "parameters": [ { "name": "sw-include-search-info", @@ -4024,7 +4024,7 @@ }, "responses": { "200": { - "description": "List of AdvancedSearchSynonym", + "description": "List of AdvancedSearchEntityStreamFilter", "content": { "application/vnd.api+json": { "schema": { @@ -4038,7 +4038,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AdvancedSearchSynonym" + "$ref": "#/components/schemas/AdvancedSearchEntityStreamFilter" } } } @@ -4056,7 +4056,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AdvancedSearchSynonym" + "$ref": "#/components/schemas/AdvancedSearchEntityStreamFilter" } } } @@ -4073,19 +4073,19 @@ } } }, - "/advanced-search-synonym/{id}": { + "/advanced-search-entity-stream-filter/{id}": { "get": { "tags": [ - "Advanced Search Synonym" + "Advanced Search Entity Stream Filter" ], - "summary": "Detailed information about a Advanced Search Synonym resource.", + "summary": "Detailed information about a Advanced Search Entity Stream Filter resource.", "description": "", - "operationId": "getAdvancedSearchSynonym", + "operationId": "getAdvancedSearchEntityStreamFilter", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the advanced_search_synonym", + "description": "Identifier for the advanced_search_entity_stream_filter", "required": true, "schema": { "type": "string", @@ -4095,7 +4095,7 @@ ], "responses": { "200": { - "description": "Detail of AdvancedSearchSynonym", + "description": "Detail of AdvancedSearchEntityStreamFilter", "content": { "application/vnd.api+json": { "schema": { @@ -4107,7 +4107,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AdvancedSearchSynonym" + "$ref": "#/components/schemas/AdvancedSearchEntityStreamFilter" } } } @@ -4122,7 +4122,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AdvancedSearchSynonym" + "$ref": "#/components/schemas/AdvancedSearchEntityStreamFilter" } } } @@ -4139,16 +4139,16 @@ }, "delete": { "tags": [ - "Advanced Search Synonym" + "Advanced Search Entity Stream Filter" ], - "summary": "Delete a Advanced Search Synonym resource.", + "summary": "Delete a Advanced Search Entity Stream Filter resource.", "description": "", - "operationId": "deleteAdvancedSearchSynonym", + "operationId": "deleteAdvancedSearchEntityStreamFilter", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the advanced_search_synonym", + "description": "Identifier for the advanced_search_entity_stream_filter", "required": true, "schema": { "type": "string", @@ -4179,16 +4179,16 @@ }, "patch": { "tags": [ - "Advanced Search Synonym" + "Advanced Search Entity Stream Filter" ], - "summary": "Partially update information about a Advanced Search Synonym resource.", + "summary": "Partially update information about a Advanced Search Entity Stream Filter resource.", "description": "", - "operationId": "updateAdvancedSearchSynonym", + "operationId": "updateAdvancedSearchEntityStreamFilter", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the advanced_search_synonym", + "description": "Identifier for the advanced_search_entity_stream_filter", "required": true, "schema": { "type": "string", @@ -4206,18 +4206,18 @@ } ], "requestBody": { - "description": "Partially update information about a Advanced Search Synonym resource.", + "description": "Partially update information about a Advanced Search Entity Stream Filter resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/AdvancedSearchSynonym" + "$ref": "#/components/schemas/AdvancedSearchEntityStreamFilter" } } } }, "responses": { "200": { - "description": "Detail of AdvancedSearchSynonym", + "description": "Detail of AdvancedSearchEntityStreamFilter", "content": { "application/vnd.api+json": { "schema": { @@ -4229,7 +4229,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AdvancedSearchSynonym" + "$ref": "#/components/schemas/AdvancedSearchEntityStreamFilter" } } } @@ -4244,7 +4244,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AdvancedSearchSynonym" + "$ref": "#/components/schemas/AdvancedSearchEntityStreamFilter" } } } @@ -4263,14 +4263,14 @@ } } }, - "/aggregate/advanced-search-synonym": { + "/aggregate/advanced-search-entity-stream-filter": { "post": { "tags": [ - "Advanced Search Synonym" + "Advanced Search Entity Stream Filter" ], - "summary": "Aggregate for the Advanced Search Synonym resources.", + "summary": "Aggregate for the Advanced Search Entity Stream Filter resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateAdvancedSearchSynonym", + "operationId": "aggregateAdvancedSearchEntityStreamFilter", "requestBody": { "required": true, "content": { @@ -4294,7 +4294,7 @@ }, "responses": { "200": { - "description": "List of AdvancedSearchSynonym", + "description": "List of AdvancedSearchEntityStreamFilter", "content": { "application/vnd.api+json": { "schema": { @@ -4308,7 +4308,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AdvancedSearchSynonym" + "$ref": "#/components/schemas/AdvancedSearchEntityStreamFilter" } } } @@ -4326,7 +4326,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AdvancedSearchSynonym" + "$ref": "#/components/schemas/AdvancedSearchEntityStreamFilter" } } } @@ -4343,14 +4343,14 @@ } } }, - "/app-mcp-prompt": { + "/advanced-search-stopword-dictionary": { "get": { "tags": [ - "App Mcp Prompt" + "Advanced Search Stopword Dictionary" ], - "summary": "List with basic information of App Mcp Prompt resources.", - "description": "Available since: 6.7.0.0", - "operationId": "getAppMcpPromptList", + "summary": "List with basic information of Advanced Search Stopword Dictionary resources.", + "description": "", + "operationId": "getAdvancedSearchStopwordDictionaryList", "parameters": [ { "name": "limit", @@ -4379,7 +4379,7 @@ ], "responses": { "200": { - "description": "List of App Mcp Prompt resources.", + "description": "List of Advanced Search Stopword Dictionary resources.", "content": { "application/vnd.api+json": { "schema": { @@ -4398,7 +4398,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpPrompt" + "$ref": "#/components/schemas/AdvancedSearchStopwordDictionary" } } ] @@ -4412,16 +4412,16 @@ "type": "object", "properties": { "first": { - "example": "/app-mcp-prompt?limit=25" + "example": "/advanced-search-stopword-dictionary?limit=25" }, "last": { - "example": "/app-mcp-prompt?limit=25&page=11" + "example": "/advanced-search-stopword-dictionary?limit=25&page=11" }, "next": { - "example": "/app-mcp-prompt?limit=25&page=4" + "example": "/advanced-search-stopword-dictionary?limit=25&page=4" }, "prev": { - "example": "/app-mcp-prompt?limit=25&page=2" + "example": "/advanced-search-stopword-dictionary?limit=25&page=2" } } } @@ -4442,7 +4442,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpPrompt" + "$ref": "#/components/schemas/AdvancedSearchStopwordDictionary" } } } @@ -4457,11 +4457,11 @@ }, "post": { "tags": [ - "App Mcp Prompt" + "Advanced Search Stopword Dictionary" ], - "summary": "Create a new App Mcp Prompt resources.", - "description": "Available since: 6.7.0.0", - "operationId": "createAppMcpPrompt", + "summary": "Create a new Advanced Search Stopword Dictionary resources.", + "description": "", + "operationId": "createAdvancedSearchStopwordDictionary", "parameters": [ { "name": "_response", @@ -4480,14 +4480,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/AppMcpPrompt" + "$ref": "#/components/schemas/AdvancedSearchStopwordDictionary" } } } }, "responses": { "200": { - "description": "Detail of AppMcpPrompt", + "description": "Detail of AdvancedSearchStopwordDictionary", "content": { "application/vnd.api+json": { "schema": { @@ -4499,7 +4499,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AppMcpPrompt" + "$ref": "#/components/schemas/AdvancedSearchStopwordDictionary" } } } @@ -4514,7 +4514,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AppMcpPrompt" + "$ref": "#/components/schemas/AdvancedSearchStopwordDictionary" } } } @@ -4530,14 +4530,14 @@ } } }, - "/search/app-mcp-prompt": { + "/search/advanced-search-stopword-dictionary": { "post": { "tags": [ - "App Mcp Prompt" + "Advanced Search Stopword Dictionary" ], - "summary": "Search for the App Mcp Prompt resources.", - "description": "Available since: 6.7.0.0", - "operationId": "searchAppMcpPrompt", + "summary": "Search for the Advanced Search Stopword Dictionary resources.", + "description": "", + "operationId": "searchAdvancedSearchStopwordDictionary", "parameters": [ { "name": "sw-include-search-info", @@ -4565,7 +4565,7 @@ }, "responses": { "200": { - "description": "List of AppMcpPrompt", + "description": "List of AdvancedSearchStopwordDictionary", "content": { "application/vnd.api+json": { "schema": { @@ -4579,7 +4579,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpPrompt" + "$ref": "#/components/schemas/AdvancedSearchStopwordDictionary" } } } @@ -4597,7 +4597,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpPrompt" + "$ref": "#/components/schemas/AdvancedSearchStopwordDictionary" } } } @@ -4614,19 +4614,19 @@ } } }, - "/app-mcp-prompt/{id}": { + "/advanced-search-stopword-dictionary/{id}": { "get": { "tags": [ - "App Mcp Prompt" + "Advanced Search Stopword Dictionary" ], - "summary": "Detailed information about a App Mcp Prompt resource.", - "description": "Available since: 6.7.0.0", - "operationId": "getAppMcpPrompt", + "summary": "Detailed information about a Advanced Search Stopword Dictionary resource.", + "description": "", + "operationId": "getAdvancedSearchStopwordDictionary", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the app_mcp_prompt", + "description": "Identifier for the advanced_search_stopword_dictionary", "required": true, "schema": { "type": "string", @@ -4636,7 +4636,7 @@ ], "responses": { "200": { - "description": "Detail of AppMcpPrompt", + "description": "Detail of AdvancedSearchStopwordDictionary", "content": { "application/vnd.api+json": { "schema": { @@ -4648,7 +4648,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AppMcpPrompt" + "$ref": "#/components/schemas/AdvancedSearchStopwordDictionary" } } } @@ -4663,7 +4663,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AppMcpPrompt" + "$ref": "#/components/schemas/AdvancedSearchStopwordDictionary" } } } @@ -4680,16 +4680,16 @@ }, "delete": { "tags": [ - "App Mcp Prompt" + "Advanced Search Stopword Dictionary" ], - "summary": "Delete a App Mcp Prompt resource.", - "description": "Available since: 6.7.0.0", - "operationId": "deleteAppMcpPrompt", + "summary": "Delete a Advanced Search Stopword Dictionary resource.", + "description": "", + "operationId": "deleteAdvancedSearchStopwordDictionary", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the app_mcp_prompt", + "description": "Identifier for the advanced_search_stopword_dictionary", "required": true, "schema": { "type": "string", @@ -4720,16 +4720,16 @@ }, "patch": { "tags": [ - "App Mcp Prompt" + "Advanced Search Stopword Dictionary" ], - "summary": "Partially update information about a App Mcp Prompt resource.", - "description": "Available since: 6.7.0.0", - "operationId": "updateAppMcpPrompt", + "summary": "Partially update information about a Advanced Search Stopword Dictionary resource.", + "description": "", + "operationId": "updateAdvancedSearchStopwordDictionary", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the app_mcp_prompt", + "description": "Identifier for the advanced_search_stopword_dictionary", "required": true, "schema": { "type": "string", @@ -4747,18 +4747,18 @@ } ], "requestBody": { - "description": "Partially update information about a App Mcp Prompt resource.", + "description": "Partially update information about a Advanced Search Stopword Dictionary resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/AppMcpPrompt" + "$ref": "#/components/schemas/AdvancedSearchStopwordDictionary" } } } }, "responses": { "200": { - "description": "Detail of AppMcpPrompt", + "description": "Detail of AdvancedSearchStopwordDictionary", "content": { "application/vnd.api+json": { "schema": { @@ -4770,7 +4770,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AppMcpPrompt" + "$ref": "#/components/schemas/AdvancedSearchStopwordDictionary" } } } @@ -4785,7 +4785,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AppMcpPrompt" + "$ref": "#/components/schemas/AdvancedSearchStopwordDictionary" } } } @@ -4804,14 +4804,14 @@ } } }, - "/aggregate/app-mcp-prompt": { + "/aggregate/advanced-search-stopword-dictionary": { "post": { "tags": [ - "App Mcp Prompt" + "Advanced Search Stopword Dictionary" ], - "summary": "Aggregate for the App Mcp Prompt resources.", - "description": "Available since: 6.7.0.0", - "operationId": "aggregateAppMcpPrompt", + "summary": "Aggregate for the Advanced Search Stopword Dictionary resources.", + "description": "Available since: 6.6.10.0", + "operationId": "aggregateAdvancedSearchStopwordDictionary", "requestBody": { "required": true, "content": { @@ -4835,7 +4835,7 @@ }, "responses": { "200": { - "description": "List of AppMcpPrompt", + "description": "List of AdvancedSearchStopwordDictionary", "content": { "application/vnd.api+json": { "schema": { @@ -4849,7 +4849,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpPrompt" + "$ref": "#/components/schemas/AdvancedSearchStopwordDictionary" } } } @@ -4867,7 +4867,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpPrompt" + "$ref": "#/components/schemas/AdvancedSearchStopwordDictionary" } } } @@ -4884,14 +4884,14 @@ } } }, - "/app-mcp-resource": { + "/advanced-search-synonym": { "get": { "tags": [ - "App Mcp Resource" + "Advanced Search Synonym" ], - "summary": "List with basic information of App Mcp Resource resources.", - "description": "Available since: 6.7.0.0", - "operationId": "getAppMcpResourceList", + "summary": "List with basic information of Advanced Search Synonym resources.", + "description": "", + "operationId": "getAdvancedSearchSynonymList", "parameters": [ { "name": "limit", @@ -4920,7 +4920,7 @@ ], "responses": { "200": { - "description": "List of App Mcp Resource resources.", + "description": "List of Advanced Search Synonym resources.", "content": { "application/vnd.api+json": { "schema": { @@ -4939,7 +4939,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpResource" + "$ref": "#/components/schemas/AdvancedSearchSynonym" } } ] @@ -4953,16 +4953,16 @@ "type": "object", "properties": { "first": { - "example": "/app-mcp-resource?limit=25" + "example": "/advanced-search-synonym?limit=25" }, "last": { - "example": "/app-mcp-resource?limit=25&page=11" + "example": "/advanced-search-synonym?limit=25&page=11" }, "next": { - "example": "/app-mcp-resource?limit=25&page=4" + "example": "/advanced-search-synonym?limit=25&page=4" }, "prev": { - "example": "/app-mcp-resource?limit=25&page=2" + "example": "/advanced-search-synonym?limit=25&page=2" } } } @@ -4983,7 +4983,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpResource" + "$ref": "#/components/schemas/AdvancedSearchSynonym" } } } @@ -4998,11 +4998,11 @@ }, "post": { "tags": [ - "App Mcp Resource" + "Advanced Search Synonym" ], - "summary": "Create a new App Mcp Resource resources.", - "description": "Available since: 6.7.0.0", - "operationId": "createAppMcpResource", + "summary": "Create a new Advanced Search Synonym resources.", + "description": "", + "operationId": "createAdvancedSearchSynonym", "parameters": [ { "name": "_response", @@ -5021,14 +5021,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/AppMcpResource" + "$ref": "#/components/schemas/AdvancedSearchSynonym" } } } }, "responses": { "200": { - "description": "Detail of AppMcpResource", + "description": "Detail of AdvancedSearchSynonym", "content": { "application/vnd.api+json": { "schema": { @@ -5040,7 +5040,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AppMcpResource" + "$ref": "#/components/schemas/AdvancedSearchSynonym" } } } @@ -5055,7 +5055,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AppMcpResource" + "$ref": "#/components/schemas/AdvancedSearchSynonym" } } } @@ -5071,14 +5071,14 @@ } } }, - "/search/app-mcp-resource": { + "/search/advanced-search-synonym": { "post": { "tags": [ - "App Mcp Resource" + "Advanced Search Synonym" ], - "summary": "Search for the App Mcp Resource resources.", - "description": "Available since: 6.7.0.0", - "operationId": "searchAppMcpResource", + "summary": "Search for the Advanced Search Synonym resources.", + "description": "", + "operationId": "searchAdvancedSearchSynonym", "parameters": [ { "name": "sw-include-search-info", @@ -5106,7 +5106,7 @@ }, "responses": { "200": { - "description": "List of AppMcpResource", + "description": "List of AdvancedSearchSynonym", "content": { "application/vnd.api+json": { "schema": { @@ -5120,7 +5120,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpResource" + "$ref": "#/components/schemas/AdvancedSearchSynonym" } } } @@ -5138,7 +5138,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpResource" + "$ref": "#/components/schemas/AdvancedSearchSynonym" } } } @@ -5155,19 +5155,19 @@ } } }, - "/app-mcp-resource/{id}": { + "/advanced-search-synonym/{id}": { "get": { "tags": [ - "App Mcp Resource" + "Advanced Search Synonym" ], - "summary": "Detailed information about a App Mcp Resource resource.", - "description": "Available since: 6.7.0.0", - "operationId": "getAppMcpResource", + "summary": "Detailed information about a Advanced Search Synonym resource.", + "description": "", + "operationId": "getAdvancedSearchSynonym", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the app_mcp_resource", + "description": "Identifier for the advanced_search_synonym", "required": true, "schema": { "type": "string", @@ -5177,7 +5177,7 @@ ], "responses": { "200": { - "description": "Detail of AppMcpResource", + "description": "Detail of AdvancedSearchSynonym", "content": { "application/vnd.api+json": { "schema": { @@ -5189,7 +5189,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AppMcpResource" + "$ref": "#/components/schemas/AdvancedSearchSynonym" } } } @@ -5204,7 +5204,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AppMcpResource" + "$ref": "#/components/schemas/AdvancedSearchSynonym" } } } @@ -5221,16 +5221,16 @@ }, "delete": { "tags": [ - "App Mcp Resource" + "Advanced Search Synonym" ], - "summary": "Delete a App Mcp Resource resource.", - "description": "Available since: 6.7.0.0", - "operationId": "deleteAppMcpResource", + "summary": "Delete a Advanced Search Synonym resource.", + "description": "", + "operationId": "deleteAdvancedSearchSynonym", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the app_mcp_resource", + "description": "Identifier for the advanced_search_synonym", "required": true, "schema": { "type": "string", @@ -5261,16 +5261,16 @@ }, "patch": { "tags": [ - "App Mcp Resource" + "Advanced Search Synonym" ], - "summary": "Partially update information about a App Mcp Resource resource.", - "description": "Available since: 6.7.0.0", - "operationId": "updateAppMcpResource", + "summary": "Partially update information about a Advanced Search Synonym resource.", + "description": "", + "operationId": "updateAdvancedSearchSynonym", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the app_mcp_resource", + "description": "Identifier for the advanced_search_synonym", "required": true, "schema": { "type": "string", @@ -5288,18 +5288,18 @@ } ], "requestBody": { - "description": "Partially update information about a App Mcp Resource resource.", + "description": "Partially update information about a Advanced Search Synonym resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/AppMcpResource" + "$ref": "#/components/schemas/AdvancedSearchSynonym" } } } }, "responses": { "200": { - "description": "Detail of AppMcpResource", + "description": "Detail of AdvancedSearchSynonym", "content": { "application/vnd.api+json": { "schema": { @@ -5311,7 +5311,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AppMcpResource" + "$ref": "#/components/schemas/AdvancedSearchSynonym" } } } @@ -5326,7 +5326,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AppMcpResource" + "$ref": "#/components/schemas/AdvancedSearchSynonym" } } } @@ -5345,14 +5345,14 @@ } } }, - "/aggregate/app-mcp-resource": { + "/aggregate/advanced-search-synonym": { "post": { "tags": [ - "App Mcp Resource" + "Advanced Search Synonym" ], - "summary": "Aggregate for the App Mcp Resource resources.", - "description": "Available since: 6.7.0.0", - "operationId": "aggregateAppMcpResource", + "summary": "Aggregate for the Advanced Search Synonym resources.", + "description": "Available since: 6.6.10.0", + "operationId": "aggregateAdvancedSearchSynonym", "requestBody": { "required": true, "content": { @@ -5376,7 +5376,7 @@ }, "responses": { "200": { - "description": "List of AppMcpResource", + "description": "List of AdvancedSearchSynonym", "content": { "application/vnd.api+json": { "schema": { @@ -5390,7 +5390,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpResource" + "$ref": "#/components/schemas/AdvancedSearchSynonym" } } } @@ -5408,7 +5408,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpResource" + "$ref": "#/components/schemas/AdvancedSearchSynonym" } } } @@ -5425,14 +5425,14 @@ } } }, - "/app-mcp-tool": { + "/b2b-business-partner": { "get": { "tags": [ - "App Mcp Tool" + "B2b Business Partner" ], - "summary": "List with basic information of App Mcp Tool resources.", - "description": "Available since: 6.7.0.0", - "operationId": "getAppMcpToolList", + "summary": "List with basic information of B2b Business Partner resources.", + "description": "", + "operationId": "getB2bBusinessPartnerList", "parameters": [ { "name": "limit", @@ -5461,7 +5461,7 @@ ], "responses": { "200": { - "description": "List of App Mcp Tool resources.", + "description": "List of B2b Business Partner resources.", "content": { "application/vnd.api+json": { "schema": { @@ -5480,7 +5480,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpTool" + "$ref": "#/components/schemas/B2bBusinessPartner" } } ] @@ -5494,16 +5494,16 @@ "type": "object", "properties": { "first": { - "example": "/app-mcp-tool?limit=25" + "example": "/b2b-business-partner?limit=25" }, "last": { - "example": "/app-mcp-tool?limit=25&page=11" + "example": "/b2b-business-partner?limit=25&page=11" }, "next": { - "example": "/app-mcp-tool?limit=25&page=4" + "example": "/b2b-business-partner?limit=25&page=4" }, "prev": { - "example": "/app-mcp-tool?limit=25&page=2" + "example": "/b2b-business-partner?limit=25&page=2" } } } @@ -5524,7 +5524,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpTool" + "$ref": "#/components/schemas/B2bBusinessPartner" } } } @@ -5539,11 +5539,11 @@ }, "post": { "tags": [ - "App Mcp Tool" + "B2b Business Partner" ], - "summary": "Create a new App Mcp Tool resources.", - "description": "Available since: 6.7.0.0", - "operationId": "createAppMcpTool", + "summary": "Create a new B2b Business Partner resources.", + "description": "", + "operationId": "createB2bBusinessPartner", "parameters": [ { "name": "_response", @@ -5562,14 +5562,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/AppMcpTool" + "$ref": "#/components/schemas/B2bBusinessPartner" } } } }, "responses": { "200": { - "description": "Detail of AppMcpTool", + "description": "Detail of B2bBusinessPartner", "content": { "application/vnd.api+json": { "schema": { @@ -5581,7 +5581,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AppMcpTool" + "$ref": "#/components/schemas/B2bBusinessPartner" } } } @@ -5596,7 +5596,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AppMcpTool" + "$ref": "#/components/schemas/B2bBusinessPartner" } } } @@ -5612,14 +5612,14 @@ } } }, - "/search/app-mcp-tool": { + "/search/b2b-business-partner": { "post": { "tags": [ - "App Mcp Tool" + "B2b Business Partner" ], - "summary": "Search for the App Mcp Tool resources.", - "description": "Available since: 6.7.0.0", - "operationId": "searchAppMcpTool", + "summary": "Search for the B2b Business Partner resources.", + "description": "", + "operationId": "searchB2bBusinessPartner", "parameters": [ { "name": "sw-include-search-info", @@ -5647,7 +5647,7 @@ }, "responses": { "200": { - "description": "List of AppMcpTool", + "description": "List of B2bBusinessPartner", "content": { "application/vnd.api+json": { "schema": { @@ -5661,7 +5661,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpTool" + "$ref": "#/components/schemas/B2bBusinessPartner" } } } @@ -5679,7 +5679,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpTool" + "$ref": "#/components/schemas/B2bBusinessPartner" } } } @@ -5696,19 +5696,19 @@ } } }, - "/app-mcp-tool/{id}": { + "/b2b-business-partner/{id}": { "get": { "tags": [ - "App Mcp Tool" + "B2b Business Partner" ], - "summary": "Detailed information about a App Mcp Tool resource.", - "description": "Available since: 6.7.0.0", - "operationId": "getAppMcpTool", + "summary": "Detailed information about a B2b Business Partner resource.", + "description": "", + "operationId": "getB2bBusinessPartner", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the app_mcp_tool", + "description": "Identifier for the b2b_business_partner", "required": true, "schema": { "type": "string", @@ -5718,7 +5718,7 @@ ], "responses": { "200": { - "description": "Detail of AppMcpTool", + "description": "Detail of B2bBusinessPartner", "content": { "application/vnd.api+json": { "schema": { @@ -5730,7 +5730,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AppMcpTool" + "$ref": "#/components/schemas/B2bBusinessPartner" } } } @@ -5745,7 +5745,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AppMcpTool" + "$ref": "#/components/schemas/B2bBusinessPartner" } } } @@ -5762,16 +5762,16 @@ }, "delete": { "tags": [ - "App Mcp Tool" + "B2b Business Partner" ], - "summary": "Delete a App Mcp Tool resource.", - "description": "Available since: 6.7.0.0", - "operationId": "deleteAppMcpTool", + "summary": "Delete a B2b Business Partner resource.", + "description": "", + "operationId": "deleteB2bBusinessPartner", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the app_mcp_tool", + "description": "Identifier for the b2b_business_partner", "required": true, "schema": { "type": "string", @@ -5802,16 +5802,16 @@ }, "patch": { "tags": [ - "App Mcp Tool" + "B2b Business Partner" ], - "summary": "Partially update information about a App Mcp Tool resource.", - "description": "Available since: 6.7.0.0", - "operationId": "updateAppMcpTool", + "summary": "Partially update information about a B2b Business Partner resource.", + "description": "", + "operationId": "updateB2bBusinessPartner", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the app_mcp_tool", + "description": "Identifier for the b2b_business_partner", "required": true, "schema": { "type": "string", @@ -5829,18 +5829,18 @@ } ], "requestBody": { - "description": "Partially update information about a App Mcp Tool resource.", + "description": "Partially update information about a B2b Business Partner resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/AppMcpTool" + "$ref": "#/components/schemas/B2bBusinessPartner" } } } }, "responses": { "200": { - "description": "Detail of AppMcpTool", + "description": "Detail of B2bBusinessPartner", "content": { "application/vnd.api+json": { "schema": { @@ -5852,7 +5852,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/AppMcpTool" + "$ref": "#/components/schemas/B2bBusinessPartner" } } } @@ -5867,7 +5867,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/AppMcpTool" + "$ref": "#/components/schemas/B2bBusinessPartner" } } } @@ -5886,14 +5886,14 @@ } } }, - "/aggregate/app-mcp-tool": { + "/aggregate/b2b-business-partner": { "post": { "tags": [ - "App Mcp Tool" + "B2b Business Partner" ], - "summary": "Aggregate for the App Mcp Tool resources.", - "description": "Available since: 6.7.0.0", - "operationId": "aggregateAppMcpTool", + "summary": "Aggregate for the B2b Business Partner resources.", + "description": "Available since: 6.6.10.0", + "operationId": "aggregateB2bBusinessPartner", "requestBody": { "required": true, "content": { @@ -5917,7 +5917,7 @@ }, "responses": { "200": { - "description": "List of AppMcpTool", + "description": "List of B2bBusinessPartner", "content": { "application/vnd.api+json": { "schema": { @@ -5931,7 +5931,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpTool" + "$ref": "#/components/schemas/B2bBusinessPartner" } } } @@ -5949,7 +5949,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/AppMcpTool" + "$ref": "#/components/schemas/B2bBusinessPartner" } } } @@ -5966,14 +5966,14 @@ } } }, - "/b2b-business-partner": { + "/b2b-components-advanced-product-catalogs": { "get": { "tags": [ - "B2b Business Partner" + "B2b Components Advanced Product Catalogs" ], - "summary": "List with basic information of B2b Business Partner resources.", - "description": "", - "operationId": "getB2bBusinessPartnerList", + "summary": "List with basic information of B2b Components Advanced Product Catalogs resources.", + "description": "Available since: 6.7.1.0", + "operationId": "getB2bComponentsAdvancedProductCatalogsList", "parameters": [ { "name": "limit", @@ -6002,7 +6002,7 @@ ], "responses": { "200": { - "description": "List of B2b Business Partner resources.", + "description": "List of B2b Components Advanced Product Catalogs resources.", "content": { "application/vnd.api+json": { "schema": { @@ -6021,7 +6021,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" } } ] @@ -6035,16 +6035,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-business-partner?limit=25" + "example": "/b2b-components-advanced-product-catalogs?limit=25" }, "last": { - "example": "/b2b-business-partner?limit=25&page=11" + "example": "/b2b-components-advanced-product-catalogs?limit=25&page=11" }, "next": { - "example": "/b2b-business-partner?limit=25&page=4" + "example": "/b2b-components-advanced-product-catalogs?limit=25&page=4" }, "prev": { - "example": "/b2b-business-partner?limit=25&page=2" + "example": "/b2b-components-advanced-product-catalogs?limit=25&page=2" } } } @@ -6065,7 +6065,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" } } } @@ -6080,11 +6080,11 @@ }, "post": { "tags": [ - "B2b Business Partner" + "B2b Components Advanced Product Catalogs" ], - "summary": "Create a new B2b Business Partner resources.", - "description": "", - "operationId": "createB2bBusinessPartner", + "summary": "Create a new B2b Components Advanced Product Catalogs resources.", + "description": "Available since: 6.7.1.0", + "operationId": "createB2bComponentsAdvancedProductCatalogs", "parameters": [ { "name": "_response", @@ -6103,14 +6103,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" } } } }, "responses": { "200": { - "description": "Detail of B2bBusinessPartner", + "description": "Detail of B2bComponentsAdvancedProductCatalogs", "content": { "application/vnd.api+json": { "schema": { @@ -6122,7 +6122,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" } } } @@ -6137,7 +6137,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" } } } @@ -6153,14 +6153,14 @@ } } }, - "/search/b2b-business-partner": { + "/search/b2b-components-advanced-product-catalogs": { "post": { "tags": [ - "B2b Business Partner" + "B2b Components Advanced Product Catalogs" ], - "summary": "Search for the B2b Business Partner resources.", - "description": "", - "operationId": "searchB2bBusinessPartner", + "summary": "Search for the B2b Components Advanced Product Catalogs resources.", + "description": "Available since: 6.7.1.0", + "operationId": "searchB2bComponentsAdvancedProductCatalogs", "parameters": [ { "name": "sw-include-search-info", @@ -6188,7 +6188,7 @@ }, "responses": { "200": { - "description": "List of B2bBusinessPartner", + "description": "List of B2bComponentsAdvancedProductCatalogs", "content": { "application/vnd.api+json": { "schema": { @@ -6202,7 +6202,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" } } } @@ -6220,7 +6220,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" } } } @@ -6237,19 +6237,19 @@ } } }, - "/b2b-business-partner/{id}": { + "/b2b-components-advanced-product-catalogs/{id}": { "get": { "tags": [ - "B2b Business Partner" + "B2b Components Advanced Product Catalogs" ], - "summary": "Detailed information about a B2b Business Partner resource.", - "description": "", - "operationId": "getB2bBusinessPartner", + "summary": "Detailed information about a B2b Components Advanced Product Catalogs resource.", + "description": "Available since: 6.7.1.0", + "operationId": "getB2bComponentsAdvancedProductCatalogs", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_business_partner", + "description": "Identifier for the b2b_components_advanced_product_catalogs", "required": true, "schema": { "type": "string", @@ -6259,7 +6259,7 @@ ], "responses": { "200": { - "description": "Detail of B2bBusinessPartner", + "description": "Detail of B2bComponentsAdvancedProductCatalogs", "content": { "application/vnd.api+json": { "schema": { @@ -6271,7 +6271,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" } } } @@ -6286,7 +6286,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" } } } @@ -6303,16 +6303,16 @@ }, "delete": { "tags": [ - "B2b Business Partner" + "B2b Components Advanced Product Catalogs" ], - "summary": "Delete a B2b Business Partner resource.", - "description": "", - "operationId": "deleteB2bBusinessPartner", + "summary": "Delete a B2b Components Advanced Product Catalogs resource.", + "description": "Available since: 6.7.1.0", + "operationId": "deleteB2bComponentsAdvancedProductCatalogs", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_business_partner", + "description": "Identifier for the b2b_components_advanced_product_catalogs", "required": true, "schema": { "type": "string", @@ -6343,16 +6343,16 @@ }, "patch": { "tags": [ - "B2b Business Partner" + "B2b Components Advanced Product Catalogs" ], - "summary": "Partially update information about a B2b Business Partner resource.", - "description": "", - "operationId": "updateB2bBusinessPartner", + "summary": "Partially update information about a B2b Components Advanced Product Catalogs resource.", + "description": "Available since: 6.7.1.0", + "operationId": "updateB2bComponentsAdvancedProductCatalogs", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_business_partner", + "description": "Identifier for the b2b_components_advanced_product_catalogs", "required": true, "schema": { "type": "string", @@ -6370,18 +6370,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Business Partner resource.", + "description": "Partially update information about a B2b Components Advanced Product Catalogs resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" } } } }, "responses": { "200": { - "description": "Detail of B2bBusinessPartner", + "description": "Detail of B2bComponentsAdvancedProductCatalogs", "content": { "application/vnd.api+json": { "schema": { @@ -6393,7 +6393,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" } } } @@ -6408,7 +6408,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" } } } @@ -6427,14 +6427,14 @@ } } }, - "/aggregate/b2b-business-partner": { + "/aggregate/b2b-components-advanced-product-catalogs": { "post": { "tags": [ - "B2b Business Partner" + "B2b Components Advanced Product Catalogs" ], - "summary": "Aggregate for the B2b Business Partner resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bBusinessPartner", + "summary": "Aggregate for the B2b Components Advanced Product Catalogs resources.", + "description": "Available since: 6.7.1.0", + "operationId": "aggregateB2bComponentsAdvancedProductCatalogs", "requestBody": { "required": true, "content": { @@ -6458,7 +6458,7 @@ }, "responses": { "200": { - "description": "List of B2bBusinessPartner", + "description": "List of B2bComponentsAdvancedProductCatalogs", "content": { "application/vnd.api+json": { "schema": { @@ -6472,7 +6472,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" } } } @@ -6490,7 +6490,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bBusinessPartner" + "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" } } } @@ -6507,14 +6507,14 @@ } } }, - "/b2b-components-advanced-product-catalogs": { + "/b2b-components-approval-rule": { "get": { "tags": [ - "B2b Components Advanced Product Catalogs" + "B2b Components Approval Rule" ], - "summary": "List with basic information of B2b Components Advanced Product Catalogs resources.", - "description": "Available since: 6.7.1.0", - "operationId": "getB2bComponentsAdvancedProductCatalogsList", + "summary": "List with basic information of B2b Components Approval Rule resources.", + "description": "Available since: 6.6.0.0", + "operationId": "getB2bComponentsApprovalRuleList", "parameters": [ { "name": "limit", @@ -6543,7 +6543,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Advanced Product Catalogs resources.", + "description": "List of B2b Components Approval Rule resources.", "content": { "application/vnd.api+json": { "schema": { @@ -6562,7 +6562,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } ] @@ -6576,16 +6576,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-advanced-product-catalogs?limit=25" + "example": "/b2b-components-approval-rule?limit=25" }, "last": { - "example": "/b2b-components-advanced-product-catalogs?limit=25&page=11" + "example": "/b2b-components-approval-rule?limit=25&page=11" }, "next": { - "example": "/b2b-components-advanced-product-catalogs?limit=25&page=4" + "example": "/b2b-components-approval-rule?limit=25&page=4" }, "prev": { - "example": "/b2b-components-advanced-product-catalogs?limit=25&page=2" + "example": "/b2b-components-approval-rule?limit=25&page=2" } } } @@ -6606,7 +6606,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } @@ -6621,11 +6621,11 @@ }, "post": { "tags": [ - "B2b Components Advanced Product Catalogs" + "B2b Components Approval Rule" ], - "summary": "Create a new B2b Components Advanced Product Catalogs resources.", - "description": "Available since: 6.7.1.0", - "operationId": "createB2bComponentsAdvancedProductCatalogs", + "summary": "Create a new B2b Components Approval Rule resources.", + "description": "Available since: 6.6.0.0", + "operationId": "createB2bComponentsApprovalRule", "parameters": [ { "name": "_response", @@ -6644,14 +6644,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsAdvancedProductCatalogs", + "description": "Detail of B2bComponentsApprovalRule", "content": { "application/vnd.api+json": { "schema": { @@ -6663,7 +6663,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } @@ -6678,7 +6678,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } @@ -6694,14 +6694,14 @@ } } }, - "/search/b2b-components-advanced-product-catalogs": { + "/search/b2b-components-approval-rule": { "post": { "tags": [ - "B2b Components Advanced Product Catalogs" + "B2b Components Approval Rule" ], - "summary": "Search for the B2b Components Advanced Product Catalogs resources.", - "description": "Available since: 6.7.1.0", - "operationId": "searchB2bComponentsAdvancedProductCatalogs", + "summary": "Search for the B2b Components Approval Rule resources.", + "description": "Available since: 6.6.0.0", + "operationId": "searchB2bComponentsApprovalRule", "parameters": [ { "name": "sw-include-search-info", @@ -6729,7 +6729,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsAdvancedProductCatalogs", + "description": "List of B2bComponentsApprovalRule", "content": { "application/vnd.api+json": { "schema": { @@ -6743,7 +6743,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } @@ -6761,7 +6761,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } @@ -6778,19 +6778,19 @@ } } }, - "/b2b-components-advanced-product-catalogs/{id}": { + "/b2b-components-approval-rule/{id}": { "get": { "tags": [ - "B2b Components Advanced Product Catalogs" + "B2b Components Approval Rule" ], - "summary": "Detailed information about a B2b Components Advanced Product Catalogs resource.", - "description": "Available since: 6.7.1.0", - "operationId": "getB2bComponentsAdvancedProductCatalogs", + "summary": "Detailed information about a B2b Components Approval Rule resource.", + "description": "Available since: 6.6.0.0", + "operationId": "getB2bComponentsApprovalRule", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_advanced_product_catalogs", + "description": "Identifier for the b2b_components_approval_rule", "required": true, "schema": { "type": "string", @@ -6800,7 +6800,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsAdvancedProductCatalogs", + "description": "Detail of B2bComponentsApprovalRule", "content": { "application/vnd.api+json": { "schema": { @@ -6812,7 +6812,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } @@ -6827,7 +6827,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } @@ -6844,16 +6844,16 @@ }, "delete": { "tags": [ - "B2b Components Advanced Product Catalogs" + "B2b Components Approval Rule" ], - "summary": "Delete a B2b Components Advanced Product Catalogs resource.", - "description": "Available since: 6.7.1.0", - "operationId": "deleteB2bComponentsAdvancedProductCatalogs", + "summary": "Delete a B2b Components Approval Rule resource.", + "description": "Available since: 6.6.0.0", + "operationId": "deleteB2bComponentsApprovalRule", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_advanced_product_catalogs", + "description": "Identifier for the b2b_components_approval_rule", "required": true, "schema": { "type": "string", @@ -6884,16 +6884,16 @@ }, "patch": { "tags": [ - "B2b Components Advanced Product Catalogs" + "B2b Components Approval Rule" ], - "summary": "Partially update information about a B2b Components Advanced Product Catalogs resource.", - "description": "Available since: 6.7.1.0", - "operationId": "updateB2bComponentsAdvancedProductCatalogs", + "summary": "Partially update information about a B2b Components Approval Rule resource.", + "description": "Available since: 6.6.0.0", + "operationId": "updateB2bComponentsApprovalRule", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_advanced_product_catalogs", + "description": "Identifier for the b2b_components_approval_rule", "required": true, "schema": { "type": "string", @@ -6911,18 +6911,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Advanced Product Catalogs resource.", + "description": "Partially update information about a B2b Components Approval Rule resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsAdvancedProductCatalogs", + "description": "Detail of B2bComponentsApprovalRule", "content": { "application/vnd.api+json": { "schema": { @@ -6934,7 +6934,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } @@ -6949,7 +6949,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } @@ -6968,14 +6968,14 @@ } } }, - "/aggregate/b2b-components-advanced-product-catalogs": { + "/aggregate/b2b-components-approval-rule": { "post": { "tags": [ - "B2b Components Advanced Product Catalogs" + "B2b Components Approval Rule" ], - "summary": "Aggregate for the B2b Components Advanced Product Catalogs resources.", - "description": "Available since: 6.7.1.0", - "operationId": "aggregateB2bComponentsAdvancedProductCatalogs", + "summary": "Aggregate for the B2b Components Approval Rule resources.", + "description": "Available since: 6.6.10.0", + "operationId": "aggregateB2bComponentsApprovalRule", "requestBody": { "required": true, "content": { @@ -6999,7 +6999,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsAdvancedProductCatalogs", + "description": "List of B2bComponentsApprovalRule", "content": { "application/vnd.api+json": { "schema": { @@ -7013,7 +7013,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } @@ -7031,7 +7031,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsAdvancedProductCatalogs" + "$ref": "#/components/schemas/B2bComponentsApprovalRule" } } } @@ -7048,14 +7048,14 @@ } } }, - "/b2b-components-approval-rule": { + "/b2b-components-approval-rule-app-script-condition": { "get": { "tags": [ - "B2b Components Approval Rule" + "B2b Components Approval Rule App Script Condition" ], - "summary": "List with basic information of B2b Components Approval Rule resources.", - "description": "Available since: 6.6.0.0", - "operationId": "getB2bComponentsApprovalRuleList", + "summary": "List with basic information of B2b Components Approval Rule App Script Condition resources.", + "description": "Available since: 6.6.3.0", + "operationId": "getB2bComponentsApprovalRuleAppScriptConditionList", "parameters": [ { "name": "limit", @@ -7084,7 +7084,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Approval Rule resources.", + "description": "List of B2b Components Approval Rule App Script Condition resources.", "content": { "application/vnd.api+json": { "schema": { @@ -7103,7 +7103,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } ] @@ -7117,16 +7117,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-approval-rule?limit=25" + "example": "/b2b-components-approval-rule-app-script-condition?limit=25" }, "last": { - "example": "/b2b-components-approval-rule?limit=25&page=11" + "example": "/b2b-components-approval-rule-app-script-condition?limit=25&page=11" }, "next": { - "example": "/b2b-components-approval-rule?limit=25&page=4" + "example": "/b2b-components-approval-rule-app-script-condition?limit=25&page=4" }, "prev": { - "example": "/b2b-components-approval-rule?limit=25&page=2" + "example": "/b2b-components-approval-rule-app-script-condition?limit=25&page=2" } } } @@ -7147,7 +7147,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -7162,11 +7162,11 @@ }, "post": { "tags": [ - "B2b Components Approval Rule" + "B2b Components Approval Rule App Script Condition" ], - "summary": "Create a new B2b Components Approval Rule resources.", - "description": "Available since: 6.6.0.0", - "operationId": "createB2bComponentsApprovalRule", + "summary": "Create a new B2b Components Approval Rule App Script Condition resources.", + "description": "Available since: 6.6.3.0", + "operationId": "createB2bComponentsApprovalRuleAppScriptCondition", "parameters": [ { "name": "_response", @@ -7185,14 +7185,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsApprovalRule", + "description": "Detail of B2bComponentsApprovalRuleAppScriptCondition", "content": { "application/vnd.api+json": { "schema": { @@ -7204,7 +7204,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -7219,7 +7219,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -7235,14 +7235,14 @@ } } }, - "/search/b2b-components-approval-rule": { + "/search/b2b-components-approval-rule-app-script-condition": { "post": { "tags": [ - "B2b Components Approval Rule" + "B2b Components Approval Rule App Script Condition" ], - "summary": "Search for the B2b Components Approval Rule resources.", - "description": "Available since: 6.6.0.0", - "operationId": "searchB2bComponentsApprovalRule", + "summary": "Search for the B2b Components Approval Rule App Script Condition resources.", + "description": "Available since: 6.6.3.0", + "operationId": "searchB2bComponentsApprovalRuleAppScriptCondition", "parameters": [ { "name": "sw-include-search-info", @@ -7270,7 +7270,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsApprovalRule", + "description": "List of B2bComponentsApprovalRuleAppScriptCondition", "content": { "application/vnd.api+json": { "schema": { @@ -7284,7 +7284,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -7302,7 +7302,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -7319,19 +7319,19 @@ } } }, - "/b2b-components-approval-rule/{id}": { + "/b2b-components-approval-rule-app-script-condition/{id}": { "get": { "tags": [ - "B2b Components Approval Rule" + "B2b Components Approval Rule App Script Condition" ], - "summary": "Detailed information about a B2b Components Approval Rule resource.", - "description": "Available since: 6.6.0.0", - "operationId": "getB2bComponentsApprovalRule", + "summary": "Detailed information about a B2b Components Approval Rule App Script Condition resource.", + "description": "Available since: 6.6.3.0", + "operationId": "getB2bComponentsApprovalRuleAppScriptCondition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_approval_rule", + "description": "Identifier for the b2b_components_approval_rule_app_script_condition", "required": true, "schema": { "type": "string", @@ -7341,7 +7341,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsApprovalRule", + "description": "Detail of B2bComponentsApprovalRuleAppScriptCondition", "content": { "application/vnd.api+json": { "schema": { @@ -7353,7 +7353,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -7368,7 +7368,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -7385,16 +7385,16 @@ }, "delete": { "tags": [ - "B2b Components Approval Rule" + "B2b Components Approval Rule App Script Condition" ], - "summary": "Delete a B2b Components Approval Rule resource.", - "description": "Available since: 6.6.0.0", - "operationId": "deleteB2bComponentsApprovalRule", + "summary": "Delete a B2b Components Approval Rule App Script Condition resource.", + "description": "Available since: 6.6.3.0", + "operationId": "deleteB2bComponentsApprovalRuleAppScriptCondition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_approval_rule", + "description": "Identifier for the b2b_components_approval_rule_app_script_condition", "required": true, "schema": { "type": "string", @@ -7425,16 +7425,16 @@ }, "patch": { "tags": [ - "B2b Components Approval Rule" + "B2b Components Approval Rule App Script Condition" ], - "summary": "Partially update information about a B2b Components Approval Rule resource.", - "description": "Available since: 6.6.0.0", - "operationId": "updateB2bComponentsApprovalRule", + "summary": "Partially update information about a B2b Components Approval Rule App Script Condition resource.", + "description": "Available since: 6.6.3.0", + "operationId": "updateB2bComponentsApprovalRuleAppScriptCondition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_approval_rule", + "description": "Identifier for the b2b_components_approval_rule_app_script_condition", "required": true, "schema": { "type": "string", @@ -7452,18 +7452,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Approval Rule resource.", + "description": "Partially update information about a B2b Components Approval Rule App Script Condition resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsApprovalRule", + "description": "Detail of B2bComponentsApprovalRuleAppScriptCondition", "content": { "application/vnd.api+json": { "schema": { @@ -7475,7 +7475,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -7490,7 +7490,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -7509,14 +7509,14 @@ } } }, - "/aggregate/b2b-components-approval-rule": { + "/aggregate/b2b-components-approval-rule-app-script-condition": { "post": { "tags": [ - "B2b Components Approval Rule" + "B2b Components Approval Rule App Script Condition" ], - "summary": "Aggregate for the B2b Components Approval Rule resources.", + "summary": "Aggregate for the B2b Components Approval Rule App Script Condition resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsApprovalRule", + "operationId": "aggregateB2bComponentsApprovalRuleAppScriptCondition", "requestBody": { "required": true, "content": { @@ -7540,7 +7540,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsApprovalRule", + "description": "List of B2bComponentsApprovalRuleAppScriptCondition", "content": { "application/vnd.api+json": { "schema": { @@ -7554,7 +7554,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -7572,7 +7572,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRule" + "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" } } } @@ -7589,14 +7589,14 @@ } } }, - "/b2b-components-approval-rule-app-script-condition": { + "/b2b-components-budget": { "get": { "tags": [ - "B2b Components Approval Rule App Script Condition" + "B2b Components Budget" ], - "summary": "List with basic information of B2b Components Approval Rule App Script Condition resources.", - "description": "Available since: 6.6.3.0", - "operationId": "getB2bComponentsApprovalRuleAppScriptConditionList", + "summary": "List with basic information of B2b Components Budget resources.", + "description": "Available since: 6.7.4.0", + "operationId": "getB2bComponentsBudgetList", "parameters": [ { "name": "limit", @@ -7625,7 +7625,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Approval Rule App Script Condition resources.", + "description": "List of B2b Components Budget resources.", "content": { "application/vnd.api+json": { "schema": { @@ -7644,7 +7644,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsBudget" } } ] @@ -7658,16 +7658,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-approval-rule-app-script-condition?limit=25" + "example": "/b2b-components-budget?limit=25" }, "last": { - "example": "/b2b-components-approval-rule-app-script-condition?limit=25&page=11" + "example": "/b2b-components-budget?limit=25&page=11" }, "next": { - "example": "/b2b-components-approval-rule-app-script-condition?limit=25&page=4" + "example": "/b2b-components-budget?limit=25&page=4" }, "prev": { - "example": "/b2b-components-approval-rule-app-script-condition?limit=25&page=2" + "example": "/b2b-components-budget?limit=25&page=2" } } } @@ -7688,7 +7688,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsBudget" } } } @@ -7703,11 +7703,11 @@ }, "post": { "tags": [ - "B2b Components Approval Rule App Script Condition" + "B2b Components Budget" ], - "summary": "Create a new B2b Components Approval Rule App Script Condition resources.", - "description": "Available since: 6.6.3.0", - "operationId": "createB2bComponentsApprovalRuleAppScriptCondition", + "summary": "Create a new B2b Components Budget resources.", + "description": "Available since: 6.7.4.0", + "operationId": "createB2bComponentsBudget", "parameters": [ { "name": "_response", @@ -7726,14 +7726,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsBudget" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsApprovalRuleAppScriptCondition", + "description": "Detail of B2bComponentsBudget", "content": { "application/vnd.api+json": { "schema": { @@ -7745,7 +7745,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsBudget" } } } @@ -7760,7 +7760,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsBudget" } } } @@ -7776,14 +7776,14 @@ } } }, - "/search/b2b-components-approval-rule-app-script-condition": { + "/search/b2b-components-budget": { "post": { "tags": [ - "B2b Components Approval Rule App Script Condition" + "B2b Components Budget" ], - "summary": "Search for the B2b Components Approval Rule App Script Condition resources.", - "description": "Available since: 6.6.3.0", - "operationId": "searchB2bComponentsApprovalRuleAppScriptCondition", + "summary": "Search for the B2b Components Budget resources.", + "description": "Available since: 6.7.4.0", + "operationId": "searchB2bComponentsBudget", "parameters": [ { "name": "sw-include-search-info", @@ -7811,7 +7811,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsApprovalRuleAppScriptCondition", + "description": "List of B2bComponentsBudget", "content": { "application/vnd.api+json": { "schema": { @@ -7825,7 +7825,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsBudget" } } } @@ -7843,7 +7843,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsBudget" } } } @@ -7860,19 +7860,19 @@ } } }, - "/b2b-components-approval-rule-app-script-condition/{id}": { + "/b2b-components-budget/{id}": { "get": { "tags": [ - "B2b Components Approval Rule App Script Condition" + "B2b Components Budget" ], - "summary": "Detailed information about a B2b Components Approval Rule App Script Condition resource.", - "description": "Available since: 6.6.3.0", - "operationId": "getB2bComponentsApprovalRuleAppScriptCondition", + "summary": "Detailed information about a B2b Components Budget resource.", + "description": "Available since: 6.7.4.0", + "operationId": "getB2bComponentsBudget", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_approval_rule_app_script_condition", + "description": "Identifier for the b2b_components_budget", "required": true, "schema": { "type": "string", @@ -7882,7 +7882,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsApprovalRuleAppScriptCondition", + "description": "Detail of B2bComponentsBudget", "content": { "application/vnd.api+json": { "schema": { @@ -7894,7 +7894,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsBudget" } } } @@ -7909,7 +7909,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsBudget" } } } @@ -7926,16 +7926,16 @@ }, "delete": { "tags": [ - "B2b Components Approval Rule App Script Condition" + "B2b Components Budget" ], - "summary": "Delete a B2b Components Approval Rule App Script Condition resource.", - "description": "Available since: 6.6.3.0", - "operationId": "deleteB2bComponentsApprovalRuleAppScriptCondition", + "summary": "Delete a B2b Components Budget resource.", + "description": "Available since: 6.7.4.0", + "operationId": "deleteB2bComponentsBudget", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_approval_rule_app_script_condition", + "description": "Identifier for the b2b_components_budget", "required": true, "schema": { "type": "string", @@ -7966,16 +7966,16 @@ }, "patch": { "tags": [ - "B2b Components Approval Rule App Script Condition" + "B2b Components Budget" ], - "summary": "Partially update information about a B2b Components Approval Rule App Script Condition resource.", - "description": "Available since: 6.6.3.0", - "operationId": "updateB2bComponentsApprovalRuleAppScriptCondition", + "summary": "Partially update information about a B2b Components Budget resource.", + "description": "Available since: 6.7.4.0", + "operationId": "updateB2bComponentsBudget", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_approval_rule_app_script_condition", + "description": "Identifier for the b2b_components_budget", "required": true, "schema": { "type": "string", @@ -7993,18 +7993,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Approval Rule App Script Condition resource.", + "description": "Partially update information about a B2b Components Budget resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsBudget" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsApprovalRuleAppScriptCondition", + "description": "Detail of B2bComponentsBudget", "content": { "application/vnd.api+json": { "schema": { @@ -8016,7 +8016,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsBudget" } } } @@ -8031,7 +8031,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsBudget" } } } @@ -8050,14 +8050,14 @@ } } }, - "/aggregate/b2b-components-approval-rule-app-script-condition": { + "/aggregate/b2b-components-budget": { "post": { "tags": [ - "B2b Components Approval Rule App Script Condition" + "B2b Components Budget" ], - "summary": "Aggregate for the B2b Components Approval Rule App Script Condition resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsApprovalRuleAppScriptCondition", + "summary": "Aggregate for the B2b Components Budget resources.", + "description": "Available since: 6.7.4.0", + "operationId": "aggregateB2bComponentsBudget", "requestBody": { "required": true, "content": { @@ -8081,7 +8081,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsApprovalRuleAppScriptCondition", + "description": "List of B2bComponentsBudget", "content": { "application/vnd.api+json": { "schema": { @@ -8095,7 +8095,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsBudget" } } } @@ -8113,7 +8113,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsApprovalRuleAppScriptCondition" + "$ref": "#/components/schemas/B2bComponentsBudget" } } } @@ -8130,14 +8130,14 @@ } } }, - "/b2b-components-budget": { + "/b2b-components-employee-wishlist": { "get": { "tags": [ - "B2b Components Budget" + "B2b Components Employee Wishlist" ], - "summary": "List with basic information of B2b Components Budget resources.", - "description": "Available since: 6.7.4.0", - "operationId": "getB2bComponentsBudgetList", + "summary": "List with basic information of B2b Components Employee Wishlist resources.", + "description": "", + "operationId": "getB2bComponentsEmployeeWishlistList", "parameters": [ { "name": "limit", @@ -8166,7 +8166,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Budget resources.", + "description": "List of B2b Components Employee Wishlist resources.", "content": { "application/vnd.api+json": { "schema": { @@ -8185,7 +8185,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsBudget" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" } } ] @@ -8199,16 +8199,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-budget?limit=25" + "example": "/b2b-components-employee-wishlist?limit=25" }, "last": { - "example": "/b2b-components-budget?limit=25&page=11" + "example": "/b2b-components-employee-wishlist?limit=25&page=11" }, "next": { - "example": "/b2b-components-budget?limit=25&page=4" + "example": "/b2b-components-employee-wishlist?limit=25&page=4" }, "prev": { - "example": "/b2b-components-budget?limit=25&page=2" + "example": "/b2b-components-employee-wishlist?limit=25&page=2" } } } @@ -8229,7 +8229,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsBudget" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" } } } @@ -8244,11 +8244,11 @@ }, "post": { "tags": [ - "B2b Components Budget" + "B2b Components Employee Wishlist" ], - "summary": "Create a new B2b Components Budget resources.", - "description": "Available since: 6.7.4.0", - "operationId": "createB2bComponentsBudget", + "summary": "Create a new B2b Components Employee Wishlist resources.", + "description": "", + "operationId": "createB2bComponentsEmployeeWishlist", "parameters": [ { "name": "_response", @@ -8267,14 +8267,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsBudget" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsBudget", + "description": "Detail of B2bComponentsEmployeeWishlist", "content": { "application/vnd.api+json": { "schema": { @@ -8286,7 +8286,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsBudget" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" } } } @@ -8301,7 +8301,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsBudget" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" } } } @@ -8317,14 +8317,14 @@ } } }, - "/search/b2b-components-budget": { + "/search/b2b-components-employee-wishlist": { "post": { "tags": [ - "B2b Components Budget" + "B2b Components Employee Wishlist" ], - "summary": "Search for the B2b Components Budget resources.", - "description": "Available since: 6.7.4.0", - "operationId": "searchB2bComponentsBudget", + "summary": "Search for the B2b Components Employee Wishlist resources.", + "description": "", + "operationId": "searchB2bComponentsEmployeeWishlist", "parameters": [ { "name": "sw-include-search-info", @@ -8352,7 +8352,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsBudget", + "description": "List of B2bComponentsEmployeeWishlist", "content": { "application/vnd.api+json": { "schema": { @@ -8366,7 +8366,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsBudget" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" } } } @@ -8384,7 +8384,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsBudget" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" } } } @@ -8401,19 +8401,19 @@ } } }, - "/b2b-components-budget/{id}": { + "/b2b-components-employee-wishlist/{id}": { "get": { "tags": [ - "B2b Components Budget" + "B2b Components Employee Wishlist" ], - "summary": "Detailed information about a B2b Components Budget resource.", - "description": "Available since: 6.7.4.0", - "operationId": "getB2bComponentsBudget", + "summary": "Detailed information about a B2b Components Employee Wishlist resource.", + "description": "", + "operationId": "getB2bComponentsEmployeeWishlist", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_budget", + "description": "Identifier for the b2b_components_employee_wishlist", "required": true, "schema": { "type": "string", @@ -8423,7 +8423,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsBudget", + "description": "Detail of B2bComponentsEmployeeWishlist", "content": { "application/vnd.api+json": { "schema": { @@ -8435,7 +8435,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsBudget" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" } } } @@ -8450,7 +8450,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsBudget" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" } } } @@ -8467,16 +8467,16 @@ }, "delete": { "tags": [ - "B2b Components Budget" + "B2b Components Employee Wishlist" ], - "summary": "Delete a B2b Components Budget resource.", - "description": "Available since: 6.7.4.0", - "operationId": "deleteB2bComponentsBudget", + "summary": "Delete a B2b Components Employee Wishlist resource.", + "description": "", + "operationId": "deleteB2bComponentsEmployeeWishlist", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_budget", + "description": "Identifier for the b2b_components_employee_wishlist", "required": true, "schema": { "type": "string", @@ -8507,16 +8507,16 @@ }, "patch": { "tags": [ - "B2b Components Budget" + "B2b Components Employee Wishlist" ], - "summary": "Partially update information about a B2b Components Budget resource.", - "description": "Available since: 6.7.4.0", - "operationId": "updateB2bComponentsBudget", + "summary": "Partially update information about a B2b Components Employee Wishlist resource.", + "description": "", + "operationId": "updateB2bComponentsEmployeeWishlist", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_budget", + "description": "Identifier for the b2b_components_employee_wishlist", "required": true, "schema": { "type": "string", @@ -8534,18 +8534,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Budget resource.", + "description": "Partially update information about a B2b Components Employee Wishlist resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsBudget" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsBudget", + "description": "Detail of B2bComponentsEmployeeWishlist", "content": { "application/vnd.api+json": { "schema": { @@ -8557,7 +8557,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsBudget" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" } } } @@ -8572,7 +8572,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsBudget" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" } } } @@ -8591,14 +8591,14 @@ } } }, - "/aggregate/b2b-components-budget": { + "/aggregate/b2b-components-employee-wishlist": { "post": { "tags": [ - "B2b Components Budget" + "B2b Components Employee Wishlist" ], - "summary": "Aggregate for the B2b Components Budget resources.", - "description": "Available since: 6.7.4.0", - "operationId": "aggregateB2bComponentsBudget", + "summary": "Aggregate for the B2b Components Employee Wishlist resources.", + "description": "Available since: 6.6.10.0", + "operationId": "aggregateB2bComponentsEmployeeWishlist", "requestBody": { "required": true, "content": { @@ -8622,7 +8622,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsBudget", + "description": "List of B2bComponentsEmployeeWishlist", "content": { "application/vnd.api+json": { "schema": { @@ -8636,7 +8636,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsBudget" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" } } } @@ -8654,7 +8654,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsBudget" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" } } } @@ -8671,14 +8671,14 @@ } } }, - "/b2b-components-employee-wishlist": { + "/b2b-components-employee-wishlist-product": { "get": { "tags": [ - "B2b Components Employee Wishlist" + "B2b Components Employee Wishlist Product" ], - "summary": "List with basic information of B2b Components Employee Wishlist resources.", + "summary": "List with basic information of B2b Components Employee Wishlist Product resources.", "description": "", - "operationId": "getB2bComponentsEmployeeWishlistList", + "operationId": "getB2bComponentsEmployeeWishlistProductList", "parameters": [ { "name": "limit", @@ -8707,7 +8707,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Employee Wishlist resources.", + "description": "List of B2b Components Employee Wishlist Product resources.", "content": { "application/vnd.api+json": { "schema": { @@ -8726,7 +8726,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" } } ] @@ -8740,16 +8740,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-employee-wishlist?limit=25" + "example": "/b2b-components-employee-wishlist-product?limit=25" }, "last": { - "example": "/b2b-components-employee-wishlist?limit=25&page=11" + "example": "/b2b-components-employee-wishlist-product?limit=25&page=11" }, "next": { - "example": "/b2b-components-employee-wishlist?limit=25&page=4" + "example": "/b2b-components-employee-wishlist-product?limit=25&page=4" }, "prev": { - "example": "/b2b-components-employee-wishlist?limit=25&page=2" + "example": "/b2b-components-employee-wishlist-product?limit=25&page=2" } } } @@ -8770,7 +8770,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" } } } @@ -8785,11 +8785,11 @@ }, "post": { "tags": [ - "B2b Components Employee Wishlist" + "B2b Components Employee Wishlist Product" ], - "summary": "Create a new B2b Components Employee Wishlist resources.", + "summary": "Create a new B2b Components Employee Wishlist Product resources.", "description": "", - "operationId": "createB2bComponentsEmployeeWishlist", + "operationId": "createB2bComponentsEmployeeWishlistProduct", "parameters": [ { "name": "_response", @@ -8808,14 +8808,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsEmployeeWishlist", + "description": "Detail of B2bComponentsEmployeeWishlistProduct", "content": { "application/vnd.api+json": { "schema": { @@ -8827,7 +8827,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" } } } @@ -8842,7 +8842,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" } } } @@ -8858,14 +8858,14 @@ } } }, - "/search/b2b-components-employee-wishlist": { + "/search/b2b-components-employee-wishlist-product": { "post": { "tags": [ - "B2b Components Employee Wishlist" + "B2b Components Employee Wishlist Product" ], - "summary": "Search for the B2b Components Employee Wishlist resources.", + "summary": "Search for the B2b Components Employee Wishlist Product resources.", "description": "", - "operationId": "searchB2bComponentsEmployeeWishlist", + "operationId": "searchB2bComponentsEmployeeWishlistProduct", "parameters": [ { "name": "sw-include-search-info", @@ -8893,7 +8893,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsEmployeeWishlist", + "description": "List of B2bComponentsEmployeeWishlistProduct", "content": { "application/vnd.api+json": { "schema": { @@ -8907,7 +8907,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" } } } @@ -8925,7 +8925,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" } } } @@ -8942,19 +8942,19 @@ } } }, - "/b2b-components-employee-wishlist/{id}": { + "/b2b-components-employee-wishlist-product/{id}": { "get": { "tags": [ - "B2b Components Employee Wishlist" + "B2b Components Employee Wishlist Product" ], - "summary": "Detailed information about a B2b Components Employee Wishlist resource.", + "summary": "Detailed information about a B2b Components Employee Wishlist Product resource.", "description": "", - "operationId": "getB2bComponentsEmployeeWishlist", + "operationId": "getB2bComponentsEmployeeWishlistProduct", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_employee_wishlist", + "description": "Identifier for the b2b_components_employee_wishlist_product", "required": true, "schema": { "type": "string", @@ -8964,7 +8964,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsEmployeeWishlist", + "description": "Detail of B2bComponentsEmployeeWishlistProduct", "content": { "application/vnd.api+json": { "schema": { @@ -8976,7 +8976,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" } } } @@ -8991,7 +8991,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" } } } @@ -9008,16 +9008,16 @@ }, "delete": { "tags": [ - "B2b Components Employee Wishlist" + "B2b Components Employee Wishlist Product" ], - "summary": "Delete a B2b Components Employee Wishlist resource.", + "summary": "Delete a B2b Components Employee Wishlist Product resource.", "description": "", - "operationId": "deleteB2bComponentsEmployeeWishlist", + "operationId": "deleteB2bComponentsEmployeeWishlistProduct", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_employee_wishlist", + "description": "Identifier for the b2b_components_employee_wishlist_product", "required": true, "schema": { "type": "string", @@ -9048,16 +9048,16 @@ }, "patch": { "tags": [ - "B2b Components Employee Wishlist" + "B2b Components Employee Wishlist Product" ], - "summary": "Partially update information about a B2b Components Employee Wishlist resource.", + "summary": "Partially update information about a B2b Components Employee Wishlist Product resource.", "description": "", - "operationId": "updateB2bComponentsEmployeeWishlist", + "operationId": "updateB2bComponentsEmployeeWishlistProduct", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_employee_wishlist", + "description": "Identifier for the b2b_components_employee_wishlist_product", "required": true, "schema": { "type": "string", @@ -9075,18 +9075,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Employee Wishlist resource.", + "description": "Partially update information about a B2b Components Employee Wishlist Product resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsEmployeeWishlist", + "description": "Detail of B2bComponentsEmployeeWishlistProduct", "content": { "application/vnd.api+json": { "schema": { @@ -9098,7 +9098,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" } } } @@ -9113,7 +9113,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" } } } @@ -9132,14 +9132,14 @@ } } }, - "/aggregate/b2b-components-employee-wishlist": { + "/aggregate/b2b-components-employee-wishlist-product": { "post": { "tags": [ - "B2b Components Employee Wishlist" + "B2b Components Employee Wishlist Product" ], - "summary": "Aggregate for the B2b Components Employee Wishlist resources.", + "summary": "Aggregate for the B2b Components Employee Wishlist Product resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsEmployeeWishlist", + "operationId": "aggregateB2bComponentsEmployeeWishlistProduct", "requestBody": { "required": true, "content": { @@ -9163,7 +9163,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsEmployeeWishlist", + "description": "List of B2bComponentsEmployeeWishlistProduct", "content": { "application/vnd.api+json": { "schema": { @@ -9177,7 +9177,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" } } } @@ -9195,7 +9195,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlist" + "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" } } } @@ -9212,14 +9212,14 @@ } } }, - "/b2b-components-employee-wishlist-product": { + "/b2b-components-individual-pricing": { "get": { "tags": [ - "B2b Components Employee Wishlist Product" + "B2b Components Individual Pricing" ], - "summary": "List with basic information of B2b Components Employee Wishlist Product resources.", - "description": "", - "operationId": "getB2bComponentsEmployeeWishlistProductList", + "summary": "List with basic information of B2b Components Individual Pricing resources.", + "description": "Available since: 6.7.8.0", + "operationId": "getB2bComponentsIndividualPricingList", "parameters": [ { "name": "limit", @@ -9248,7 +9248,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Employee Wishlist Product resources.", + "description": "List of B2b Components Individual Pricing resources.", "content": { "application/vnd.api+json": { "schema": { @@ -9267,7 +9267,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" + "$ref": "#/components/schemas/B2bComponentsIndividualPricing" } } ] @@ -9281,16 +9281,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-employee-wishlist-product?limit=25" + "example": "/b2b-components-individual-pricing?limit=25" }, "last": { - "example": "/b2b-components-employee-wishlist-product?limit=25&page=11" + "example": "/b2b-components-individual-pricing?limit=25&page=11" }, "next": { - "example": "/b2b-components-employee-wishlist-product?limit=25&page=4" + "example": "/b2b-components-individual-pricing?limit=25&page=4" }, "prev": { - "example": "/b2b-components-employee-wishlist-product?limit=25&page=2" + "example": "/b2b-components-individual-pricing?limit=25&page=2" } } } @@ -9311,7 +9311,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" + "$ref": "#/components/schemas/B2bComponentsIndividualPricing" } } } @@ -9326,11 +9326,11 @@ }, "post": { "tags": [ - "B2b Components Employee Wishlist Product" + "B2b Components Individual Pricing" ], - "summary": "Create a new B2b Components Employee Wishlist Product resources.", - "description": "", - "operationId": "createB2bComponentsEmployeeWishlistProduct", + "summary": "Create a new B2b Components Individual Pricing resources.", + "description": "Available since: 6.7.8.0", + "operationId": "createB2bComponentsIndividualPricing", "parameters": [ { "name": "_response", @@ -9349,14 +9349,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" + "$ref": "#/components/schemas/B2bComponentsIndividualPricing" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsEmployeeWishlistProduct", + "description": "Detail of B2bComponentsIndividualPricing", "content": { "application/vnd.api+json": { "schema": { @@ -9368,7 +9368,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" + "$ref": "#/components/schemas/B2bComponentsIndividualPricing" } } } @@ -9383,7 +9383,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" + "$ref": "#/components/schemas/B2bComponentsIndividualPricing" } } } @@ -9399,14 +9399,14 @@ } } }, - "/search/b2b-components-employee-wishlist-product": { + "/search/b2b-components-individual-pricing": { "post": { "tags": [ - "B2b Components Employee Wishlist Product" + "B2b Components Individual Pricing" ], - "summary": "Search for the B2b Components Employee Wishlist Product resources.", - "description": "", - "operationId": "searchB2bComponentsEmployeeWishlistProduct", + "summary": "Search for the B2b Components Individual Pricing resources.", + "description": "Available since: 6.7.8.0", + "operationId": "searchB2bComponentsIndividualPricing", "parameters": [ { "name": "sw-include-search-info", @@ -9434,7 +9434,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsEmployeeWishlistProduct", + "description": "List of B2bComponentsIndividualPricing", "content": { "application/vnd.api+json": { "schema": { @@ -9448,7 +9448,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" + "$ref": "#/components/schemas/B2bComponentsIndividualPricing" } } } @@ -9466,7 +9466,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" + "$ref": "#/components/schemas/B2bComponentsIndividualPricing" } } } @@ -9483,19 +9483,19 @@ } } }, - "/b2b-components-employee-wishlist-product/{id}": { + "/b2b-components-individual-pricing/{id}": { "get": { "tags": [ - "B2b Components Employee Wishlist Product" + "B2b Components Individual Pricing" ], - "summary": "Detailed information about a B2b Components Employee Wishlist Product resource.", - "description": "", - "operationId": "getB2bComponentsEmployeeWishlistProduct", + "summary": "Detailed information about a B2b Components Individual Pricing resource.", + "description": "Available since: 6.7.8.0", + "operationId": "getB2bComponentsIndividualPricing", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_employee_wishlist_product", + "description": "Identifier for the b2b_components_individual_pricing", "required": true, "schema": { "type": "string", @@ -9505,7 +9505,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsEmployeeWishlistProduct", + "description": "Detail of B2bComponentsIndividualPricing", "content": { "application/vnd.api+json": { "schema": { @@ -9517,7 +9517,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" + "$ref": "#/components/schemas/B2bComponentsIndividualPricing" } } } @@ -9532,7 +9532,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" + "$ref": "#/components/schemas/B2bComponentsIndividualPricing" } } } @@ -9549,16 +9549,16 @@ }, "delete": { "tags": [ - "B2b Components Employee Wishlist Product" + "B2b Components Individual Pricing" ], - "summary": "Delete a B2b Components Employee Wishlist Product resource.", - "description": "", - "operationId": "deleteB2bComponentsEmployeeWishlistProduct", + "summary": "Delete a B2b Components Individual Pricing resource.", + "description": "Available since: 6.7.8.0", + "operationId": "deleteB2bComponentsIndividualPricing", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_employee_wishlist_product", + "description": "Identifier for the b2b_components_individual_pricing", "required": true, "schema": { "type": "string", @@ -9589,16 +9589,16 @@ }, "patch": { "tags": [ - "B2b Components Employee Wishlist Product" + "B2b Components Individual Pricing" ], - "summary": "Partially update information about a B2b Components Employee Wishlist Product resource.", - "description": "", - "operationId": "updateB2bComponentsEmployeeWishlistProduct", + "summary": "Partially update information about a B2b Components Individual Pricing resource.", + "description": "Available since: 6.7.8.0", + "operationId": "updateB2bComponentsIndividualPricing", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_employee_wishlist_product", + "description": "Identifier for the b2b_components_individual_pricing", "required": true, "schema": { "type": "string", @@ -9616,18 +9616,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Employee Wishlist Product resource.", + "description": "Partially update information about a B2b Components Individual Pricing resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" + "$ref": "#/components/schemas/B2bComponentsIndividualPricing" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsEmployeeWishlistProduct", + "description": "Detail of B2bComponentsIndividualPricing", "content": { "application/vnd.api+json": { "schema": { @@ -9639,7 +9639,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" + "$ref": "#/components/schemas/B2bComponentsIndividualPricing" } } } @@ -9654,7 +9654,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" + "$ref": "#/components/schemas/B2bComponentsIndividualPricing" } } } @@ -9673,14 +9673,14 @@ } } }, - "/aggregate/b2b-components-employee-wishlist-product": { + "/aggregate/b2b-components-individual-pricing": { "post": { "tags": [ - "B2b Components Employee Wishlist Product" + "B2b Components Individual Pricing" ], - "summary": "Aggregate for the B2b Components Employee Wishlist Product resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsEmployeeWishlistProduct", + "summary": "Aggregate for the B2b Components Individual Pricing resources.", + "description": "Available since: 6.7.8.0", + "operationId": "aggregateB2bComponentsIndividualPricing", "requestBody": { "required": true, "content": { @@ -9704,7 +9704,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsEmployeeWishlistProduct", + "description": "List of B2bComponentsIndividualPricing", "content": { "application/vnd.api+json": { "schema": { @@ -9718,7 +9718,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" + "$ref": "#/components/schemas/B2bComponentsIndividualPricing" } } } @@ -9736,7 +9736,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsEmployeeWishlistProduct" + "$ref": "#/components/schemas/B2bComponentsIndividualPricing" } } } @@ -9753,14 +9753,14 @@ } } }, - "/b2b-components-individual-pricing": { + "/b2b-components-individual-pricing-company-assignment": { "get": { "tags": [ - "B2b Components Individual Pricing" + "B2b Components Individual Pricing Company Assignment" ], - "summary": "List with basic information of B2b Components Individual Pricing resources.", + "summary": "List with basic information of B2b Components Individual Pricing Company Assignment resources.", "description": "Available since: 6.7.8.0", - "operationId": "getB2bComponentsIndividualPricingList", + "operationId": "getB2bComponentsIndividualPricingCompanyAssignmentList", "parameters": [ { "name": "limit", @@ -9789,7 +9789,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Individual Pricing resources.", + "description": "List of B2b Components Individual Pricing Company Assignment resources.", "content": { "application/vnd.api+json": { "schema": { @@ -9808,7 +9808,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricing" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" } } ] @@ -9822,16 +9822,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-individual-pricing?limit=25" + "example": "/b2b-components-individual-pricing-company-assignment?limit=25" }, "last": { - "example": "/b2b-components-individual-pricing?limit=25&page=11" + "example": "/b2b-components-individual-pricing-company-assignment?limit=25&page=11" }, "next": { - "example": "/b2b-components-individual-pricing?limit=25&page=4" + "example": "/b2b-components-individual-pricing-company-assignment?limit=25&page=4" }, "prev": { - "example": "/b2b-components-individual-pricing?limit=25&page=2" + "example": "/b2b-components-individual-pricing-company-assignment?limit=25&page=2" } } } @@ -9852,7 +9852,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricing" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" } } } @@ -9867,11 +9867,11 @@ }, "post": { "tags": [ - "B2b Components Individual Pricing" + "B2b Components Individual Pricing Company Assignment" ], - "summary": "Create a new B2b Components Individual Pricing resources.", + "summary": "Create a new B2b Components Individual Pricing Company Assignment resources.", "description": "Available since: 6.7.8.0", - "operationId": "createB2bComponentsIndividualPricing", + "operationId": "createB2bComponentsIndividualPricingCompanyAssignment", "parameters": [ { "name": "_response", @@ -9890,14 +9890,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricing" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsIndividualPricing", + "description": "Detail of B2bComponentsIndividualPricingCompanyAssignment", "content": { "application/vnd.api+json": { "schema": { @@ -9909,7 +9909,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricing" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" } } } @@ -9924,7 +9924,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricing" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" } } } @@ -9940,14 +9940,14 @@ } } }, - "/search/b2b-components-individual-pricing": { + "/search/b2b-components-individual-pricing-company-assignment": { "post": { "tags": [ - "B2b Components Individual Pricing" + "B2b Components Individual Pricing Company Assignment" ], - "summary": "Search for the B2b Components Individual Pricing resources.", + "summary": "Search for the B2b Components Individual Pricing Company Assignment resources.", "description": "Available since: 6.7.8.0", - "operationId": "searchB2bComponentsIndividualPricing", + "operationId": "searchB2bComponentsIndividualPricingCompanyAssignment", "parameters": [ { "name": "sw-include-search-info", @@ -9975,7 +9975,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsIndividualPricing", + "description": "List of B2bComponentsIndividualPricingCompanyAssignment", "content": { "application/vnd.api+json": { "schema": { @@ -9989,7 +9989,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricing" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" } } } @@ -10007,7 +10007,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricing" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" } } } @@ -10024,19 +10024,19 @@ } } }, - "/b2b-components-individual-pricing/{id}": { + "/b2b-components-individual-pricing-company-assignment/{id}": { "get": { "tags": [ - "B2b Components Individual Pricing" + "B2b Components Individual Pricing Company Assignment" ], - "summary": "Detailed information about a B2b Components Individual Pricing resource.", + "summary": "Detailed information about a B2b Components Individual Pricing Company Assignment resource.", "description": "Available since: 6.7.8.0", - "operationId": "getB2bComponentsIndividualPricing", + "operationId": "getB2bComponentsIndividualPricingCompanyAssignment", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_individual_pricing", + "description": "Identifier for the b2b_components_individual_pricing_company_assignment", "required": true, "schema": { "type": "string", @@ -10046,7 +10046,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsIndividualPricing", + "description": "Detail of B2bComponentsIndividualPricingCompanyAssignment", "content": { "application/vnd.api+json": { "schema": { @@ -10058,7 +10058,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricing" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" } } } @@ -10073,7 +10073,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricing" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" } } } @@ -10090,16 +10090,16 @@ }, "delete": { "tags": [ - "B2b Components Individual Pricing" + "B2b Components Individual Pricing Company Assignment" ], - "summary": "Delete a B2b Components Individual Pricing resource.", + "summary": "Delete a B2b Components Individual Pricing Company Assignment resource.", "description": "Available since: 6.7.8.0", - "operationId": "deleteB2bComponentsIndividualPricing", + "operationId": "deleteB2bComponentsIndividualPricingCompanyAssignment", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_individual_pricing", + "description": "Identifier for the b2b_components_individual_pricing_company_assignment", "required": true, "schema": { "type": "string", @@ -10130,16 +10130,16 @@ }, "patch": { "tags": [ - "B2b Components Individual Pricing" + "B2b Components Individual Pricing Company Assignment" ], - "summary": "Partially update information about a B2b Components Individual Pricing resource.", + "summary": "Partially update information about a B2b Components Individual Pricing Company Assignment resource.", "description": "Available since: 6.7.8.0", - "operationId": "updateB2bComponentsIndividualPricing", + "operationId": "updateB2bComponentsIndividualPricingCompanyAssignment", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_individual_pricing", + "description": "Identifier for the b2b_components_individual_pricing_company_assignment", "required": true, "schema": { "type": "string", @@ -10157,18 +10157,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Individual Pricing resource.", + "description": "Partially update information about a B2b Components Individual Pricing Company Assignment resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricing" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsIndividualPricing", + "description": "Detail of B2bComponentsIndividualPricingCompanyAssignment", "content": { "application/vnd.api+json": { "schema": { @@ -10180,7 +10180,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricing" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" } } } @@ -10195,7 +10195,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricing" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" } } } @@ -10214,14 +10214,14 @@ } } }, - "/aggregate/b2b-components-individual-pricing": { + "/aggregate/b2b-components-individual-pricing-company-assignment": { "post": { "tags": [ - "B2b Components Individual Pricing" + "B2b Components Individual Pricing Company Assignment" ], - "summary": "Aggregate for the B2b Components Individual Pricing resources.", + "summary": "Aggregate for the B2b Components Individual Pricing Company Assignment resources.", "description": "Available since: 6.7.8.0", - "operationId": "aggregateB2bComponentsIndividualPricing", + "operationId": "aggregateB2bComponentsIndividualPricingCompanyAssignment", "requestBody": { "required": true, "content": { @@ -10245,7 +10245,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsIndividualPricing", + "description": "List of B2bComponentsIndividualPricingCompanyAssignment", "content": { "application/vnd.api+json": { "schema": { @@ -10259,7 +10259,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricing" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" } } } @@ -10277,7 +10277,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricing" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" } } } @@ -10294,14 +10294,14 @@ } } }, - "/b2b-components-individual-pricing-company-assignment": { + "/b2b-components-individual-pricing-computed-cache": { "get": { "tags": [ - "B2b Components Individual Pricing Company Assignment" + "B2b Components Individual Pricing Computed Cache" ], - "summary": "List with basic information of B2b Components Individual Pricing Company Assignment resources.", - "description": "Available since: 6.7.8.0", - "operationId": "getB2bComponentsIndividualPricingCompanyAssignmentList", + "summary": "List with basic information of B2b Components Individual Pricing Computed Cache resources.", + "description": "", + "operationId": "getB2bComponentsIndividualPricingComputedCacheList", "parameters": [ { "name": "limit", @@ -10330,7 +10330,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Individual Pricing Company Assignment resources.", + "description": "List of B2b Components Individual Pricing Computed Cache resources.", "content": { "application/vnd.api+json": { "schema": { @@ -10349,7 +10349,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" } } ] @@ -10363,16 +10363,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-individual-pricing-company-assignment?limit=25" + "example": "/b2b-components-individual-pricing-computed-cache?limit=25" }, "last": { - "example": "/b2b-components-individual-pricing-company-assignment?limit=25&page=11" + "example": "/b2b-components-individual-pricing-computed-cache?limit=25&page=11" }, "next": { - "example": "/b2b-components-individual-pricing-company-assignment?limit=25&page=4" + "example": "/b2b-components-individual-pricing-computed-cache?limit=25&page=4" }, "prev": { - "example": "/b2b-components-individual-pricing-company-assignment?limit=25&page=2" + "example": "/b2b-components-individual-pricing-computed-cache?limit=25&page=2" } } } @@ -10393,7 +10393,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" } } } @@ -10408,11 +10408,11 @@ }, "post": { "tags": [ - "B2b Components Individual Pricing Company Assignment" + "B2b Components Individual Pricing Computed Cache" ], - "summary": "Create a new B2b Components Individual Pricing Company Assignment resources.", - "description": "Available since: 6.7.8.0", - "operationId": "createB2bComponentsIndividualPricingCompanyAssignment", + "summary": "Create a new B2b Components Individual Pricing Computed Cache resources.", + "description": "", + "operationId": "createB2bComponentsIndividualPricingComputedCache", "parameters": [ { "name": "_response", @@ -10431,14 +10431,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsIndividualPricingCompanyAssignment", + "description": "Detail of B2bComponentsIndividualPricingComputedCache", "content": { "application/vnd.api+json": { "schema": { @@ -10450,7 +10450,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" } } } @@ -10465,7 +10465,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" } } } @@ -10481,14 +10481,14 @@ } } }, - "/search/b2b-components-individual-pricing-company-assignment": { + "/search/b2b-components-individual-pricing-computed-cache": { "post": { "tags": [ - "B2b Components Individual Pricing Company Assignment" + "B2b Components Individual Pricing Computed Cache" ], - "summary": "Search for the B2b Components Individual Pricing Company Assignment resources.", - "description": "Available since: 6.7.8.0", - "operationId": "searchB2bComponentsIndividualPricingCompanyAssignment", + "summary": "Search for the B2b Components Individual Pricing Computed Cache resources.", + "description": "", + "operationId": "searchB2bComponentsIndividualPricingComputedCache", "parameters": [ { "name": "sw-include-search-info", @@ -10516,7 +10516,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsIndividualPricingCompanyAssignment", + "description": "List of B2bComponentsIndividualPricingComputedCache", "content": { "application/vnd.api+json": { "schema": { @@ -10530,7 +10530,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" } } } @@ -10548,7 +10548,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" } } } @@ -10565,19 +10565,19 @@ } } }, - "/b2b-components-individual-pricing-company-assignment/{id}": { + "/b2b-components-individual-pricing-computed-cache/{id}": { "get": { "tags": [ - "B2b Components Individual Pricing Company Assignment" + "B2b Components Individual Pricing Computed Cache" ], - "summary": "Detailed information about a B2b Components Individual Pricing Company Assignment resource.", - "description": "Available since: 6.7.8.0", - "operationId": "getB2bComponentsIndividualPricingCompanyAssignment", + "summary": "Detailed information about a B2b Components Individual Pricing Computed Cache resource.", + "description": "", + "operationId": "getB2bComponentsIndividualPricingComputedCache", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_individual_pricing_company_assignment", + "description": "Identifier for the b2b_components_individual_pricing_computed_cache", "required": true, "schema": { "type": "string", @@ -10587,7 +10587,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsIndividualPricingCompanyAssignment", + "description": "Detail of B2bComponentsIndividualPricingComputedCache", "content": { "application/vnd.api+json": { "schema": { @@ -10599,7 +10599,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" } } } @@ -10614,7 +10614,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" } } } @@ -10631,16 +10631,16 @@ }, "delete": { "tags": [ - "B2b Components Individual Pricing Company Assignment" + "B2b Components Individual Pricing Computed Cache" ], - "summary": "Delete a B2b Components Individual Pricing Company Assignment resource.", - "description": "Available since: 6.7.8.0", - "operationId": "deleteB2bComponentsIndividualPricingCompanyAssignment", + "summary": "Delete a B2b Components Individual Pricing Computed Cache resource.", + "description": "", + "operationId": "deleteB2bComponentsIndividualPricingComputedCache", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_individual_pricing_company_assignment", + "description": "Identifier for the b2b_components_individual_pricing_computed_cache", "required": true, "schema": { "type": "string", @@ -10671,16 +10671,16 @@ }, "patch": { "tags": [ - "B2b Components Individual Pricing Company Assignment" + "B2b Components Individual Pricing Computed Cache" ], - "summary": "Partially update information about a B2b Components Individual Pricing Company Assignment resource.", - "description": "Available since: 6.7.8.0", - "operationId": "updateB2bComponentsIndividualPricingCompanyAssignment", + "summary": "Partially update information about a B2b Components Individual Pricing Computed Cache resource.", + "description": "", + "operationId": "updateB2bComponentsIndividualPricingComputedCache", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_individual_pricing_company_assignment", + "description": "Identifier for the b2b_components_individual_pricing_computed_cache", "required": true, "schema": { "type": "string", @@ -10698,18 +10698,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Individual Pricing Company Assignment resource.", + "description": "Partially update information about a B2b Components Individual Pricing Computed Cache resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsIndividualPricingCompanyAssignment", + "description": "Detail of B2bComponentsIndividualPricingComputedCache", "content": { "application/vnd.api+json": { "schema": { @@ -10721,7 +10721,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" } } } @@ -10736,7 +10736,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" } } } @@ -10755,14 +10755,14 @@ } } }, - "/aggregate/b2b-components-individual-pricing-company-assignment": { + "/aggregate/b2b-components-individual-pricing-computed-cache": { "post": { "tags": [ - "B2b Components Individual Pricing Company Assignment" + "B2b Components Individual Pricing Computed Cache" ], - "summary": "Aggregate for the B2b Components Individual Pricing Company Assignment resources.", - "description": "Available since: 6.7.8.0", - "operationId": "aggregateB2bComponentsIndividualPricingCompanyAssignment", + "summary": "Aggregate for the B2b Components Individual Pricing Computed Cache resources.", + "description": "Available since: 6.6.10.0", + "operationId": "aggregateB2bComponentsIndividualPricingComputedCache", "requestBody": { "required": true, "content": { @@ -10786,7 +10786,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsIndividualPricingCompanyAssignment", + "description": "List of B2bComponentsIndividualPricingComputedCache", "content": { "application/vnd.api+json": { "schema": { @@ -10800,7 +10800,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" } } } @@ -10818,7 +10818,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingCompanyAssignment" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" } } } @@ -10835,14 +10835,14 @@ } } }, - "/b2b-components-individual-pricing-computed-cache": { + "/b2b-components-individual-pricing-tier": { "get": { "tags": [ - "B2b Components Individual Pricing Computed Cache" + "B2b Components Individual Pricing Tier" ], - "summary": "List with basic information of B2b Components Individual Pricing Computed Cache resources.", - "description": "", - "operationId": "getB2bComponentsIndividualPricingComputedCacheList", + "summary": "List with basic information of B2b Components Individual Pricing Tier resources.", + "description": "Available since: 6.7.8.0", + "operationId": "getB2bComponentsIndividualPricingTierList", "parameters": [ { "name": "limit", @@ -10871,7 +10871,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Individual Pricing Computed Cache resources.", + "description": "List of B2b Components Individual Pricing Tier resources.", "content": { "application/vnd.api+json": { "schema": { @@ -10890,7 +10890,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" } } ] @@ -10904,16 +10904,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-individual-pricing-computed-cache?limit=25" + "example": "/b2b-components-individual-pricing-tier?limit=25" }, "last": { - "example": "/b2b-components-individual-pricing-computed-cache?limit=25&page=11" + "example": "/b2b-components-individual-pricing-tier?limit=25&page=11" }, "next": { - "example": "/b2b-components-individual-pricing-computed-cache?limit=25&page=4" + "example": "/b2b-components-individual-pricing-tier?limit=25&page=4" }, "prev": { - "example": "/b2b-components-individual-pricing-computed-cache?limit=25&page=2" + "example": "/b2b-components-individual-pricing-tier?limit=25&page=2" } } } @@ -10934,7 +10934,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" } } } @@ -10949,11 +10949,11 @@ }, "post": { "tags": [ - "B2b Components Individual Pricing Computed Cache" + "B2b Components Individual Pricing Tier" ], - "summary": "Create a new B2b Components Individual Pricing Computed Cache resources.", - "description": "", - "operationId": "createB2bComponentsIndividualPricingComputedCache", + "summary": "Create a new B2b Components Individual Pricing Tier resources.", + "description": "Available since: 6.7.8.0", + "operationId": "createB2bComponentsIndividualPricingTier", "parameters": [ { "name": "_response", @@ -10972,14 +10972,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsIndividualPricingComputedCache", + "description": "Detail of B2bComponentsIndividualPricingTier", "content": { "application/vnd.api+json": { "schema": { @@ -10991,7 +10991,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" } } } @@ -11006,7 +11006,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" } } } @@ -11022,14 +11022,14 @@ } } }, - "/search/b2b-components-individual-pricing-computed-cache": { + "/search/b2b-components-individual-pricing-tier": { "post": { "tags": [ - "B2b Components Individual Pricing Computed Cache" + "B2b Components Individual Pricing Tier" ], - "summary": "Search for the B2b Components Individual Pricing Computed Cache resources.", - "description": "", - "operationId": "searchB2bComponentsIndividualPricingComputedCache", + "summary": "Search for the B2b Components Individual Pricing Tier resources.", + "description": "Available since: 6.7.8.0", + "operationId": "searchB2bComponentsIndividualPricingTier", "parameters": [ { "name": "sw-include-search-info", @@ -11057,7 +11057,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsIndividualPricingComputedCache", + "description": "List of B2bComponentsIndividualPricingTier", "content": { "application/vnd.api+json": { "schema": { @@ -11071,7 +11071,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" } } } @@ -11089,7 +11089,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" } } } @@ -11106,19 +11106,19 @@ } } }, - "/b2b-components-individual-pricing-computed-cache/{id}": { + "/b2b-components-individual-pricing-tier/{id}": { "get": { "tags": [ - "B2b Components Individual Pricing Computed Cache" + "B2b Components Individual Pricing Tier" ], - "summary": "Detailed information about a B2b Components Individual Pricing Computed Cache resource.", - "description": "", - "operationId": "getB2bComponentsIndividualPricingComputedCache", + "summary": "Detailed information about a B2b Components Individual Pricing Tier resource.", + "description": "Available since: 6.7.8.0", + "operationId": "getB2bComponentsIndividualPricingTier", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_individual_pricing_computed_cache", + "description": "Identifier for the b2b_components_individual_pricing_tier", "required": true, "schema": { "type": "string", @@ -11128,7 +11128,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsIndividualPricingComputedCache", + "description": "Detail of B2bComponentsIndividualPricingTier", "content": { "application/vnd.api+json": { "schema": { @@ -11140,7 +11140,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" } } } @@ -11155,7 +11155,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" } } } @@ -11172,16 +11172,16 @@ }, "delete": { "tags": [ - "B2b Components Individual Pricing Computed Cache" + "B2b Components Individual Pricing Tier" ], - "summary": "Delete a B2b Components Individual Pricing Computed Cache resource.", - "description": "", - "operationId": "deleteB2bComponentsIndividualPricingComputedCache", + "summary": "Delete a B2b Components Individual Pricing Tier resource.", + "description": "Available since: 6.7.8.0", + "operationId": "deleteB2bComponentsIndividualPricingTier", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_individual_pricing_computed_cache", + "description": "Identifier for the b2b_components_individual_pricing_tier", "required": true, "schema": { "type": "string", @@ -11212,16 +11212,16 @@ }, "patch": { "tags": [ - "B2b Components Individual Pricing Computed Cache" + "B2b Components Individual Pricing Tier" ], - "summary": "Partially update information about a B2b Components Individual Pricing Computed Cache resource.", - "description": "", - "operationId": "updateB2bComponentsIndividualPricingComputedCache", + "summary": "Partially update information about a B2b Components Individual Pricing Tier resource.", + "description": "Available since: 6.7.8.0", + "operationId": "updateB2bComponentsIndividualPricingTier", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_individual_pricing_computed_cache", + "description": "Identifier for the b2b_components_individual_pricing_tier", "required": true, "schema": { "type": "string", @@ -11239,18 +11239,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Individual Pricing Computed Cache resource.", + "description": "Partially update information about a B2b Components Individual Pricing Tier resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsIndividualPricingComputedCache", + "description": "Detail of B2bComponentsIndividualPricingTier", "content": { "application/vnd.api+json": { "schema": { @@ -11262,7 +11262,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" } } } @@ -11277,7 +11277,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" } } } @@ -11296,14 +11296,14 @@ } } }, - "/aggregate/b2b-components-individual-pricing-computed-cache": { + "/aggregate/b2b-components-individual-pricing-tier": { "post": { "tags": [ - "B2b Components Individual Pricing Computed Cache" + "B2b Components Individual Pricing Tier" ], - "summary": "Aggregate for the B2b Components Individual Pricing Computed Cache resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsIndividualPricingComputedCache", + "summary": "Aggregate for the B2b Components Individual Pricing Tier resources.", + "description": "Available since: 6.7.8.0", + "operationId": "aggregateB2bComponentsIndividualPricingTier", "requestBody": { "required": true, "content": { @@ -11327,7 +11327,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsIndividualPricingComputedCache", + "description": "List of B2bComponentsIndividualPricingTier", "content": { "application/vnd.api+json": { "schema": { @@ -11341,7 +11341,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" } } } @@ -11359,7 +11359,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingComputedCache" + "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" } } } @@ -11376,14 +11376,14 @@ } } }, - "/b2b-components-individual-pricing-tier": { + "/b2b-components-organization": { "get": { "tags": [ - "B2b Components Individual Pricing Tier" + "B2b Components Organization" ], - "summary": "List with basic information of B2b Components Individual Pricing Tier resources.", - "description": "Available since: 6.7.8.0", - "operationId": "getB2bComponentsIndividualPricingTierList", + "summary": "List with basic information of B2b Components Organization resources.", + "description": "", + "operationId": "getB2bComponentsOrganizationList", "parameters": [ { "name": "limit", @@ -11412,7 +11412,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Individual Pricing Tier resources.", + "description": "List of B2b Components Organization resources.", "content": { "application/vnd.api+json": { "schema": { @@ -11431,7 +11431,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" + "$ref": "#/components/schemas/B2bComponentsOrganization" } } ] @@ -11445,16 +11445,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-individual-pricing-tier?limit=25" + "example": "/b2b-components-organization?limit=25" }, "last": { - "example": "/b2b-components-individual-pricing-tier?limit=25&page=11" + "example": "/b2b-components-organization?limit=25&page=11" }, "next": { - "example": "/b2b-components-individual-pricing-tier?limit=25&page=4" + "example": "/b2b-components-organization?limit=25&page=4" }, "prev": { - "example": "/b2b-components-individual-pricing-tier?limit=25&page=2" + "example": "/b2b-components-organization?limit=25&page=2" } } } @@ -11475,7 +11475,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" + "$ref": "#/components/schemas/B2bComponentsOrganization" } } } @@ -11490,11 +11490,11 @@ }, "post": { "tags": [ - "B2b Components Individual Pricing Tier" + "B2b Components Organization" ], - "summary": "Create a new B2b Components Individual Pricing Tier resources.", - "description": "Available since: 6.7.8.0", - "operationId": "createB2bComponentsIndividualPricingTier", + "summary": "Create a new B2b Components Organization resources.", + "description": "", + "operationId": "createB2bComponentsOrganization", "parameters": [ { "name": "_response", @@ -11513,14 +11513,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" + "$ref": "#/components/schemas/B2bComponentsOrganization" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsIndividualPricingTier", + "description": "Detail of B2bComponentsOrganization", "content": { "application/vnd.api+json": { "schema": { @@ -11532,7 +11532,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" + "$ref": "#/components/schemas/B2bComponentsOrganization" } } } @@ -11547,7 +11547,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" + "$ref": "#/components/schemas/B2bComponentsOrganization" } } } @@ -11563,14 +11563,14 @@ } } }, - "/search/b2b-components-individual-pricing-tier": { + "/search/b2b-components-organization": { "post": { "tags": [ - "B2b Components Individual Pricing Tier" + "B2b Components Organization" ], - "summary": "Search for the B2b Components Individual Pricing Tier resources.", - "description": "Available since: 6.7.8.0", - "operationId": "searchB2bComponentsIndividualPricingTier", + "summary": "Search for the B2b Components Organization resources.", + "description": "", + "operationId": "searchB2bComponentsOrganization", "parameters": [ { "name": "sw-include-search-info", @@ -11598,7 +11598,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsIndividualPricingTier", + "description": "List of B2bComponentsOrganization", "content": { "application/vnd.api+json": { "schema": { @@ -11612,7 +11612,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" + "$ref": "#/components/schemas/B2bComponentsOrganization" } } } @@ -11630,7 +11630,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" + "$ref": "#/components/schemas/B2bComponentsOrganization" } } } @@ -11647,19 +11647,19 @@ } } }, - "/b2b-components-individual-pricing-tier/{id}": { + "/b2b-components-organization/{id}": { "get": { "tags": [ - "B2b Components Individual Pricing Tier" + "B2b Components Organization" ], - "summary": "Detailed information about a B2b Components Individual Pricing Tier resource.", - "description": "Available since: 6.7.8.0", - "operationId": "getB2bComponentsIndividualPricingTier", + "summary": "Detailed information about a B2b Components Organization resource.", + "description": "", + "operationId": "getB2bComponentsOrganization", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_individual_pricing_tier", + "description": "Identifier for the b2b_components_organization", "required": true, "schema": { "type": "string", @@ -11669,7 +11669,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsIndividualPricingTier", + "description": "Detail of B2bComponentsOrganization", "content": { "application/vnd.api+json": { "schema": { @@ -11681,7 +11681,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" + "$ref": "#/components/schemas/B2bComponentsOrganization" } } } @@ -11696,7 +11696,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" + "$ref": "#/components/schemas/B2bComponentsOrganization" } } } @@ -11713,16 +11713,16 @@ }, "delete": { "tags": [ - "B2b Components Individual Pricing Tier" + "B2b Components Organization" ], - "summary": "Delete a B2b Components Individual Pricing Tier resource.", - "description": "Available since: 6.7.8.0", - "operationId": "deleteB2bComponentsIndividualPricingTier", + "summary": "Delete a B2b Components Organization resource.", + "description": "", + "operationId": "deleteB2bComponentsOrganization", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_individual_pricing_tier", + "description": "Identifier for the b2b_components_organization", "required": true, "schema": { "type": "string", @@ -11753,16 +11753,16 @@ }, "patch": { "tags": [ - "B2b Components Individual Pricing Tier" + "B2b Components Organization" ], - "summary": "Partially update information about a B2b Components Individual Pricing Tier resource.", - "description": "Available since: 6.7.8.0", - "operationId": "updateB2bComponentsIndividualPricingTier", + "summary": "Partially update information about a B2b Components Organization resource.", + "description": "", + "operationId": "updateB2bComponentsOrganization", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_individual_pricing_tier", + "description": "Identifier for the b2b_components_organization", "required": true, "schema": { "type": "string", @@ -11780,18 +11780,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Individual Pricing Tier resource.", + "description": "Partially update information about a B2b Components Organization resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" + "$ref": "#/components/schemas/B2bComponentsOrganization" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsIndividualPricingTier", + "description": "Detail of B2bComponentsOrganization", "content": { "application/vnd.api+json": { "schema": { @@ -11803,7 +11803,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" + "$ref": "#/components/schemas/B2bComponentsOrganization" } } } @@ -11818,7 +11818,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" + "$ref": "#/components/schemas/B2bComponentsOrganization" } } } @@ -11837,14 +11837,14 @@ } } }, - "/aggregate/b2b-components-individual-pricing-tier": { + "/aggregate/b2b-components-organization": { "post": { "tags": [ - "B2b Components Individual Pricing Tier" + "B2b Components Organization" ], - "summary": "Aggregate for the B2b Components Individual Pricing Tier resources.", - "description": "Available since: 6.7.8.0", - "operationId": "aggregateB2bComponentsIndividualPricingTier", + "summary": "Aggregate for the B2b Components Organization resources.", + "description": "Available since: 6.6.10.0", + "operationId": "aggregateB2bComponentsOrganization", "requestBody": { "required": true, "content": { @@ -11868,7 +11868,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsIndividualPricingTier", + "description": "List of B2bComponentsOrganization", "content": { "application/vnd.api+json": { "schema": { @@ -11882,7 +11882,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" + "$ref": "#/components/schemas/B2bComponentsOrganization" } } } @@ -11900,7 +11900,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsIndividualPricingTier" + "$ref": "#/components/schemas/B2bComponentsOrganization" } } } @@ -11917,14 +11917,14 @@ } } }, - "/b2b-components-organization": { + "/b2b-components-organization-customer-address": { "get": { "tags": [ - "B2b Components Organization" + "B2b Components Organization Customer Address" ], - "summary": "List with basic information of B2b Components Organization resources.", + "summary": "List with basic information of B2b Components Organization Customer Address resources.", "description": "", - "operationId": "getB2bComponentsOrganizationList", + "operationId": "getB2bComponentsOrganizationCustomerAddressList", "parameters": [ { "name": "limit", @@ -11953,7 +11953,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Organization resources.", + "description": "List of B2b Components Organization Customer Address resources.", "content": { "application/vnd.api+json": { "schema": { @@ -11972,7 +11972,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsOrganization" + "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" } } ] @@ -11986,16 +11986,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-organization?limit=25" + "example": "/b2b-components-organization-customer-address?limit=25" }, "last": { - "example": "/b2b-components-organization?limit=25&page=11" + "example": "/b2b-components-organization-customer-address?limit=25&page=11" }, "next": { - "example": "/b2b-components-organization?limit=25&page=4" + "example": "/b2b-components-organization-customer-address?limit=25&page=4" }, "prev": { - "example": "/b2b-components-organization?limit=25&page=2" + "example": "/b2b-components-organization-customer-address?limit=25&page=2" } } } @@ -12016,7 +12016,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsOrganization" + "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" } } } @@ -12031,11 +12031,11 @@ }, "post": { "tags": [ - "B2b Components Organization" + "B2b Components Organization Customer Address" ], - "summary": "Create a new B2b Components Organization resources.", + "summary": "Create a new B2b Components Organization Customer Address resources.", "description": "", - "operationId": "createB2bComponentsOrganization", + "operationId": "createB2bComponentsOrganizationCustomerAddress", "parameters": [ { "name": "_response", @@ -12054,14 +12054,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsOrganization" + "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsOrganization", + "description": "Detail of B2bComponentsOrganizationCustomerAddress", "content": { "application/vnd.api+json": { "schema": { @@ -12073,7 +12073,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsOrganization" + "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" } } } @@ -12088,7 +12088,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsOrganization" + "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" } } } @@ -12104,14 +12104,14 @@ } } }, - "/search/b2b-components-organization": { + "/search/b2b-components-organization-customer-address": { "post": { "tags": [ - "B2b Components Organization" + "B2b Components Organization Customer Address" ], - "summary": "Search for the B2b Components Organization resources.", + "summary": "Search for the B2b Components Organization Customer Address resources.", "description": "", - "operationId": "searchB2bComponentsOrganization", + "operationId": "searchB2bComponentsOrganizationCustomerAddress", "parameters": [ { "name": "sw-include-search-info", @@ -12139,7 +12139,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsOrganization", + "description": "List of B2bComponentsOrganizationCustomerAddress", "content": { "application/vnd.api+json": { "schema": { @@ -12153,7 +12153,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsOrganization" + "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" } } } @@ -12171,7 +12171,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsOrganization" + "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" } } } @@ -12188,19 +12188,19 @@ } } }, - "/b2b-components-organization/{id}": { + "/b2b-components-organization-customer-address/{id}": { "get": { "tags": [ - "B2b Components Organization" + "B2b Components Organization Customer Address" ], - "summary": "Detailed information about a B2b Components Organization resource.", + "summary": "Detailed information about a B2b Components Organization Customer Address resource.", "description": "", - "operationId": "getB2bComponentsOrganization", + "operationId": "getB2bComponentsOrganizationCustomerAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_organization", + "description": "Identifier for the b2b_components_organization_customer_address", "required": true, "schema": { "type": "string", @@ -12210,7 +12210,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsOrganization", + "description": "Detail of B2bComponentsOrganizationCustomerAddress", "content": { "application/vnd.api+json": { "schema": { @@ -12222,7 +12222,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsOrganization" + "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" } } } @@ -12237,7 +12237,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsOrganization" + "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" } } } @@ -12254,16 +12254,16 @@ }, "delete": { "tags": [ - "B2b Components Organization" + "B2b Components Organization Customer Address" ], - "summary": "Delete a B2b Components Organization resource.", + "summary": "Delete a B2b Components Organization Customer Address resource.", "description": "", - "operationId": "deleteB2bComponentsOrganization", + "operationId": "deleteB2bComponentsOrganizationCustomerAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_organization", + "description": "Identifier for the b2b_components_organization_customer_address", "required": true, "schema": { "type": "string", @@ -12294,16 +12294,16 @@ }, "patch": { "tags": [ - "B2b Components Organization" + "B2b Components Organization Customer Address" ], - "summary": "Partially update information about a B2b Components Organization resource.", + "summary": "Partially update information about a B2b Components Organization Customer Address resource.", "description": "", - "operationId": "updateB2bComponentsOrganization", + "operationId": "updateB2bComponentsOrganizationCustomerAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_organization", + "description": "Identifier for the b2b_components_organization_customer_address", "required": true, "schema": { "type": "string", @@ -12321,18 +12321,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Organization resource.", + "description": "Partially update information about a B2b Components Organization Customer Address resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsOrganization" + "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsOrganization", + "description": "Detail of B2bComponentsOrganizationCustomerAddress", "content": { "application/vnd.api+json": { "schema": { @@ -12344,7 +12344,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsOrganization" + "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" } } } @@ -12359,7 +12359,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsOrganization" + "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" } } } @@ -12378,14 +12378,14 @@ } } }, - "/aggregate/b2b-components-organization": { + "/aggregate/b2b-components-organization-customer-address": { "post": { "tags": [ - "B2b Components Organization" + "B2b Components Organization Customer Address" ], - "summary": "Aggregate for the B2b Components Organization resources.", + "summary": "Aggregate for the B2b Components Organization Customer Address resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsOrganization", + "operationId": "aggregateB2bComponentsOrganizationCustomerAddress", "requestBody": { "required": true, "content": { @@ -12409,7 +12409,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsOrganization", + "description": "List of B2bComponentsOrganizationCustomerAddress", "content": { "application/vnd.api+json": { "schema": { @@ -12423,7 +12423,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsOrganization" + "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" } } } @@ -12441,7 +12441,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsOrganization" + "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" } } } @@ -12458,14 +12458,14 @@ } } }, - "/b2b-components-organization-customer-address": { + "/b2b-components-pending-order": { "get": { "tags": [ - "B2b Components Organization Customer Address" + "B2b Components Pending Order" ], - "summary": "List with basic information of B2b Components Organization Customer Address resources.", - "description": "", - "operationId": "getB2bComponentsOrganizationCustomerAddressList", + "summary": "List with basic information of B2b Components Pending Order resources.", + "description": "Available since: 6.6.0.0", + "operationId": "getB2bComponentsPendingOrderList", "parameters": [ { "name": "limit", @@ -12494,7 +12494,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Organization Customer Address resources.", + "description": "List of B2b Components Pending Order resources.", "content": { "application/vnd.api+json": { "schema": { @@ -12513,7 +12513,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } ] @@ -12527,16 +12527,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-organization-customer-address?limit=25" + "example": "/b2b-components-pending-order?limit=25" }, "last": { - "example": "/b2b-components-organization-customer-address?limit=25&page=11" + "example": "/b2b-components-pending-order?limit=25&page=11" }, "next": { - "example": "/b2b-components-organization-customer-address?limit=25&page=4" + "example": "/b2b-components-pending-order?limit=25&page=4" }, "prev": { - "example": "/b2b-components-organization-customer-address?limit=25&page=2" + "example": "/b2b-components-pending-order?limit=25&page=2" } } } @@ -12557,7 +12557,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -12572,11 +12572,11 @@ }, "post": { "tags": [ - "B2b Components Organization Customer Address" + "B2b Components Pending Order" ], - "summary": "Create a new B2b Components Organization Customer Address resources.", - "description": "", - "operationId": "createB2bComponentsOrganizationCustomerAddress", + "summary": "Create a new B2b Components Pending Order resources.", + "description": "Available since: 6.6.0.0", + "operationId": "createB2bComponentsPendingOrder", "parameters": [ { "name": "_response", @@ -12595,14 +12595,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsOrganizationCustomerAddress", + "description": "Detail of B2bComponentsPendingOrder", "content": { "application/vnd.api+json": { "schema": { @@ -12614,7 +12614,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -12629,7 +12629,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -12645,14 +12645,14 @@ } } }, - "/search/b2b-components-organization-customer-address": { + "/search/b2b-components-pending-order": { "post": { "tags": [ - "B2b Components Organization Customer Address" + "B2b Components Pending Order" ], - "summary": "Search for the B2b Components Organization Customer Address resources.", - "description": "", - "operationId": "searchB2bComponentsOrganizationCustomerAddress", + "summary": "Search for the B2b Components Pending Order resources.", + "description": "Available since: 6.6.0.0", + "operationId": "searchB2bComponentsPendingOrder", "parameters": [ { "name": "sw-include-search-info", @@ -12680,7 +12680,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsOrganizationCustomerAddress", + "description": "List of B2bComponentsPendingOrder", "content": { "application/vnd.api+json": { "schema": { @@ -12694,7 +12694,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -12712,7 +12712,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -12729,19 +12729,19 @@ } } }, - "/b2b-components-organization-customer-address/{id}": { + "/b2b-components-pending-order/{id}": { "get": { "tags": [ - "B2b Components Organization Customer Address" + "B2b Components Pending Order" ], - "summary": "Detailed information about a B2b Components Organization Customer Address resource.", - "description": "", - "operationId": "getB2bComponentsOrganizationCustomerAddress", + "summary": "Detailed information about a B2b Components Pending Order resource.", + "description": "Available since: 6.6.0.0", + "operationId": "getB2bComponentsPendingOrder", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_organization_customer_address", + "description": "Identifier for the b2b_components_pending_order", "required": true, "schema": { "type": "string", @@ -12751,7 +12751,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsOrganizationCustomerAddress", + "description": "Detail of B2bComponentsPendingOrder", "content": { "application/vnd.api+json": { "schema": { @@ -12763,7 +12763,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -12778,7 +12778,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -12795,16 +12795,16 @@ }, "delete": { "tags": [ - "B2b Components Organization Customer Address" + "B2b Components Pending Order" ], - "summary": "Delete a B2b Components Organization Customer Address resource.", - "description": "", - "operationId": "deleteB2bComponentsOrganizationCustomerAddress", + "summary": "Delete a B2b Components Pending Order resource.", + "description": "Available since: 6.6.0.0", + "operationId": "deleteB2bComponentsPendingOrder", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_organization_customer_address", + "description": "Identifier for the b2b_components_pending_order", "required": true, "schema": { "type": "string", @@ -12835,16 +12835,16 @@ }, "patch": { "tags": [ - "B2b Components Organization Customer Address" + "B2b Components Pending Order" ], - "summary": "Partially update information about a B2b Components Organization Customer Address resource.", - "description": "", - "operationId": "updateB2bComponentsOrganizationCustomerAddress", + "summary": "Partially update information about a B2b Components Pending Order resource.", + "description": "Available since: 6.6.0.0", + "operationId": "updateB2bComponentsPendingOrder", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_organization_customer_address", + "description": "Identifier for the b2b_components_pending_order", "required": true, "schema": { "type": "string", @@ -12862,18 +12862,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Organization Customer Address resource.", + "description": "Partially update information about a B2b Components Pending Order resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsOrganizationCustomerAddress", + "description": "Detail of B2bComponentsPendingOrder", "content": { "application/vnd.api+json": { "schema": { @@ -12885,7 +12885,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -12900,7 +12900,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -12919,14 +12919,14 @@ } } }, - "/aggregate/b2b-components-organization-customer-address": { + "/aggregate/b2b-components-pending-order": { "post": { "tags": [ - "B2b Components Organization Customer Address" + "B2b Components Pending Order" ], - "summary": "Aggregate for the B2b Components Organization Customer Address resources.", + "summary": "Aggregate for the B2b Components Pending Order resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsOrganizationCustomerAddress", + "operationId": "aggregateB2bComponentsPendingOrder", "requestBody": { "required": true, "content": { @@ -12950,7 +12950,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsOrganizationCustomerAddress", + "description": "List of B2bComponentsPendingOrder", "content": { "application/vnd.api+json": { "schema": { @@ -12964,7 +12964,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -12982,7 +12982,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsOrganizationCustomerAddress" + "$ref": "#/components/schemas/B2bComponentsPendingOrder" } } } @@ -12999,14 +12999,14 @@ } } }, - "/b2b-components-pending-order": { + "/b2b-components-pending-order-address": { "get": { "tags": [ - "B2b Components Pending Order" + "B2b Components Pending Order Address" ], - "summary": "List with basic information of B2b Components Pending Order resources.", + "summary": "List with basic information of B2b Components Pending Order Address resources.", "description": "Available since: 6.6.0.0", - "operationId": "getB2bComponentsPendingOrderList", + "operationId": "getB2bComponentsPendingOrderAddressList", "parameters": [ { "name": "limit", @@ -13035,7 +13035,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Pending Order resources.", + "description": "List of B2b Components Pending Order Address resources.", "content": { "application/vnd.api+json": { "schema": { @@ -13054,7 +13054,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } ] @@ -13068,16 +13068,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-pending-order?limit=25" + "example": "/b2b-components-pending-order-address?limit=25" }, "last": { - "example": "/b2b-components-pending-order?limit=25&page=11" + "example": "/b2b-components-pending-order-address?limit=25&page=11" }, "next": { - "example": "/b2b-components-pending-order?limit=25&page=4" + "example": "/b2b-components-pending-order-address?limit=25&page=4" }, "prev": { - "example": "/b2b-components-pending-order?limit=25&page=2" + "example": "/b2b-components-pending-order-address?limit=25&page=2" } } } @@ -13098,7 +13098,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -13113,11 +13113,11 @@ }, "post": { "tags": [ - "B2b Components Pending Order" + "B2b Components Pending Order Address" ], - "summary": "Create a new B2b Components Pending Order resources.", + "summary": "Create a new B2b Components Pending Order Address resources.", "description": "Available since: 6.6.0.0", - "operationId": "createB2bComponentsPendingOrder", + "operationId": "createB2bComponentsPendingOrderAddress", "parameters": [ { "name": "_response", @@ -13136,14 +13136,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsPendingOrder", + "description": "Detail of B2bComponentsPendingOrderAddress", "content": { "application/vnd.api+json": { "schema": { @@ -13155,7 +13155,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -13170,7 +13170,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -13186,14 +13186,14 @@ } } }, - "/search/b2b-components-pending-order": { + "/search/b2b-components-pending-order-address": { "post": { "tags": [ - "B2b Components Pending Order" + "B2b Components Pending Order Address" ], - "summary": "Search for the B2b Components Pending Order resources.", + "summary": "Search for the B2b Components Pending Order Address resources.", "description": "Available since: 6.6.0.0", - "operationId": "searchB2bComponentsPendingOrder", + "operationId": "searchB2bComponentsPendingOrderAddress", "parameters": [ { "name": "sw-include-search-info", @@ -13221,7 +13221,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsPendingOrder", + "description": "List of B2bComponentsPendingOrderAddress", "content": { "application/vnd.api+json": { "schema": { @@ -13235,7 +13235,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -13253,7 +13253,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -13270,19 +13270,19 @@ } } }, - "/b2b-components-pending-order/{id}": { + "/b2b-components-pending-order-address/{id}": { "get": { "tags": [ - "B2b Components Pending Order" + "B2b Components Pending Order Address" ], - "summary": "Detailed information about a B2b Components Pending Order resource.", + "summary": "Detailed information about a B2b Components Pending Order Address resource.", "description": "Available since: 6.6.0.0", - "operationId": "getB2bComponentsPendingOrder", + "operationId": "getB2bComponentsPendingOrderAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_pending_order", + "description": "Identifier for the b2b_components_pending_order_address", "required": true, "schema": { "type": "string", @@ -13292,7 +13292,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsPendingOrder", + "description": "Detail of B2bComponentsPendingOrderAddress", "content": { "application/vnd.api+json": { "schema": { @@ -13304,7 +13304,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -13319,7 +13319,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -13336,16 +13336,16 @@ }, "delete": { "tags": [ - "B2b Components Pending Order" + "B2b Components Pending Order Address" ], - "summary": "Delete a B2b Components Pending Order resource.", + "summary": "Delete a B2b Components Pending Order Address resource.", "description": "Available since: 6.6.0.0", - "operationId": "deleteB2bComponentsPendingOrder", + "operationId": "deleteB2bComponentsPendingOrderAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_pending_order", + "description": "Identifier for the b2b_components_pending_order_address", "required": true, "schema": { "type": "string", @@ -13376,16 +13376,16 @@ }, "patch": { "tags": [ - "B2b Components Pending Order" + "B2b Components Pending Order Address" ], - "summary": "Partially update information about a B2b Components Pending Order resource.", + "summary": "Partially update information about a B2b Components Pending Order Address resource.", "description": "Available since: 6.6.0.0", - "operationId": "updateB2bComponentsPendingOrder", + "operationId": "updateB2bComponentsPendingOrderAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_pending_order", + "description": "Identifier for the b2b_components_pending_order_address", "required": true, "schema": { "type": "string", @@ -13403,18 +13403,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Pending Order resource.", + "description": "Partially update information about a B2b Components Pending Order Address resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsPendingOrder", + "description": "Detail of B2bComponentsPendingOrderAddress", "content": { "application/vnd.api+json": { "schema": { @@ -13426,7 +13426,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -13441,7 +13441,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -13460,14 +13460,14 @@ } } }, - "/aggregate/b2b-components-pending-order": { + "/aggregate/b2b-components-pending-order-address": { "post": { "tags": [ - "B2b Components Pending Order" + "B2b Components Pending Order Address" ], - "summary": "Aggregate for the B2b Components Pending Order resources.", + "summary": "Aggregate for the B2b Components Pending Order Address resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsPendingOrder", + "operationId": "aggregateB2bComponentsPendingOrderAddress", "requestBody": { "required": true, "content": { @@ -13491,7 +13491,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsPendingOrder", + "description": "List of B2bComponentsPendingOrderAddress", "content": { "application/vnd.api+json": { "schema": { @@ -13505,7 +13505,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -13523,7 +13523,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrder" + "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" } } } @@ -13540,14 +13540,14 @@ } } }, - "/b2b-components-pending-order-address": { + "/b2b-components-role": { "get": { "tags": [ - "B2b Components Pending Order Address" + "B2b Components Role" ], - "summary": "List with basic information of B2b Components Pending Order Address resources.", - "description": "Available since: 6.6.0.0", - "operationId": "getB2bComponentsPendingOrderAddressList", + "summary": "List with basic information of B2b Components Role resources.", + "description": "", + "operationId": "getB2bComponentsRoleList", "parameters": [ { "name": "limit", @@ -13576,7 +13576,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Pending Order Address resources.", + "description": "List of B2b Components Role resources.", "content": { "application/vnd.api+json": { "schema": { @@ -13595,7 +13595,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsRole" } } ] @@ -13609,16 +13609,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-pending-order-address?limit=25" + "example": "/b2b-components-role?limit=25" }, "last": { - "example": "/b2b-components-pending-order-address?limit=25&page=11" + "example": "/b2b-components-role?limit=25&page=11" }, "next": { - "example": "/b2b-components-pending-order-address?limit=25&page=4" + "example": "/b2b-components-role?limit=25&page=4" }, "prev": { - "example": "/b2b-components-pending-order-address?limit=25&page=2" + "example": "/b2b-components-role?limit=25&page=2" } } } @@ -13639,7 +13639,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -13654,11 +13654,11 @@ }, "post": { "tags": [ - "B2b Components Pending Order Address" + "B2b Components Role" ], - "summary": "Create a new B2b Components Pending Order Address resources.", - "description": "Available since: 6.6.0.0", - "operationId": "createB2bComponentsPendingOrderAddress", + "summary": "Create a new B2b Components Role resources.", + "description": "", + "operationId": "createB2bComponentsRole", "parameters": [ { "name": "_response", @@ -13677,14 +13677,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsRole" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsPendingOrderAddress", + "description": "Detail of B2bComponentsRole", "content": { "application/vnd.api+json": { "schema": { @@ -13696,7 +13696,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -13711,7 +13711,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -13727,14 +13727,14 @@ } } }, - "/search/b2b-components-pending-order-address": { + "/search/b2b-components-role": { "post": { "tags": [ - "B2b Components Pending Order Address" + "B2b Components Role" ], - "summary": "Search for the B2b Components Pending Order Address resources.", - "description": "Available since: 6.6.0.0", - "operationId": "searchB2bComponentsPendingOrderAddress", + "summary": "Search for the B2b Components Role resources.", + "description": "", + "operationId": "searchB2bComponentsRole", "parameters": [ { "name": "sw-include-search-info", @@ -13762,7 +13762,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsPendingOrderAddress", + "description": "List of B2bComponentsRole", "content": { "application/vnd.api+json": { "schema": { @@ -13776,7 +13776,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -13794,7 +13794,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -13811,19 +13811,19 @@ } } }, - "/b2b-components-pending-order-address/{id}": { + "/b2b-components-role/{id}": { "get": { "tags": [ - "B2b Components Pending Order Address" + "B2b Components Role" ], - "summary": "Detailed information about a B2b Components Pending Order Address resource.", - "description": "Available since: 6.6.0.0", - "operationId": "getB2bComponentsPendingOrderAddress", + "summary": "Detailed information about a B2b Components Role resource.", + "description": "", + "operationId": "getB2bComponentsRole", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_pending_order_address", + "description": "Identifier for the b2b_components_role", "required": true, "schema": { "type": "string", @@ -13833,7 +13833,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsPendingOrderAddress", + "description": "Detail of B2bComponentsRole", "content": { "application/vnd.api+json": { "schema": { @@ -13845,7 +13845,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -13860,7 +13860,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -13877,16 +13877,16 @@ }, "delete": { "tags": [ - "B2b Components Pending Order Address" + "B2b Components Role" ], - "summary": "Delete a B2b Components Pending Order Address resource.", - "description": "Available since: 6.6.0.0", - "operationId": "deleteB2bComponentsPendingOrderAddress", + "summary": "Delete a B2b Components Role resource.", + "description": "", + "operationId": "deleteB2bComponentsRole", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_pending_order_address", + "description": "Identifier for the b2b_components_role", "required": true, "schema": { "type": "string", @@ -13917,16 +13917,16 @@ }, "patch": { "tags": [ - "B2b Components Pending Order Address" + "B2b Components Role" ], - "summary": "Partially update information about a B2b Components Pending Order Address resource.", - "description": "Available since: 6.6.0.0", - "operationId": "updateB2bComponentsPendingOrderAddress", + "summary": "Partially update information about a B2b Components Role resource.", + "description": "", + "operationId": "updateB2bComponentsRole", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_pending_order_address", + "description": "Identifier for the b2b_components_role", "required": true, "schema": { "type": "string", @@ -13944,18 +13944,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Pending Order Address resource.", + "description": "Partially update information about a B2b Components Role resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsRole" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsPendingOrderAddress", + "description": "Detail of B2bComponentsRole", "content": { "application/vnd.api+json": { "schema": { @@ -13967,7 +13967,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -13982,7 +13982,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -14001,14 +14001,14 @@ } } }, - "/aggregate/b2b-components-pending-order-address": { + "/aggregate/b2b-components-role": { "post": { "tags": [ - "B2b Components Pending Order Address" + "B2b Components Role" ], - "summary": "Aggregate for the B2b Components Pending Order Address resources.", + "summary": "Aggregate for the B2b Components Role resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsPendingOrderAddress", + "operationId": "aggregateB2bComponentsRole", "requestBody": { "required": true, "content": { @@ -14032,7 +14032,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsPendingOrderAddress", + "description": "List of B2bComponentsRole", "content": { "application/vnd.api+json": { "schema": { @@ -14046,7 +14046,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -14064,7 +14064,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsPendingOrderAddress" + "$ref": "#/components/schemas/B2bComponentsRole" } } } @@ -14081,14 +14081,14 @@ } } }, - "/b2b-components-role": { + "/b2b-components-shopping-list": { "get": { "tags": [ - "B2b Components Role" + "B2b Components Shopping List" ], - "summary": "List with basic information of B2b Components Role resources.", - "description": "", - "operationId": "getB2bComponentsRoleList", + "summary": "List with basic information of B2b Components Shopping List resources.", + "description": "Available since: 6.6.2.0", + "operationId": "getB2bComponentsShoppingListList", "parameters": [ { "name": "limit", @@ -14117,7 +14117,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Role resources.", + "description": "List of B2b Components Shopping List resources.", "content": { "application/vnd.api+json": { "schema": { @@ -14136,7 +14136,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } ] @@ -14150,16 +14150,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-role?limit=25" + "example": "/b2b-components-shopping-list?limit=25" }, "last": { - "example": "/b2b-components-role?limit=25&page=11" + "example": "/b2b-components-shopping-list?limit=25&page=11" }, "next": { - "example": "/b2b-components-role?limit=25&page=4" + "example": "/b2b-components-shopping-list?limit=25&page=4" }, "prev": { - "example": "/b2b-components-role?limit=25&page=2" + "example": "/b2b-components-shopping-list?limit=25&page=2" } } } @@ -14180,7 +14180,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -14195,11 +14195,11 @@ }, "post": { "tags": [ - "B2b Components Role" + "B2b Components Shopping List" ], - "summary": "Create a new B2b Components Role resources.", - "description": "", - "operationId": "createB2bComponentsRole", + "summary": "Create a new B2b Components Shopping List resources.", + "description": "Available since: 6.6.2.0", + "operationId": "createB2bComponentsShoppingList", "parameters": [ { "name": "_response", @@ -14218,14 +14218,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsRole", + "description": "Detail of B2bComponentsShoppingList", "content": { "application/vnd.api+json": { "schema": { @@ -14237,7 +14237,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -14252,7 +14252,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -14268,14 +14268,14 @@ } } }, - "/search/b2b-components-role": { + "/search/b2b-components-shopping-list": { "post": { "tags": [ - "B2b Components Role" + "B2b Components Shopping List" ], - "summary": "Search for the B2b Components Role resources.", - "description": "", - "operationId": "searchB2bComponentsRole", + "summary": "Search for the B2b Components Shopping List resources.", + "description": "Available since: 6.6.2.0", + "operationId": "searchB2bComponentsShoppingList", "parameters": [ { "name": "sw-include-search-info", @@ -14303,7 +14303,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsRole", + "description": "List of B2bComponentsShoppingList", "content": { "application/vnd.api+json": { "schema": { @@ -14317,7 +14317,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -14335,7 +14335,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -14352,19 +14352,19 @@ } } }, - "/b2b-components-role/{id}": { + "/b2b-components-shopping-list/{id}": { "get": { "tags": [ - "B2b Components Role" + "B2b Components Shopping List" ], - "summary": "Detailed information about a B2b Components Role resource.", - "description": "", - "operationId": "getB2bComponentsRole", + "summary": "Detailed information about a B2b Components Shopping List resource.", + "description": "Available since: 6.6.2.0", + "operationId": "getB2bComponentsShoppingList", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_role", + "description": "Identifier for the b2b_components_shopping_list", "required": true, "schema": { "type": "string", @@ -14374,7 +14374,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsRole", + "description": "Detail of B2bComponentsShoppingList", "content": { "application/vnd.api+json": { "schema": { @@ -14386,7 +14386,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -14401,7 +14401,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -14418,16 +14418,16 @@ }, "delete": { "tags": [ - "B2b Components Role" + "B2b Components Shopping List" ], - "summary": "Delete a B2b Components Role resource.", - "description": "", - "operationId": "deleteB2bComponentsRole", + "summary": "Delete a B2b Components Shopping List resource.", + "description": "Available since: 6.6.2.0", + "operationId": "deleteB2bComponentsShoppingList", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_role", + "description": "Identifier for the b2b_components_shopping_list", "required": true, "schema": { "type": "string", @@ -14458,16 +14458,16 @@ }, "patch": { "tags": [ - "B2b Components Role" + "B2b Components Shopping List" ], - "summary": "Partially update information about a B2b Components Role resource.", - "description": "", - "operationId": "updateB2bComponentsRole", + "summary": "Partially update information about a B2b Components Shopping List resource.", + "description": "Available since: 6.6.2.0", + "operationId": "updateB2bComponentsShoppingList", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_role", + "description": "Identifier for the b2b_components_shopping_list", "required": true, "schema": { "type": "string", @@ -14485,18 +14485,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Role resource.", + "description": "Partially update information about a B2b Components Shopping List resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsRole", + "description": "Detail of B2bComponentsShoppingList", "content": { "application/vnd.api+json": { "schema": { @@ -14508,7 +14508,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -14523,7 +14523,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -14542,14 +14542,14 @@ } } }, - "/aggregate/b2b-components-role": { + "/aggregate/b2b-components-shopping-list": { "post": { "tags": [ - "B2b Components Role" + "B2b Components Shopping List" ], - "summary": "Aggregate for the B2b Components Role resources.", + "summary": "Aggregate for the B2b Components Shopping List resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsRole", + "operationId": "aggregateB2bComponentsShoppingList", "requestBody": { "required": true, "content": { @@ -14573,7 +14573,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsRole", + "description": "List of B2bComponentsShoppingList", "content": { "application/vnd.api+json": { "schema": { @@ -14587,7 +14587,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -14605,7 +14605,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsRole" + "$ref": "#/components/schemas/B2bComponentsShoppingList" } } } @@ -14622,14 +14622,14 @@ } } }, - "/b2b-components-shopping-list": { + "/b2b-components-shopping-list-line-item": { "get": { "tags": [ - "B2b Components Shopping List" + "B2b Components Shopping List Line Item" ], - "summary": "List with basic information of B2b Components Shopping List resources.", + "summary": "List with basic information of B2b Components Shopping List Line Item resources.", "description": "Available since: 6.6.2.0", - "operationId": "getB2bComponentsShoppingListList", + "operationId": "getB2bComponentsShoppingListLineItemList", "parameters": [ { "name": "limit", @@ -14658,7 +14658,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Shopping List resources.", + "description": "List of B2b Components Shopping List Line Item resources.", "content": { "application/vnd.api+json": { "schema": { @@ -14677,7 +14677,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } ] @@ -14691,16 +14691,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-shopping-list?limit=25" + "example": "/b2b-components-shopping-list-line-item?limit=25" }, "last": { - "example": "/b2b-components-shopping-list?limit=25&page=11" + "example": "/b2b-components-shopping-list-line-item?limit=25&page=11" }, "next": { - "example": "/b2b-components-shopping-list?limit=25&page=4" + "example": "/b2b-components-shopping-list-line-item?limit=25&page=4" }, "prev": { - "example": "/b2b-components-shopping-list?limit=25&page=2" + "example": "/b2b-components-shopping-list-line-item?limit=25&page=2" } } } @@ -14721,7 +14721,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -14736,11 +14736,11 @@ }, "post": { "tags": [ - "B2b Components Shopping List" + "B2b Components Shopping List Line Item" ], - "summary": "Create a new B2b Components Shopping List resources.", + "summary": "Create a new B2b Components Shopping List Line Item resources.", "description": "Available since: 6.6.2.0", - "operationId": "createB2bComponentsShoppingList", + "operationId": "createB2bComponentsShoppingListLineItem", "parameters": [ { "name": "_response", @@ -14759,14 +14759,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsShoppingList", + "description": "Detail of B2bComponentsShoppingListLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -14778,7 +14778,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -14793,7 +14793,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -14809,14 +14809,14 @@ } } }, - "/search/b2b-components-shopping-list": { + "/search/b2b-components-shopping-list-line-item": { "post": { "tags": [ - "B2b Components Shopping List" + "B2b Components Shopping List Line Item" ], - "summary": "Search for the B2b Components Shopping List resources.", + "summary": "Search for the B2b Components Shopping List Line Item resources.", "description": "Available since: 6.6.2.0", - "operationId": "searchB2bComponentsShoppingList", + "operationId": "searchB2bComponentsShoppingListLineItem", "parameters": [ { "name": "sw-include-search-info", @@ -14844,7 +14844,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsShoppingList", + "description": "List of B2bComponentsShoppingListLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -14858,7 +14858,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -14876,7 +14876,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -14893,19 +14893,19 @@ } } }, - "/b2b-components-shopping-list/{id}": { + "/b2b-components-shopping-list-line-item/{id}": { "get": { "tags": [ - "B2b Components Shopping List" + "B2b Components Shopping List Line Item" ], - "summary": "Detailed information about a B2b Components Shopping List resource.", + "summary": "Detailed information about a B2b Components Shopping List Line Item resource.", "description": "Available since: 6.6.2.0", - "operationId": "getB2bComponentsShoppingList", + "operationId": "getB2bComponentsShoppingListLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_shopping_list", + "description": "Identifier for the b2b_components_shopping_list_line_item", "required": true, "schema": { "type": "string", @@ -14915,7 +14915,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsShoppingList", + "description": "Detail of B2bComponentsShoppingListLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -14927,7 +14927,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -14942,7 +14942,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -14959,16 +14959,16 @@ }, "delete": { "tags": [ - "B2b Components Shopping List" + "B2b Components Shopping List Line Item" ], - "summary": "Delete a B2b Components Shopping List resource.", + "summary": "Delete a B2b Components Shopping List Line Item resource.", "description": "Available since: 6.6.2.0", - "operationId": "deleteB2bComponentsShoppingList", + "operationId": "deleteB2bComponentsShoppingListLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_shopping_list", + "description": "Identifier for the b2b_components_shopping_list_line_item", "required": true, "schema": { "type": "string", @@ -14999,16 +14999,16 @@ }, "patch": { "tags": [ - "B2b Components Shopping List" + "B2b Components Shopping List Line Item" ], - "summary": "Partially update information about a B2b Components Shopping List resource.", + "summary": "Partially update information about a B2b Components Shopping List Line Item resource.", "description": "Available since: 6.6.2.0", - "operationId": "updateB2bComponentsShoppingList", + "operationId": "updateB2bComponentsShoppingListLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_shopping_list", + "description": "Identifier for the b2b_components_shopping_list_line_item", "required": true, "schema": { "type": "string", @@ -15026,18 +15026,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Shopping List resource.", + "description": "Partially update information about a B2b Components Shopping List Line Item resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsShoppingList", + "description": "Detail of B2bComponentsShoppingListLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -15049,7 +15049,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -15064,7 +15064,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -15083,14 +15083,14 @@ } } }, - "/aggregate/b2b-components-shopping-list": { + "/aggregate/b2b-components-shopping-list-line-item": { "post": { "tags": [ - "B2b Components Shopping List" + "B2b Components Shopping List Line Item" ], - "summary": "Aggregate for the B2b Components Shopping List resources.", + "summary": "Aggregate for the B2b Components Shopping List Line Item resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsShoppingList", + "operationId": "aggregateB2bComponentsShoppingListLineItem", "requestBody": { "required": true, "content": { @@ -15114,7 +15114,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsShoppingList", + "description": "List of B2bComponentsShoppingListLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -15128,7 +15128,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -15146,7 +15146,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingList" + "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" } } } @@ -15163,14 +15163,14 @@ } } }, - "/b2b-components-shopping-list-line-item": { + "/b2b-components-subscription-employee": { "get": { "tags": [ - "B2b Components Shopping List Line Item" + "B2b Components Subscription Employee" ], - "summary": "List with basic information of B2b Components Shopping List Line Item resources.", - "description": "Available since: 6.6.2.0", - "operationId": "getB2bComponentsShoppingListLineItemList", + "summary": "List with basic information of B2b Components Subscription Employee resources.", + "description": "", + "operationId": "getB2bComponentsSubscriptionEmployeeList", "parameters": [ { "name": "limit", @@ -15199,7 +15199,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Shopping List Line Item resources.", + "description": "List of B2b Components Subscription Employee resources.", "content": { "application/vnd.api+json": { "schema": { @@ -15218,7 +15218,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" } } ] @@ -15232,16 +15232,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-shopping-list-line-item?limit=25" + "example": "/b2b-components-subscription-employee?limit=25" }, "last": { - "example": "/b2b-components-shopping-list-line-item?limit=25&page=11" + "example": "/b2b-components-subscription-employee?limit=25&page=11" }, "next": { - "example": "/b2b-components-shopping-list-line-item?limit=25&page=4" + "example": "/b2b-components-subscription-employee?limit=25&page=4" }, "prev": { - "example": "/b2b-components-shopping-list-line-item?limit=25&page=2" + "example": "/b2b-components-subscription-employee?limit=25&page=2" } } } @@ -15262,7 +15262,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" } } } @@ -15277,11 +15277,11 @@ }, "post": { "tags": [ - "B2b Components Shopping List Line Item" + "B2b Components Subscription Employee" ], - "summary": "Create a new B2b Components Shopping List Line Item resources.", - "description": "Available since: 6.6.2.0", - "operationId": "createB2bComponentsShoppingListLineItem", + "summary": "Create a new B2b Components Subscription Employee resources.", + "description": "", + "operationId": "createB2bComponentsSubscriptionEmployee", "parameters": [ { "name": "_response", @@ -15300,14 +15300,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsShoppingListLineItem", + "description": "Detail of B2bComponentsSubscriptionEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -15319,7 +15319,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" } } } @@ -15334,7 +15334,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" } } } @@ -15350,14 +15350,14 @@ } } }, - "/search/b2b-components-shopping-list-line-item": { + "/search/b2b-components-subscription-employee": { "post": { "tags": [ - "B2b Components Shopping List Line Item" + "B2b Components Subscription Employee" ], - "summary": "Search for the B2b Components Shopping List Line Item resources.", - "description": "Available since: 6.6.2.0", - "operationId": "searchB2bComponentsShoppingListLineItem", + "summary": "Search for the B2b Components Subscription Employee resources.", + "description": "", + "operationId": "searchB2bComponentsSubscriptionEmployee", "parameters": [ { "name": "sw-include-search-info", @@ -15385,7 +15385,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsShoppingListLineItem", + "description": "List of B2bComponentsSubscriptionEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -15399,7 +15399,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" } } } @@ -15417,7 +15417,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" } } } @@ -15434,19 +15434,19 @@ } } }, - "/b2b-components-shopping-list-line-item/{id}": { + "/b2b-components-subscription-employee/{id}": { "get": { "tags": [ - "B2b Components Shopping List Line Item" + "B2b Components Subscription Employee" ], - "summary": "Detailed information about a B2b Components Shopping List Line Item resource.", - "description": "Available since: 6.6.2.0", - "operationId": "getB2bComponentsShoppingListLineItem", + "summary": "Detailed information about a B2b Components Subscription Employee resource.", + "description": "", + "operationId": "getB2bComponentsSubscriptionEmployee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_shopping_list_line_item", + "description": "Identifier for the b2b_components_subscription_employee", "required": true, "schema": { "type": "string", @@ -15456,7 +15456,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsShoppingListLineItem", + "description": "Detail of B2bComponentsSubscriptionEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -15468,7 +15468,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" } } } @@ -15483,7 +15483,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" } } } @@ -15500,16 +15500,16 @@ }, "delete": { "tags": [ - "B2b Components Shopping List Line Item" + "B2b Components Subscription Employee" ], - "summary": "Delete a B2b Components Shopping List Line Item resource.", - "description": "Available since: 6.6.2.0", - "operationId": "deleteB2bComponentsShoppingListLineItem", + "summary": "Delete a B2b Components Subscription Employee resource.", + "description": "", + "operationId": "deleteB2bComponentsSubscriptionEmployee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_shopping_list_line_item", + "description": "Identifier for the b2b_components_subscription_employee", "required": true, "schema": { "type": "string", @@ -15540,16 +15540,16 @@ }, "patch": { "tags": [ - "B2b Components Shopping List Line Item" + "B2b Components Subscription Employee" ], - "summary": "Partially update information about a B2b Components Shopping List Line Item resource.", - "description": "Available since: 6.6.2.0", - "operationId": "updateB2bComponentsShoppingListLineItem", + "summary": "Partially update information about a B2b Components Subscription Employee resource.", + "description": "", + "operationId": "updateB2bComponentsSubscriptionEmployee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_shopping_list_line_item", + "description": "Identifier for the b2b_components_subscription_employee", "required": true, "schema": { "type": "string", @@ -15567,18 +15567,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Shopping List Line Item resource.", + "description": "Partially update information about a B2b Components Subscription Employee resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsShoppingListLineItem", + "description": "Detail of B2bComponentsSubscriptionEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -15590,7 +15590,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" } } } @@ -15605,7 +15605,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" } } } @@ -15624,14 +15624,14 @@ } } }, - "/aggregate/b2b-components-shopping-list-line-item": { + "/aggregate/b2b-components-subscription-employee": { "post": { "tags": [ - "B2b Components Shopping List Line Item" + "B2b Components Subscription Employee" ], - "summary": "Aggregate for the B2b Components Shopping List Line Item resources.", + "summary": "Aggregate for the B2b Components Subscription Employee resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsShoppingListLineItem", + "operationId": "aggregateB2bComponentsSubscriptionEmployee", "requestBody": { "required": true, "content": { @@ -15655,7 +15655,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsShoppingListLineItem", + "description": "List of B2bComponentsSubscriptionEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -15669,7 +15669,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" } } } @@ -15687,7 +15687,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsShoppingListLineItem" + "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" } } } @@ -15704,14 +15704,14 @@ } } }, - "/b2b-components-subscription-employee": { + "/b2b-employee": { "get": { "tags": [ - "B2b Components Subscription Employee" + "B2b Employee" ], - "summary": "List with basic information of B2b Components Subscription Employee resources.", + "summary": "List with basic information of B2b Employee resources.", "description": "", - "operationId": "getB2bComponentsSubscriptionEmployeeList", + "operationId": "getB2bEmployeeList", "parameters": [ { "name": "limit", @@ -15740,7 +15740,7 @@ ], "responses": { "200": { - "description": "List of B2b Components Subscription Employee resources.", + "description": "List of B2b Employee resources.", "content": { "application/vnd.api+json": { "schema": { @@ -15759,7 +15759,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" + "$ref": "#/components/schemas/B2bEmployee" } } ] @@ -15773,16 +15773,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-components-subscription-employee?limit=25" + "example": "/b2b-employee?limit=25" }, "last": { - "example": "/b2b-components-subscription-employee?limit=25&page=11" + "example": "/b2b-employee?limit=25&page=11" }, "next": { - "example": "/b2b-components-subscription-employee?limit=25&page=4" + "example": "/b2b-employee?limit=25&page=4" }, "prev": { - "example": "/b2b-components-subscription-employee?limit=25&page=2" + "example": "/b2b-employee?limit=25&page=2" } } } @@ -15803,7 +15803,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -15818,11 +15818,11 @@ }, "post": { "tags": [ - "B2b Components Subscription Employee" + "B2b Employee" ], - "summary": "Create a new B2b Components Subscription Employee resources.", + "summary": "Create a new B2b Employee resources.", "description": "", - "operationId": "createB2bComponentsSubscriptionEmployee", + "operationId": "createB2bEmployee", "parameters": [ { "name": "_response", @@ -15841,14 +15841,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" + "$ref": "#/components/schemas/B2bEmployee" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsSubscriptionEmployee", + "description": "Detail of B2bEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -15860,7 +15860,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -15875,7 +15875,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -15891,14 +15891,14 @@ } } }, - "/search/b2b-components-subscription-employee": { + "/search/b2b-employee": { "post": { "tags": [ - "B2b Components Subscription Employee" + "B2b Employee" ], - "summary": "Search for the B2b Components Subscription Employee resources.", + "summary": "Search for the B2b Employee resources.", "description": "", - "operationId": "searchB2bComponentsSubscriptionEmployee", + "operationId": "searchB2bEmployee", "parameters": [ { "name": "sw-include-search-info", @@ -15926,7 +15926,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsSubscriptionEmployee", + "description": "List of B2bEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -15940,7 +15940,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -15958,7 +15958,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -15975,19 +15975,19 @@ } } }, - "/b2b-components-subscription-employee/{id}": { + "/b2b-employee/{id}": { "get": { "tags": [ - "B2b Components Subscription Employee" + "B2b Employee" ], - "summary": "Detailed information about a B2b Components Subscription Employee resource.", + "summary": "Detailed information about a B2b Employee resource.", "description": "", - "operationId": "getB2bComponentsSubscriptionEmployee", + "operationId": "getB2bEmployee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_subscription_employee", + "description": "Identifier for the b2b_employee", "required": true, "schema": { "type": "string", @@ -15997,7 +15997,7 @@ ], "responses": { "200": { - "description": "Detail of B2bComponentsSubscriptionEmployee", + "description": "Detail of B2bEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -16009,7 +16009,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -16024,7 +16024,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -16041,16 +16041,16 @@ }, "delete": { "tags": [ - "B2b Components Subscription Employee" + "B2b Employee" ], - "summary": "Delete a B2b Components Subscription Employee resource.", + "summary": "Delete a B2b Employee resource.", "description": "", - "operationId": "deleteB2bComponentsSubscriptionEmployee", + "operationId": "deleteB2bEmployee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_subscription_employee", + "description": "Identifier for the b2b_employee", "required": true, "schema": { "type": "string", @@ -16081,16 +16081,16 @@ }, "patch": { "tags": [ - "B2b Components Subscription Employee" + "B2b Employee" ], - "summary": "Partially update information about a B2b Components Subscription Employee resource.", + "summary": "Partially update information about a B2b Employee resource.", "description": "", - "operationId": "updateB2bComponentsSubscriptionEmployee", + "operationId": "updateB2bEmployee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_components_subscription_employee", + "description": "Identifier for the b2b_employee", "required": true, "schema": { "type": "string", @@ -16108,18 +16108,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Components Subscription Employee resource.", + "description": "Partially update information about a B2b Employee resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" + "$ref": "#/components/schemas/B2bEmployee" } } } }, "responses": { "200": { - "description": "Detail of B2bComponentsSubscriptionEmployee", + "description": "Detail of B2bEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -16131,7 +16131,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -16146,7 +16146,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -16165,14 +16165,14 @@ } } }, - "/aggregate/b2b-components-subscription-employee": { + "/aggregate/b2b-employee": { "post": { "tags": [ - "B2b Components Subscription Employee" + "B2b Employee" ], - "summary": "Aggregate for the B2b Components Subscription Employee resources.", + "summary": "Aggregate for the B2b Employee resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bComponentsSubscriptionEmployee", + "operationId": "aggregateB2bEmployee", "requestBody": { "required": true, "content": { @@ -16196,7 +16196,7 @@ }, "responses": { "200": { - "description": "List of B2bComponentsSubscriptionEmployee", + "description": "List of B2bEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -16210,7 +16210,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -16228,7 +16228,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bComponentsSubscriptionEmployee" + "$ref": "#/components/schemas/B2bEmployee" } } } @@ -16245,14 +16245,14 @@ } } }, - "/b2b-employee": { + "/b2b-order-employee": { "get": { "tags": [ - "B2b Employee" + "B2b Order Employee" ], - "summary": "List with basic information of B2b Employee resources.", + "summary": "List with basic information of B2b Order Employee resources.", "description": "", - "operationId": "getB2bEmployeeList", + "operationId": "getB2bOrderEmployeeList", "parameters": [ { "name": "limit", @@ -16281,7 +16281,7 @@ ], "responses": { "200": { - "description": "List of B2b Employee resources.", + "description": "List of B2b Order Employee resources.", "content": { "application/vnd.api+json": { "schema": { @@ -16300,7 +16300,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/B2bOrderEmployee" } } ] @@ -16314,16 +16314,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-employee?limit=25" + "example": "/b2b-order-employee?limit=25" }, "last": { - "example": "/b2b-employee?limit=25&page=11" + "example": "/b2b-order-employee?limit=25&page=11" }, "next": { - "example": "/b2b-employee?limit=25&page=4" + "example": "/b2b-order-employee?limit=25&page=4" }, "prev": { - "example": "/b2b-employee?limit=25&page=2" + "example": "/b2b-order-employee?limit=25&page=2" } } } @@ -16344,7 +16344,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -16359,11 +16359,11 @@ }, "post": { "tags": [ - "B2b Employee" + "B2b Order Employee" ], - "summary": "Create a new B2b Employee resources.", + "summary": "Create a new B2b Order Employee resources.", "description": "", - "operationId": "createB2bEmployee", + "operationId": "createB2bOrderEmployee", "parameters": [ { "name": "_response", @@ -16382,14 +16382,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } }, "responses": { "200": { - "description": "Detail of B2bEmployee", + "description": "Detail of B2bOrderEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -16401,7 +16401,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -16416,7 +16416,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -16432,14 +16432,14 @@ } } }, - "/search/b2b-employee": { + "/search/b2b-order-employee": { "post": { "tags": [ - "B2b Employee" + "B2b Order Employee" ], - "summary": "Search for the B2b Employee resources.", + "summary": "Search for the B2b Order Employee resources.", "description": "", - "operationId": "searchB2bEmployee", + "operationId": "searchB2bOrderEmployee", "parameters": [ { "name": "sw-include-search-info", @@ -16467,7 +16467,7 @@ }, "responses": { "200": { - "description": "List of B2bEmployee", + "description": "List of B2bOrderEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -16481,7 +16481,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -16499,7 +16499,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -16516,19 +16516,19 @@ } } }, - "/b2b-employee/{id}": { + "/b2b-order-employee/{id}": { "get": { "tags": [ - "B2b Employee" + "B2b Order Employee" ], - "summary": "Detailed information about a B2b Employee resource.", + "summary": "Detailed information about a B2b Order Employee resource.", "description": "", - "operationId": "getB2bEmployee", + "operationId": "getB2bOrderEmployee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_employee", + "description": "Identifier for the b2b_order_employee", "required": true, "schema": { "type": "string", @@ -16538,7 +16538,7 @@ ], "responses": { "200": { - "description": "Detail of B2bEmployee", + "description": "Detail of B2bOrderEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -16550,7 +16550,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -16565,7 +16565,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -16582,16 +16582,16 @@ }, "delete": { "tags": [ - "B2b Employee" + "B2b Order Employee" ], - "summary": "Delete a B2b Employee resource.", + "summary": "Delete a B2b Order Employee resource.", "description": "", - "operationId": "deleteB2bEmployee", + "operationId": "deleteB2bOrderEmployee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_employee", + "description": "Identifier for the b2b_order_employee", "required": true, "schema": { "type": "string", @@ -16622,16 +16622,16 @@ }, "patch": { "tags": [ - "B2b Employee" + "B2b Order Employee" ], - "summary": "Partially update information about a B2b Employee resource.", + "summary": "Partially update information about a B2b Order Employee resource.", "description": "", - "operationId": "updateB2bEmployee", + "operationId": "updateB2bOrderEmployee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_employee", + "description": "Identifier for the b2b_order_employee", "required": true, "schema": { "type": "string", @@ -16649,18 +16649,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Employee resource.", + "description": "Partially update information about a B2b Order Employee resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } }, "responses": { "200": { - "description": "Detail of B2bEmployee", + "description": "Detail of B2bOrderEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -16672,7 +16672,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -16687,7 +16687,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -16706,14 +16706,14 @@ } } }, - "/aggregate/b2b-employee": { + "/aggregate/b2b-order-employee": { "post": { "tags": [ - "B2b Employee" + "B2b Order Employee" ], - "summary": "Aggregate for the B2b Employee resources.", + "summary": "Aggregate for the B2b Order Employee resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bEmployee", + "operationId": "aggregateB2bOrderEmployee", "requestBody": { "required": true, "content": { @@ -16737,7 +16737,7 @@ }, "responses": { "200": { - "description": "List of B2bEmployee", + "description": "List of B2bOrderEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -16751,7 +16751,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -16769,7 +16769,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bEmployee" + "$ref": "#/components/schemas/B2bOrderEmployee" } } } @@ -16786,14 +16786,14 @@ } } }, - "/b2b-order-employee": { + "/b2b-permission": { "get": { "tags": [ - "B2b Order Employee" + "B2b Permission" ], - "summary": "List with basic information of B2b Order Employee resources.", + "summary": "List with basic information of B2b Permission resources.", "description": "", - "operationId": "getB2bOrderEmployeeList", + "operationId": "getB2bPermissionList", "parameters": [ { "name": "limit", @@ -16822,7 +16822,7 @@ ], "responses": { "200": { - "description": "List of B2b Order Employee resources.", + "description": "List of B2b Permission resources.", "content": { "application/vnd.api+json": { "schema": { @@ -16841,7 +16841,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/B2bPermission" } } ] @@ -16855,16 +16855,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-order-employee?limit=25" + "example": "/b2b-permission?limit=25" }, "last": { - "example": "/b2b-order-employee?limit=25&page=11" + "example": "/b2b-permission?limit=25&page=11" }, "next": { - "example": "/b2b-order-employee?limit=25&page=4" + "example": "/b2b-permission?limit=25&page=4" }, "prev": { - "example": "/b2b-order-employee?limit=25&page=2" + "example": "/b2b-permission?limit=25&page=2" } } } @@ -16885,7 +16885,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -16900,11 +16900,11 @@ }, "post": { "tags": [ - "B2b Order Employee" + "B2b Permission" ], - "summary": "Create a new B2b Order Employee resources.", + "summary": "Create a new B2b Permission resources.", "description": "", - "operationId": "createB2bOrderEmployee", + "operationId": "createB2bPermission", "parameters": [ { "name": "_response", @@ -16923,14 +16923,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } }, "responses": { "200": { - "description": "Detail of B2bOrderEmployee", + "description": "Detail of B2bPermission", "content": { "application/vnd.api+json": { "schema": { @@ -16942,7 +16942,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -16957,7 +16957,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -16973,14 +16973,14 @@ } } }, - "/search/b2b-order-employee": { + "/search/b2b-permission": { "post": { "tags": [ - "B2b Order Employee" + "B2b Permission" ], - "summary": "Search for the B2b Order Employee resources.", + "summary": "Search for the B2b Permission resources.", "description": "", - "operationId": "searchB2bOrderEmployee", + "operationId": "searchB2bPermission", "parameters": [ { "name": "sw-include-search-info", @@ -17008,7 +17008,7 @@ }, "responses": { "200": { - "description": "List of B2bOrderEmployee", + "description": "List of B2bPermission", "content": { "application/vnd.api+json": { "schema": { @@ -17022,7 +17022,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -17040,7 +17040,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -17057,19 +17057,19 @@ } } }, - "/b2b-order-employee/{id}": { + "/b2b-permission/{id}": { "get": { "tags": [ - "B2b Order Employee" + "B2b Permission" ], - "summary": "Detailed information about a B2b Order Employee resource.", + "summary": "Detailed information about a B2b Permission resource.", "description": "", - "operationId": "getB2bOrderEmployee", + "operationId": "getB2bPermission", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_order_employee", + "description": "Identifier for the b2b_permission", "required": true, "schema": { "type": "string", @@ -17079,7 +17079,7 @@ ], "responses": { "200": { - "description": "Detail of B2bOrderEmployee", + "description": "Detail of B2bPermission", "content": { "application/vnd.api+json": { "schema": { @@ -17091,7 +17091,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -17106,7 +17106,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -17123,16 +17123,16 @@ }, "delete": { "tags": [ - "B2b Order Employee" + "B2b Permission" ], - "summary": "Delete a B2b Order Employee resource.", + "summary": "Delete a B2b Permission resource.", "description": "", - "operationId": "deleteB2bOrderEmployee", + "operationId": "deleteB2bPermission", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_order_employee", + "description": "Identifier for the b2b_permission", "required": true, "schema": { "type": "string", @@ -17163,16 +17163,16 @@ }, "patch": { "tags": [ - "B2b Order Employee" + "B2b Permission" ], - "summary": "Partially update information about a B2b Order Employee resource.", + "summary": "Partially update information about a B2b Permission resource.", "description": "", - "operationId": "updateB2bOrderEmployee", + "operationId": "updateB2bPermission", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_order_employee", + "description": "Identifier for the b2b_permission", "required": true, "schema": { "type": "string", @@ -17190,18 +17190,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Order Employee resource.", + "description": "Partially update information about a B2b Permission resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } }, "responses": { "200": { - "description": "Detail of B2bOrderEmployee", + "description": "Detail of B2bPermission", "content": { "application/vnd.api+json": { "schema": { @@ -17213,7 +17213,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -17228,7 +17228,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -17247,14 +17247,14 @@ } } }, - "/aggregate/b2b-order-employee": { + "/aggregate/b2b-permission": { "post": { "tags": [ - "B2b Order Employee" + "B2b Permission" ], - "summary": "Aggregate for the B2b Order Employee resources.", + "summary": "Aggregate for the B2b Permission resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bOrderEmployee", + "operationId": "aggregateB2bPermission", "requestBody": { "required": true, "content": { @@ -17278,7 +17278,7 @@ }, "responses": { "200": { - "description": "List of B2bOrderEmployee", + "description": "List of B2bPermission", "content": { "application/vnd.api+json": { "schema": { @@ -17292,7 +17292,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -17310,7 +17310,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bOrderEmployee" + "$ref": "#/components/schemas/B2bPermission" } } } @@ -17327,14 +17327,15 @@ } } }, - "/b2b-permission": { + "/bundle-discount": { "get": { "tags": [ - "B2b Permission" + "Bundle Discount", + "Experimental" ], - "summary": "List with basic information of B2b Permission resources.", - "description": "", - "operationId": "getB2bPermissionList", + "summary": "List with basic information of Bundle Discount resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "Available since: 6.7.9.0", + "operationId": "getBundleDiscountList", "parameters": [ { "name": "limit", @@ -17363,7 +17364,7 @@ ], "responses": { "200": { - "description": "List of B2b Permission resources.", + "description": "List of Bundle Discount resources.", "content": { "application/vnd.api+json": { "schema": { @@ -17382,7 +17383,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/BundleDiscount" } } ] @@ -17396,16 +17397,16 @@ "type": "object", "properties": { "first": { - "example": "/b2b-permission?limit=25" + "example": "/bundle-discount?limit=25" }, "last": { - "example": "/b2b-permission?limit=25&page=11" + "example": "/bundle-discount?limit=25&page=11" }, "next": { - "example": "/b2b-permission?limit=25&page=4" + "example": "/bundle-discount?limit=25&page=4" }, "prev": { - "example": "/b2b-permission?limit=25&page=2" + "example": "/bundle-discount?limit=25&page=2" } } } @@ -17426,7 +17427,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/BundleDiscount" } } } @@ -17441,11 +17442,12 @@ }, "post": { "tags": [ - "B2b Permission" + "Bundle Discount", + "Experimental" ], - "summary": "Create a new B2b Permission resources.", - "description": "", - "operationId": "createB2bPermission", + "summary": "Create a new Bundle Discount resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "Available since: 6.7.9.0", + "operationId": "createBundleDiscount", "parameters": [ { "name": "_response", @@ -17464,14 +17466,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/BundleDiscount" } } } }, "responses": { "200": { - "description": "Detail of B2bPermission", + "description": "Detail of BundleDiscount", "content": { "application/vnd.api+json": { "schema": { @@ -17483,7 +17485,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/BundleDiscount" } } } @@ -17498,7 +17500,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/BundleDiscount" } } } @@ -17514,14 +17516,15 @@ } } }, - "/search/b2b-permission": { + "/search/bundle-discount": { "post": { "tags": [ - "B2b Permission" + "Bundle Discount", + "Experimental" ], - "summary": "Search for the B2b Permission resources.", - "description": "", - "operationId": "searchB2bPermission", + "summary": "Search for the Bundle Discount resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "Available since: 6.7.9.0", + "operationId": "searchBundleDiscount", "parameters": [ { "name": "sw-include-search-info", @@ -17549,7 +17552,7 @@ }, "responses": { "200": { - "description": "List of B2bPermission", + "description": "List of BundleDiscount", "content": { "application/vnd.api+json": { "schema": { @@ -17563,7 +17566,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/BundleDiscount" } } } @@ -17581,7 +17584,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/BundleDiscount" } } } @@ -17598,19 +17601,20 @@ } } }, - "/b2b-permission/{id}": { + "/bundle-discount/{id}": { "get": { "tags": [ - "B2b Permission" + "Bundle Discount", + "Experimental" ], - "summary": "Detailed information about a B2b Permission resource.", - "description": "", - "operationId": "getB2bPermission", + "summary": "Detailed information about a Bundle Discount resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "Available since: 6.7.9.0", + "operationId": "getBundleDiscount", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_permission", + "description": "Identifier for the bundle_discount", "required": true, "schema": { "type": "string", @@ -17620,7 +17624,7 @@ ], "responses": { "200": { - "description": "Detail of B2bPermission", + "description": "Detail of BundleDiscount", "content": { "application/vnd.api+json": { "schema": { @@ -17632,7 +17636,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/BundleDiscount" } } } @@ -17647,7 +17651,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/BundleDiscount" } } } @@ -17664,16 +17668,17 @@ }, "delete": { "tags": [ - "B2b Permission" + "Bundle Discount", + "Experimental" ], - "summary": "Delete a B2b Permission resource.", - "description": "", - "operationId": "deleteB2bPermission", + "summary": "Delete a Bundle Discount resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "Available since: 6.7.9.0", + "operationId": "deleteBundleDiscount", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_permission", + "description": "Identifier for the bundle_discount", "required": true, "schema": { "type": "string", @@ -17704,16 +17709,17 @@ }, "patch": { "tags": [ - "B2b Permission" + "Bundle Discount", + "Experimental" ], - "summary": "Partially update information about a B2b Permission resource.", - "description": "", - "operationId": "updateB2bPermission", + "summary": "Partially update information about a Bundle Discount resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "Available since: 6.7.9.0", + "operationId": "updateBundleDiscount", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the b2b_permission", + "description": "Identifier for the bundle_discount", "required": true, "schema": { "type": "string", @@ -17731,18 +17737,18 @@ } ], "requestBody": { - "description": "Partially update information about a B2b Permission resource.", + "description": "Partially update information about a Bundle Discount resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/BundleDiscount" } } } }, "responses": { "200": { - "description": "Detail of B2bPermission", + "description": "Detail of BundleDiscount", "content": { "application/vnd.api+json": { "schema": { @@ -17754,7 +17760,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/BundleDiscount" } } } @@ -17769,7 +17775,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/BundleDiscount" } } } @@ -17788,14 +17794,15 @@ } } }, - "/aggregate/b2b-permission": { + "/aggregate/bundle-discount": { "post": { "tags": [ - "B2b Permission" + "Bundle Discount", + "Experimental" ], - "summary": "Aggregate for the B2b Permission resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateB2bPermission", + "summary": "Aggregate for the Bundle Discount resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "Available since: 6.7.9.0", + "operationId": "aggregateBundleDiscount", "requestBody": { "required": true, "content": { @@ -17819,7 +17826,7 @@ }, "responses": { "200": { - "description": "List of B2bPermission", + "description": "List of BundleDiscount", "content": { "application/vnd.api+json": { "schema": { @@ -17833,7 +17840,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/BundleDiscount" } } } @@ -17851,7 +17858,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/B2bPermission" + "$ref": "#/components/schemas/BundleDiscount" } } } @@ -17868,15 +17875,15 @@ } } }, - "/bundle-discount": { + "/bundle-item": { "get": { "tags": [ - "Bundle Discount", + "Bundle Item", "Experimental" ], - "summary": "List with basic information of Bundle Discount resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "List with basic information of Bundle Item resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.7.9.0", - "operationId": "getBundleDiscountList", + "operationId": "getBundleItemList", "parameters": [ { "name": "limit", @@ -17905,7 +17912,7 @@ ], "responses": { "200": { - "description": "List of Bundle Discount resources.", + "description": "List of Bundle Item resources.", "content": { "application/vnd.api+json": { "schema": { @@ -17924,7 +17931,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/BundleDiscount" + "$ref": "#/components/schemas/BundleItem" } } ] @@ -17938,16 +17945,16 @@ "type": "object", "properties": { "first": { - "example": "/bundle-discount?limit=25" + "example": "/bundle-item?limit=25" }, "last": { - "example": "/bundle-discount?limit=25&page=11" + "example": "/bundle-item?limit=25&page=11" }, "next": { - "example": "/bundle-discount?limit=25&page=4" + "example": "/bundle-item?limit=25&page=4" }, "prev": { - "example": "/bundle-discount?limit=25&page=2" + "example": "/bundle-item?limit=25&page=2" } } } @@ -17968,7 +17975,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/BundleDiscount" + "$ref": "#/components/schemas/BundleItem" } } } @@ -17983,12 +17990,12 @@ }, "post": { "tags": [ - "Bundle Discount", + "Bundle Item", "Experimental" ], - "summary": "Create a new Bundle Discount resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Create a new Bundle Item resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.7.9.0", - "operationId": "createBundleDiscount", + "operationId": "createBundleItem", "parameters": [ { "name": "_response", @@ -18007,14 +18014,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/BundleDiscount" + "$ref": "#/components/schemas/BundleItem" } } } }, "responses": { "200": { - "description": "Detail of BundleDiscount", + "description": "Detail of BundleItem", "content": { "application/vnd.api+json": { "schema": { @@ -18026,7 +18033,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/BundleDiscount" + "$ref": "#/components/schemas/BundleItem" } } } @@ -18041,7 +18048,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/BundleDiscount" + "$ref": "#/components/schemas/BundleItem" } } } @@ -18057,15 +18064,15 @@ } } }, - "/search/bundle-discount": { + "/search/bundle-item": { "post": { "tags": [ - "Bundle Discount", + "Bundle Item", "Experimental" ], - "summary": "Search for the Bundle Discount resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Search for the Bundle Item resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.7.9.0", - "operationId": "searchBundleDiscount", + "operationId": "searchBundleItem", "parameters": [ { "name": "sw-include-search-info", @@ -18093,7 +18100,7 @@ }, "responses": { "200": { - "description": "List of BundleDiscount", + "description": "List of BundleItem", "content": { "application/vnd.api+json": { "schema": { @@ -18107,7 +18114,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/BundleDiscount" + "$ref": "#/components/schemas/BundleItem" } } } @@ -18125,7 +18132,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/BundleDiscount" + "$ref": "#/components/schemas/BundleItem" } } } @@ -18142,20 +18149,20 @@ } } }, - "/bundle-discount/{id}": { + "/bundle-item/{id}": { "get": { "tags": [ - "Bundle Discount", + "Bundle Item", "Experimental" ], - "summary": "Detailed information about a Bundle Discount resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Detailed information about a Bundle Item resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.7.9.0", - "operationId": "getBundleDiscount", + "operationId": "getBundleItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the bundle_discount", + "description": "Identifier for the bundle_item", "required": true, "schema": { "type": "string", @@ -18165,7 +18172,7 @@ ], "responses": { "200": { - "description": "Detail of BundleDiscount", + "description": "Detail of BundleItem", "content": { "application/vnd.api+json": { "schema": { @@ -18177,7 +18184,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/BundleDiscount" + "$ref": "#/components/schemas/BundleItem" } } } @@ -18192,7 +18199,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/BundleDiscount" + "$ref": "#/components/schemas/BundleItem" } } } @@ -18209,17 +18216,17 @@ }, "delete": { "tags": [ - "Bundle Discount", + "Bundle Item", "Experimental" ], - "summary": "Delete a Bundle Discount resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Delete a Bundle Item resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.7.9.0", - "operationId": "deleteBundleDiscount", + "operationId": "deleteBundleItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the bundle_discount", + "description": "Identifier for the bundle_item", "required": true, "schema": { "type": "string", @@ -18250,17 +18257,17 @@ }, "patch": { "tags": [ - "Bundle Discount", + "Bundle Item", "Experimental" ], - "summary": "Partially update information about a Bundle Discount resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Partially update information about a Bundle Item resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.7.9.0", - "operationId": "updateBundleDiscount", + "operationId": "updateBundleItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the bundle_discount", + "description": "Identifier for the bundle_item", "required": true, "schema": { "type": "string", @@ -18278,18 +18285,18 @@ } ], "requestBody": { - "description": "Partially update information about a Bundle Discount resource.", + "description": "Partially update information about a Bundle Item resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/BundleDiscount" + "$ref": "#/components/schemas/BundleItem" } } } }, "responses": { "200": { - "description": "Detail of BundleDiscount", + "description": "Detail of BundleItem", "content": { "application/vnd.api+json": { "schema": { @@ -18301,7 +18308,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/BundleDiscount" + "$ref": "#/components/schemas/BundleItem" } } } @@ -18316,7 +18323,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/BundleDiscount" + "$ref": "#/components/schemas/BundleItem" } } } @@ -18335,15 +18342,15 @@ } } }, - "/aggregate/bundle-discount": { + "/aggregate/bundle-item": { "post": { "tags": [ - "Bundle Discount", + "Bundle Item", "Experimental" ], - "summary": "Aggregate for the Bundle Discount resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Aggregate for the Bundle Item resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.7.9.0", - "operationId": "aggregateBundleDiscount", + "operationId": "aggregateBundleItem", "requestBody": { "required": true, "content": { @@ -18367,7 +18374,7 @@ }, "responses": { "200": { - "description": "List of BundleDiscount", + "description": "List of BundleItem", "content": { "application/vnd.api+json": { "schema": { @@ -18381,7 +18388,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/BundleDiscount" + "$ref": "#/components/schemas/BundleItem" } } } @@ -18399,7 +18406,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/BundleDiscount" + "$ref": "#/components/schemas/BundleItem" } } } @@ -18416,15 +18423,14 @@ } } }, - "/bundle-item": { + "/custom-price": { "get": { "tags": [ - "Bundle Item", - "Experimental" + "Custom Price" ], - "summary": "List with basic information of Bundle Item resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "getBundleItemList", + "summary": "List with basic information of Custom Price resources.", + "description": "", + "operationId": "getCustomPriceList", "parameters": [ { "name": "limit", @@ -18453,7 +18459,7 @@ ], "responses": { "200": { - "description": "List of Bundle Item resources.", + "description": "List of Custom Price resources.", "content": { "application/vnd.api+json": { "schema": { @@ -18472,7 +18478,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/BundleItem" + "$ref": "#/components/schemas/CustomPrice" } } ] @@ -18486,16 +18492,16 @@ "type": "object", "properties": { "first": { - "example": "/bundle-item?limit=25" + "example": "/custom-price?limit=25" }, "last": { - "example": "/bundle-item?limit=25&page=11" + "example": "/custom-price?limit=25&page=11" }, "next": { - "example": "/bundle-item?limit=25&page=4" + "example": "/custom-price?limit=25&page=4" }, "prev": { - "example": "/bundle-item?limit=25&page=2" + "example": "/custom-price?limit=25&page=2" } } } @@ -18516,7 +18522,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/BundleItem" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -18531,12 +18537,11 @@ }, "post": { "tags": [ - "Bundle Item", - "Experimental" + "Custom Price" ], - "summary": "Create a new Bundle Item resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "createBundleItem", + "summary": "Create a new Custom Price resources.", + "description": "", + "operationId": "createCustomPrice", "parameters": [ { "name": "_response", @@ -18555,14 +18560,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/BundleItem" + "$ref": "#/components/schemas/CustomPrice" } } } }, "responses": { "200": { - "description": "Detail of BundleItem", + "description": "Detail of CustomPrice", "content": { "application/vnd.api+json": { "schema": { @@ -18574,7 +18579,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/BundleItem" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -18589,7 +18594,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/BundleItem" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -18605,15 +18610,14 @@ } } }, - "/search/bundle-item": { + "/search/custom-price": { "post": { "tags": [ - "Bundle Item", - "Experimental" + "Custom Price" ], - "summary": "Search for the Bundle Item resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "searchBundleItem", + "summary": "Search for the Custom Price resources.", + "description": "", + "operationId": "searchCustomPrice", "parameters": [ { "name": "sw-include-search-info", @@ -18641,7 +18645,7 @@ }, "responses": { "200": { - "description": "List of BundleItem", + "description": "List of CustomPrice", "content": { "application/vnd.api+json": { "schema": { @@ -18655,7 +18659,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/BundleItem" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -18673,7 +18677,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/BundleItem" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -18690,20 +18694,19 @@ } } }, - "/bundle-item/{id}": { + "/custom-price/{id}": { "get": { "tags": [ - "Bundle Item", - "Experimental" + "Custom Price" ], - "summary": "Detailed information about a Bundle Item resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "getBundleItem", + "summary": "Detailed information about a Custom Price resource.", + "description": "", + "operationId": "getCustomPrice", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the bundle_item", + "description": "Identifier for the custom_price", "required": true, "schema": { "type": "string", @@ -18713,7 +18716,7 @@ ], "responses": { "200": { - "description": "Detail of BundleItem", + "description": "Detail of CustomPrice", "content": { "application/vnd.api+json": { "schema": { @@ -18725,7 +18728,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/BundleItem" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -18740,7 +18743,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/BundleItem" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -18757,17 +18760,16 @@ }, "delete": { "tags": [ - "Bundle Item", - "Experimental" + "Custom Price" ], - "summary": "Delete a Bundle Item resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "deleteBundleItem", + "summary": "Delete a Custom Price resource.", + "description": "", + "operationId": "deleteCustomPrice", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the bundle_item", + "description": "Identifier for the custom_price", "required": true, "schema": { "type": "string", @@ -18798,17 +18800,16 @@ }, "patch": { "tags": [ - "Bundle Item", - "Experimental" + "Custom Price" ], - "summary": "Partially update information about a Bundle Item resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "updateBundleItem", + "summary": "Partially update information about a Custom Price resource.", + "description": "", + "operationId": "updateCustomPrice", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the bundle_item", + "description": "Identifier for the custom_price", "required": true, "schema": { "type": "string", @@ -18826,18 +18827,18 @@ } ], "requestBody": { - "description": "Partially update information about a Bundle Item resource.", + "description": "Partially update information about a Custom Price resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/BundleItem" + "$ref": "#/components/schemas/CustomPrice" } } } }, "responses": { "200": { - "description": "Detail of BundleItem", + "description": "Detail of CustomPrice", "content": { "application/vnd.api+json": { "schema": { @@ -18849,7 +18850,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/BundleItem" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -18864,7 +18865,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/BundleItem" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -18883,15 +18884,14 @@ } } }, - "/aggregate/bundle-item": { + "/aggregate/custom-price": { "post": { "tags": [ - "Bundle Item", - "Experimental" + "Custom Price" ], - "summary": "Aggregate for the Bundle Item resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "aggregateBundleItem", + "summary": "Aggregate for the Custom Price resources.", + "description": "Available since: 6.6.10.0", + "operationId": "aggregateCustomPrice", "requestBody": { "required": true, "content": { @@ -18915,7 +18915,7 @@ }, "responses": { "200": { - "description": "List of BundleItem", + "description": "List of CustomPrice", "content": { "application/vnd.api+json": { "schema": { @@ -18929,7 +18929,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/BundleItem" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -18947,7 +18947,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/BundleItem" + "$ref": "#/components/schemas/CustomPrice" } } } @@ -18964,14 +18964,14 @@ } } }, - "/custom-price": { + "/customer-specific-features": { "get": { "tags": [ - "Custom Price" + "Customer Specific Features" ], - "summary": "List with basic information of Custom Price resources.", + "summary": "List with basic information of Customer Specific Features resources.", "description": "", - "operationId": "getCustomPriceList", + "operationId": "getCustomerSpecificFeaturesList", "parameters": [ { "name": "limit", @@ -19000,7 +19000,7 @@ ], "responses": { "200": { - "description": "List of Custom Price resources.", + "description": "List of Customer Specific Features resources.", "content": { "application/vnd.api+json": { "schema": { @@ -19019,7 +19019,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } ] @@ -19033,16 +19033,16 @@ "type": "object", "properties": { "first": { - "example": "/custom-price?limit=25" + "example": "/customer-specific-features?limit=25" }, "last": { - "example": "/custom-price?limit=25&page=11" + "example": "/customer-specific-features?limit=25&page=11" }, "next": { - "example": "/custom-price?limit=25&page=4" + "example": "/customer-specific-features?limit=25&page=4" }, "prev": { - "example": "/custom-price?limit=25&page=2" + "example": "/customer-specific-features?limit=25&page=2" } } } @@ -19063,7 +19063,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -19078,11 +19078,11 @@ }, "post": { "tags": [ - "Custom Price" + "Customer Specific Features" ], - "summary": "Create a new Custom Price resources.", + "summary": "Create a new Customer Specific Features resources.", "description": "", - "operationId": "createCustomPrice", + "operationId": "createCustomerSpecificFeatures", "parameters": [ { "name": "_response", @@ -19101,14 +19101,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } }, "responses": { "200": { - "description": "Detail of CustomPrice", + "description": "Detail of CustomerSpecificFeatures", "content": { "application/vnd.api+json": { "schema": { @@ -19120,7 +19120,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -19135,7 +19135,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -19151,14 +19151,14 @@ } } }, - "/search/custom-price": { + "/search/customer-specific-features": { "post": { "tags": [ - "Custom Price" + "Customer Specific Features" ], - "summary": "Search for the Custom Price resources.", + "summary": "Search for the Customer Specific Features resources.", "description": "", - "operationId": "searchCustomPrice", + "operationId": "searchCustomerSpecificFeatures", "parameters": [ { "name": "sw-include-search-info", @@ -19186,7 +19186,7 @@ }, "responses": { "200": { - "description": "List of CustomPrice", + "description": "List of CustomerSpecificFeatures", "content": { "application/vnd.api+json": { "schema": { @@ -19200,7 +19200,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -19218,7 +19218,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -19235,19 +19235,19 @@ } } }, - "/custom-price/{id}": { + "/customer-specific-features/{id}": { "get": { "tags": [ - "Custom Price" + "Customer Specific Features" ], - "summary": "Detailed information about a Custom Price resource.", + "summary": "Detailed information about a Customer Specific Features resource.", "description": "", - "operationId": "getCustomPrice", + "operationId": "getCustomerSpecificFeatures", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the custom_price", + "description": "Identifier for the customer_specific_features", "required": true, "schema": { "type": "string", @@ -19257,7 +19257,7 @@ ], "responses": { "200": { - "description": "Detail of CustomPrice", + "description": "Detail of CustomerSpecificFeatures", "content": { "application/vnd.api+json": { "schema": { @@ -19269,7 +19269,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -19284,7 +19284,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -19301,16 +19301,16 @@ }, "delete": { "tags": [ - "Custom Price" + "Customer Specific Features" ], - "summary": "Delete a Custom Price resource.", + "summary": "Delete a Customer Specific Features resource.", "description": "", - "operationId": "deleteCustomPrice", + "operationId": "deleteCustomerSpecificFeatures", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the custom_price", + "description": "Identifier for the customer_specific_features", "required": true, "schema": { "type": "string", @@ -19341,16 +19341,16 @@ }, "patch": { "tags": [ - "Custom Price" + "Customer Specific Features" ], - "summary": "Partially update information about a Custom Price resource.", + "summary": "Partially update information about a Customer Specific Features resource.", "description": "", - "operationId": "updateCustomPrice", + "operationId": "updateCustomerSpecificFeatures", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the custom_price", + "description": "Identifier for the customer_specific_features", "required": true, "schema": { "type": "string", @@ -19368,18 +19368,18 @@ } ], "requestBody": { - "description": "Partially update information about a Custom Price resource.", + "description": "Partially update information about a Customer Specific Features resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } }, "responses": { "200": { - "description": "Detail of CustomPrice", + "description": "Detail of CustomerSpecificFeatures", "content": { "application/vnd.api+json": { "schema": { @@ -19391,7 +19391,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -19406,7 +19406,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -19425,14 +19425,14 @@ } } }, - "/aggregate/custom-price": { + "/aggregate/customer-specific-features": { "post": { "tags": [ - "Custom Price" + "Customer Specific Features" ], - "summary": "Aggregate for the Custom Price resources.", + "summary": "Aggregate for the Customer Specific Features resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateCustomPrice", + "operationId": "aggregateCustomerSpecificFeatures", "requestBody": { "required": true, "content": { @@ -19456,7 +19456,7 @@ }, "responses": { "200": { - "description": "List of CustomPrice", + "description": "List of CustomerSpecificFeatures", "content": { "application/vnd.api+json": { "schema": { @@ -19470,7 +19470,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -19488,7 +19488,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomPrice" + "$ref": "#/components/schemas/CustomerSpecificFeatures" } } } @@ -19505,14 +19505,14 @@ } } }, - "/customer-specific-features": { + "/media-ai-tag": { "get": { "tags": [ - "Customer Specific Features" + "Media Ai Tag" ], - "summary": "List with basic information of Customer Specific Features resources.", + "summary": "List with basic information of Media Ai Tag resources.", "description": "", - "operationId": "getCustomerSpecificFeaturesList", + "operationId": "getMediaAiTagList", "parameters": [ { "name": "limit", @@ -19541,7 +19541,7 @@ ], "responses": { "200": { - "description": "List of Customer Specific Features resources.", + "description": "List of Media Ai Tag resources.", "content": { "application/vnd.api+json": { "schema": { @@ -19560,7 +19560,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/MediaAiTag" } } ] @@ -19574,16 +19574,16 @@ "type": "object", "properties": { "first": { - "example": "/customer-specific-features?limit=25" + "example": "/media-ai-tag?limit=25" }, "last": { - "example": "/customer-specific-features?limit=25&page=11" + "example": "/media-ai-tag?limit=25&page=11" }, "next": { - "example": "/customer-specific-features?limit=25&page=4" + "example": "/media-ai-tag?limit=25&page=4" }, "prev": { - "example": "/customer-specific-features?limit=25&page=2" + "example": "/media-ai-tag?limit=25&page=2" } } } @@ -19604,7 +19604,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -19619,11 +19619,11 @@ }, "post": { "tags": [ - "Customer Specific Features" + "Media Ai Tag" ], - "summary": "Create a new Customer Specific Features resources.", + "summary": "Create a new Media Ai Tag resources.", "description": "", - "operationId": "createCustomerSpecificFeatures", + "operationId": "createMediaAiTag", "parameters": [ { "name": "_response", @@ -19642,14 +19642,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/MediaAiTag" } } } }, "responses": { "200": { - "description": "Detail of CustomerSpecificFeatures", + "description": "Detail of MediaAiTag", "content": { "application/vnd.api+json": { "schema": { @@ -19661,7 +19661,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -19676,7 +19676,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -19692,14 +19692,14 @@ } } }, - "/search/customer-specific-features": { + "/search/media-ai-tag": { "post": { "tags": [ - "Customer Specific Features" + "Media Ai Tag" ], - "summary": "Search for the Customer Specific Features resources.", + "summary": "Search for the Media Ai Tag resources.", "description": "", - "operationId": "searchCustomerSpecificFeatures", + "operationId": "searchMediaAiTag", "parameters": [ { "name": "sw-include-search-info", @@ -19727,7 +19727,7 @@ }, "responses": { "200": { - "description": "List of CustomerSpecificFeatures", + "description": "List of MediaAiTag", "content": { "application/vnd.api+json": { "schema": { @@ -19741,7 +19741,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -19759,7 +19759,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -19776,19 +19776,19 @@ } } }, - "/customer-specific-features/{id}": { + "/media-ai-tag/{id}": { "get": { "tags": [ - "Customer Specific Features" + "Media Ai Tag" ], - "summary": "Detailed information about a Customer Specific Features resource.", + "summary": "Detailed information about a Media Ai Tag resource.", "description": "", - "operationId": "getCustomerSpecificFeatures", + "operationId": "getMediaAiTag", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the customer_specific_features", + "description": "Identifier for the media_ai_tag", "required": true, "schema": { "type": "string", @@ -19798,7 +19798,7 @@ ], "responses": { "200": { - "description": "Detail of CustomerSpecificFeatures", + "description": "Detail of MediaAiTag", "content": { "application/vnd.api+json": { "schema": { @@ -19810,7 +19810,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -19825,7 +19825,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -19842,16 +19842,16 @@ }, "delete": { "tags": [ - "Customer Specific Features" + "Media Ai Tag" ], - "summary": "Delete a Customer Specific Features resource.", + "summary": "Delete a Media Ai Tag resource.", "description": "", - "operationId": "deleteCustomerSpecificFeatures", + "operationId": "deleteMediaAiTag", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the customer_specific_features", + "description": "Identifier for the media_ai_tag", "required": true, "schema": { "type": "string", @@ -19882,16 +19882,16 @@ }, "patch": { "tags": [ - "Customer Specific Features" + "Media Ai Tag" ], - "summary": "Partially update information about a Customer Specific Features resource.", + "summary": "Partially update information about a Media Ai Tag resource.", "description": "", - "operationId": "updateCustomerSpecificFeatures", + "operationId": "updateMediaAiTag", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the customer_specific_features", + "description": "Identifier for the media_ai_tag", "required": true, "schema": { "type": "string", @@ -19909,18 +19909,18 @@ } ], "requestBody": { - "description": "Partially update information about a Customer Specific Features resource.", + "description": "Partially update information about a Media Ai Tag resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/MediaAiTag" } } } }, "responses": { "200": { - "description": "Detail of CustomerSpecificFeatures", + "description": "Detail of MediaAiTag", "content": { "application/vnd.api+json": { "schema": { @@ -19932,7 +19932,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -19947,7 +19947,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -19966,14 +19966,14 @@ } } }, - "/aggregate/customer-specific-features": { + "/aggregate/media-ai-tag": { "post": { "tags": [ - "Customer Specific Features" + "Media Ai Tag" ], - "summary": "Aggregate for the Customer Specific Features resources.", + "summary": "Aggregate for the Media Ai Tag resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateCustomerSpecificFeatures", + "operationId": "aggregateMediaAiTag", "requestBody": { "required": true, "content": { @@ -19997,7 +19997,7 @@ }, "responses": { "200": { - "description": "List of CustomerSpecificFeatures", + "description": "List of MediaAiTag", "content": { "application/vnd.api+json": { "schema": { @@ -20011,7 +20011,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -20029,7 +20029,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/CustomerSpecificFeatures" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -20046,14 +20046,14 @@ } } }, - "/media-ai-tag": { + "/order-product-warehouse": { "get": { "tags": [ - "Media Ai Tag" + "Order Product Warehouse" ], - "summary": "List with basic information of Media Ai Tag resources.", + "summary": "List with basic information of Order Product Warehouse resources.", "description": "", - "operationId": "getMediaAiTagList", + "operationId": "getOrderProductWarehouseList", "parameters": [ { "name": "limit", @@ -20082,7 +20082,7 @@ ], "responses": { "200": { - "description": "List of Media Ai Tag resources.", + "description": "List of Order Product Warehouse resources.", "content": { "application/vnd.api+json": { "schema": { @@ -20101,7 +20101,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/OrderProductWarehouse" } } ] @@ -20115,16 +20115,16 @@ "type": "object", "properties": { "first": { - "example": "/media-ai-tag?limit=25" + "example": "/order-product-warehouse?limit=25" }, "last": { - "example": "/media-ai-tag?limit=25&page=11" + "example": "/order-product-warehouse?limit=25&page=11" }, "next": { - "example": "/media-ai-tag?limit=25&page=4" + "example": "/order-product-warehouse?limit=25&page=4" }, "prev": { - "example": "/media-ai-tag?limit=25&page=2" + "example": "/order-product-warehouse?limit=25&page=2" } } } @@ -20145,7 +20145,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -20160,11 +20160,11 @@ }, "post": { "tags": [ - "Media Ai Tag" + "Order Product Warehouse" ], - "summary": "Create a new Media Ai Tag resources.", + "summary": "Create a new Order Product Warehouse resources.", "description": "", - "operationId": "createMediaAiTag", + "operationId": "createOrderProductWarehouse", "parameters": [ { "name": "_response", @@ -20183,14 +20183,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } }, "responses": { "200": { - "description": "Detail of MediaAiTag", + "description": "Detail of OrderProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -20202,7 +20202,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -20217,7 +20217,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -20233,14 +20233,14 @@ } } }, - "/search/media-ai-tag": { + "/search/order-product-warehouse": { "post": { "tags": [ - "Media Ai Tag" + "Order Product Warehouse" ], - "summary": "Search for the Media Ai Tag resources.", + "summary": "Search for the Order Product Warehouse resources.", "description": "", - "operationId": "searchMediaAiTag", + "operationId": "searchOrderProductWarehouse", "parameters": [ { "name": "sw-include-search-info", @@ -20268,7 +20268,7 @@ }, "responses": { "200": { - "description": "List of MediaAiTag", + "description": "List of OrderProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -20282,7 +20282,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -20300,7 +20300,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -20317,19 +20317,19 @@ } } }, - "/media-ai-tag/{id}": { + "/order-product-warehouse/{id}": { "get": { "tags": [ - "Media Ai Tag" + "Order Product Warehouse" ], - "summary": "Detailed information about a Media Ai Tag resource.", + "summary": "Detailed information about a Order Product Warehouse resource.", "description": "", - "operationId": "getMediaAiTag", + "operationId": "getOrderProductWarehouse", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_ai_tag", + "description": "Identifier for the order_product_warehouse", "required": true, "schema": { "type": "string", @@ -20339,7 +20339,7 @@ ], "responses": { "200": { - "description": "Detail of MediaAiTag", + "description": "Detail of OrderProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -20351,7 +20351,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -20366,7 +20366,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -20383,16 +20383,16 @@ }, "delete": { "tags": [ - "Media Ai Tag" + "Order Product Warehouse" ], - "summary": "Delete a Media Ai Tag resource.", + "summary": "Delete a Order Product Warehouse resource.", "description": "", - "operationId": "deleteMediaAiTag", + "operationId": "deleteOrderProductWarehouse", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_ai_tag", + "description": "Identifier for the order_product_warehouse", "required": true, "schema": { "type": "string", @@ -20423,16 +20423,16 @@ }, "patch": { "tags": [ - "Media Ai Tag" + "Order Product Warehouse" ], - "summary": "Partially update information about a Media Ai Tag resource.", + "summary": "Partially update information about a Order Product Warehouse resource.", "description": "", - "operationId": "updateMediaAiTag", + "operationId": "updateOrderProductWarehouse", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_ai_tag", + "description": "Identifier for the order_product_warehouse", "required": true, "schema": { "type": "string", @@ -20450,18 +20450,18 @@ } ], "requestBody": { - "description": "Partially update information about a Media Ai Tag resource.", + "description": "Partially update information about a Order Product Warehouse resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } }, "responses": { "200": { - "description": "Detail of MediaAiTag", + "description": "Detail of OrderProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -20473,7 +20473,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -20488,7 +20488,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -20507,14 +20507,14 @@ } } }, - "/aggregate/media-ai-tag": { + "/aggregate/order-product-warehouse": { "post": { "tags": [ - "Media Ai Tag" + "Order Product Warehouse" ], - "summary": "Aggregate for the Media Ai Tag resources.", + "summary": "Aggregate for the Order Product Warehouse resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateMediaAiTag", + "operationId": "aggregateOrderProductWarehouse", "requestBody": { "required": true, "content": { @@ -20538,7 +20538,7 @@ }, "responses": { "200": { - "description": "List of MediaAiTag", + "description": "List of OrderProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -20552,7 +20552,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -20570,7 +20570,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -20587,14 +20587,14 @@ } } }, - "/order-product-warehouse": { + "/order-return": { "get": { "tags": [ - "Order Product Warehouse" + "Order Return" ], - "summary": "List with basic information of Order Product Warehouse resources.", + "summary": "List with basic information of Order Return resources.", "description": "", - "operationId": "getOrderProductWarehouseList", + "operationId": "getOrderReturnList", "parameters": [ { "name": "limit", @@ -20623,7 +20623,7 @@ ], "responses": { "200": { - "description": "List of Order Product Warehouse resources.", + "description": "List of Order Return resources.", "content": { "application/vnd.api+json": { "schema": { @@ -20642,7 +20642,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/OrderReturn" } } ] @@ -20656,16 +20656,16 @@ "type": "object", "properties": { "first": { - "example": "/order-product-warehouse?limit=25" + "example": "/order-return?limit=25" }, "last": { - "example": "/order-product-warehouse?limit=25&page=11" + "example": "/order-return?limit=25&page=11" }, "next": { - "example": "/order-product-warehouse?limit=25&page=4" + "example": "/order-return?limit=25&page=4" }, "prev": { - "example": "/order-product-warehouse?limit=25&page=2" + "example": "/order-return?limit=25&page=2" } } } @@ -20686,7 +20686,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -20701,11 +20701,11 @@ }, "post": { "tags": [ - "Order Product Warehouse" + "Order Return" ], - "summary": "Create a new Order Product Warehouse resources.", + "summary": "Create a new Order Return resources.", "description": "", - "operationId": "createOrderProductWarehouse", + "operationId": "createOrderReturn", "parameters": [ { "name": "_response", @@ -20724,14 +20724,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/OrderReturn" } } } }, "responses": { "200": { - "description": "Detail of OrderProductWarehouse", + "description": "Detail of OrderReturn", "content": { "application/vnd.api+json": { "schema": { @@ -20743,7 +20743,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -20758,7 +20758,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -20774,14 +20774,14 @@ } } }, - "/search/order-product-warehouse": { + "/search/order-return": { "post": { "tags": [ - "Order Product Warehouse" + "Order Return" ], - "summary": "Search for the Order Product Warehouse resources.", + "summary": "Search for the Order Return resources.", "description": "", - "operationId": "searchOrderProductWarehouse", + "operationId": "searchOrderReturn", "parameters": [ { "name": "sw-include-search-info", @@ -20809,7 +20809,7 @@ }, "responses": { "200": { - "description": "List of OrderProductWarehouse", + "description": "List of OrderReturn", "content": { "application/vnd.api+json": { "schema": { @@ -20823,7 +20823,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -20841,7 +20841,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -20858,19 +20858,19 @@ } } }, - "/order-product-warehouse/{id}": { + "/order-return/{id}": { "get": { "tags": [ - "Order Product Warehouse" + "Order Return" ], - "summary": "Detailed information about a Order Product Warehouse resource.", + "summary": "Detailed information about a Order Return resource.", "description": "", - "operationId": "getOrderProductWarehouse", + "operationId": "getOrderReturn", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_product_warehouse", + "description": "Identifier for the order_return", "required": true, "schema": { "type": "string", @@ -20880,7 +20880,7 @@ ], "responses": { "200": { - "description": "Detail of OrderProductWarehouse", + "description": "Detail of OrderReturn", "content": { "application/vnd.api+json": { "schema": { @@ -20892,7 +20892,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -20907,7 +20907,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -20924,16 +20924,16 @@ }, "delete": { "tags": [ - "Order Product Warehouse" + "Order Return" ], - "summary": "Delete a Order Product Warehouse resource.", + "summary": "Delete a Order Return resource.", "description": "", - "operationId": "deleteOrderProductWarehouse", + "operationId": "deleteOrderReturn", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_product_warehouse", + "description": "Identifier for the order_return", "required": true, "schema": { "type": "string", @@ -20964,16 +20964,16 @@ }, "patch": { "tags": [ - "Order Product Warehouse" + "Order Return" ], - "summary": "Partially update information about a Order Product Warehouse resource.", + "summary": "Partially update information about a Order Return resource.", "description": "", - "operationId": "updateOrderProductWarehouse", + "operationId": "updateOrderReturn", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_product_warehouse", + "description": "Identifier for the order_return", "required": true, "schema": { "type": "string", @@ -20991,18 +20991,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Product Warehouse resource.", + "description": "Partially update information about a Order Return resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/OrderReturn" } } } }, "responses": { "200": { - "description": "Detail of OrderProductWarehouse", + "description": "Detail of OrderReturn", "content": { "application/vnd.api+json": { "schema": { @@ -21014,7 +21014,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -21029,7 +21029,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -21048,14 +21048,14 @@ } } }, - "/aggregate/order-product-warehouse": { + "/aggregate/order-return": { "post": { "tags": [ - "Order Product Warehouse" + "Order Return" ], - "summary": "Aggregate for the Order Product Warehouse resources.", + "summary": "Aggregate for the Order Return resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderProductWarehouse", + "operationId": "aggregateOrderReturn", "requestBody": { "required": true, "content": { @@ -21079,7 +21079,7 @@ }, "responses": { "200": { - "description": "List of OrderProductWarehouse", + "description": "List of OrderReturn", "content": { "application/vnd.api+json": { "schema": { @@ -21093,7 +21093,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -21111,7 +21111,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -21128,14 +21128,14 @@ } } }, - "/order-return": { + "/order-return-line-item": { "get": { "tags": [ - "Order Return" + "Order Return Line Item" ], - "summary": "List with basic information of Order Return resources.", + "summary": "List with basic information of Order Return Line Item resources.", "description": "", - "operationId": "getOrderReturnList", + "operationId": "getOrderReturnLineItemList", "parameters": [ { "name": "limit", @@ -21164,7 +21164,7 @@ ], "responses": { "200": { - "description": "List of Order Return resources.", + "description": "List of Order Return Line Item resources.", "content": { "application/vnd.api+json": { "schema": { @@ -21183,7 +21183,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderReturnLineItem" } } ] @@ -21197,16 +21197,16 @@ "type": "object", "properties": { "first": { - "example": "/order-return?limit=25" + "example": "/order-return-line-item?limit=25" }, "last": { - "example": "/order-return?limit=25&page=11" + "example": "/order-return-line-item?limit=25&page=11" }, "next": { - "example": "/order-return?limit=25&page=4" + "example": "/order-return-line-item?limit=25&page=4" }, "prev": { - "example": "/order-return?limit=25&page=2" + "example": "/order-return-line-item?limit=25&page=2" } } } @@ -21227,7 +21227,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -21242,11 +21242,11 @@ }, "post": { "tags": [ - "Order Return" + "Order Return Line Item" ], - "summary": "Create a new Order Return resources.", + "summary": "Create a new Order Return Line Item resources.", "description": "", - "operationId": "createOrderReturn", + "operationId": "createOrderReturnLineItem", "parameters": [ { "name": "_response", @@ -21265,14 +21265,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } }, "responses": { "200": { - "description": "Detail of OrderReturn", + "description": "Detail of OrderReturnLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -21284,7 +21284,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -21299,7 +21299,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -21315,14 +21315,14 @@ } } }, - "/search/order-return": { + "/search/order-return-line-item": { "post": { "tags": [ - "Order Return" + "Order Return Line Item" ], - "summary": "Search for the Order Return resources.", + "summary": "Search for the Order Return Line Item resources.", "description": "", - "operationId": "searchOrderReturn", + "operationId": "searchOrderReturnLineItem", "parameters": [ { "name": "sw-include-search-info", @@ -21350,7 +21350,7 @@ }, "responses": { "200": { - "description": "List of OrderReturn", + "description": "List of OrderReturnLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -21364,7 +21364,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -21382,7 +21382,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -21399,19 +21399,19 @@ } } }, - "/order-return/{id}": { + "/order-return-line-item/{id}": { "get": { "tags": [ - "Order Return" + "Order Return Line Item" ], - "summary": "Detailed information about a Order Return resource.", + "summary": "Detailed information about a Order Return Line Item resource.", "description": "", - "operationId": "getOrderReturn", + "operationId": "getOrderReturnLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_return", + "description": "Identifier for the order_return_line_item", "required": true, "schema": { "type": "string", @@ -21421,7 +21421,7 @@ ], "responses": { "200": { - "description": "Detail of OrderReturn", + "description": "Detail of OrderReturnLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -21433,7 +21433,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -21448,7 +21448,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -21465,16 +21465,16 @@ }, "delete": { "tags": [ - "Order Return" + "Order Return Line Item" ], - "summary": "Delete a Order Return resource.", + "summary": "Delete a Order Return Line Item resource.", "description": "", - "operationId": "deleteOrderReturn", + "operationId": "deleteOrderReturnLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_return", + "description": "Identifier for the order_return_line_item", "required": true, "schema": { "type": "string", @@ -21505,16 +21505,16 @@ }, "patch": { "tags": [ - "Order Return" + "Order Return Line Item" ], - "summary": "Partially update information about a Order Return resource.", + "summary": "Partially update information about a Order Return Line Item resource.", "description": "", - "operationId": "updateOrderReturn", + "operationId": "updateOrderReturnLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_return", + "description": "Identifier for the order_return_line_item", "required": true, "schema": { "type": "string", @@ -21532,18 +21532,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Return resource.", + "description": "Partially update information about a Order Return Line Item resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } }, "responses": { "200": { - "description": "Detail of OrderReturn", + "description": "Detail of OrderReturnLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -21555,7 +21555,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -21570,7 +21570,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -21589,14 +21589,14 @@ } } }, - "/aggregate/order-return": { + "/aggregate/order-return-line-item": { "post": { "tags": [ - "Order Return" + "Order Return Line Item" ], - "summary": "Aggregate for the Order Return resources.", + "summary": "Aggregate for the Order Return Line Item resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderReturn", + "operationId": "aggregateOrderReturnLineItem", "requestBody": { "required": true, "content": { @@ -21620,7 +21620,7 @@ }, "responses": { "200": { - "description": "List of OrderReturn", + "description": "List of OrderReturnLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -21634,7 +21634,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -21652,7 +21652,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -21669,14 +21669,14 @@ } } }, - "/order-return-line-item": { + "/order-return-line-item-reason": { "get": { "tags": [ - "Order Return Line Item" + "Order Return Line Item Reason" ], - "summary": "List with basic information of Order Return Line Item resources.", + "summary": "List with basic information of Order Return Line Item Reason resources.", "description": "", - "operationId": "getOrderReturnLineItemList", + "operationId": "getOrderReturnLineItemReasonList", "parameters": [ { "name": "limit", @@ -21705,7 +21705,7 @@ ], "responses": { "200": { - "description": "List of Order Return Line Item resources.", + "description": "List of Order Return Line Item Reason resources.", "content": { "application/vnd.api+json": { "schema": { @@ -21724,7 +21724,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } ] @@ -21738,16 +21738,16 @@ "type": "object", "properties": { "first": { - "example": "/order-return-line-item?limit=25" + "example": "/order-return-line-item-reason?limit=25" }, "last": { - "example": "/order-return-line-item?limit=25&page=11" + "example": "/order-return-line-item-reason?limit=25&page=11" }, "next": { - "example": "/order-return-line-item?limit=25&page=4" + "example": "/order-return-line-item-reason?limit=25&page=4" }, "prev": { - "example": "/order-return-line-item?limit=25&page=2" + "example": "/order-return-line-item-reason?limit=25&page=2" } } } @@ -21768,7 +21768,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -21783,11 +21783,11 @@ }, "post": { "tags": [ - "Order Return Line Item" + "Order Return Line Item Reason" ], - "summary": "Create a new Order Return Line Item resources.", + "summary": "Create a new Order Return Line Item Reason resources.", "description": "", - "operationId": "createOrderReturnLineItem", + "operationId": "createOrderReturnLineItemReason", "parameters": [ { "name": "_response", @@ -21806,14 +21806,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } }, "responses": { "200": { - "description": "Detail of OrderReturnLineItem", + "description": "Detail of OrderReturnLineItemReason", "content": { "application/vnd.api+json": { "schema": { @@ -21825,7 +21825,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -21840,7 +21840,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -21856,14 +21856,14 @@ } } }, - "/search/order-return-line-item": { + "/search/order-return-line-item-reason": { "post": { "tags": [ - "Order Return Line Item" + "Order Return Line Item Reason" ], - "summary": "Search for the Order Return Line Item resources.", + "summary": "Search for the Order Return Line Item Reason resources.", "description": "", - "operationId": "searchOrderReturnLineItem", + "operationId": "searchOrderReturnLineItemReason", "parameters": [ { "name": "sw-include-search-info", @@ -21891,7 +21891,7 @@ }, "responses": { "200": { - "description": "List of OrderReturnLineItem", + "description": "List of OrderReturnLineItemReason", "content": { "application/vnd.api+json": { "schema": { @@ -21905,7 +21905,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -21923,7 +21923,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -21940,19 +21940,19 @@ } } }, - "/order-return-line-item/{id}": { + "/order-return-line-item-reason/{id}": { "get": { "tags": [ - "Order Return Line Item" + "Order Return Line Item Reason" ], - "summary": "Detailed information about a Order Return Line Item resource.", + "summary": "Detailed information about a Order Return Line Item Reason resource.", "description": "", - "operationId": "getOrderReturnLineItem", + "operationId": "getOrderReturnLineItemReason", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_return_line_item", + "description": "Identifier for the order_return_line_item_reason", "required": true, "schema": { "type": "string", @@ -21962,7 +21962,7 @@ ], "responses": { "200": { - "description": "Detail of OrderReturnLineItem", + "description": "Detail of OrderReturnLineItemReason", "content": { "application/vnd.api+json": { "schema": { @@ -21974,7 +21974,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -21989,7 +21989,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -22006,16 +22006,16 @@ }, "delete": { "tags": [ - "Order Return Line Item" + "Order Return Line Item Reason" ], - "summary": "Delete a Order Return Line Item resource.", + "summary": "Delete a Order Return Line Item Reason resource.", "description": "", - "operationId": "deleteOrderReturnLineItem", + "operationId": "deleteOrderReturnLineItemReason", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_return_line_item", + "description": "Identifier for the order_return_line_item_reason", "required": true, "schema": { "type": "string", @@ -22046,16 +22046,16 @@ }, "patch": { "tags": [ - "Order Return Line Item" + "Order Return Line Item Reason" ], - "summary": "Partially update information about a Order Return Line Item resource.", + "summary": "Partially update information about a Order Return Line Item Reason resource.", "description": "", - "operationId": "updateOrderReturnLineItem", + "operationId": "updateOrderReturnLineItemReason", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_return_line_item", + "description": "Identifier for the order_return_line_item_reason", "required": true, "schema": { "type": "string", @@ -22073,18 +22073,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Return Line Item resource.", + "description": "Partially update information about a Order Return Line Item Reason resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } }, "responses": { "200": { - "description": "Detail of OrderReturnLineItem", + "description": "Detail of OrderReturnLineItemReason", "content": { "application/vnd.api+json": { "schema": { @@ -22096,7 +22096,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -22111,7 +22111,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -22130,14 +22130,14 @@ } } }, - "/aggregate/order-return-line-item": { + "/aggregate/order-return-line-item-reason": { "post": { "tags": [ - "Order Return Line Item" + "Order Return Line Item Reason" ], - "summary": "Aggregate for the Order Return Line Item resources.", + "summary": "Aggregate for the Order Return Line Item Reason resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderReturnLineItem", + "operationId": "aggregateOrderReturnLineItemReason", "requestBody": { "required": true, "content": { @@ -22161,7 +22161,7 @@ }, "responses": { "200": { - "description": "List of OrderReturnLineItem", + "description": "List of OrderReturnLineItemReason", "content": { "application/vnd.api+json": { "schema": { @@ -22175,7 +22175,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -22193,7 +22193,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -22210,14 +22210,14 @@ } } }, - "/order-return-line-item-reason": { + "/order-warehouse-group": { "get": { "tags": [ - "Order Return Line Item Reason" + "Order Warehouse Group" ], - "summary": "List with basic information of Order Return Line Item Reason resources.", + "summary": "List with basic information of Order Warehouse Group resources.", "description": "", - "operationId": "getOrderReturnLineItemReasonList", + "operationId": "getOrderWarehouseGroupList", "parameters": [ { "name": "limit", @@ -22246,7 +22246,7 @@ ], "responses": { "200": { - "description": "List of Order Return Line Item Reason resources.", + "description": "List of Order Warehouse Group resources.", "content": { "application/vnd.api+json": { "schema": { @@ -22265,7 +22265,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } ] @@ -22279,16 +22279,16 @@ "type": "object", "properties": { "first": { - "example": "/order-return-line-item-reason?limit=25" + "example": "/order-warehouse-group?limit=25" }, "last": { - "example": "/order-return-line-item-reason?limit=25&page=11" + "example": "/order-warehouse-group?limit=25&page=11" }, "next": { - "example": "/order-return-line-item-reason?limit=25&page=4" + "example": "/order-warehouse-group?limit=25&page=4" }, "prev": { - "example": "/order-return-line-item-reason?limit=25&page=2" + "example": "/order-warehouse-group?limit=25&page=2" } } } @@ -22309,7 +22309,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -22324,11 +22324,11 @@ }, "post": { "tags": [ - "Order Return Line Item Reason" + "Order Warehouse Group" ], - "summary": "Create a new Order Return Line Item Reason resources.", + "summary": "Create a new Order Warehouse Group resources.", "description": "", - "operationId": "createOrderReturnLineItemReason", + "operationId": "createOrderWarehouseGroup", "parameters": [ { "name": "_response", @@ -22347,14 +22347,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } }, "responses": { "200": { - "description": "Detail of OrderReturnLineItemReason", + "description": "Detail of OrderWarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -22366,7 +22366,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -22381,7 +22381,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -22397,14 +22397,14 @@ } } }, - "/search/order-return-line-item-reason": { + "/search/order-warehouse-group": { "post": { "tags": [ - "Order Return Line Item Reason" + "Order Warehouse Group" ], - "summary": "Search for the Order Return Line Item Reason resources.", + "summary": "Search for the Order Warehouse Group resources.", "description": "", - "operationId": "searchOrderReturnLineItemReason", + "operationId": "searchOrderWarehouseGroup", "parameters": [ { "name": "sw-include-search-info", @@ -22432,7 +22432,7 @@ }, "responses": { "200": { - "description": "List of OrderReturnLineItemReason", + "description": "List of OrderWarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -22446,7 +22446,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -22464,7 +22464,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -22481,19 +22481,19 @@ } } }, - "/order-return-line-item-reason/{id}": { + "/order-warehouse-group/{id}": { "get": { "tags": [ - "Order Return Line Item Reason" + "Order Warehouse Group" ], - "summary": "Detailed information about a Order Return Line Item Reason resource.", + "summary": "Detailed information about a Order Warehouse Group resource.", "description": "", - "operationId": "getOrderReturnLineItemReason", + "operationId": "getOrderWarehouseGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_return_line_item_reason", + "description": "Identifier for the order_warehouse_group", "required": true, "schema": { "type": "string", @@ -22503,7 +22503,7 @@ ], "responses": { "200": { - "description": "Detail of OrderReturnLineItemReason", + "description": "Detail of OrderWarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -22515,7 +22515,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -22530,7 +22530,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -22547,16 +22547,16 @@ }, "delete": { "tags": [ - "Order Return Line Item Reason" + "Order Warehouse Group" ], - "summary": "Delete a Order Return Line Item Reason resource.", + "summary": "Delete a Order Warehouse Group resource.", "description": "", - "operationId": "deleteOrderReturnLineItemReason", + "operationId": "deleteOrderWarehouseGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_return_line_item_reason", + "description": "Identifier for the order_warehouse_group", "required": true, "schema": { "type": "string", @@ -22587,16 +22587,16 @@ }, "patch": { "tags": [ - "Order Return Line Item Reason" + "Order Warehouse Group" ], - "summary": "Partially update information about a Order Return Line Item Reason resource.", + "summary": "Partially update information about a Order Warehouse Group resource.", "description": "", - "operationId": "updateOrderReturnLineItemReason", + "operationId": "updateOrderWarehouseGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_return_line_item_reason", + "description": "Identifier for the order_warehouse_group", "required": true, "schema": { "type": "string", @@ -22614,18 +22614,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Return Line Item Reason resource.", + "description": "Partially update information about a Order Warehouse Group resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } }, "responses": { "200": { - "description": "Detail of OrderReturnLineItemReason", + "description": "Detail of OrderWarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -22637,7 +22637,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -22652,7 +22652,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -22671,14 +22671,14 @@ } } }, - "/aggregate/order-return-line-item-reason": { + "/aggregate/order-warehouse-group": { "post": { "tags": [ - "Order Return Line Item Reason" + "Order Warehouse Group" ], - "summary": "Aggregate for the Order Return Line Item Reason resources.", + "summary": "Aggregate for the Order Warehouse Group resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderReturnLineItemReason", + "operationId": "aggregateOrderWarehouseGroup", "requestBody": { "required": true, "content": { @@ -22702,7 +22702,7 @@ }, "responses": { "200": { - "description": "List of OrderReturnLineItemReason", + "description": "List of OrderWarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -22716,7 +22716,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -22734,7 +22734,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -22751,14 +22751,14 @@ } } }, - "/order-warehouse-group": { + "/product-review-summary": { "get": { "tags": [ - "Order Warehouse Group" + "Product Review Summary" ], - "summary": "List with basic information of Order Warehouse Group resources.", + "summary": "List with basic information of Product Review Summary resources.", "description": "", - "operationId": "getOrderWarehouseGroupList", + "operationId": "getProductReviewSummaryList", "parameters": [ { "name": "limit", @@ -22787,7 +22787,7 @@ ], "responses": { "200": { - "description": "List of Order Warehouse Group resources.", + "description": "List of Product Review Summary resources.", "content": { "application/vnd.api+json": { "schema": { @@ -22806,7 +22806,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/ProductReviewSummary" } } ] @@ -22820,16 +22820,16 @@ "type": "object", "properties": { "first": { - "example": "/order-warehouse-group?limit=25" + "example": "/product-review-summary?limit=25" }, "last": { - "example": "/order-warehouse-group?limit=25&page=11" + "example": "/product-review-summary?limit=25&page=11" }, "next": { - "example": "/order-warehouse-group?limit=25&page=4" + "example": "/product-review-summary?limit=25&page=4" }, "prev": { - "example": "/order-warehouse-group?limit=25&page=2" + "example": "/product-review-summary?limit=25&page=2" } } } @@ -22850,7 +22850,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -22865,11 +22865,11 @@ }, "post": { "tags": [ - "Order Warehouse Group" + "Product Review Summary" ], - "summary": "Create a new Order Warehouse Group resources.", + "summary": "Create a new Product Review Summary resources.", "description": "", - "operationId": "createOrderWarehouseGroup", + "operationId": "createProductReviewSummary", "parameters": [ { "name": "_response", @@ -22888,14 +22888,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/ProductReviewSummary" } } } }, "responses": { "200": { - "description": "Detail of OrderWarehouseGroup", + "description": "Detail of ProductReviewSummary", "content": { "application/vnd.api+json": { "schema": { @@ -22907,7 +22907,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -22922,7 +22922,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -22938,14 +22938,14 @@ } } }, - "/search/order-warehouse-group": { + "/search/product-review-summary": { "post": { "tags": [ - "Order Warehouse Group" + "Product Review Summary" ], - "summary": "Search for the Order Warehouse Group resources.", + "summary": "Search for the Product Review Summary resources.", "description": "", - "operationId": "searchOrderWarehouseGroup", + "operationId": "searchProductReviewSummary", "parameters": [ { "name": "sw-include-search-info", @@ -22973,7 +22973,7 @@ }, "responses": { "200": { - "description": "List of OrderWarehouseGroup", + "description": "List of ProductReviewSummary", "content": { "application/vnd.api+json": { "schema": { @@ -22987,7 +22987,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -23005,7 +23005,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -23022,19 +23022,19 @@ } } }, - "/order-warehouse-group/{id}": { + "/product-review-summary/{id}": { "get": { "tags": [ - "Order Warehouse Group" + "Product Review Summary" ], - "summary": "Detailed information about a Order Warehouse Group resource.", + "summary": "Detailed information about a Product Review Summary resource.", "description": "", - "operationId": "getOrderWarehouseGroup", + "operationId": "getProductReviewSummary", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_warehouse_group", + "description": "Identifier for the product_review_summary", "required": true, "schema": { "type": "string", @@ -23044,7 +23044,7 @@ ], "responses": { "200": { - "description": "Detail of OrderWarehouseGroup", + "description": "Detail of ProductReviewSummary", "content": { "application/vnd.api+json": { "schema": { @@ -23056,7 +23056,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -23071,7 +23071,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -23088,16 +23088,16 @@ }, "delete": { "tags": [ - "Order Warehouse Group" + "Product Review Summary" ], - "summary": "Delete a Order Warehouse Group resource.", + "summary": "Delete a Product Review Summary resource.", "description": "", - "operationId": "deleteOrderWarehouseGroup", + "operationId": "deleteProductReviewSummary", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_warehouse_group", + "description": "Identifier for the product_review_summary", "required": true, "schema": { "type": "string", @@ -23128,16 +23128,16 @@ }, "patch": { "tags": [ - "Order Warehouse Group" + "Product Review Summary" ], - "summary": "Partially update information about a Order Warehouse Group resource.", + "summary": "Partially update information about a Product Review Summary resource.", "description": "", - "operationId": "updateOrderWarehouseGroup", + "operationId": "updateProductReviewSummary", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_warehouse_group", + "description": "Identifier for the product_review_summary", "required": true, "schema": { "type": "string", @@ -23155,18 +23155,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Warehouse Group resource.", + "description": "Partially update information about a Product Review Summary resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/ProductReviewSummary" } } } }, "responses": { "200": { - "description": "Detail of OrderWarehouseGroup", + "description": "Detail of ProductReviewSummary", "content": { "application/vnd.api+json": { "schema": { @@ -23178,7 +23178,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -23193,7 +23193,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -23212,14 +23212,14 @@ } } }, - "/aggregate/order-warehouse-group": { + "/aggregate/product-review-summary": { "post": { "tags": [ - "Order Warehouse Group" + "Product Review Summary" ], - "summary": "Aggregate for the Order Warehouse Group resources.", + "summary": "Aggregate for the Product Review Summary resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderWarehouseGroup", + "operationId": "aggregateProductReviewSummary", "requestBody": { "required": true, "content": { @@ -23243,7 +23243,7 @@ }, "responses": { "200": { - "description": "List of OrderWarehouseGroup", + "description": "List of ProductReviewSummary", "content": { "application/vnd.api+json": { "schema": { @@ -23257,7 +23257,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -23275,7 +23275,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -23292,14 +23292,14 @@ } } }, - "/product-review-summary": { + "/product-warehouse": { "get": { "tags": [ - "Product Review Summary" + "Product Warehouse" ], - "summary": "List with basic information of Product Review Summary resources.", + "summary": "List with basic information of Product Warehouse resources.", "description": "", - "operationId": "getProductReviewSummaryList", + "operationId": "getProductWarehouseList", "parameters": [ { "name": "limit", @@ -23328,7 +23328,7 @@ ], "responses": { "200": { - "description": "List of Product Review Summary resources.", + "description": "List of Product Warehouse resources.", "content": { "application/vnd.api+json": { "schema": { @@ -23347,7 +23347,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/ProductWarehouse" } } ] @@ -23361,16 +23361,16 @@ "type": "object", "properties": { "first": { - "example": "/product-review-summary?limit=25" + "example": "/product-warehouse?limit=25" }, "last": { - "example": "/product-review-summary?limit=25&page=11" + "example": "/product-warehouse?limit=25&page=11" }, "next": { - "example": "/product-review-summary?limit=25&page=4" + "example": "/product-warehouse?limit=25&page=4" }, "prev": { - "example": "/product-review-summary?limit=25&page=2" + "example": "/product-warehouse?limit=25&page=2" } } } @@ -23391,7 +23391,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -23406,11 +23406,11 @@ }, "post": { "tags": [ - "Product Review Summary" + "Product Warehouse" ], - "summary": "Create a new Product Review Summary resources.", + "summary": "Create a new Product Warehouse resources.", "description": "", - "operationId": "createProductReviewSummary", + "operationId": "createProductWarehouse", "parameters": [ { "name": "_response", @@ -23429,14 +23429,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/ProductWarehouse" } } } }, "responses": { "200": { - "description": "Detail of ProductReviewSummary", + "description": "Detail of ProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -23448,7 +23448,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -23463,7 +23463,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -23479,14 +23479,14 @@ } } }, - "/search/product-review-summary": { + "/search/product-warehouse": { "post": { "tags": [ - "Product Review Summary" + "Product Warehouse" ], - "summary": "Search for the Product Review Summary resources.", + "summary": "Search for the Product Warehouse resources.", "description": "", - "operationId": "searchProductReviewSummary", + "operationId": "searchProductWarehouse", "parameters": [ { "name": "sw-include-search-info", @@ -23514,7 +23514,7 @@ }, "responses": { "200": { - "description": "List of ProductReviewSummary", + "description": "List of ProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -23528,7 +23528,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -23546,7 +23546,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -23563,19 +23563,19 @@ } } }, - "/product-review-summary/{id}": { + "/product-warehouse/{id}": { "get": { "tags": [ - "Product Review Summary" + "Product Warehouse" ], - "summary": "Detailed information about a Product Review Summary resource.", + "summary": "Detailed information about a Product Warehouse resource.", "description": "", - "operationId": "getProductReviewSummary", + "operationId": "getProductWarehouse", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_review_summary", + "description": "Identifier for the product_warehouse", "required": true, "schema": { "type": "string", @@ -23585,7 +23585,7 @@ ], "responses": { "200": { - "description": "Detail of ProductReviewSummary", + "description": "Detail of ProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -23597,7 +23597,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -23612,7 +23612,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -23629,16 +23629,16 @@ }, "delete": { "tags": [ - "Product Review Summary" + "Product Warehouse" ], - "summary": "Delete a Product Review Summary resource.", + "summary": "Delete a Product Warehouse resource.", "description": "", - "operationId": "deleteProductReviewSummary", + "operationId": "deleteProductWarehouse", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_review_summary", + "description": "Identifier for the product_warehouse", "required": true, "schema": { "type": "string", @@ -23669,16 +23669,16 @@ }, "patch": { "tags": [ - "Product Review Summary" + "Product Warehouse" ], - "summary": "Partially update information about a Product Review Summary resource.", + "summary": "Partially update information about a Product Warehouse resource.", "description": "", - "operationId": "updateProductReviewSummary", + "operationId": "updateProductWarehouse", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_review_summary", + "description": "Identifier for the product_warehouse", "required": true, "schema": { "type": "string", @@ -23696,18 +23696,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Review Summary resource.", + "description": "Partially update information about a Product Warehouse resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/ProductWarehouse" } } } }, "responses": { "200": { - "description": "Detail of ProductReviewSummary", + "description": "Detail of ProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -23719,7 +23719,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -23734,7 +23734,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -23753,14 +23753,14 @@ } } }, - "/aggregate/product-review-summary": { + "/aggregate/product-warehouse": { "post": { "tags": [ - "Product Review Summary" + "Product Warehouse" ], - "summary": "Aggregate for the Product Review Summary resources.", + "summary": "Aggregate for the Product Warehouse resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductReviewSummary", + "operationId": "aggregateProductWarehouse", "requestBody": { "required": true, "content": { @@ -23784,7 +23784,7 @@ }, "responses": { "200": { - "description": "List of ProductReviewSummary", + "description": "List of ProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -23798,7 +23798,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -23816,7 +23816,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -23833,14 +23833,14 @@ } } }, - "/product-warehouse": { + "/quote": { "get": { "tags": [ - "Product Warehouse" + "Quote" ], - "summary": "List with basic information of Product Warehouse resources.", - "description": "", - "operationId": "getProductWarehouseList", + "summary": "List with basic information of Quote resources.", + "description": "Available since: 6.5.3.0", + "operationId": "getQuoteList", "parameters": [ { "name": "limit", @@ -23869,7 +23869,7 @@ ], "responses": { "200": { - "description": "List of Product Warehouse resources.", + "description": "List of Quote resources.", "content": { "application/vnd.api+json": { "schema": { @@ -23888,7 +23888,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/Quote" } } ] @@ -23902,16 +23902,16 @@ "type": "object", "properties": { "first": { - "example": "/product-warehouse?limit=25" + "example": "/quote?limit=25" }, "last": { - "example": "/product-warehouse?limit=25&page=11" + "example": "/quote?limit=25&page=11" }, "next": { - "example": "/product-warehouse?limit=25&page=4" + "example": "/quote?limit=25&page=4" }, "prev": { - "example": "/product-warehouse?limit=25&page=2" + "example": "/quote?limit=25&page=2" } } } @@ -23932,7 +23932,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/Quote" } } } @@ -23947,11 +23947,11 @@ }, "post": { "tags": [ - "Product Warehouse" + "Quote" ], - "summary": "Create a new Product Warehouse resources.", - "description": "", - "operationId": "createProductWarehouse", + "summary": "Create a new Quote resources.", + "description": "Available since: 6.5.3.0", + "operationId": "createQuote", "parameters": [ { "name": "_response", @@ -23970,14 +23970,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/Quote" } } } }, "responses": { "200": { - "description": "Detail of ProductWarehouse", + "description": "Detail of Quote", "content": { "application/vnd.api+json": { "schema": { @@ -23989,7 +23989,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/Quote" } } } @@ -24004,7 +24004,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/Quote" } } } @@ -24020,14 +24020,14 @@ } } }, - "/search/product-warehouse": { + "/search/quote": { "post": { "tags": [ - "Product Warehouse" + "Quote" ], - "summary": "Search for the Product Warehouse resources.", - "description": "", - "operationId": "searchProductWarehouse", + "summary": "Search for the Quote resources.", + "description": "Available since: 6.5.3.0", + "operationId": "searchQuote", "parameters": [ { "name": "sw-include-search-info", @@ -24055,7 +24055,7 @@ }, "responses": { "200": { - "description": "List of ProductWarehouse", + "description": "List of Quote", "content": { "application/vnd.api+json": { "schema": { @@ -24069,7 +24069,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/Quote" } } } @@ -24087,7 +24087,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/Quote" } } } @@ -24104,19 +24104,19 @@ } } }, - "/product-warehouse/{id}": { + "/quote/{id}": { "get": { "tags": [ - "Product Warehouse" + "Quote" ], - "summary": "Detailed information about a Product Warehouse resource.", - "description": "", - "operationId": "getProductWarehouse", + "summary": "Detailed information about a Quote resource.", + "description": "Available since: 6.5.3.0", + "operationId": "getQuote", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_warehouse", + "description": "Identifier for the quote", "required": true, "schema": { "type": "string", @@ -24126,7 +24126,7 @@ ], "responses": { "200": { - "description": "Detail of ProductWarehouse", + "description": "Detail of Quote", "content": { "application/vnd.api+json": { "schema": { @@ -24138,7 +24138,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/Quote" } } } @@ -24153,7 +24153,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/Quote" } } } @@ -24170,16 +24170,16 @@ }, "delete": { "tags": [ - "Product Warehouse" + "Quote" ], - "summary": "Delete a Product Warehouse resource.", - "description": "", - "operationId": "deleteProductWarehouse", + "summary": "Delete a Quote resource.", + "description": "Available since: 6.5.3.0", + "operationId": "deleteQuote", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_warehouse", + "description": "Identifier for the quote", "required": true, "schema": { "type": "string", @@ -24210,16 +24210,16 @@ }, "patch": { "tags": [ - "Product Warehouse" + "Quote" ], - "summary": "Partially update information about a Product Warehouse resource.", - "description": "", - "operationId": "updateProductWarehouse", + "summary": "Partially update information about a Quote resource.", + "description": "Available since: 6.5.3.0", + "operationId": "updateQuote", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_warehouse", + "description": "Identifier for the quote", "required": true, "schema": { "type": "string", @@ -24237,18 +24237,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Warehouse resource.", + "description": "Partially update information about a Quote resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/Quote" } } } }, "responses": { "200": { - "description": "Detail of ProductWarehouse", + "description": "Detail of Quote", "content": { "application/vnd.api+json": { "schema": { @@ -24260,7 +24260,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/Quote" } } } @@ -24275,7 +24275,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/Quote" } } } @@ -24294,14 +24294,14 @@ } } }, - "/aggregate/product-warehouse": { + "/aggregate/quote": { "post": { "tags": [ - "Product Warehouse" + "Quote" ], - "summary": "Aggregate for the Product Warehouse resources.", + "summary": "Aggregate for the Quote resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductWarehouse", + "operationId": "aggregateQuote", "requestBody": { "required": true, "content": { @@ -24325,7 +24325,7 @@ }, "responses": { "200": { - "description": "List of ProductWarehouse", + "description": "List of Quote", "content": { "application/vnd.api+json": { "schema": { @@ -24339,7 +24339,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/Quote" } } } @@ -24357,7 +24357,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/Quote" } } } @@ -24374,14 +24374,14 @@ } } }, - "/quote": { + "/quote-comment": { "get": { "tags": [ - "Quote" + "Quote Comment" ], - "summary": "List with basic information of Quote resources.", - "description": "Available since: 6.5.3.0", - "operationId": "getQuoteList", + "summary": "List with basic information of Quote Comment resources.", + "description": "", + "operationId": "getQuoteCommentList", "parameters": [ { "name": "limit", @@ -24410,7 +24410,7 @@ ], "responses": { "200": { - "description": "List of Quote resources.", + "description": "List of Quote Comment resources.", "content": { "application/vnd.api+json": { "schema": { @@ -24429,7 +24429,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/QuoteComment" } } ] @@ -24443,16 +24443,16 @@ "type": "object", "properties": { "first": { - "example": "/quote?limit=25" + "example": "/quote-comment?limit=25" }, "last": { - "example": "/quote?limit=25&page=11" + "example": "/quote-comment?limit=25&page=11" }, "next": { - "example": "/quote?limit=25&page=4" + "example": "/quote-comment?limit=25&page=4" }, "prev": { - "example": "/quote?limit=25&page=2" + "example": "/quote-comment?limit=25&page=2" } } } @@ -24473,7 +24473,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -24488,11 +24488,11 @@ }, "post": { "tags": [ - "Quote" + "Quote Comment" ], - "summary": "Create a new Quote resources.", - "description": "Available since: 6.5.3.0", - "operationId": "createQuote", + "summary": "Create a new Quote Comment resources.", + "description": "", + "operationId": "createQuoteComment", "parameters": [ { "name": "_response", @@ -24511,14 +24511,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/QuoteComment" } } } }, "responses": { "200": { - "description": "Detail of Quote", + "description": "Detail of QuoteComment", "content": { "application/vnd.api+json": { "schema": { @@ -24530,7 +24530,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -24545,7 +24545,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -24561,14 +24561,14 @@ } } }, - "/search/quote": { + "/search/quote-comment": { "post": { "tags": [ - "Quote" + "Quote Comment" ], - "summary": "Search for the Quote resources.", - "description": "Available since: 6.5.3.0", - "operationId": "searchQuote", + "summary": "Search for the Quote Comment resources.", + "description": "", + "operationId": "searchQuoteComment", "parameters": [ { "name": "sw-include-search-info", @@ -24596,7 +24596,7 @@ }, "responses": { "200": { - "description": "List of Quote", + "description": "List of QuoteComment", "content": { "application/vnd.api+json": { "schema": { @@ -24610,7 +24610,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -24628,7 +24628,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -24645,19 +24645,19 @@ } } }, - "/quote/{id}": { + "/quote-comment/{id}": { "get": { "tags": [ - "Quote" + "Quote Comment" ], - "summary": "Detailed information about a Quote resource.", - "description": "Available since: 6.5.3.0", - "operationId": "getQuote", + "summary": "Detailed information about a Quote Comment resource.", + "description": "", + "operationId": "getQuoteComment", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote", + "description": "Identifier for the quote_comment", "required": true, "schema": { "type": "string", @@ -24667,7 +24667,7 @@ ], "responses": { "200": { - "description": "Detail of Quote", + "description": "Detail of QuoteComment", "content": { "application/vnd.api+json": { "schema": { @@ -24679,7 +24679,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -24694,7 +24694,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -24711,16 +24711,16 @@ }, "delete": { "tags": [ - "Quote" + "Quote Comment" ], - "summary": "Delete a Quote resource.", - "description": "Available since: 6.5.3.0", - "operationId": "deleteQuote", + "summary": "Delete a Quote Comment resource.", + "description": "", + "operationId": "deleteQuoteComment", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote", + "description": "Identifier for the quote_comment", "required": true, "schema": { "type": "string", @@ -24751,16 +24751,16 @@ }, "patch": { "tags": [ - "Quote" + "Quote Comment" ], - "summary": "Partially update information about a Quote resource.", - "description": "Available since: 6.5.3.0", - "operationId": "updateQuote", + "summary": "Partially update information about a Quote Comment resource.", + "description": "", + "operationId": "updateQuoteComment", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote", + "description": "Identifier for the quote_comment", "required": true, "schema": { "type": "string", @@ -24778,18 +24778,18 @@ } ], "requestBody": { - "description": "Partially update information about a Quote resource.", + "description": "Partially update information about a Quote Comment resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/QuoteComment" } } } }, "responses": { "200": { - "description": "Detail of Quote", + "description": "Detail of QuoteComment", "content": { "application/vnd.api+json": { "schema": { @@ -24801,7 +24801,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -24816,7 +24816,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -24835,14 +24835,14 @@ } } }, - "/aggregate/quote": { + "/aggregate/quote-comment": { "post": { "tags": [ - "Quote" + "Quote Comment" ], - "summary": "Aggregate for the Quote resources.", + "summary": "Aggregate for the Quote Comment resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateQuote", + "operationId": "aggregateQuoteComment", "requestBody": { "required": true, "content": { @@ -24866,7 +24866,7 @@ }, "responses": { "200": { - "description": "List of Quote", + "description": "List of QuoteComment", "content": { "application/vnd.api+json": { "schema": { @@ -24880,7 +24880,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -24898,7 +24898,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -24915,14 +24915,14 @@ } } }, - "/quote-comment": { + "/quote-delivery": { "get": { "tags": [ - "Quote Comment" + "Quote Delivery" ], - "summary": "List with basic information of Quote Comment resources.", - "description": "", - "operationId": "getQuoteCommentList", + "summary": "List with basic information of Quote Delivery resources.", + "description": "Available since: 6.5.3.0", + "operationId": "getQuoteDeliveryList", "parameters": [ { "name": "limit", @@ -24951,7 +24951,7 @@ ], "responses": { "200": { - "description": "List of Quote Comment resources.", + "description": "List of Quote Delivery resources.", "content": { "application/vnd.api+json": { "schema": { @@ -24970,7 +24970,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/QuoteDelivery" } } ] @@ -24984,16 +24984,16 @@ "type": "object", "properties": { "first": { - "example": "/quote-comment?limit=25" + "example": "/quote-delivery?limit=25" }, "last": { - "example": "/quote-comment?limit=25&page=11" + "example": "/quote-delivery?limit=25&page=11" }, "next": { - "example": "/quote-comment?limit=25&page=4" + "example": "/quote-delivery?limit=25&page=4" }, "prev": { - "example": "/quote-comment?limit=25&page=2" + "example": "/quote-delivery?limit=25&page=2" } } } @@ -25014,7 +25014,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -25029,11 +25029,11 @@ }, "post": { "tags": [ - "Quote Comment" + "Quote Delivery" ], - "summary": "Create a new Quote Comment resources.", - "description": "", - "operationId": "createQuoteComment", + "summary": "Create a new Quote Delivery resources.", + "description": "Available since: 6.5.3.0", + "operationId": "createQuoteDelivery", "parameters": [ { "name": "_response", @@ -25052,14 +25052,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/QuoteDelivery" } } } }, "responses": { "200": { - "description": "Detail of QuoteComment", + "description": "Detail of QuoteDelivery", "content": { "application/vnd.api+json": { "schema": { @@ -25071,7 +25071,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -25086,7 +25086,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -25102,14 +25102,14 @@ } } }, - "/search/quote-comment": { + "/search/quote-delivery": { "post": { "tags": [ - "Quote Comment" + "Quote Delivery" ], - "summary": "Search for the Quote Comment resources.", - "description": "", - "operationId": "searchQuoteComment", + "summary": "Search for the Quote Delivery resources.", + "description": "Available since: 6.5.3.0", + "operationId": "searchQuoteDelivery", "parameters": [ { "name": "sw-include-search-info", @@ -25137,7 +25137,7 @@ }, "responses": { "200": { - "description": "List of QuoteComment", + "description": "List of QuoteDelivery", "content": { "application/vnd.api+json": { "schema": { @@ -25151,7 +25151,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -25169,7 +25169,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -25186,19 +25186,19 @@ } } }, - "/quote-comment/{id}": { + "/quote-delivery/{id}": { "get": { "tags": [ - "Quote Comment" + "Quote Delivery" ], - "summary": "Detailed information about a Quote Comment resource.", - "description": "", - "operationId": "getQuoteComment", + "summary": "Detailed information about a Quote Delivery resource.", + "description": "Available since: 6.5.3.0", + "operationId": "getQuoteDelivery", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_comment", + "description": "Identifier for the quote_delivery", "required": true, "schema": { "type": "string", @@ -25208,7 +25208,7 @@ ], "responses": { "200": { - "description": "Detail of QuoteComment", + "description": "Detail of QuoteDelivery", "content": { "application/vnd.api+json": { "schema": { @@ -25220,7 +25220,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -25235,7 +25235,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -25252,16 +25252,16 @@ }, "delete": { "tags": [ - "Quote Comment" + "Quote Delivery" ], - "summary": "Delete a Quote Comment resource.", - "description": "", - "operationId": "deleteQuoteComment", + "summary": "Delete a Quote Delivery resource.", + "description": "Available since: 6.5.3.0", + "operationId": "deleteQuoteDelivery", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_comment", + "description": "Identifier for the quote_delivery", "required": true, "schema": { "type": "string", @@ -25292,16 +25292,16 @@ }, "patch": { "tags": [ - "Quote Comment" + "Quote Delivery" ], - "summary": "Partially update information about a Quote Comment resource.", - "description": "", - "operationId": "updateQuoteComment", + "summary": "Partially update information about a Quote Delivery resource.", + "description": "Available since: 6.5.3.0", + "operationId": "updateQuoteDelivery", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_comment", + "description": "Identifier for the quote_delivery", "required": true, "schema": { "type": "string", @@ -25319,18 +25319,18 @@ } ], "requestBody": { - "description": "Partially update information about a Quote Comment resource.", + "description": "Partially update information about a Quote Delivery resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/QuoteDelivery" } } } }, "responses": { "200": { - "description": "Detail of QuoteComment", + "description": "Detail of QuoteDelivery", "content": { "application/vnd.api+json": { "schema": { @@ -25342,7 +25342,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -25357,7 +25357,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -25376,14 +25376,14 @@ } } }, - "/aggregate/quote-comment": { + "/aggregate/quote-delivery": { "post": { "tags": [ - "Quote Comment" + "Quote Delivery" ], - "summary": "Aggregate for the Quote Comment resources.", + "summary": "Aggregate for the Quote Delivery resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateQuoteComment", + "operationId": "aggregateQuoteDelivery", "requestBody": { "required": true, "content": { @@ -25407,7 +25407,7 @@ }, "responses": { "200": { - "description": "List of QuoteComment", + "description": "List of QuoteDelivery", "content": { "application/vnd.api+json": { "schema": { @@ -25421,7 +25421,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -25439,7 +25439,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -25456,14 +25456,14 @@ } } }, - "/quote-delivery": { + "/quote-delivery-position": { "get": { "tags": [ - "Quote Delivery" + "Quote Delivery Position" ], - "summary": "List with basic information of Quote Delivery resources.", + "summary": "List with basic information of Quote Delivery Position resources.", "description": "Available since: 6.5.3.0", - "operationId": "getQuoteDeliveryList", + "operationId": "getQuoteDeliveryPositionList", "parameters": [ { "name": "limit", @@ -25492,7 +25492,7 @@ ], "responses": { "200": { - "description": "List of Quote Delivery resources.", + "description": "List of Quote Delivery Position resources.", "content": { "application/vnd.api+json": { "schema": { @@ -25511,7 +25511,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } ] @@ -25525,16 +25525,16 @@ "type": "object", "properties": { "first": { - "example": "/quote-delivery?limit=25" + "example": "/quote-delivery-position?limit=25" }, "last": { - "example": "/quote-delivery?limit=25&page=11" + "example": "/quote-delivery-position?limit=25&page=11" }, "next": { - "example": "/quote-delivery?limit=25&page=4" + "example": "/quote-delivery-position?limit=25&page=4" }, "prev": { - "example": "/quote-delivery?limit=25&page=2" + "example": "/quote-delivery-position?limit=25&page=2" } } } @@ -25555,7 +25555,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -25570,11 +25570,11 @@ }, "post": { "tags": [ - "Quote Delivery" + "Quote Delivery Position" ], - "summary": "Create a new Quote Delivery resources.", + "summary": "Create a new Quote Delivery Position resources.", "description": "Available since: 6.5.3.0", - "operationId": "createQuoteDelivery", + "operationId": "createQuoteDeliveryPosition", "parameters": [ { "name": "_response", @@ -25593,14 +25593,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } }, "responses": { "200": { - "description": "Detail of QuoteDelivery", + "description": "Detail of QuoteDeliveryPosition", "content": { "application/vnd.api+json": { "schema": { @@ -25612,7 +25612,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -25627,7 +25627,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -25643,14 +25643,14 @@ } } }, - "/search/quote-delivery": { + "/search/quote-delivery-position": { "post": { "tags": [ - "Quote Delivery" + "Quote Delivery Position" ], - "summary": "Search for the Quote Delivery resources.", + "summary": "Search for the Quote Delivery Position resources.", "description": "Available since: 6.5.3.0", - "operationId": "searchQuoteDelivery", + "operationId": "searchQuoteDeliveryPosition", "parameters": [ { "name": "sw-include-search-info", @@ -25678,7 +25678,7 @@ }, "responses": { "200": { - "description": "List of QuoteDelivery", + "description": "List of QuoteDeliveryPosition", "content": { "application/vnd.api+json": { "schema": { @@ -25692,7 +25692,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -25710,7 +25710,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -25727,19 +25727,19 @@ } } }, - "/quote-delivery/{id}": { + "/quote-delivery-position/{id}": { "get": { "tags": [ - "Quote Delivery" + "Quote Delivery Position" ], - "summary": "Detailed information about a Quote Delivery resource.", + "summary": "Detailed information about a Quote Delivery Position resource.", "description": "Available since: 6.5.3.0", - "operationId": "getQuoteDelivery", + "operationId": "getQuoteDeliveryPosition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_delivery", + "description": "Identifier for the quote_delivery_position", "required": true, "schema": { "type": "string", @@ -25749,7 +25749,7 @@ ], "responses": { "200": { - "description": "Detail of QuoteDelivery", + "description": "Detail of QuoteDeliveryPosition", "content": { "application/vnd.api+json": { "schema": { @@ -25761,7 +25761,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -25776,7 +25776,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -25793,16 +25793,16 @@ }, "delete": { "tags": [ - "Quote Delivery" + "Quote Delivery Position" ], - "summary": "Delete a Quote Delivery resource.", + "summary": "Delete a Quote Delivery Position resource.", "description": "Available since: 6.5.3.0", - "operationId": "deleteQuoteDelivery", + "operationId": "deleteQuoteDeliveryPosition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_delivery", + "description": "Identifier for the quote_delivery_position", "required": true, "schema": { "type": "string", @@ -25833,16 +25833,16 @@ }, "patch": { "tags": [ - "Quote Delivery" + "Quote Delivery Position" ], - "summary": "Partially update information about a Quote Delivery resource.", + "summary": "Partially update information about a Quote Delivery Position resource.", "description": "Available since: 6.5.3.0", - "operationId": "updateQuoteDelivery", + "operationId": "updateQuoteDeliveryPosition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_delivery", + "description": "Identifier for the quote_delivery_position", "required": true, "schema": { "type": "string", @@ -25860,18 +25860,18 @@ } ], "requestBody": { - "description": "Partially update information about a Quote Delivery resource.", + "description": "Partially update information about a Quote Delivery Position resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } }, "responses": { "200": { - "description": "Detail of QuoteDelivery", + "description": "Detail of QuoteDeliveryPosition", "content": { "application/vnd.api+json": { "schema": { @@ -25883,7 +25883,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -25898,7 +25898,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -25917,14 +25917,14 @@ } } }, - "/aggregate/quote-delivery": { + "/aggregate/quote-delivery-position": { "post": { "tags": [ - "Quote Delivery" + "Quote Delivery Position" ], - "summary": "Aggregate for the Quote Delivery resources.", + "summary": "Aggregate for the Quote Delivery Position resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateQuoteDelivery", + "operationId": "aggregateQuoteDeliveryPosition", "requestBody": { "required": true, "content": { @@ -25948,7 +25948,7 @@ }, "responses": { "200": { - "description": "List of QuoteDelivery", + "description": "List of QuoteDeliveryPosition", "content": { "application/vnd.api+json": { "schema": { @@ -25962,7 +25962,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -25980,7 +25980,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -25997,14 +25997,14 @@ } } }, - "/quote-delivery-position": { + "/quote-document": { "get": { "tags": [ - "Quote Delivery Position" + "Quote Document" ], - "summary": "List with basic information of Quote Delivery Position resources.", - "description": "Available since: 6.5.3.0", - "operationId": "getQuoteDeliveryPositionList", + "summary": "List with basic information of Quote Document resources.", + "description": "", + "operationId": "getQuoteDocumentList", "parameters": [ { "name": "limit", @@ -26033,7 +26033,7 @@ ], "responses": { "200": { - "description": "List of Quote Delivery Position resources.", + "description": "List of Quote Document resources.", "content": { "application/vnd.api+json": { "schema": { @@ -26052,7 +26052,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteDocument" } } ] @@ -26066,16 +26066,16 @@ "type": "object", "properties": { "first": { - "example": "/quote-delivery-position?limit=25" + "example": "/quote-document?limit=25" }, "last": { - "example": "/quote-delivery-position?limit=25&page=11" + "example": "/quote-document?limit=25&page=11" }, "next": { - "example": "/quote-delivery-position?limit=25&page=4" + "example": "/quote-document?limit=25&page=4" }, "prev": { - "example": "/quote-delivery-position?limit=25&page=2" + "example": "/quote-document?limit=25&page=2" } } } @@ -26096,7 +26096,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -26111,11 +26111,11 @@ }, "post": { "tags": [ - "Quote Delivery Position" + "Quote Document" ], - "summary": "Create a new Quote Delivery Position resources.", - "description": "Available since: 6.5.3.0", - "operationId": "createQuoteDeliveryPosition", + "summary": "Create a new Quote Document resources.", + "description": "", + "operationId": "createQuoteDocument", "parameters": [ { "name": "_response", @@ -26134,14 +26134,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteDocument" } } } }, "responses": { "200": { - "description": "Detail of QuoteDeliveryPosition", + "description": "Detail of QuoteDocument", "content": { "application/vnd.api+json": { "schema": { @@ -26153,7 +26153,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -26168,7 +26168,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -26184,14 +26184,14 @@ } } }, - "/search/quote-delivery-position": { + "/search/quote-document": { "post": { "tags": [ - "Quote Delivery Position" + "Quote Document" ], - "summary": "Search for the Quote Delivery Position resources.", - "description": "Available since: 6.5.3.0", - "operationId": "searchQuoteDeliveryPosition", + "summary": "Search for the Quote Document resources.", + "description": "", + "operationId": "searchQuoteDocument", "parameters": [ { "name": "sw-include-search-info", @@ -26219,7 +26219,7 @@ }, "responses": { "200": { - "description": "List of QuoteDeliveryPosition", + "description": "List of QuoteDocument", "content": { "application/vnd.api+json": { "schema": { @@ -26233,7 +26233,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -26251,7 +26251,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -26268,19 +26268,19 @@ } } }, - "/quote-delivery-position/{id}": { + "/quote-document/{id}": { "get": { "tags": [ - "Quote Delivery Position" + "Quote Document" ], - "summary": "Detailed information about a Quote Delivery Position resource.", - "description": "Available since: 6.5.3.0", - "operationId": "getQuoteDeliveryPosition", + "summary": "Detailed information about a Quote Document resource.", + "description": "", + "operationId": "getQuoteDocument", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_delivery_position", + "description": "Identifier for the quote_document", "required": true, "schema": { "type": "string", @@ -26290,7 +26290,7 @@ ], "responses": { "200": { - "description": "Detail of QuoteDeliveryPosition", + "description": "Detail of QuoteDocument", "content": { "application/vnd.api+json": { "schema": { @@ -26302,7 +26302,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -26317,7 +26317,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -26334,16 +26334,16 @@ }, "delete": { "tags": [ - "Quote Delivery Position" + "Quote Document" ], - "summary": "Delete a Quote Delivery Position resource.", - "description": "Available since: 6.5.3.0", - "operationId": "deleteQuoteDeliveryPosition", + "summary": "Delete a Quote Document resource.", + "description": "", + "operationId": "deleteQuoteDocument", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_delivery_position", + "description": "Identifier for the quote_document", "required": true, "schema": { "type": "string", @@ -26374,16 +26374,16 @@ }, "patch": { "tags": [ - "Quote Delivery Position" + "Quote Document" ], - "summary": "Partially update information about a Quote Delivery Position resource.", - "description": "Available since: 6.5.3.0", - "operationId": "updateQuoteDeliveryPosition", + "summary": "Partially update information about a Quote Document resource.", + "description": "", + "operationId": "updateQuoteDocument", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_delivery_position", + "description": "Identifier for the quote_document", "required": true, "schema": { "type": "string", @@ -26401,18 +26401,18 @@ } ], "requestBody": { - "description": "Partially update information about a Quote Delivery Position resource.", + "description": "Partially update information about a Quote Document resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteDocument" } } } }, "responses": { "200": { - "description": "Detail of QuoteDeliveryPosition", + "description": "Detail of QuoteDocument", "content": { "application/vnd.api+json": { "schema": { @@ -26424,7 +26424,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -26439,7 +26439,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -26458,14 +26458,14 @@ } } }, - "/aggregate/quote-delivery-position": { + "/aggregate/quote-document": { "post": { "tags": [ - "Quote Delivery Position" + "Quote Document" ], - "summary": "Aggregate for the Quote Delivery Position resources.", + "summary": "Aggregate for the Quote Document resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateQuoteDeliveryPosition", + "operationId": "aggregateQuoteDocument", "requestBody": { "required": true, "content": { @@ -26489,7 +26489,7 @@ }, "responses": { "200": { - "description": "List of QuoteDeliveryPosition", + "description": "List of QuoteDocument", "content": { "application/vnd.api+json": { "schema": { @@ -26503,7 +26503,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -26521,7 +26521,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -26538,14 +26538,14 @@ } } }, - "/quote-document": { + "/quote-employee": { "get": { "tags": [ - "Quote Document" + "Quote Employee" ], - "summary": "List with basic information of Quote Document resources.", + "summary": "List with basic information of Quote Employee resources.", "description": "", - "operationId": "getQuoteDocumentList", + "operationId": "getQuoteEmployeeList", "parameters": [ { "name": "limit", @@ -26574,7 +26574,7 @@ ], "responses": { "200": { - "description": "List of Quote Document resources.", + "description": "List of Quote Employee resources.", "content": { "application/vnd.api+json": { "schema": { @@ -26593,7 +26593,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteEmployee" } } ] @@ -26607,16 +26607,16 @@ "type": "object", "properties": { "first": { - "example": "/quote-document?limit=25" + "example": "/quote-employee?limit=25" }, "last": { - "example": "/quote-document?limit=25&page=11" + "example": "/quote-employee?limit=25&page=11" }, "next": { - "example": "/quote-document?limit=25&page=4" + "example": "/quote-employee?limit=25&page=4" }, "prev": { - "example": "/quote-document?limit=25&page=2" + "example": "/quote-employee?limit=25&page=2" } } } @@ -26637,7 +26637,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -26652,11 +26652,11 @@ }, "post": { "tags": [ - "Quote Document" + "Quote Employee" ], - "summary": "Create a new Quote Document resources.", + "summary": "Create a new Quote Employee resources.", "description": "", - "operationId": "createQuoteDocument", + "operationId": "createQuoteEmployee", "parameters": [ { "name": "_response", @@ -26675,14 +26675,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteEmployee" } } } }, "responses": { "200": { - "description": "Detail of QuoteDocument", + "description": "Detail of QuoteEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -26694,7 +26694,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -26709,7 +26709,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -26725,14 +26725,14 @@ } } }, - "/search/quote-document": { + "/search/quote-employee": { "post": { "tags": [ - "Quote Document" + "Quote Employee" ], - "summary": "Search for the Quote Document resources.", + "summary": "Search for the Quote Employee resources.", "description": "", - "operationId": "searchQuoteDocument", + "operationId": "searchQuoteEmployee", "parameters": [ { "name": "sw-include-search-info", @@ -26760,7 +26760,7 @@ }, "responses": { "200": { - "description": "List of QuoteDocument", + "description": "List of QuoteEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -26774,7 +26774,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -26792,7 +26792,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -26809,19 +26809,19 @@ } } }, - "/quote-document/{id}": { + "/quote-employee/{id}": { "get": { "tags": [ - "Quote Document" + "Quote Employee" ], - "summary": "Detailed information about a Quote Document resource.", + "summary": "Detailed information about a Quote Employee resource.", "description": "", - "operationId": "getQuoteDocument", + "operationId": "getQuoteEmployee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_document", + "description": "Identifier for the quote_employee", "required": true, "schema": { "type": "string", @@ -26831,7 +26831,7 @@ ], "responses": { "200": { - "description": "Detail of QuoteDocument", + "description": "Detail of QuoteEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -26843,7 +26843,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -26858,7 +26858,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -26875,16 +26875,16 @@ }, "delete": { "tags": [ - "Quote Document" + "Quote Employee" ], - "summary": "Delete a Quote Document resource.", + "summary": "Delete a Quote Employee resource.", "description": "", - "operationId": "deleteQuoteDocument", + "operationId": "deleteQuoteEmployee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_document", + "description": "Identifier for the quote_employee", "required": true, "schema": { "type": "string", @@ -26915,16 +26915,16 @@ }, "patch": { "tags": [ - "Quote Document" + "Quote Employee" ], - "summary": "Partially update information about a Quote Document resource.", + "summary": "Partially update information about a Quote Employee resource.", "description": "", - "operationId": "updateQuoteDocument", + "operationId": "updateQuoteEmployee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_document", + "description": "Identifier for the quote_employee", "required": true, "schema": { "type": "string", @@ -26942,18 +26942,18 @@ } ], "requestBody": { - "description": "Partially update information about a Quote Document resource.", + "description": "Partially update information about a Quote Employee resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteEmployee" } } } }, "responses": { "200": { - "description": "Detail of QuoteDocument", + "description": "Detail of QuoteEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -26965,7 +26965,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -26980,7 +26980,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -26999,14 +26999,14 @@ } } }, - "/aggregate/quote-document": { + "/aggregate/quote-employee": { "post": { "tags": [ - "Quote Document" + "Quote Employee" ], - "summary": "Aggregate for the Quote Document resources.", + "summary": "Aggregate for the Quote Employee resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateQuoteDocument", + "operationId": "aggregateQuoteEmployee", "requestBody": { "required": true, "content": { @@ -27030,7 +27030,7 @@ }, "responses": { "200": { - "description": "List of QuoteDocument", + "description": "List of QuoteEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -27044,7 +27044,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -27062,7 +27062,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -27079,14 +27079,14 @@ } } }, - "/quote-employee": { + "/quote-line-item": { "get": { "tags": [ - "Quote Employee" + "Quote Line Item" ], - "summary": "List with basic information of Quote Employee resources.", - "description": "", - "operationId": "getQuoteEmployeeList", + "summary": "List with basic information of Quote Line Item resources.", + "description": "Available since: 6.5.3.0", + "operationId": "getQuoteLineItemList", "parameters": [ { "name": "limit", @@ -27115,7 +27115,7 @@ ], "responses": { "200": { - "description": "List of Quote Employee resources.", + "description": "List of Quote Line Item resources.", "content": { "application/vnd.api+json": { "schema": { @@ -27134,7 +27134,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/QuoteLineItem" } } ] @@ -27148,16 +27148,16 @@ "type": "object", "properties": { "first": { - "example": "/quote-employee?limit=25" + "example": "/quote-line-item?limit=25" }, "last": { - "example": "/quote-employee?limit=25&page=11" + "example": "/quote-line-item?limit=25&page=11" }, "next": { - "example": "/quote-employee?limit=25&page=4" + "example": "/quote-line-item?limit=25&page=4" }, "prev": { - "example": "/quote-employee?limit=25&page=2" + "example": "/quote-line-item?limit=25&page=2" } } } @@ -27178,7 +27178,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -27193,11 +27193,11 @@ }, "post": { "tags": [ - "Quote Employee" + "Quote Line Item" ], - "summary": "Create a new Quote Employee resources.", - "description": "", - "operationId": "createQuoteEmployee", + "summary": "Create a new Quote Line Item resources.", + "description": "Available since: 6.5.3.0", + "operationId": "createQuoteLineItem", "parameters": [ { "name": "_response", @@ -27216,14 +27216,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/QuoteLineItem" } } } }, "responses": { "200": { - "description": "Detail of QuoteEmployee", + "description": "Detail of QuoteLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -27235,7 +27235,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -27250,7 +27250,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -27266,14 +27266,14 @@ } } }, - "/search/quote-employee": { + "/search/quote-line-item": { "post": { "tags": [ - "Quote Employee" + "Quote Line Item" ], - "summary": "Search for the Quote Employee resources.", - "description": "", - "operationId": "searchQuoteEmployee", + "summary": "Search for the Quote Line Item resources.", + "description": "Available since: 6.5.3.0", + "operationId": "searchQuoteLineItem", "parameters": [ { "name": "sw-include-search-info", @@ -27301,7 +27301,7 @@ }, "responses": { "200": { - "description": "List of QuoteEmployee", + "description": "List of QuoteLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -27315,7 +27315,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -27333,7 +27333,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -27350,19 +27350,19 @@ } } }, - "/quote-employee/{id}": { + "/quote-line-item/{id}": { "get": { "tags": [ - "Quote Employee" + "Quote Line Item" ], - "summary": "Detailed information about a Quote Employee resource.", - "description": "", - "operationId": "getQuoteEmployee", + "summary": "Detailed information about a Quote Line Item resource.", + "description": "Available since: 6.5.3.0", + "operationId": "getQuoteLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_employee", + "description": "Identifier for the quote_line_item", "required": true, "schema": { "type": "string", @@ -27372,7 +27372,7 @@ ], "responses": { "200": { - "description": "Detail of QuoteEmployee", + "description": "Detail of QuoteLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -27384,7 +27384,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -27399,7 +27399,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -27416,16 +27416,16 @@ }, "delete": { "tags": [ - "Quote Employee" + "Quote Line Item" ], - "summary": "Delete a Quote Employee resource.", - "description": "", - "operationId": "deleteQuoteEmployee", + "summary": "Delete a Quote Line Item resource.", + "description": "Available since: 6.5.3.0", + "operationId": "deleteQuoteLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_employee", + "description": "Identifier for the quote_line_item", "required": true, "schema": { "type": "string", @@ -27456,16 +27456,16 @@ }, "patch": { "tags": [ - "Quote Employee" + "Quote Line Item" ], - "summary": "Partially update information about a Quote Employee resource.", - "description": "", - "operationId": "updateQuoteEmployee", + "summary": "Partially update information about a Quote Line Item resource.", + "description": "Available since: 6.5.3.0", + "operationId": "updateQuoteLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_employee", + "description": "Identifier for the quote_line_item", "required": true, "schema": { "type": "string", @@ -27483,18 +27483,18 @@ } ], "requestBody": { - "description": "Partially update information about a Quote Employee resource.", + "description": "Partially update information about a Quote Line Item resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/QuoteLineItem" } } } }, "responses": { "200": { - "description": "Detail of QuoteEmployee", + "description": "Detail of QuoteLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -27506,7 +27506,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -27521,7 +27521,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -27540,14 +27540,14 @@ } } }, - "/aggregate/quote-employee": { + "/aggregate/quote-line-item": { "post": { "tags": [ - "Quote Employee" + "Quote Line Item" ], - "summary": "Aggregate for the Quote Employee resources.", + "summary": "Aggregate for the Quote Line Item resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateQuoteEmployee", + "operationId": "aggregateQuoteLineItem", "requestBody": { "required": true, "content": { @@ -27571,7 +27571,7 @@ }, "responses": { "200": { - "description": "List of QuoteEmployee", + "description": "List of QuoteLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -27585,7 +27585,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -27603,7 +27603,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -27620,14 +27620,14 @@ } } }, - "/quote-line-item": { + "/quote-transaction": { "get": { "tags": [ - "Quote Line Item" + "Quote Transaction" ], - "summary": "List with basic information of Quote Line Item resources.", + "summary": "List with basic information of Quote Transaction resources.", "description": "Available since: 6.5.3.0", - "operationId": "getQuoteLineItemList", + "operationId": "getQuoteTransactionList", "parameters": [ { "name": "limit", @@ -27656,7 +27656,7 @@ ], "responses": { "200": { - "description": "List of Quote Line Item resources.", + "description": "List of Quote Transaction resources.", "content": { "application/vnd.api+json": { "schema": { @@ -27675,7 +27675,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/QuoteTransaction" } } ] @@ -27689,16 +27689,16 @@ "type": "object", "properties": { "first": { - "example": "/quote-line-item?limit=25" + "example": "/quote-transaction?limit=25" }, "last": { - "example": "/quote-line-item?limit=25&page=11" + "example": "/quote-transaction?limit=25&page=11" }, "next": { - "example": "/quote-line-item?limit=25&page=4" + "example": "/quote-transaction?limit=25&page=4" }, "prev": { - "example": "/quote-line-item?limit=25&page=2" + "example": "/quote-transaction?limit=25&page=2" } } } @@ -27719,7 +27719,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -27734,11 +27734,11 @@ }, "post": { "tags": [ - "Quote Line Item" + "Quote Transaction" ], - "summary": "Create a new Quote Line Item resources.", + "summary": "Create a new Quote Transaction resources.", "description": "Available since: 6.5.3.0", - "operationId": "createQuoteLineItem", + "operationId": "createQuoteTransaction", "parameters": [ { "name": "_response", @@ -27757,14 +27757,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/QuoteTransaction" } } } }, "responses": { "200": { - "description": "Detail of QuoteLineItem", + "description": "Detail of QuoteTransaction", "content": { "application/vnd.api+json": { "schema": { @@ -27776,7 +27776,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -27791,7 +27791,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -27807,14 +27807,14 @@ } } }, - "/search/quote-line-item": { + "/search/quote-transaction": { "post": { "tags": [ - "Quote Line Item" + "Quote Transaction" ], - "summary": "Search for the Quote Line Item resources.", + "summary": "Search for the Quote Transaction resources.", "description": "Available since: 6.5.3.0", - "operationId": "searchQuoteLineItem", + "operationId": "searchQuoteTransaction", "parameters": [ { "name": "sw-include-search-info", @@ -27842,7 +27842,7 @@ }, "responses": { "200": { - "description": "List of QuoteLineItem", + "description": "List of QuoteTransaction", "content": { "application/vnd.api+json": { "schema": { @@ -27856,7 +27856,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -27874,7 +27874,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -27891,19 +27891,19 @@ } } }, - "/quote-line-item/{id}": { + "/quote-transaction/{id}": { "get": { "tags": [ - "Quote Line Item" + "Quote Transaction" ], - "summary": "Detailed information about a Quote Line Item resource.", + "summary": "Detailed information about a Quote Transaction resource.", "description": "Available since: 6.5.3.0", - "operationId": "getQuoteLineItem", + "operationId": "getQuoteTransaction", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_line_item", + "description": "Identifier for the quote_transaction", "required": true, "schema": { "type": "string", @@ -27913,7 +27913,7 @@ ], "responses": { "200": { - "description": "Detail of QuoteLineItem", + "description": "Detail of QuoteTransaction", "content": { "application/vnd.api+json": { "schema": { @@ -27925,7 +27925,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -27940,7 +27940,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -27957,16 +27957,16 @@ }, "delete": { "tags": [ - "Quote Line Item" + "Quote Transaction" ], - "summary": "Delete a Quote Line Item resource.", + "summary": "Delete a Quote Transaction resource.", "description": "Available since: 6.5.3.0", - "operationId": "deleteQuoteLineItem", + "operationId": "deleteQuoteTransaction", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_line_item", + "description": "Identifier for the quote_transaction", "required": true, "schema": { "type": "string", @@ -27997,16 +27997,16 @@ }, "patch": { "tags": [ - "Quote Line Item" + "Quote Transaction" ], - "summary": "Partially update information about a Quote Line Item resource.", + "summary": "Partially update information about a Quote Transaction resource.", "description": "Available since: 6.5.3.0", - "operationId": "updateQuoteLineItem", + "operationId": "updateQuoteTransaction", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_line_item", + "description": "Identifier for the quote_transaction", "required": true, "schema": { "type": "string", @@ -28024,18 +28024,18 @@ } ], "requestBody": { - "description": "Partially update information about a Quote Line Item resource.", + "description": "Partially update information about a Quote Transaction resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/QuoteTransaction" } } } }, "responses": { "200": { - "description": "Detail of QuoteLineItem", + "description": "Detail of QuoteTransaction", "content": { "application/vnd.api+json": { "schema": { @@ -28047,7 +28047,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -28062,7 +28062,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -28081,14 +28081,14 @@ } } }, - "/aggregate/quote-line-item": { + "/aggregate/quote-transaction": { "post": { "tags": [ - "Quote Line Item" + "Quote Transaction" ], - "summary": "Aggregate for the Quote Line Item resources.", + "summary": "Aggregate for the Quote Transaction resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateQuoteLineItem", + "operationId": "aggregateQuoteTransaction", "requestBody": { "required": true, "content": { @@ -28112,7 +28112,7 @@ }, "responses": { "200": { - "description": "List of QuoteLineItem", + "description": "List of QuoteTransaction", "content": { "application/vnd.api+json": { "schema": { @@ -28126,7 +28126,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -28144,7 +28144,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -28161,14 +28161,14 @@ } } }, - "/quote-transaction": { + "/sales-channel-file": { "get": { "tags": [ - "Quote Transaction" + "Sales Channel File" ], - "summary": "List with basic information of Quote Transaction resources.", - "description": "Available since: 6.5.3.0", - "operationId": "getQuoteTransactionList", + "summary": "List with basic information of Sales Channel File resources.", + "description": "Available since: 6.7.12.0", + "operationId": "getSalesChannelFileList", "parameters": [ { "name": "limit", @@ -28197,7 +28197,7 @@ ], "responses": { "200": { - "description": "List of Quote Transaction resources.", + "description": "List of Sales Channel File resources.", "content": { "application/vnd.api+json": { "schema": { @@ -28216,7 +28216,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/SalesChannelFile" } } ] @@ -28230,16 +28230,16 @@ "type": "object", "properties": { "first": { - "example": "/quote-transaction?limit=25" + "example": "/sales-channel-file?limit=25" }, "last": { - "example": "/quote-transaction?limit=25&page=11" + "example": "/sales-channel-file?limit=25&page=11" }, "next": { - "example": "/quote-transaction?limit=25&page=4" + "example": "/sales-channel-file?limit=25&page=4" }, "prev": { - "example": "/quote-transaction?limit=25&page=2" + "example": "/sales-channel-file?limit=25&page=2" } } } @@ -28260,7 +28260,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/SalesChannelFile" } } } @@ -28275,11 +28275,11 @@ }, "post": { "tags": [ - "Quote Transaction" + "Sales Channel File" ], - "summary": "Create a new Quote Transaction resources.", - "description": "Available since: 6.5.3.0", - "operationId": "createQuoteTransaction", + "summary": "Create a new Sales Channel File resources.", + "description": "Available since: 6.7.12.0", + "operationId": "createSalesChannelFile", "parameters": [ { "name": "_response", @@ -28298,14 +28298,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/SalesChannelFile" } } } }, "responses": { "200": { - "description": "Detail of QuoteTransaction", + "description": "Detail of SalesChannelFile", "content": { "application/vnd.api+json": { "schema": { @@ -28317,7 +28317,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/SalesChannelFile" } } } @@ -28332,7 +28332,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/SalesChannelFile" } } } @@ -28348,14 +28348,14 @@ } } }, - "/search/quote-transaction": { + "/search/sales-channel-file": { "post": { "tags": [ - "Quote Transaction" + "Sales Channel File" ], - "summary": "Search for the Quote Transaction resources.", - "description": "Available since: 6.5.3.0", - "operationId": "searchQuoteTransaction", + "summary": "Search for the Sales Channel File resources.", + "description": "Available since: 6.7.12.0", + "operationId": "searchSalesChannelFile", "parameters": [ { "name": "sw-include-search-info", @@ -28383,7 +28383,7 @@ }, "responses": { "200": { - "description": "List of QuoteTransaction", + "description": "List of SalesChannelFile", "content": { "application/vnd.api+json": { "schema": { @@ -28397,7 +28397,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/SalesChannelFile" } } } @@ -28415,7 +28415,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/SalesChannelFile" } } } @@ -28432,19 +28432,19 @@ } } }, - "/quote-transaction/{id}": { + "/sales-channel-file/{id}": { "get": { "tags": [ - "Quote Transaction" + "Sales Channel File" ], - "summary": "Detailed information about a Quote Transaction resource.", - "description": "Available since: 6.5.3.0", - "operationId": "getQuoteTransaction", + "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 quote_transaction", + "description": "Identifier for the sales_channel_file", "required": true, "schema": { "type": "string", @@ -28454,7 +28454,7 @@ ], "responses": { "200": { - "description": "Detail of QuoteTransaction", + "description": "Detail of SalesChannelFile", "content": { "application/vnd.api+json": { "schema": { @@ -28466,7 +28466,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/SalesChannelFile" } } } @@ -28481,7 +28481,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/SalesChannelFile" } } } @@ -28498,16 +28498,16 @@ }, "delete": { "tags": [ - "Quote Transaction" + "Sales Channel File" ], - "summary": "Delete a Quote Transaction resource.", - "description": "Available since: 6.5.3.0", - "operationId": "deleteQuoteTransaction", + "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 quote_transaction", + "description": "Identifier for the sales_channel_file", "required": true, "schema": { "type": "string", @@ -28538,16 +28538,16 @@ }, "patch": { "tags": [ - "Quote Transaction" + "Sales Channel File" ], - "summary": "Partially update information about a Quote Transaction resource.", - "description": "Available since: 6.5.3.0", - "operationId": "updateQuoteTransaction", + "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 quote_transaction", + "description": "Identifier for the sales_channel_file", "required": true, "schema": { "type": "string", @@ -28565,18 +28565,18 @@ } ], "requestBody": { - "description": "Partially update information about a Quote Transaction resource.", + "description": "Partially update information about a Sales Channel File resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/SalesChannelFile" } } } }, "responses": { "200": { - "description": "Detail of QuoteTransaction", + "description": "Detail of SalesChannelFile", "content": { "application/vnd.api+json": { "schema": { @@ -28588,7 +28588,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/SalesChannelFile" } } } @@ -28603,7 +28603,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/SalesChannelFile" } } } @@ -28622,14 +28622,14 @@ } } }, - "/aggregate/quote-transaction": { + "/aggregate/sales-channel-file": { "post": { "tags": [ - "Quote Transaction" + "Sales Channel File" ], - "summary": "Aggregate for the Quote Transaction resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateQuoteTransaction", + "summary": "Aggregate for the Sales Channel File resources.", + "description": "Available since: 6.7.12.0", + "operationId": "aggregateSalesChannelFile", "requestBody": { "required": true, "content": { @@ -28653,7 +28653,7 @@ }, "responses": { "200": { - "description": "List of QuoteTransaction", + "description": "List of SalesChannelFile", "content": { "application/vnd.api+json": { "schema": { @@ -28667,7 +28667,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/SalesChannelFile" } } } @@ -28685,7 +28685,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/SalesChannelFile" } } } @@ -38510,772 +38510,181 @@ } } }, - "/_action/number-range/{numberRangeId}/preview-pattern": { + "/_action/sales-channel-file/{fileFamily}/{salesChannelId}": { "get": { "tags": [ - "Number Range Management" + "Sales Channel Files" ], - "summary": "Preview a persisted number range", - "description": "Previews the next value for a concrete persisted number range without incrementing its state. Optional `pattern` and `start` query parameters can be used to preview unsaved changes while editing the number range. Use `/_action/number-range/reserve/{type}` for actual allocation by business type and sales channel.", - "operationId": "numberRangePreviewPatternById", + "summary": "List discovered sales channel files", + "description": "Lists all discovered public files for a file family and sales channel, including content type and the stored sales-channel configuration when one exists.", + "operationId": "listSalesChannelFiles", "parameters": [ { - "name": "numberRangeId", + "name": "fileFamily", "in": "path", - "description": "Identifier of the number range to preview.", + "description": "File family below `Resources/views/files`, for example `agentic`.", "required": true, "schema": { "type": "string", - "pattern": "^[0-9a-f]{32}$" + "maxLength": 64, + "pattern": "^[A-Za-z0-9_-]+$" } }, { - "name": "pattern", - "in": "query", - "description": "Optional pattern override for the preview.", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "start", - "in": "query", - "description": "Optional start value override for the preview.", - "required": false, + "name": "salesChannelId", + "in": "path", + "description": "Identifier of the sales channel for which stored configuration should be loaded.", + "required": true, "schema": { - "type": "integer" + "type": "string", + "pattern": "^[0-9a-f]{32}$" } } ], "responses": { "200": { - "description": "The previewed number", + "description": "Discovered sales channel files for the given file family.", "content": { "application/json": { "schema": { - "properties": { - "number": { - "description": "The previewed number.", - "type": "string" - } - }, - "type": "object" + "$ref": "#/components/schemas/SalesChannelFileListResponse" } } } }, - "404": { - "description": "Number range not found" + "400": { + "description": "Invalid file family.", + "$ref": "#/components/responses/400" } } } }, - "/_action/integration/{integrationId}/mcp-allowlist": { - "post": { + "/_action/sales-channel-file/{fileFamily}/{salesChannelId}/detail": { + "get": { "tags": [ - "MCP", - "Experimental" + "Sales Channel Files" ], - "summary": "Save MCP allowlist for an integration", - "description": "Saves the per-integration MCP allowlist covering tools, resources, and prompts. Pass `null` as the top-level value to allow all capabilities unrestricted. Pass an object with `tools`, `resources`, and `prompts` keys where each key is either `null` (unrestricted for that type) or a list of allowed names/URIs (empty array = deny all of that type). Requires `integration_mcp.editor` privilege. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "operationId": "saveMcpAllowlist", + "summary": "Load sales channel file detail", + "description": "Loads detail data for a discovered public file, including contributing Twig templates, their source content, and the stored sales-channel configuration when one exists.", + "operationId": "getSalesChannelFileDetail", "parameters": [ { - "name": "integrationId", + "name": "fileFamily", "in": "path", + "description": "File family below `Resources/views/files`, for example `agentic`.", "required": true, - "description": "The integration UUID.", "schema": { "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - } - ], - "security": [ - { - "oAuth": [ - "write" - ] - } - ], - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "allowlist" - ], - "properties": { - "allowlist": { - "oneOf": [ - { - "type": "object", - "description": "Per-type allowlist. Each key is null (unrestricted) or a list of allowed names/URIs.", - "properties": { - "tools": { - "oneOf": [ - { - "type": "array", - "items": { - "type": "string" - }, - "description": "List of allowed tool names. Empty array = no tools allowed." - }, - { - "type": "null", - "description": "Null = all tools allowed." - } - ] - }, - "resources": { - "oneOf": [ - { - "type": "array", - "items": { - "type": "string" - }, - "description": "List of allowed resource URIs. Empty array = no resources allowed." - }, - { - "type": "null", - "description": "Null = all resources allowed." - } - ] - }, - "prompts": { - "oneOf": [ - { - "type": "array", - "items": { - "type": "string" - }, - "description": "List of allowed prompt names. Empty array = no prompts allowed." - }, - { - "type": "null", - "description": "Null = all prompts allowed." - } - ] - } - } - }, - { - "type": "null", - "description": "Null = all capabilities unrestricted." - } - ] - } - } - } + "maxLength": 64, + "pattern": "^[A-Za-z0-9_-]+$" } - } - }, - "responses": { - "204": { - "description": "Allowlist saved successfully." - }, - "400": { - "description": "Bad request — missing or invalid `allowlist` field." - }, - "401": { - "description": "Unauthorized — missing or invalid credentials." - }, - "403": { - "description": "Forbidden — caller lacks `integration_mcp.editor` privilege." }, - "404": { - "description": "Integration not found." - } - } - } - }, - "/_action/user/{userId}/mcp-allowlist": { - "post": { - "tags": [ - "MCP", - "Experimental" - ], - "summary": "Save MCP allowlist for a user", - "description": "Saves the per-user MCP allowlist covering tools, resources, and prompts. Pass `null` as the top-level value to allow all capabilities unrestricted. Pass an object with `tools`, `resources`, and `prompts` keys where each key is either `null` (unrestricted for that type) or a list of allowed names/URIs (empty array = deny all of that type). Requires `users_and_permissions.editor` privilege. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "operationId": "saveMcpAllowlistUser", - "parameters": [ { - "name": "userId", + "name": "salesChannelId", "in": "path", + "description": "Identifier of the sales channel for which stored configuration should be loaded.", "required": true, - "description": "The user UUID.", "schema": { "type": "string", "pattern": "^[0-9a-f]{32}$" } - } - ], - "security": [ - { - "oAuth": [ - "write" - ] - } - ], - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "allowlist" - ], - "properties": { - "allowlist": { - "oneOf": [ - { - "type": "object", - "description": "Per-type allowlist. Each key is null (unrestricted) or a list of allowed names/URIs.", - "properties": { - "tools": { - "oneOf": [ - { - "type": "array", - "items": { - "type": "string" - }, - "description": "List of allowed tool names. Empty array = no tools allowed." - }, - { - "type": "null", - "description": "Null = all tools allowed." - } - ] - }, - "resources": { - "oneOf": [ - { - "type": "array", - "items": { - "type": "string" - }, - "description": "List of allowed resource URIs. Empty array = no resources allowed." - }, - { - "type": "null", - "description": "Null = all resources allowed." - } - ] - }, - "prompts": { - "oneOf": [ - { - "type": "array", - "items": { - "type": "string" - }, - "description": "List of allowed prompt names. Empty array = no prompts allowed." - }, - { - "type": "null", - "description": "Null = all prompts allowed." - } - ] - } - } - }, - { - "type": "null", - "description": "Null = all capabilities unrestricted." - } - ] - } - } - } - } - } - }, - "responses": { - "204": { - "description": "Allowlist saved successfully." - }, - "400": { - "description": "Bad request — missing or invalid `allowlist` field." - }, - "401": { - "description": "Unauthorized — missing or invalid credentials." }, - "403": { - "description": "Forbidden — caller lacks `users_and_permissions.editor` privilege." - }, - "404": { - "description": "User not found." - } - } - } - }, - "/_action/mcp/tools": { - "get": { - "tags": [ - "MCP", - "Experimental" - ], - "summary": "List registered MCP tools", - "description": "Returns all MCP tools currently registered on this Shopware installation. For all capability types (tools, resources, prompts) use `GET /_action/mcp/capabilities` instead. Requires `integration.editor` privilege. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "operationId": "mcpToolsList", - "security": [ { - "oAuth": [ - "write" - ] - } - ], - "responses": { - "200": { - "description": "Array of registered MCP tools.", - "content": { - "application/json": { - "schema": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "description": "Unique tool identifier used in `tools/call` requests.", - "example": "shopware-entity-search" - }, - "description": { - "type": [ - "string", - "null" - ], - "description": "Human-readable description of what the tool does.", - "example": "Search Shopware entities and return matching records." - }, - "dependencies": { - "type": "array", - "items": { - "type": "string" - }, - "description": "Tool names that are automatically included when this tool is selected." - }, - "requiredPrivileges": { - "oneOf": [ - { - "type": "object", - "properties": { - "static": { - "type": "array", - "items": { - "type": "string" - } - }, - "entityParam": { - "type": [ - "string", - "null" - ] - }, - "operations": { - "type": "array", - "items": { - "type": "string" - } - } - } - }, - { - "type": "null" - } - ], - "description": "ACL privileges required by this tool." - } - } - } - } - } + "name": "fileName", + "in": "query", + "description": "Public file path without a leading slash. Subfolders are supported, for example `.well-known/ucp.json`.", + "required": true, + "schema": { + "type": "string", + "examples": [ + "llms.txt", + ".well-known/ucp.json" + ] } - }, - "401": { - "description": "Unauthorized — missing or invalid credentials." - }, - "403": { - "description": "Forbidden — caller lacks `integration.editor` privilege." - } - } - } - }, - "/_action/mcp/capabilities": { - "get": { - "tags": [ - "MCP", - "Experimental" - ], - "summary": "List all registered MCP capabilities", - "description": "Returns all registered MCP tools, resources, and prompts. Used by the Admin UI to populate the per-integration allowlist selector. Requires `integration.editor` privilege. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "operationId": "mcpCapabilitiesList", - "security": [ - { - "oAuth": [ - "write" - ] } ], "responses": { "200": { - "description": "Object containing all registered MCP capabilities.", + "description": "Detail data for the discovered sales channel file.", "content": { "application/json": { "schema": { - "type": "object", - "required": [ - "tools", - "resources", - "prompts" - ], - "properties": { - "tools": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "example": "shopware-entity-search" - }, - "description": { - "type": [ - "string", - "null" - ] - }, - "dependencies": { - "type": "array", - "items": { - "type": "string" - } - }, - "requiredPrivileges": { - "oneOf": [ - { - "type": "object", - "properties": { - "static": { - "type": "array", - "items": { - "type": "string" - } - }, - "entityParam": { - "type": [ - "string", - "null" - ] - }, - "operations": { - "type": "array", - "items": { - "type": "string" - } - } - } - }, - { - "type": "null" - } - ] - } - } - } - }, - "resources": { - "type": "array", - "items": { - "type": "object", - "required": [ - "uri", - "name" - ], - "properties": { - "uri": { - "type": "string", - "example": "shopware://entity-list" - }, - "name": { - "type": "string", - "example": "shopware-entity-list" - }, - "description": { - "type": [ - "string", - "null" - ] - }, - "mimeType": { - "type": [ - "string", - "null" - ] - } - } - } - }, - "prompts": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "example": "shopware-context" - }, - "description": { - "type": [ - "string", - "null" - ] - } - } - } - } - } + "$ref": "#/components/schemas/SalesChannelFileDetailResponse" } } } }, - "401": { - "description": "Unauthorized — missing or invalid credentials." + "400": { + "description": "Invalid file family or file name.", + "$ref": "#/components/responses/400" }, - "403": { - "description": "Forbidden — caller lacks `integration.editor` privilege." + "404": { + "description": "The requested sales channel file was not discovered.", + "$ref": "#/components/responses/404" } } } }, - "/_mcp": { + "/_action/sales-channel-file/{fileFamily}/{salesChannelId}/preview": { "post": { "tags": [ - "MCP", - "Experimental" + "Sales Channel Files" ], - "summary": "MCP JSON-RPC endpoint", - "description": "Handles Model Context Protocol (MCP) requests using the Streamable HTTP transport. Accepts JSON-RPC 2.0 messages for methods such as `initialize`, `tools/list`, `tools/call`, `prompts/list`, `prompts/get`, `resources/list`, and `resources/read`. Requires either an integration access key pair (`sw-access-key` + `sw-secret-access-key` headers) or a standard OAuth2 bearer token. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "operationId": "mcpPost", + "summary": "Preview a sales channel file", + "description": "Renders a discovered public file for a sales channel with the supplied Twig template overrides. This allows Administration previews without persisting the overrides first.", + "operationId": "previewSalesChannelFile", "parameters": [ { - "name": "mcp-session-id", - "in": "header", - "required": false, - "description": "Session ID returned by the server after `initialize`. Required for all requests except `initialize`.", - "schema": { - "type": "string" - } - }, - { - "name": "sw-access-key", - "in": "header", - "required": false, - "description": "Integration access key for direct credential authentication (alternative to bearer token).", + "name": "fileFamily", + "in": "path", + "description": "File family below `Resources/views/files`, for example `agentic`.", + "required": true, "schema": { - "type": "string" + "type": "string", + "maxLength": 64, + "pattern": "^[A-Za-z0-9_-]+$" } }, { - "name": "sw-secret-access-key", - "in": "header", - "required": false, - "description": "Integration secret access key. Required when `sw-access-key` is provided.", + "name": "salesChannelId", + "in": "path", + "description": "Identifier of the sales channel used to build the rendering context.", + "required": true, "schema": { - "type": "string" + "type": "string", + "pattern": "^[0-9a-f]{32}$" } } ], "requestBody": { + "description": "Preview input containing the public file name and optional Twig overrides keyed by Twig namespace.", "required": true, - "description": "A JSON-RPC 2.0 request or batch.", "content": { "application/json": { "schema": { - "type": "object", - "required": [ - "jsonrpc", - "method" - ], - "properties": { - "jsonrpc": { - "type": "string", - "enum": [ - "2.0" - ] - }, - "id": { - "oneOf": [ - { - "type": "string" - }, - { - "type": "integer" - }, - { - "type": "null" - } - ] - }, - "method": { - "type": "string", - "example": "tools/call" - }, - "params": { - "type": "object", - "additionalProperties": true - } - } + "$ref": "#/components/schemas/SalesChannelFilePreviewRequest" } } } }, "responses": { "200": { - "description": "JSON-RPC response or Server-Sent Events stream for long-running operations.", + "description": "Rendered preview content.", "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "jsonrpc": { - "type": "string", - "enum": [ - "2.0" - ] - }, - "id": { - "oneOf": [ - { - "type": "string" - }, - { - "type": "integer" - }, - { - "type": "null" - } - ] - }, - "result": { - "type": "object", - "additionalProperties": true - }, - "error": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - } - } - } - } - } - }, - "text/event-stream": { - "schema": { - "type": "string", - "description": "Server-Sent Events stream for streaming responses." - } - } - } - }, - "401": { - "description": "Unauthorized — missing or invalid credentials." - }, - "429": { - "description": "Too many requests — rate limit exceeded." - } - } - }, - "get": { - "tags": [ - "MCP", - "Experimental" - ], - "summary": "MCP SSE stream", - "description": "Opens a Server-Sent Events stream for receiving server-initiated messages. Used by MCP clients that support the SSE transport variant. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "operationId": "mcpGet", - "parameters": [ - { - "name": "mcp-session-id", - "in": "header", - "required": false, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Server-Sent Events stream.", - "content": { - "text/event-stream": { - "schema": { - "type": "string" + "$ref": "#/components/schemas/SalesChannelFilePreviewResponse" } } } }, - "401": { - "description": "Unauthorized." - } - } - }, - "delete": { - "tags": [ - "MCP", - "Experimental" - ], - "summary": "Close MCP session", - "description": "Terminates an active MCP session identified by the `mcp-session-id` header. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "operationId": "mcpDelete", - "parameters": [ - { - "name": "mcp-session-id", - "in": "header", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "description": "Session closed successfully." + "400": { + "description": "Invalid request payload, file family, or file name.", + "$ref": "#/components/responses/400" }, - "401": { - "description": "Unauthorized." - } - } - }, - "options": { - "tags": [ - "MCP", - "Experimental" - ], - "summary": "MCP CORS preflight", - "description": "Handles CORS preflight requests for the MCP endpoint. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "operationId": "mcpOptions", - "responses": { - "204": { - "description": "CORS preflight accepted." + "404": { + "description": "The requested sales channel file was not discovered.", + "$ref": "#/components/responses/404" } } } @@ -41660,6 +41069,130 @@ }, "type": "object" }, + "AdvancedSearchCompoundDictionaryJsonApi": { + "allOf": [ + { + "$ref": "#/components/schemas/resource" + }, + { + "required": [ + "id", + "languageId" + ], + "properties": { + "id": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "languageId": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "wordList": { + "type": "array", + "items": { + "type": "string" + } + }, + "minSubwordSize": { + "type": "integer", + "format": "int64" + }, + "onlyLongestMatch": { + "type": "boolean" + }, + "createdAt": { + "type": "string", + "format": "date-time", + "readOnly": true + }, + "updatedAt": { + "type": "string", + "format": "date-time", + "readOnly": true + }, + "relationships": { + "properties": { + "language": { + "properties": { + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "format": "uri-reference", + "example": "/advanced-search-compound-dictionary/a2ce331bdf318155e62cb46e2b34a290/language" + } + } + }, + "data": { + "type": "object", + "properties": { + "type": { + "type": "string", + "example": "language" + }, + "id": { + "type": "string", + "pattern": "^[0-9a-f]{32}$", + "example": "8512ae7d57b1396273f76fe6ed341a23" + } + } + } + }, + "type": "object" + } + }, + "type": "object" + } + }, + "type": "object" + } + ] + }, + "AdvancedSearchCompoundDictionary": { + "required": [ + "id", + "languageId" + ], + "properties": { + "id": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "languageId": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "wordList": { + "type": "array", + "items": { + "type": "string" + } + }, + "minSubwordSize": { + "type": "integer", + "format": "int64" + }, + "onlyLongestMatch": { + "type": "boolean" + }, + "createdAt": { + "type": "string", + "format": "date-time", + "readOnly": true + }, + "updatedAt": { + "type": "string", + "format": "date-time", + "readOnly": true + }, + "language": { + "$ref": "#/components/schemas/Language" + } + }, + "type": "object" + }, "AdvancedSearchConfigJsonApi": { "allOf": [ { @@ -42024,6 +41557,10 @@ "searchable": { "type": "boolean" }, + "useExactSubfield": { + "description": "To configure whether exact match queries should target the analyzed exact subfield.", + "type": "boolean" + }, "ranking": { "type": "integer", "format": "int64" @@ -42138,6 +41675,10 @@ "searchable": { "type": "boolean" }, + "useExactSubfield": { + "description": "To configure whether exact match queries should target the analyzed exact subfield.", + "type": "boolean" + }, "ranking": { "type": "integer", "format": "int64" @@ -42531,6 +42072,122 @@ }, "type": "object" }, + "AdvancedSearchStopwordDictionaryJsonApi": { + "allOf": [ + { + "$ref": "#/components/schemas/resource" + }, + { + "required": [ + "id", + "languageId" + ], + "properties": { + "id": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "languageId": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "stopwords": { + "type": "array", + "items": { + "type": "string" + } + }, + "extendsBuiltin": { + "type": "boolean" + }, + "createdAt": { + "type": "string", + "format": "date-time", + "readOnly": true + }, + "updatedAt": { + "type": "string", + "format": "date-time", + "readOnly": true + }, + "relationships": { + "properties": { + "language": { + "properties": { + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "format": "uri-reference", + "example": "/advanced-search-stopword-dictionary/6d2bc33ab855c02e1001be588b4c150d/language" + } + } + }, + "data": { + "type": "object", + "properties": { + "type": { + "type": "string", + "example": "language" + }, + "id": { + "type": "string", + "pattern": "^[0-9a-f]{32}$", + "example": "8512ae7d57b1396273f76fe6ed341a23" + } + } + } + }, + "type": "object" + } + }, + "type": "object" + } + }, + "type": "object" + } + ] + }, + "AdvancedSearchStopwordDictionary": { + "required": [ + "id", + "languageId" + ], + "properties": { + "id": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "languageId": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "stopwords": { + "type": "array", + "items": { + "type": "string" + } + }, + "extendsBuiltin": { + "type": "boolean" + }, + "createdAt": { + "type": "string", + "format": "date-time", + "readOnly": true + }, + "updatedAt": { + "type": "string", + "format": "date-time", + "readOnly": true + }, + "language": { + "$ref": "#/components/schemas/Language" + } + }, + "type": "object" + }, "AdvancedSearchSynonymJsonApi": { "allOf": [ { @@ -44332,7 +43989,7 @@ "type": "object" }, "AppMcpPromptJsonApi": { - "description": "Added since version: 6.7.0.0", + "description": "Added since version: 6.7.11.0", "allOf": [ { "$ref": "#/components/schemas/resource" @@ -44419,7 +44076,7 @@ ] }, "AppMcpPrompt": { - "description": "Added since version: 6.7.0.0", + "description": "Added since version: 6.7.11.0", "required": [ "id", "name", @@ -44468,7 +44125,7 @@ "type": "object" }, "AppMcpResourceJsonApi": { - "description": "Added since version: 6.7.0.0", + "description": "Added since version: 6.7.11.0", "allOf": [ { "$ref": "#/components/schemas/resource" @@ -44562,7 +44219,7 @@ ] }, "AppMcpResource": { - "description": "Added since version: 6.7.0.0", + "description": "Added since version: 6.7.11.0", "required": [ "id", "name", @@ -44618,7 +44275,7 @@ "type": "object" }, "AppMcpToolJsonApi": { - "description": "Added since version: 6.7.0.0", + "description": "Added since version: 6.7.11.0", "allOf": [ { "$ref": "#/components/schemas/resource" @@ -44711,7 +44368,7 @@ ] }, "AppMcpTool": { - "description": "Added since version: 6.7.0.0", + "description": "Added since version: 6.7.11.0", "required": [ "id", "name", @@ -46660,6 +46317,42 @@ "format": "date-time", "readOnly": true }, + "extensions": { + "properties": { + "subscriptionBudgets": { + "properties": { + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "format": "uri-reference", + "example": "/b2b-components-budget/1e4002da52224f484ff690aa9b0bfb2a/subscriptionBudgets" + } + } + }, + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "type": { + "type": "string", + "example": "b2b_components_subscription_budget" + }, + "id": { + "type": "string", + "example": "db9b610a5feba7efda832033f6be0bbf" + } + } + } + } + }, + "type": "object" + } + }, + "type": "object" + }, "relationships": { "properties": { "createdBy": { @@ -46953,6 +46646,42 @@ "format": "date-time", "readOnly": true }, + "extensions": { + "properties": { + "subscriptionBudgets": { + "properties": { + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "format": "uri-reference", + "example": "/b2b-components-budget/1e4002da52224f484ff690aa9b0bfb2a/subscriptionBudgets" + } + } + }, + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "type": { + "type": "string", + "example": "b2b_components_subscription_budget" + }, + "id": { + "type": "string", + "example": "db9b610a5feba7efda832033f6be0bbf" + } + } + } + } + }, + "type": "object" + } + }, + "type": "object" + }, "createdBy": { "$ref": "#/components/schemas/User" }, @@ -51546,6 +51275,34 @@ }, "type": "object" }, + "B2bComponentsSubscriptionBudget": { + "description": "Added since version: 6.7.0.0", + "required": [ + "subscriptionId", + "budgetId" + ], + "properties": { + "id": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "subscriptionId": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "budgetId": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "subscription": { + "$ref": "#/components/schemas/Subscription" + }, + "budget": { + "$ref": "#/components/schemas/B2bComponentsBudget" + } + }, + "type": "object" + }, "B2bComponentsSubscriptionEmployeeJsonApi": { "allOf": [ { @@ -53038,6 +52795,11 @@ "description": { "type": "string" }, + "descriptionTeaser": { + "description": "Read-only, HTML-stripped excerpt of the description, derived on write.", + "type": "string", + "readOnly": true + }, "metaTitle": { "type": "string" }, @@ -54913,6 +54675,11 @@ "description": { "type": "string" }, + "descriptionTeaser": { + "description": "Read-only, HTML-stripped excerpt of the description, derived on write.", + "type": "string", + "readOnly": true + }, "metaTitle": { "type": "string" }, @@ -61059,6 +60826,10 @@ "type": "string", "pattern": "^[0-9a-f]{32}$" }, + "extensionName": { + "description": "Name of the plugin or app that owns this custom field set.", + "type": "string" + }, "createdAt": { "type": "string", "format": "date-time", @@ -61237,6 +61008,10 @@ "type": "string", "pattern": "^[0-9a-f]{32}$" }, + "extensionName": { + "description": "Name of the plugin or app that owns this custom field set.", + "type": "string" + }, "createdAt": { "type": "string", "format": "date-time", @@ -69010,6 +68785,68 @@ }, "type": "object" }, + "advancedSearchCompoundDictionaries": { + "properties": { + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "format": "uri-reference", + "example": "/language/4994a8ffeba4ac3140beb89e8d41f174/advancedSearchCompoundDictionaries" + } + } + }, + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "type": { + "type": "string", + "example": "advanced_search_compound_dictionary" + }, + "id": { + "type": "string", + "example": "7fc0bfd61fd13b23b1e8c8438d4c9ea8" + } + } + } + } + }, + "type": "object" + }, + "advancedSearchStopwordDictionaries": { + "properties": { + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "format": "uri-reference", + "example": "/language/4994a8ffeba4ac3140beb89e8d41f174/advancedSearchStopwordDictionaries" + } + } + }, + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "type": { + "type": "string", + "example": "advanced_search_stopword_dictionary" + }, + "id": { + "type": "string", + "example": "0ce554734a2324ff2c792711d63b4d17" + } + } + } + } + }, + "type": "object" + }, "quotes": { "properties": { "links": { @@ -69718,6 +69555,68 @@ }, "type": "object" }, + "advancedSearchCompoundDictionaries": { + "properties": { + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "format": "uri-reference", + "example": "/language/4994a8ffeba4ac3140beb89e8d41f174/advancedSearchCompoundDictionaries" + } + } + }, + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "type": { + "type": "string", + "example": "advanced_search_compound_dictionary" + }, + "id": { + "type": "string", + "example": "7fc0bfd61fd13b23b1e8c8438d4c9ea8" + } + } + } + } + }, + "type": "object" + }, + "advancedSearchStopwordDictionaries": { + "properties": { + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "format": "uri-reference", + "example": "/language/4994a8ffeba4ac3140beb89e8d41f174/advancedSearchStopwordDictionaries" + } + } + }, + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "type": { + "type": "string", + "example": "advanced_search_stopword_dictionary" + }, + "id": { + "type": "string", + "example": "0ce554734a2324ff2c792711d63b4d17" + } + } + } + } + }, + "type": "object" + }, "quotes": { "properties": { "links": { @@ -70625,7 +70524,8 @@ "type": "object" }, "templateData": { - "type": "object" + "type": "object", + "deprecated": true }, "createdAt": { "type": "string", @@ -70707,7 +70607,8 @@ "type": "object" }, "templateData": { - "type": "object" + "type": "object", + "deprecated": true }, "createdAt": { "type": "string", @@ -86399,6 +86300,10 @@ "description": "To configure whether the field can be used for searching.", "type": "boolean" }, + "useExactSubfield": { + "description": "To configure whether exact match queries should target the exact subfield, which uses the whitespace analyzer (lowercased, whitespace-tokenised) and bypasses the language analyzer (no stemming, no stop-word removal, no compound decomposition).", + "type": "boolean" + }, "ranking": { "description": "Search ranking.", "type": "integer", @@ -86516,6 +86421,10 @@ "description": "To configure whether the field can be used for searching.", "type": "boolean" }, + "useExactSubfield": { + "description": "To configure whether exact match queries should target the exact subfield, which uses the whitespace analyzer (lowercased, whitespace-tokenised) and bypasses the language analyzer (no stemming, no stop-word removal, no compound decomposition).", + "type": "boolean" + }, "ranking": { "description": "Search ranking.", "type": "integer", @@ -94874,6 +94783,10 @@ "measurementUnits": { "$ref": "#/components/schemas/MeasurementUnits" }, + "businessTimeZone": { + "description": "Business timezone used for sales-channel-specific rendering. Added since version: 6.7.13.0.", + "type": "string" + }, "name": { "type": "string" }, @@ -94904,13 +94817,19 @@ "description": "When `true`, it indicates that the sales channel is undergoing maintenance, and shopping is temporarily unavailable during this period.", "type": "boolean" }, - "maintenanceIpWhitelist": { + "maintenanceIpAllowlist": { "type": "array", "items": { - "type": "object", - "additionalProperties": false + "type": "string" } }, + "maintenanceIpWhitelist": { + "type": "array", + "items": { + "type": "string" + }, + "deprecated": true + }, "customFields": { "type": "object" }, @@ -96285,6 +96204,37 @@ }, "type": "object" }, + "salesChannelFiles": { + "properties": { + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "format": "uri-reference", + "example": "/sales-channel/e497ee380a9e2a5e9812e9e0bf504045/salesChannelFiles" + } + } + }, + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "type": { + "type": "string", + "example": "sales_channel_file" + }, + "id": { + "type": "string", + "example": "98cb8f9be6620dcdb0ab1b3b87f2662e" + } + } + } + } + }, + "type": "object" + }, "analytics": { "properties": { "links": { @@ -96552,6 +96502,10 @@ "measurementUnits": { "$ref": "#/components/schemas/MeasurementUnits" }, + "businessTimeZone": { + "description": "Business timezone used for sales-channel-specific rendering. Added since version: 6.7.13.0.", + "type": "string" + }, "name": { "type": "string" }, @@ -96582,13 +96536,19 @@ "description": "When `true`, it indicates that the sales channel is undergoing maintenance, and shopping is temporarily unavailable during this period.", "type": "boolean" }, - "maintenanceIpWhitelist": { + "maintenanceIpAllowlist": { "type": "array", "items": { - "type": "object", - "additionalProperties": false + "type": "string" } }, + "maintenanceIpWhitelist": { + "type": "array", + "items": { + "type": "string" + }, + "deprecated": true + }, "customFields": { "type": "object" }, @@ -97148,6 +97108,12 @@ "$ref": "#/components/schemas/ProductExport" } }, + "salesChannelFiles": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SalesChannelFile" + } + }, "analytics": { "$ref": "#/components/schemas/SalesChannelAnalytics" }, @@ -97713,6 +97679,144 @@ }, "type": "object" }, + "SalesChannelFileJsonApi": { + "description": "Added since version: 6.7.12.0", + "allOf": [ + { + "$ref": "#/components/schemas/resource" + }, + { + "required": [ + "id", + "salesChannelId", + "fileFamily", + "fileName", + "enabled" + ], + "properties": { + "id": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "salesChannelId": { + "description": "Unique identity of the configured sales channel.", + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "fileFamily": { + "description": "File family below Resources/views/files.", + "type": "string" + }, + "fileName": { + "description": "Normalized public file path without a leading slash.", + "type": "string" + }, + "enabled": { + "description": "Controls whether the file is served for this sales channel.", + "type": "boolean" + }, + "templateOverrides": { + "type": "object" + }, + "createdAt": { + "type": "string", + "format": "date-time", + "readOnly": true + }, + "updatedAt": { + "type": "string", + "format": "date-time", + "readOnly": true + }, + "relationships": { + "properties": { + "salesChannel": { + "properties": { + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "format": "uri-reference", + "example": "/sales-channel-file/581416c2ea128b091dcb038453fdefb6/salesChannel" + } + } + }, + "data": { + "type": "object", + "properties": { + "type": { + "type": "string", + "example": "sales_channel" + }, + "id": { + "type": "string", + "pattern": "^[0-9a-f]{32}$", + "example": "ec3712a84143b57e0db620eaac6e55b8" + } + } + } + }, + "type": "object" + } + }, + "type": "object" + } + }, + "type": "object" + } + ] + }, + "SalesChannelFile": { + "description": "Added since version: 6.7.12.0", + "required": [ + "id", + "salesChannelId", + "fileFamily", + "fileName", + "enabled" + ], + "properties": { + "id": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "salesChannelId": { + "description": "Unique identity of the configured sales channel.", + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "fileFamily": { + "description": "File family below Resources/views/files.", + "type": "string" + }, + "fileName": { + "description": "Normalized public file path without a leading slash.", + "type": "string" + }, + "enabled": { + "description": "Controls whether the file is served for this sales channel.", + "type": "boolean" + }, + "templateOverrides": { + "type": "object" + }, + "createdAt": { + "type": "string", + "format": "date-time", + "readOnly": true + }, + "updatedAt": { + "type": "string", + "format": "date-time", + "readOnly": true + }, + "salesChannel": { + "$ref": "#/components/schemas/SalesChannel" + } + }, + "type": "object" + }, "SalesChannelLanguage": { "description": "Added since version: 6.0.0.0", "required": [ @@ -104732,6 +104836,35 @@ } }, "type": "object" + }, + "subscriptionBudget": { + "properties": { + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "format": "uri-reference", + "example": "/subscription/787ad0b7a17de4ad6b1711bbf8d79fcb/subscriptionBudget" + } + } + }, + "data": { + "type": "object", + "properties": { + "type": { + "type": "string", + "example": "b2b_components_subscription_budget" + }, + "id": { + "type": "string", + "pattern": "^[0-9a-f]{32}$", + "example": "6b2732717e6360e8eccfd947596f4e64" + } + } + } + }, + "type": "object" } }, "type": "object" @@ -105387,6 +105520,35 @@ } }, "type": "object" + }, + "subscriptionBudget": { + "properties": { + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "format": "uri-reference", + "example": "/subscription/787ad0b7a17de4ad6b1711bbf8d79fcb/subscriptionBudget" + } + } + }, + "data": { + "type": "object", + "properties": { + "type": { + "type": "string", + "example": "b2b_components_subscription_budget" + }, + "id": { + "type": "string", + "pattern": "^[0-9a-f]{32}$", + "example": "6b2732717e6360e8eccfd947596f4e64" + } + } + } + }, + "type": "object" } }, "type": "object" @@ -111590,77 +111752,144 @@ }, "type": "object" }, - "ConsentState": { + "MediaId": { + "type": "string", + "pattern": "^[0-9a-f]{32}$", + "description": "Media entity ID" + }, + "ExternalThumbnail": { "type": "object", + "description": "An external thumbnail URL with its dimensions. Used when a CDN provides pre-generated thumbnails alongside the main media file.", "required": [ - "name", - "scopeName", - "identifier", - "status", - "actor", - "updatedAt", - "acceptedUntil" + "url", + "width", + "height" ], "properties": { - "name": { + "url": { "type": "string", - "description": "The name of the consent" + "description": "Absolute HTTP/HTTPS URL of the thumbnail", + "example": "https://cdn.example.com/image-200x200.jpg" }, - "scopeName": { - "type": "string", - "description": "The scope of the consent that defines how the identifier is resolved" + "width": { + "type": "integer", + "exclusiveMinimum": 0, + "description": "Width of the thumbnail in pixels", + "example": 200 }, - "identifier": { + "height": { + "type": "integer", + "exclusiveMinimum": 0, + "description": "Height of the thumbnail in pixels", + "example": 200 + } + } + }, + "Price": { + "type": "object", + "description": "Price object", + "properties": { + "currencyId": { + "description": "Unique identity of the associated currency.", "type": "string", - "description": "The resolved identifier of the consent" + "pattern": "^[0-9a-f]{32}$" }, - "status": { - "type": "string", - "enum": [ - "unset", - "accepted", - "revoked" - ], - "description": "The current status of the consent (requested, accepted, revoked)" + "gross": { + "description": "Gross price for the associated currency.", + "type": "number" }, - "actor": { - "type": [ - "string", - "null" - ], - "description": "The user name of the user who made the consent decision. null if never updated" + "net": { + "description": "Net price for the associated currency.", + "type": "number" }, - "updatedAt": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "description": "The timestamp of when the consent status was last updated. null if never updated" + "linked": { + "description": "Whether gross and net prices are linked through the tax configuration.", + "type": "boolean" }, - "acceptedUntil": { + "percentage": { + "description": "Discount percentage relative to the list price for the gross and net amounts. `null` when no list price is set.", "type": [ - "string", + "object", "null" ], - "format": "date-time", - "description": "The timestamp until when the consent is accepted. null if never accepted" + "properties": { + "gross": { + "description": "Discount percentage relative to the gross list price.", + "type": "number" + }, + "net": { + "description": "Discount percentage relative to the net list price.", + "type": "number" + } + }, + "required": [ + "gross", + "net" + ] }, - "acceptedRevision": { - "type": [ - "string", - "null" - ], - "description": "The accepted consent revision. null unless the consent is currently accepted for a revision-aware consent." + "listPrice": { + "description": "Reference list price for displaying discounts.", + "type": "object", + "properties": { + "currencyId": { + "description": "Unique identity of the associated currency.", + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "gross": { + "description": "Gross list price for the associated currency.", + "type": "number" + }, + "net": { + "description": "Net list price for the associated currency.", + "type": "number" + }, + "linked": { + "description": "Whether gross and net list prices are linked through the tax configuration.", + "type": "boolean" + } + }, + "required": [ + "gross", + "net", + "linked" + ] }, - "latestRevision": { - "type": [ - "string", - "null" - ], - "description": "The current latest revision defined for the consent. null when the consent does not use revisions." + "regulationPrice": { + "description": "Reference price used for legal price disclosures.", + "type": "object", + "properties": { + "currencyId": { + "description": "Unique identity of the associated currency.", + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "gross": { + "description": "Gross regulation price for the associated currency.", + "type": "number" + }, + "net": { + "description": "Net regulation price for the associated currency.", + "type": "number" + }, + "linked": { + "description": "Whether gross and net regulation prices are linked through the tax configuration.", + "type": "boolean" + } + }, + "required": [ + "gross", + "net", + "linked" + ] } - } + }, + "required": [ + "currencyId", + "gross", + "net", + "linked" + ] }, "infoConfigResponse": { "type": "object", @@ -111884,39 +112113,6 @@ ], "additionalProperties": false }, - "MediaId": { - "type": "string", - "pattern": "^[0-9a-f]{32}$", - "description": "Media entity ID" - }, - "ExternalThumbnail": { - "type": "object", - "description": "An external thumbnail URL with its dimensions. Used when a CDN provides pre-generated thumbnails alongside the main media file.", - "required": [ - "url", - "width", - "height" - ], - "properties": { - "url": { - "type": "string", - "description": "Absolute HTTP/HTTPS URL of the thumbnail", - "example": "https://cdn.example.com/image-200x200.jpg" - }, - "width": { - "type": "integer", - "exclusiveMinimum": 0, - "description": "Width of the thumbnail in pixels", - "example": 200 - }, - "height": { - "type": "integer", - "exclusiveMinimum": 0, - "description": "Height of the thumbnail in pixels", - "example": 200 - } - } - }, "Criteria": { "type": "object", "description": "Search parameters. For more information, see our documentation on [Search Queries](https://shopware.stoplight.io/docs/store-api/docs/concepts/search-queries.md#structure)", @@ -112041,7 +112237,7 @@ } }, "Includes": { - "description": "Specify the fields that should be returned for the given entities. Object key needs to be the entity name, and the list of fields needs to be the value. Fields will not be included, if they are also specified in the excludes. Note that the include fields will only be stripped on the API-Level, consider using the `fields` parameter for performance reasons.", + "description": "Specify the fields that should be returned for the given entities. Object key needs to be the entity name, and the list of fields needs to be the value. Fields will not be included, if they are also specified in the excludes. Note that the include fields will only be stripped on the API-Level, consider using the `fields` parameter for performance reasons. To return a DAL extension, list the extension by its name (for example `myExtension`); the `extensions` wrapper is then kept automatically. Listing the keyword `extensions` returns all extensions.", "type": "object", "additionalProperties": { "type": "array", @@ -112051,7 +112247,7 @@ } }, "Excludes": { - "description": "Specify the fields that should be excluded from the response for the given entities. Object key needs to be the entity name, and the list of fields needs to be the value. Note that the exclude fields will only be stripped on the API-Level, consider using the `fields` parameter for performance reasons.", + "description": "Specify the fields that should be excluded from the response for the given entities. Object key needs to be the entity name, and the list of fields needs to be the value. Note that the exclude fields will only be stripped on the API-Level, consider using the `fields` parameter for performance reasons. Use an extension name to remove a single extension, or the keyword `extensions` to remove all of them.", "type": "object", "additionalProperties": { "type": "array", @@ -112623,112 +112819,6 @@ "field" ] }, - "Price": { - "type": "object", - "description": "Price object", - "properties": { - "currencyId": { - "description": "Unique identity of the associated currency.", - "type": "string", - "pattern": "^[0-9a-f]{32}$" - }, - "gross": { - "description": "Gross price for the associated currency.", - "type": "number" - }, - "net": { - "description": "Net price for the associated currency.", - "type": "number" - }, - "linked": { - "description": "Whether gross and net prices are linked through the tax configuration.", - "type": "boolean" - }, - "percentage": { - "description": "Discount percentage relative to the list price for the gross and net amounts. `null` when no list price is set.", - "type": [ - "object", - "null" - ], - "properties": { - "gross": { - "description": "Discount percentage relative to the gross list price.", - "type": "number" - }, - "net": { - "description": "Discount percentage relative to the net list price.", - "type": "number" - } - }, - "required": [ - "gross", - "net" - ] - }, - "listPrice": { - "description": "Reference list price for displaying discounts.", - "type": "object", - "properties": { - "currencyId": { - "description": "Unique identity of the associated currency.", - "type": "string", - "pattern": "^[0-9a-f]{32}$" - }, - "gross": { - "description": "Gross list price for the associated currency.", - "type": "number" - }, - "net": { - "description": "Net list price for the associated currency.", - "type": "number" - }, - "linked": { - "description": "Whether gross and net list prices are linked through the tax configuration.", - "type": "boolean" - } - }, - "required": [ - "gross", - "net", - "linked" - ] - }, - "regulationPrice": { - "description": "Reference price used for legal price disclosures.", - "type": "object", - "properties": { - "currencyId": { - "description": "Unique identity of the associated currency.", - "type": "string", - "pattern": "^[0-9a-f]{32}$" - }, - "gross": { - "description": "Gross regulation price for the associated currency.", - "type": "number" - }, - "net": { - "description": "Net regulation price for the associated currency.", - "type": "number" - }, - "linked": { - "description": "Whether gross and net regulation prices are linked through the tax configuration.", - "type": "boolean" - } - }, - "required": [ - "gross", - "net", - "linked" - ] - } - }, - "required": [ - "currencyId", - "gross", - "net", - "linked" - ] - }, "businessEventsResponse": { "type": "array", "items": { @@ -112763,46 +112853,28 @@ } } }, - "MeasurementUnits": { - "type": "object", - "description": "Configuration of the measurement system", - "properties": { - "system": { - "type": "string", - "enum": [ - "metric", - "imperial" - ], - "default": "metric", - "description": "The measurement system used in the store. 'metric' for metric system, 'imperial' for imperial system." - }, - "units": { - "type": "object", - "description": "Units used in the measurement system.", - "properties": { - "length": { - "type": "string", - "enum": [ - "mm", - "cm", - "m", - "in", - "ft" - ], - "default": "mm", - "description": "Unit of length." - }, - "weight": { - "type": "string", - "enum": [ - "g", - "kg", - "oz", - "lb" - ], - "default": "kg", - "description": "Unit of weight." + "flowBuilderActionsResponse": { + "type": "array", + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "Name of the flow action" + }, + "requirements": { + "type": "array", + "description": "When requirement fit with aware from `events.json` actions will be shown", + "items": { + "type": "string" } + }, + "extensions": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Extensions data of event" } } } @@ -112931,29 +113003,354 @@ } ] }, - "flowBuilderActionsResponse": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "description": "Name of the flow action" - }, - "requirements": { - "type": "array", - "description": "When requirement fit with aware from `events.json` actions will be shown", - "items": { - "type": "string" + "MeasurementUnits": { + "type": "object", + "description": "Configuration of the measurement system", + "properties": { + "system": { + "type": "string", + "enum": [ + "metric", + "imperial" + ], + "default": "metric", + "description": "The measurement system used in the store. 'metric' for metric system, 'imperial' for imperial system." + }, + "units": { + "type": "object", + "description": "Units used in the measurement system.", + "properties": { + "length": { + "type": "string", + "enum": [ + "mm", + "cm", + "m", + "in", + "ft" + ], + "default": "mm", + "description": "Unit of length." + }, + "weight": { + "type": "string", + "enum": [ + "g", + "kg", + "oz", + "lb" + ], + "default": "kg", + "description": "Unit of weight." } - }, - "extensions": { - "type": "array", - "items": { - "type": "string" + } + } + } + }, + "SalesChannelFileConfiguration": { + "type": "object", + "required": [ + "id", + "enabled", + "templateOverrides" + ], + "properties": { + "id": { + "description": "Identifier of the sales_channel_file row.", + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "enabled": { + "description": "Whether this file is served publicly for the sales channel.", + "type": "boolean" + }, + "templateOverrides": { + "description": "Merchant-provided Twig overrides keyed by Twig namespace. The reserved `user_provided_content` key stores plain text for the dedicated append block when supported by the template chain.", + "type": "object", + "additionalProperties": { + "type": "string" + } + } + } + }, + "SalesChannelFileDescriptor": { + "type": "object", + "required": [ + "fileFamily", + "fileName", + "contentType", + "configuration" + ], + "properties": { + "fileFamily": { + "description": "File family below `Resources/views/files`.", + "type": "string", + "maxLength": 64 + }, + "fileName": { + "description": "Public file path without a leading slash.", + "type": "string", + "examples": [ + "llms.txt", + ".well-known/ucp.json" + ] + }, + "contentType": { + "description": "Detected response content type for the public file.", + "type": "string", + "examples": [ + "text/plain; charset=utf-8" + ] + }, + "configuration": { + "description": "Stored sales-channel configuration for this file, or null when it has not been configured yet.", + "oneOf": [ + { + "$ref": "#/components/schemas/SalesChannelFileConfiguration" }, - "description": "Extensions data of event" + { + "type": "null" + } + ] + } + } + }, + "SalesChannelFileDetail": { + "type": "object", + "required": [ + "fileFamily", + "fileName", + "templatePath", + "contentType", + "templates", + "supportsUserProvidedContent", + "configuration" + ], + "properties": { + "fileFamily": { + "description": "File family below `Resources/views/files`.", + "type": "string", + "maxLength": 64 + }, + "fileName": { + "description": "Public file path without a leading slash.", + "type": "string", + "examples": [ + "llms.txt", + ".well-known/ucp.json" + ] + }, + "templatePath": { + "description": "Relative Twig template path used for rendering.", + "type": "string", + "examples": [ + "files/agentic/llms.txt.twig" + ] + }, + "contentType": { + "description": "Detected response content type for the public file.", + "type": "string", + "examples": [ + "text/plain; charset=utf-8" + ] + }, + "templates": { + "description": "Contributing Twig templates in resolved inheritance order.", + "type": "array", + "items": { + "$ref": "#/components/schemas/SalesChannelFileTemplate" } + }, + "supportsUserProvidedContent": { + "description": "Whether the template chain exposes the `user_provided_content` block for simple appended merchant notes.", + "type": "boolean" + }, + "configuration": { + "description": "Stored sales-channel configuration for this file, or null when it has not been configured yet.", + "oneOf": [ + { + "$ref": "#/components/schemas/SalesChannelFileConfiguration" + }, + { + "type": "null" + } + ] + } + } + }, + "SalesChannelFileDetailResponse": { + "type": "object", + "required": [ + "data" + ], + "properties": { + "data": { + "$ref": "#/components/schemas/SalesChannelFileDetail" + } + } + }, + "SalesChannelFileListResponse": { + "type": "object", + "required": [ + "data" + ], + "properties": { + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SalesChannelFileDescriptor" + } + } + } + }, + "SalesChannelFilePreviewRequest": { + "type": "object", + "required": [ + "fileName" + ], + "properties": { + "fileName": { + "description": "Public file path without a leading slash.", + "type": "string", + "examples": [ + "llms.txt", + ".well-known/ucp.json" + ] + }, + "templateOverrides": { + "description": "Unsaved Twig overrides keyed by Twig namespace. The reserved `user_provided_content` key stores plain text for the dedicated append block when supported by the template chain.", + "type": "object", + "additionalProperties": { + "type": "string" + } + } + } + }, + "SalesChannelFilePreviewResponse": { + "type": "object", + "required": [ + "fileName", + "contentType", + "content" + ], + "properties": { + "fileName": { + "description": "Public file path without a leading slash.", + "type": "string" + }, + "contentType": { + "description": "Detected content type of the rendered file.", + "type": "string" + }, + "content": { + "description": "Rendered file content.", + "type": "string" + } + } + }, + "SalesChannelFileTemplate": { + "type": "object", + "required": [ + "twigNamespace", + "templateName", + "templateContent", + "role" + ], + "properties": { + "twigNamespace": { + "description": "Twig namespace that contributed the template, for example `Framework` or a plugin name.", + "type": "string" + }, + "templateName": { + "description": "Resolved Twig template name.", + "type": "string", + "examples": [ + "@Framework/files/agentic/llms.txt.twig" + ] + }, + "templateContent": { + "description": "Original source template content. Administration clients can use this as the default text when editing a template override.", + "type": "string" + }, + "role": { + "description": "Whether this source provides the base template or extends another source in the resolved template chain.", + "type": "string", + "enum": [ + "base", + "extension" + ] + } + } + }, + "ConsentState": { + "type": "object", + "required": [ + "name", + "scopeName", + "identifier", + "status", + "actor", + "updatedAt", + "acceptedUntil" + ], + "properties": { + "name": { + "type": "string", + "description": "The name of the consent" + }, + "scopeName": { + "type": "string", + "description": "The scope of the consent that defines how the identifier is resolved" + }, + "identifier": { + "type": "string", + "description": "The resolved identifier of the consent" + }, + "status": { + "type": "string", + "enum": [ + "unset", + "accepted", + "revoked" + ], + "description": "The current status of the consent (requested, accepted, revoked)" + }, + "actor": { + "type": [ + "string", + "null" + ], + "description": "The user name of the user who made the consent decision. null if never updated" + }, + "updatedAt": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "description": "The timestamp of when the consent status was last updated. null if never updated" + }, + "acceptedUntil": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "description": "The timestamp until when the consent is accepted. null if never accepted" + }, + "acceptedRevision": { + "type": [ + "string", + "null" + ], + "description": "The accepted consent revision. null unless the consent is currently accepted for a revision-aware consent." + }, + "latestRevision": { + "type": [ + "string", + "null" + ], + "description": "The current latest revision defined for the consent. null when the consent does not use revisions." } } }, @@ -113010,57 +113407,6 @@ } } }, - "CustomPricingDeleteOperation": { - "type": "object", - "required": [ - "action", - "payload" - ], - "properties": { - "action": { - "description": "A specific verb defining what operation should be actioned for a specific data record", - "type": "string", - "enum": [ - "delete" - ] - }, - "payload": { - "description": "Contains a list of changesets for an entity. If the action type is `delete`,\n a list of identifiers can be provided.", - "type": "array", - "items": { - "anyOf": [ - { - "title": "productIds", - "type": "array", - "description": "An array of product entity UUIDs", - "items": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "title": "customerIds", - "type": "array", - "description": "An array of customer entity UUIDs", - "items": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "title": "customerGroupIds", - "type": "array", - "description": "An array of customerGroup entity UUIDs", - "items": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - } - ] - } - } - } - }, "CustomPricingPrice": { "type": "object", "description": "An extended schema for the Custom Price 'price' column (as opposed to ProductPrice 'price' column)", @@ -113142,6 +113488,57 @@ } } }, + "CustomPricingDeleteOperation": { + "type": "object", + "required": [ + "action", + "payload" + ], + "properties": { + "action": { + "description": "A specific verb defining what operation should be actioned for a specific data record", + "type": "string", + "enum": [ + "delete" + ] + }, + "payload": { + "description": "Contains a list of changesets for an entity. If the action type is `delete`,\n a list of identifiers can be provided.", + "type": "array", + "items": { + "anyOf": [ + { + "title": "productIds", + "type": "array", + "description": "An array of product entity UUIDs", + "items": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "title": "customerIds", + "type": "array", + "description": "An array of customer entity UUIDs", + "items": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + }, + { + "title": "customerGroupIds", + "type": "array", + "description": "An array of customerGroup entity UUIDs", + "items": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + } + ] + } + } + } + }, "CustomPricingUpsertOperation": { "type": "object", "required": [ @@ -113599,6 +113996,39 @@ } } }, + "429": { + "description": "Too Many Requests", + "content": { + "application/vnd.api+json": { + "schema": { + "$ref": "#/components/schemas/failure" + }, + "example": { + "errors": [ + { + "status": "429", + "title": "Too Many Requests", + "description": "Rate limit exceeded. Please wait before retrying." + } + ] + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/failure" + }, + "example": { + "errors": [ + { + "status": "429", + "title": "Too Many Requests", + "description": "Rate limit exceeded. Please wait before retrying." + } + ] + } + } + } + }, "204": { "description": "No Content" }, @@ -113842,6 +114272,10 @@ "name": "Advanced Search Boosting", "description": "The endpoint for operations on Advanced Search Boosting" }, + { + "name": "Advanced Search Compound Dictionary", + "description": "The endpoint for operations on Advanced Search Compound Dictionary" + }, { "name": "Advanced Search Config", "description": "The endpoint for operations on Advanced Search Config" @@ -113858,6 +114292,10 @@ "name": "Advanced Search Entity Stream Filter", "description": "The endpoint for operations on Advanced Search Entity Stream Filter" }, + { + "name": "Advanced Search Stopword Dictionary", + "description": "The endpoint for operations on Advanced Search Stopword Dictionary" + }, { "name": "Advanced Search Synonym", "description": "The endpoint for operations on Advanced Search Synonym" @@ -114482,6 +114920,10 @@ "name": "Sales Channel Domain", "description": "The endpoint for operations on Sales Channel Domain" }, + { + "name": "Sales Channel File", + "description": "The endpoint for operations on Sales Channel File" + }, { "name": "Sales Channel Tracking Customer", "description": "The endpoint for operations on Sales Channel Tracking Customer" diff --git a/SwagCommercial-adminapi.summary.json b/SwagCommercial-adminapi.summary.json index 11f686b..bbd5861 100644 --- a/SwagCommercial-adminapi.summary.json +++ b/SwagCommercial-adminapi.summary.json @@ -2,21 +2,18 @@ "paths": [ "/_action/create-employee", "/_action/custom-price", - "/_action/integration/{integrationId}/mcp-allowlist", "/_action/invite-employee", - "/_action/mcp/capabilities", - "/_action/mcp/tools", - "/_action/number-range/{numberRangeId}/preview-pattern", "/_action/quote/{quoteId}/comment", "/_action/quote/{quoteId}/lineItem", "/_action/quote/{quoteId}/product/{productId}", "/_action/quote/{quoteId}/recalculate", + "/_action/sales-channel-file/{fileFamily}/{salesChannelId}", + "/_action/sales-channel-file/{fileFamily}/{salesChannelId}/detail", + "/_action/sales-channel-file/{fileFamily}/{salesChannelId}/preview", "/_action/share-config/download/{entity}/{id}", "/_action/share-config/upload/{entity}", "/_action/text-to-image/generate", "/_action/update-employee", - "/_action/user/{userId}/mcp-allowlist", - "/_mcp", "/_proxy-quote/{salesChannelId}", "/advanced-search-action", "/advanced-search-action-search-term", @@ -24,6 +21,8 @@ "/advanced-search-action/{id}", "/advanced-search-boosting", "/advanced-search-boosting/{id}", + "/advanced-search-compound-dictionary", + "/advanced-search-compound-dictionary/{id}", "/advanced-search-config", "/advanced-search-config-field", "/advanced-search-config-field/{id}", @@ -32,19 +31,20 @@ "/advanced-search-entity-stream-filter", "/advanced-search-entity-stream-filter/{id}", "/advanced-search-entity-stream/{id}", + "/advanced-search-stopword-dictionary", + "/advanced-search-stopword-dictionary/{id}", "/advanced-search-synonym", "/advanced-search-synonym/{id}", "/aggregate/advanced-search-action", "/aggregate/advanced-search-action-search-term", "/aggregate/advanced-search-boosting", + "/aggregate/advanced-search-compound-dictionary", "/aggregate/advanced-search-config", "/aggregate/advanced-search-config-field", "/aggregate/advanced-search-entity-stream", "/aggregate/advanced-search-entity-stream-filter", + "/aggregate/advanced-search-stopword-dictionary", "/aggregate/advanced-search-synonym", - "/aggregate/app-mcp-prompt", - "/aggregate/app-mcp-resource", - "/aggregate/app-mcp-tool", "/aggregate/b2b-business-partner", "/aggregate/b2b-components-advanced-product-catalogs", "/aggregate/b2b-components-approval-rule", @@ -87,6 +87,7 @@ "/aggregate/quote-employee", "/aggregate/quote-line-item", "/aggregate/quote-transaction", + "/aggregate/sales-channel-file", "/aggregate/spatial-render-config-size", "/aggregate/spatial-scene", "/aggregate/spatial-scene-camera", @@ -107,12 +108,6 @@ "/aggregate/warehouse-group", "/api/_action/generate-review-summary", "/api/_admin/rule-builder-preview/{orderId}", - "/app-mcp-prompt", - "/app-mcp-prompt/{id}", - "/app-mcp-resource", - "/app-mcp-resource/{id}", - "/app-mcp-tool", - "/app-mcp-tool/{id}", "/b2b-business-partner", "/b2b-business-partner/{id}", "/b2b-components-advanced-product-catalogs", @@ -202,17 +197,18 @@ "/quote-transaction", "/quote-transaction/{id}", "/quote/{id}", + "/sales-channel-file", + "/sales-channel-file/{id}", "/search/advanced-search-action", "/search/advanced-search-action-search-term", "/search/advanced-search-boosting", + "/search/advanced-search-compound-dictionary", "/search/advanced-search-config", "/search/advanced-search-config-field", "/search/advanced-search-entity-stream", "/search/advanced-search-entity-stream-filter", + "/search/advanced-search-stopword-dictionary", "/search/advanced-search-synonym", - "/search/app-mcp-prompt", - "/search/app-mcp-resource", - "/search/app-mcp-tool", "/search/b2b-business-partner", "/search/b2b-components-advanced-product-catalogs", "/search/b2b-components-approval-rule", @@ -255,6 +251,7 @@ "/search/quote-employee", "/search/quote-line-item", "/search/quote-transaction", + "/search/sales-channel-file", "/search/spatial-render-config-size", "/search/spatial-scene", "/search/spatial-scene-camera", @@ -320,6 +317,8 @@ "AdvancedSearchActionSearchTermJsonApi", "AdvancedSearchBoosting", "AdvancedSearchBoostingJsonApi", + "AdvancedSearchCompoundDictionary", + "AdvancedSearchCompoundDictionaryJsonApi", "AdvancedSearchConfig", "AdvancedSearchConfigField", "AdvancedSearchConfigFieldJsonApi", @@ -328,6 +327,8 @@ "AdvancedSearchEntityStreamFilter", "AdvancedSearchEntityStreamFilterJsonApi", "AdvancedSearchEntityStreamJsonApi", + "AdvancedSearchStopwordDictionary", + "AdvancedSearchStopwordDictionaryJsonApi", "AdvancedSearchSynonym", "AdvancedSearchSynonymJsonApi", "Aggregation", @@ -407,6 +408,7 @@ "B2bComponentsShoppingListJsonApi", "B2bComponentsShoppingListLineItem", "B2bComponentsShoppingListLineItemJsonApi", + "B2bComponentsSubscriptionBudget", "B2bComponentsSubscriptionEmployee", "B2bComponentsSubscriptionEmployeeJsonApi", "B2bEmployee", @@ -709,6 +711,16 @@ "SalesChannelCurrency", "SalesChannelDomain", "SalesChannelDomainJsonApi", + "SalesChannelFile", + "SalesChannelFileConfiguration", + "SalesChannelFileDescriptor", + "SalesChannelFileDetail", + "SalesChannelFileDetailResponse", + "SalesChannelFileJsonApi", + "SalesChannelFileListResponse", + "SalesChannelFilePreviewRequest", + "SalesChannelFilePreviewResponse", + "SalesChannelFileTemplate", "SalesChannelJsonApi", "SalesChannelLanguage", "SalesChannelPaymentMethod",