Skip to content

Instantly share code, notes, and snippets.

@artttj
Created September 8, 2023 15:46
Show Gist options
  • Save artttj/db7d18388142b3ed34f50cb88c366477 to your computer and use it in GitHub Desktop.
Save artttj/db7d18388142b3ed34f50cb88c366477 to your computer and use it in GitHub Desktop.
Shopware 6 OpenApi Spec
This file has been truncated, but you can view the full file.
{"openapi":"3.0.0","info":{"title":"Shopware Admin API","description":"This endpoint reference contains an overview of all endpoints comprising the Shopware Admin API.\n\nFor a better overview, all CRUD-endpoints are hidden by default. If you want to show also CRUD-endpoints\nadd the query parameter `type=jsonapi`.","version":"6.5.3.3"},"servers":[{"url":"https:\/\/shopware-6-demo.localhost\/api"}],"paths":{"\/acl-role":{"get":{"tags":["Acl Role"],"summary":"List with basic information of Acl Role resources","description":"Available since: 6.0.0.0","operationId":"getAclRoleList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Acl Role resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/AclRole"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/acl-role?limit=25"},"last":{"example":"\/acl-role?limit=25\u0026page=11"},"next":{"example":"\/acl-role?limit=25\u0026page=4"},"prev":{"example":"\/acl-role?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/AclRole"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Acl Role"],"summary":"Create a new Acl Role resources","description":"Available since: 6.0.0.0","operationId":"createAclRole","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AclRole"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AclRole"}}}},"responses":{"200":{"description":"Detail of AclRole","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AclRole"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AclRole"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/acl-role\/{id}":{"get":{"tags":["Acl Role"],"summary":"Detailed information about a Acl Role resource","description":"Available since: 6.0.0.0","operationId":"getAclRole","parameters":[{"name":"id","in":"path","description":"Identifier for the acl_role","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of AclRole","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AclRole"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AclRole"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Acl Role"],"summary":"Delete a Acl Role resource","description":"Available since: 6.0.0.0","operationId":"deleteAclRole","parameters":[{"name":"id","in":"path","description":"Identifier for the acl_role","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Acl Role"],"summary":"Partially update information about a Acl Role resource","description":"Available since: 6.0.0.0","operationId":"updateAclRole","parameters":[{"name":"id","in":"path","description":"Identifier for the acl_role","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Acl Role resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AclRole"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AclRole"}}}},"responses":{"200":{"description":"Detail of AclRole","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AclRole"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AclRole"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/app":{"get":{"tags":["App"],"summary":"List with basic information of App resources","description":"Available since: 6.3.1.0","operationId":"getAppList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of App resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/App"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/app?limit=25"},"last":{"example":"\/app?limit=25\u0026page=11"},"next":{"example":"\/app?limit=25\u0026page=4"},"prev":{"example":"\/app?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/App"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["App"],"summary":"Create a new App resources","description":"Available since: 6.3.1.0","operationId":"createApp","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/App"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/App"}}}},"responses":{"200":{"description":"Detail of App","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/App"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/App"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/app\/{id}":{"get":{"tags":["App"],"summary":"Detailed information about a App resource","description":"Available since: 6.3.1.0","operationId":"getApp","parameters":[{"name":"id","in":"path","description":"Identifier for the app","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of App","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/App"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/App"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["App"],"summary":"Delete a App resource","description":"Available since: 6.3.1.0","operationId":"deleteApp","parameters":[{"name":"id","in":"path","description":"Identifier for the app","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["App"],"summary":"Partially update information about a App resource","description":"Available since: 6.3.1.0","operationId":"updateApp","parameters":[{"name":"id","in":"path","description":"Identifier for the app","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a App resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/App"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/App"}}}},"responses":{"200":{"description":"Detail of App","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/App"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/App"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/app-action-button":{"get":{"tags":["App Action Button"],"summary":"List with basic information of App Action Button resources","description":"Available since: 6.3.1.0","operationId":"getAppActionButtonList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of App Action Button resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/AppActionButton"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/app-action-button?limit=25"},"last":{"example":"\/app-action-button?limit=25\u0026page=11"},"next":{"example":"\/app-action-button?limit=25\u0026page=4"},"prev":{"example":"\/app-action-button?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/AppActionButton"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["App Action Button"],"summary":"Create a new App Action Button resources","description":"Available since: 6.3.1.0","operationId":"createAppActionButton","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppActionButton"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppActionButton"}}}},"responses":{"200":{"description":"Detail of AppActionButton","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppActionButton"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppActionButton"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/app-action-button\/{id}":{"get":{"tags":["App Action Button"],"summary":"Detailed information about a App Action Button resource","description":"Available since: 6.3.1.0","operationId":"getAppActionButton","parameters":[{"name":"id","in":"path","description":"Identifier for the app_action_button","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of AppActionButton","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppActionButton"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppActionButton"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["App Action Button"],"summary":"Delete a App Action Button resource","description":"Available since: 6.3.1.0","operationId":"deleteAppActionButton","parameters":[{"name":"id","in":"path","description":"Identifier for the app_action_button","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["App Action Button"],"summary":"Partially update information about a App Action Button resource","description":"Available since: 6.3.1.0","operationId":"updateAppActionButton","parameters":[{"name":"id","in":"path","description":"Identifier for the app_action_button","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a App Action Button resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppActionButton"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppActionButton"}}}},"responses":{"200":{"description":"Detail of AppActionButton","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppActionButton"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppActionButton"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/app-administration-snippet":{"get":{"tags":["App Administration Snippet"],"summary":"List with basic information of App Administration Snippet resources","description":"Available since: 6.4.15.0","operationId":"getAppAdministrationSnippetList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of App Administration Snippet resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/AppAdministrationSnippet"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/app-administration-snippet?limit=25"},"last":{"example":"\/app-administration-snippet?limit=25\u0026page=11"},"next":{"example":"\/app-administration-snippet?limit=25\u0026page=4"},"prev":{"example":"\/app-administration-snippet?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/AppAdministrationSnippet"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["App Administration Snippet"],"summary":"Create a new App Administration Snippet resources","description":"Available since: 6.4.15.0","operationId":"createAppAdministrationSnippet","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppAdministrationSnippet"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppAdministrationSnippet"}}}},"responses":{"200":{"description":"Detail of AppAdministrationSnippet","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppAdministrationSnippet"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppAdministrationSnippet"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/app-administration-snippet\/{id}":{"get":{"tags":["App Administration Snippet"],"summary":"Detailed information about a App Administration Snippet resource","description":"Available since: 6.4.15.0","operationId":"getAppAdministrationSnippet","parameters":[{"name":"id","in":"path","description":"Identifier for the app_administration_snippet","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of AppAdministrationSnippet","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppAdministrationSnippet"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppAdministrationSnippet"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["App Administration Snippet"],"summary":"Delete a App Administration Snippet resource","description":"Available since: 6.4.15.0","operationId":"deleteAppAdministrationSnippet","parameters":[{"name":"id","in":"path","description":"Identifier for the app_administration_snippet","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["App Administration Snippet"],"summary":"Partially update information about a App Administration Snippet resource","description":"Available since: 6.4.15.0","operationId":"updateAppAdministrationSnippet","parameters":[{"name":"id","in":"path","description":"Identifier for the app_administration_snippet","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a App Administration Snippet resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppAdministrationSnippet"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppAdministrationSnippet"}}}},"responses":{"200":{"description":"Detail of AppAdministrationSnippet","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppAdministrationSnippet"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppAdministrationSnippet"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/app-cms-block":{"get":{"tags":["App Cms Block"],"summary":"List with basic information of App Cms Block resources","description":"Available since: 6.4.2.0","operationId":"getAppCmsBlockList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of App Cms Block resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/AppCmsBlock"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/app-cms-block?limit=25"},"last":{"example":"\/app-cms-block?limit=25\u0026page=11"},"next":{"example":"\/app-cms-block?limit=25\u0026page=4"},"prev":{"example":"\/app-cms-block?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/AppCmsBlock"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["App Cms Block"],"summary":"Create a new App Cms Block resources","description":"Available since: 6.4.2.0","operationId":"createAppCmsBlock","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppCmsBlock"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppCmsBlock"}}}},"responses":{"200":{"description":"Detail of AppCmsBlock","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppCmsBlock"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppCmsBlock"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/app-cms-block\/{id}":{"get":{"tags":["App Cms Block"],"summary":"Detailed information about a App Cms Block resource","description":"Available since: 6.4.2.0","operationId":"getAppCmsBlock","parameters":[{"name":"id","in":"path","description":"Identifier for the app_cms_block","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of AppCmsBlock","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppCmsBlock"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppCmsBlock"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["App Cms Block"],"summary":"Delete a App Cms Block resource","description":"Available since: 6.4.2.0","operationId":"deleteAppCmsBlock","parameters":[{"name":"id","in":"path","description":"Identifier for the app_cms_block","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["App Cms Block"],"summary":"Partially update information about a App Cms Block resource","description":"Available since: 6.4.2.0","operationId":"updateAppCmsBlock","parameters":[{"name":"id","in":"path","description":"Identifier for the app_cms_block","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a App Cms Block resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppCmsBlock"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppCmsBlock"}}}},"responses":{"200":{"description":"Detail of AppCmsBlock","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppCmsBlock"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppCmsBlock"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/app-flow-action":{"get":{"tags":["App Flow Action"],"summary":"List with basic information of App Flow Action resources","description":"Available since: 6.4.10.0","operationId":"getAppFlowActionList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of App Flow Action resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/AppFlowAction"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/app-flow-action?limit=25"},"last":{"example":"\/app-flow-action?limit=25\u0026page=11"},"next":{"example":"\/app-flow-action?limit=25\u0026page=4"},"prev":{"example":"\/app-flow-action?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/AppFlowAction"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["App Flow Action"],"summary":"Create a new App Flow Action resources","description":"Available since: 6.4.10.0","operationId":"createAppFlowAction","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppFlowAction"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppFlowAction"}}}},"responses":{"200":{"description":"Detail of AppFlowAction","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppFlowAction"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppFlowAction"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/app-flow-action\/{id}":{"get":{"tags":["App Flow Action"],"summary":"Detailed information about a App Flow Action resource","description":"Available since: 6.4.10.0","operationId":"getAppFlowAction","parameters":[{"name":"id","in":"path","description":"Identifier for the app_flow_action","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of AppFlowAction","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppFlowAction"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppFlowAction"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["App Flow Action"],"summary":"Delete a App Flow Action resource","description":"Available since: 6.4.10.0","operationId":"deleteAppFlowAction","parameters":[{"name":"id","in":"path","description":"Identifier for the app_flow_action","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["App Flow Action"],"summary":"Partially update information about a App Flow Action resource","description":"Available since: 6.4.10.0","operationId":"updateAppFlowAction","parameters":[{"name":"id","in":"path","description":"Identifier for the app_flow_action","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a App Flow Action resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppFlowAction"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppFlowAction"}}}},"responses":{"200":{"description":"Detail of AppFlowAction","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppFlowAction"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppFlowAction"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/app-flow-event":{"get":{"tags":["App Flow Event"],"summary":"List with basic information of App Flow Event resources","description":"Available since: 6.5.2.0","operationId":"getAppFlowEventList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of App Flow Event resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/AppFlowEvent"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/app-flow-event?limit=25"},"last":{"example":"\/app-flow-event?limit=25\u0026page=11"},"next":{"example":"\/app-flow-event?limit=25\u0026page=4"},"prev":{"example":"\/app-flow-event?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/AppFlowEvent"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["App Flow Event"],"summary":"Create a new App Flow Event resources","description":"Available since: 6.5.2.0","operationId":"createAppFlowEvent","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppFlowEvent"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppFlowEvent"}}}},"responses":{"200":{"description":"Detail of AppFlowEvent","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppFlowEvent"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppFlowEvent"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/app-flow-event\/{id}":{"get":{"tags":["App Flow Event"],"summary":"Detailed information about a App Flow Event resource","description":"Available since: 6.5.2.0","operationId":"getAppFlowEvent","parameters":[{"name":"id","in":"path","description":"Identifier for the app_flow_event","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of AppFlowEvent","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppFlowEvent"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppFlowEvent"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["App Flow Event"],"summary":"Delete a App Flow Event resource","description":"Available since: 6.5.2.0","operationId":"deleteAppFlowEvent","parameters":[{"name":"id","in":"path","description":"Identifier for the app_flow_event","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["App Flow Event"],"summary":"Partially update information about a App Flow Event resource","description":"Available since: 6.5.2.0","operationId":"updateAppFlowEvent","parameters":[{"name":"id","in":"path","description":"Identifier for the app_flow_event","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a App Flow Event resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppFlowEvent"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppFlowEvent"}}}},"responses":{"200":{"description":"Detail of AppFlowEvent","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppFlowEvent"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppFlowEvent"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/app-payment-method":{"get":{"tags":["App Payment Method"],"summary":"List with basic information of App Payment Method resources","description":"Available since: 6.4.1.0","operationId":"getAppPaymentMethodList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of App Payment Method resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/AppPaymentMethod"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/app-payment-method?limit=25"},"last":{"example":"\/app-payment-method?limit=25\u0026page=11"},"next":{"example":"\/app-payment-method?limit=25\u0026page=4"},"prev":{"example":"\/app-payment-method?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/AppPaymentMethod"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["App Payment Method"],"summary":"Create a new App Payment Method resources","description":"Available since: 6.4.1.0","operationId":"createAppPaymentMethod","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppPaymentMethod"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppPaymentMethod"}}}},"responses":{"200":{"description":"Detail of AppPaymentMethod","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppPaymentMethod"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppPaymentMethod"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/app-payment-method\/{id}":{"get":{"tags":["App Payment Method"],"summary":"Detailed information about a App Payment Method resource","description":"Available since: 6.4.1.0","operationId":"getAppPaymentMethod","parameters":[{"name":"id","in":"path","description":"Identifier for the app_payment_method","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of AppPaymentMethod","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppPaymentMethod"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppPaymentMethod"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["App Payment Method"],"summary":"Delete a App Payment Method resource","description":"Available since: 6.4.1.0","operationId":"deleteAppPaymentMethod","parameters":[{"name":"id","in":"path","description":"Identifier for the app_payment_method","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["App Payment Method"],"summary":"Partially update information about a App Payment Method resource","description":"Available since: 6.4.1.0","operationId":"updateAppPaymentMethod","parameters":[{"name":"id","in":"path","description":"Identifier for the app_payment_method","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a App Payment Method resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppPaymentMethod"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppPaymentMethod"}}}},"responses":{"200":{"description":"Detail of AppPaymentMethod","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppPaymentMethod"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppPaymentMethod"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/app-script-condition":{"get":{"tags":["App Script Condition"],"summary":"List with basic information of App Script Condition resources","description":"Available since: 6.4.10.3","operationId":"getAppScriptConditionList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of App Script Condition resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/AppScriptCondition"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/app-script-condition?limit=25"},"last":{"example":"\/app-script-condition?limit=25\u0026page=11"},"next":{"example":"\/app-script-condition?limit=25\u0026page=4"},"prev":{"example":"\/app-script-condition?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/AppScriptCondition"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["App Script Condition"],"summary":"Create a new App Script Condition resources","description":"Available since: 6.4.10.3","operationId":"createAppScriptCondition","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppScriptCondition"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppScriptCondition"}}}},"responses":{"200":{"description":"Detail of AppScriptCondition","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppScriptCondition"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppScriptCondition"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/app-script-condition\/{id}":{"get":{"tags":["App Script Condition"],"summary":"Detailed information about a App Script Condition resource","description":"Available since: 6.4.10.3","operationId":"getAppScriptCondition","parameters":[{"name":"id","in":"path","description":"Identifier for the app_script_condition","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of AppScriptCondition","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppScriptCondition"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppScriptCondition"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["App Script Condition"],"summary":"Delete a App Script Condition resource","description":"Available since: 6.4.10.3","operationId":"deleteAppScriptCondition","parameters":[{"name":"id","in":"path","description":"Identifier for the app_script_condition","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["App Script Condition"],"summary":"Partially update information about a App Script Condition resource","description":"Available since: 6.4.10.3","operationId":"updateAppScriptCondition","parameters":[{"name":"id","in":"path","description":"Identifier for the app_script_condition","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a App Script Condition resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppScriptCondition"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppScriptCondition"}}}},"responses":{"200":{"description":"Detail of AppScriptCondition","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppScriptCondition"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppScriptCondition"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/app-template":{"get":{"tags":["App Template"],"summary":"List with basic information of App Template resources","description":"Available since: 6.3.1.0","operationId":"getAppTemplateList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of App Template resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/AppTemplate"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/app-template?limit=25"},"last":{"example":"\/app-template?limit=25\u0026page=11"},"next":{"example":"\/app-template?limit=25\u0026page=4"},"prev":{"example":"\/app-template?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/AppTemplate"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["App Template"],"summary":"Create a new App Template resources","description":"Available since: 6.3.1.0","operationId":"createAppTemplate","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppTemplate"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppTemplate"}}}},"responses":{"200":{"description":"Detail of AppTemplate","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppTemplate"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppTemplate"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/app-template\/{id}":{"get":{"tags":["App Template"],"summary":"Detailed information about a App Template resource","description":"Available since: 6.3.1.0","operationId":"getAppTemplate","parameters":[{"name":"id","in":"path","description":"Identifier for the app_template","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of AppTemplate","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppTemplate"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppTemplate"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["App Template"],"summary":"Delete a App Template resource","description":"Available since: 6.3.1.0","operationId":"deleteAppTemplate","parameters":[{"name":"id","in":"path","description":"Identifier for the app_template","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["App Template"],"summary":"Partially update information about a App Template resource","description":"Available since: 6.3.1.0","operationId":"updateAppTemplate","parameters":[{"name":"id","in":"path","description":"Identifier for the app_template","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a App Template resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppTemplate"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppTemplate"}}}},"responses":{"200":{"description":"Detail of AppTemplate","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/AppTemplate"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AppTemplate"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/category":{"get":{"tags":["Category"],"summary":"List with basic information of Category resources","description":"Available since: 6.0.0.0","operationId":"getCategoryList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Category resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/Category"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/category?limit=25"},"last":{"example":"\/category?limit=25\u0026page=11"},"next":{"example":"\/category?limit=25\u0026page=4"},"prev":{"example":"\/category?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/Category"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Category"],"summary":"Create a new Category resources","description":"Available since: 6.0.0.0","operationId":"createCategory","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Category"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Category"}}}},"responses":{"200":{"description":"Detail of Category","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Category"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Category"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/category\/{id}":{"get":{"tags":["Category"],"summary":"Detailed information about a Category resource","description":"Available since: 6.0.0.0","operationId":"getCategory","parameters":[{"name":"id","in":"path","description":"Identifier for the category","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of Category","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Category"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Category"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Category"],"summary":"Delete a Category resource","description":"Available since: 6.0.0.0","operationId":"deleteCategory","parameters":[{"name":"id","in":"path","description":"Identifier for the category","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Category"],"summary":"Partially update information about a Category resource","description":"Available since: 6.0.0.0","operationId":"updateCategory","parameters":[{"name":"id","in":"path","description":"Identifier for the category","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Category resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Category"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Category"}}}},"responses":{"200":{"description":"Detail of Category","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Category"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Category"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/cms-block":{"get":{"tags":["Cms Block"],"summary":"List with basic information of Cms Block resources","description":"Available since: 6.0.0.0","operationId":"getCmsBlockList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Cms Block resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/CmsBlock"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/cms-block?limit=25"},"last":{"example":"\/cms-block?limit=25\u0026page=11"},"next":{"example":"\/cms-block?limit=25\u0026page=4"},"prev":{"example":"\/cms-block?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/CmsBlock"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Cms Block"],"summary":"Create a new Cms Block resources","description":"Available since: 6.0.0.0","operationId":"createCmsBlock","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CmsBlock"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CmsBlock"}}}},"responses":{"200":{"description":"Detail of CmsBlock","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CmsBlock"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CmsBlock"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/cms-block\/{id}":{"get":{"tags":["Cms Block"],"summary":"Detailed information about a Cms Block resource","description":"Available since: 6.0.0.0","operationId":"getCmsBlock","parameters":[{"name":"id","in":"path","description":"Identifier for the cms_block","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of CmsBlock","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CmsBlock"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CmsBlock"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Cms Block"],"summary":"Delete a Cms Block resource","description":"Available since: 6.0.0.0","operationId":"deleteCmsBlock","parameters":[{"name":"id","in":"path","description":"Identifier for the cms_block","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Cms Block"],"summary":"Partially update information about a Cms Block resource","description":"Available since: 6.0.0.0","operationId":"updateCmsBlock","parameters":[{"name":"id","in":"path","description":"Identifier for the cms_block","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Cms Block resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CmsBlock"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CmsBlock"}}}},"responses":{"200":{"description":"Detail of CmsBlock","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CmsBlock"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CmsBlock"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/cms-page":{"get":{"tags":["Cms Page"],"summary":"List with basic information of Cms Page resources","description":"Available since: 6.0.0.0","operationId":"getCmsPageList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Cms Page resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/CmsPage"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/cms-page?limit=25"},"last":{"example":"\/cms-page?limit=25\u0026page=11"},"next":{"example":"\/cms-page?limit=25\u0026page=4"},"prev":{"example":"\/cms-page?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/CmsPage"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Cms Page"],"summary":"Create a new Cms Page resources","description":"Available since: 6.0.0.0","operationId":"createCmsPage","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CmsPage"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CmsPage"}}}},"responses":{"200":{"description":"Detail of CmsPage","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CmsPage"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CmsPage"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/cms-page\/{id}":{"get":{"tags":["Cms Page"],"summary":"Detailed information about a Cms Page resource","description":"Available since: 6.0.0.0","operationId":"getCmsPage","parameters":[{"name":"id","in":"path","description":"Identifier for the cms_page","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of CmsPage","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CmsPage"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CmsPage"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Cms Page"],"summary":"Delete a Cms Page resource","description":"Available since: 6.0.0.0","operationId":"deleteCmsPage","parameters":[{"name":"id","in":"path","description":"Identifier for the cms_page","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Cms Page"],"summary":"Partially update information about a Cms Page resource","description":"Available since: 6.0.0.0","operationId":"updateCmsPage","parameters":[{"name":"id","in":"path","description":"Identifier for the cms_page","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Cms Page resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CmsPage"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CmsPage"}}}},"responses":{"200":{"description":"Detail of CmsPage","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CmsPage"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CmsPage"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/cms-section":{"get":{"tags":["Cms Section"],"summary":"List with basic information of Cms Section resources","description":"Available since: 6.0.0.0","operationId":"getCmsSectionList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Cms Section resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/CmsSection"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/cms-section?limit=25"},"last":{"example":"\/cms-section?limit=25\u0026page=11"},"next":{"example":"\/cms-section?limit=25\u0026page=4"},"prev":{"example":"\/cms-section?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/CmsSection"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Cms Section"],"summary":"Create a new Cms Section resources","description":"Available since: 6.0.0.0","operationId":"createCmsSection","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CmsSection"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CmsSection"}}}},"responses":{"200":{"description":"Detail of CmsSection","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CmsSection"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CmsSection"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/cms-section\/{id}":{"get":{"tags":["Cms Section"],"summary":"Detailed information about a Cms Section resource","description":"Available since: 6.0.0.0","operationId":"getCmsSection","parameters":[{"name":"id","in":"path","description":"Identifier for the cms_section","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of CmsSection","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CmsSection"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CmsSection"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Cms Section"],"summary":"Delete a Cms Section resource","description":"Available since: 6.0.0.0","operationId":"deleteCmsSection","parameters":[{"name":"id","in":"path","description":"Identifier for the cms_section","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Cms Section"],"summary":"Partially update information about a Cms Section resource","description":"Available since: 6.0.0.0","operationId":"updateCmsSection","parameters":[{"name":"id","in":"path","description":"Identifier for the cms_section","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Cms Section resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CmsSection"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CmsSection"}}}},"responses":{"200":{"description":"Detail of CmsSection","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CmsSection"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CmsSection"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/cms-slot":{"get":{"tags":["Cms Slot"],"summary":"List with basic information of Cms Slot resources","description":"Available since: 6.0.0.0","operationId":"getCmsSlotList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Cms Slot resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/CmsSlot"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/cms-slot?limit=25"},"last":{"example":"\/cms-slot?limit=25\u0026page=11"},"next":{"example":"\/cms-slot?limit=25\u0026page=4"},"prev":{"example":"\/cms-slot?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/CmsSlot"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Cms Slot"],"summary":"Create a new Cms Slot resources","description":"Available since: 6.0.0.0","operationId":"createCmsSlot","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CmsSlot"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CmsSlot"}}}},"responses":{"200":{"description":"Detail of CmsSlot","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CmsSlot"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CmsSlot"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/cms-slot\/{id}":{"get":{"tags":["Cms Slot"],"summary":"Detailed information about a Cms Slot resource","description":"Available since: 6.0.0.0","operationId":"getCmsSlot","parameters":[{"name":"id","in":"path","description":"Identifier for the cms_slot","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of CmsSlot","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CmsSlot"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CmsSlot"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Cms Slot"],"summary":"Delete a Cms Slot resource","description":"Available since: 6.0.0.0","operationId":"deleteCmsSlot","parameters":[{"name":"id","in":"path","description":"Identifier for the cms_slot","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Cms Slot"],"summary":"Partially update information about a Cms Slot resource","description":"Available since: 6.0.0.0","operationId":"updateCmsSlot","parameters":[{"name":"id","in":"path","description":"Identifier for the cms_slot","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Cms Slot resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CmsSlot"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CmsSlot"}}}},"responses":{"200":{"description":"Detail of CmsSlot","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CmsSlot"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CmsSlot"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/country":{"get":{"tags":["Country"],"summary":"List with basic information of Country resources","description":"Available since: 6.0.0.0","operationId":"getCountryList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Country resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/Country"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/country?limit=25"},"last":{"example":"\/country?limit=25\u0026page=11"},"next":{"example":"\/country?limit=25\u0026page=4"},"prev":{"example":"\/country?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/Country"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Country"],"summary":"Create a new Country resources","description":"Available since: 6.0.0.0","operationId":"createCountry","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Country"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Country"}}}},"responses":{"200":{"description":"Detail of Country","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Country"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Country"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/country\/{id}":{"get":{"tags":["Country"],"summary":"Detailed information about a Country resource","description":"Available since: 6.0.0.0","operationId":"getCountry","parameters":[{"name":"id","in":"path","description":"Identifier for the country","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of Country","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Country"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Country"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Country"],"summary":"Delete a Country resource","description":"Available since: 6.0.0.0","operationId":"deleteCountry","parameters":[{"name":"id","in":"path","description":"Identifier for the country","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Country"],"summary":"Partially update information about a Country resource","description":"Available since: 6.0.0.0","operationId":"updateCountry","parameters":[{"name":"id","in":"path","description":"Identifier for the country","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Country resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Country"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Country"}}}},"responses":{"200":{"description":"Detail of Country","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Country"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Country"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/country-state":{"get":{"tags":["Country State"],"summary":"List with basic information of Country State resources","description":"Available since: 6.0.0.0","operationId":"getCountryStateList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Country State resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/CountryState"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/country-state?limit=25"},"last":{"example":"\/country-state?limit=25\u0026page=11"},"next":{"example":"\/country-state?limit=25\u0026page=4"},"prev":{"example":"\/country-state?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/CountryState"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Country State"],"summary":"Create a new Country State resources","description":"Available since: 6.0.0.0","operationId":"createCountryState","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CountryState"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CountryState"}}}},"responses":{"200":{"description":"Detail of CountryState","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CountryState"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CountryState"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/country-state\/{id}":{"get":{"tags":["Country State"],"summary":"Detailed information about a Country State resource","description":"Available since: 6.0.0.0","operationId":"getCountryState","parameters":[{"name":"id","in":"path","description":"Identifier for the country_state","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of CountryState","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CountryState"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CountryState"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Country State"],"summary":"Delete a Country State resource","description":"Available since: 6.0.0.0","operationId":"deleteCountryState","parameters":[{"name":"id","in":"path","description":"Identifier for the country_state","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Country State"],"summary":"Partially update information about a Country State resource","description":"Available since: 6.0.0.0","operationId":"updateCountryState","parameters":[{"name":"id","in":"path","description":"Identifier for the country_state","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Country State resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CountryState"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CountryState"}}}},"responses":{"200":{"description":"Detail of CountryState","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CountryState"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CountryState"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/currency":{"get":{"tags":["Currency"],"summary":"List with basic information of Currency resources","description":"Available since: 6.0.0.0","operationId":"getCurrencyList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Currency resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/Currency"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/currency?limit=25"},"last":{"example":"\/currency?limit=25\u0026page=11"},"next":{"example":"\/currency?limit=25\u0026page=4"},"prev":{"example":"\/currency?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/Currency"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Currency"],"summary":"Create a new Currency resources","description":"Available since: 6.0.0.0","operationId":"createCurrency","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Currency"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Currency"}}}},"responses":{"200":{"description":"Detail of Currency","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Currency"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Currency"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/currency\/{id}":{"get":{"tags":["Currency"],"summary":"Detailed information about a Currency resource","description":"Available since: 6.0.0.0","operationId":"getCurrency","parameters":[{"name":"id","in":"path","description":"Identifier for the currency","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of Currency","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Currency"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Currency"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Currency"],"summary":"Delete a Currency resource","description":"Available since: 6.0.0.0","operationId":"deleteCurrency","parameters":[{"name":"id","in":"path","description":"Identifier for the currency","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Currency"],"summary":"Partially update information about a Currency resource","description":"Available since: 6.0.0.0","operationId":"updateCurrency","parameters":[{"name":"id","in":"path","description":"Identifier for the currency","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Currency resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Currency"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Currency"}}}},"responses":{"200":{"description":"Detail of Currency","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Currency"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Currency"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/currency-country-rounding":{"get":{"tags":["Currency Country Rounding"],"summary":"List with basic information of Currency Country Rounding resources","description":"Available since: 6.4.0.0","operationId":"getCurrencyCountryRoundingList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Currency Country Rounding resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/CurrencyCountryRounding"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/currency-country-rounding?limit=25"},"last":{"example":"\/currency-country-rounding?limit=25\u0026page=11"},"next":{"example":"\/currency-country-rounding?limit=25\u0026page=4"},"prev":{"example":"\/currency-country-rounding?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/CurrencyCountryRounding"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Currency Country Rounding"],"summary":"Create a new Currency Country Rounding resources","description":"Available since: 6.4.0.0","operationId":"createCurrencyCountryRounding","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CurrencyCountryRounding"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CurrencyCountryRounding"}}}},"responses":{"200":{"description":"Detail of CurrencyCountryRounding","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CurrencyCountryRounding"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CurrencyCountryRounding"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/currency-country-rounding\/{id}":{"get":{"tags":["Currency Country Rounding"],"summary":"Detailed information about a Currency Country Rounding resource","description":"Available since: 6.4.0.0","operationId":"getCurrencyCountryRounding","parameters":[{"name":"id","in":"path","description":"Identifier for the currency_country_rounding","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of CurrencyCountryRounding","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CurrencyCountryRounding"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CurrencyCountryRounding"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Currency Country Rounding"],"summary":"Delete a Currency Country Rounding resource","description":"Available since: 6.4.0.0","operationId":"deleteCurrencyCountryRounding","parameters":[{"name":"id","in":"path","description":"Identifier for the currency_country_rounding","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Currency Country Rounding"],"summary":"Partially update information about a Currency Country Rounding resource","description":"Available since: 6.4.0.0","operationId":"updateCurrencyCountryRounding","parameters":[{"name":"id","in":"path","description":"Identifier for the currency_country_rounding","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Currency Country Rounding resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CurrencyCountryRounding"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CurrencyCountryRounding"}}}},"responses":{"200":{"description":"Detail of CurrencyCountryRounding","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CurrencyCountryRounding"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CurrencyCountryRounding"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/custom-entity":{"get":{"tags":["Custom Entity"],"summary":"List with basic information of Custom Entity resources","description":"Available since: 6.4.9.0","operationId":"getCustomEntityList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Custom Entity resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomEntity"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/custom-entity?limit=25"},"last":{"example":"\/custom-entity?limit=25\u0026page=11"},"next":{"example":"\/custom-entity?limit=25\u0026page=4"},"prev":{"example":"\/custom-entity?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomEntity"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Custom Entity"],"summary":"Create a new Custom Entity resources","description":"Available since: 6.4.9.0","operationId":"createCustomEntity","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomEntity"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomEntity"}}}},"responses":{"200":{"description":"Detail of CustomEntity","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomEntity"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomEntity"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/custom-entity\/{id}":{"get":{"tags":["Custom Entity"],"summary":"Detailed information about a Custom Entity resource","description":"Available since: 6.4.9.0","operationId":"getCustomEntity","parameters":[{"name":"id","in":"path","description":"Identifier for the custom_entity","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of CustomEntity","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomEntity"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomEntity"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Custom Entity"],"summary":"Delete a Custom Entity resource","description":"Available since: 6.4.9.0","operationId":"deleteCustomEntity","parameters":[{"name":"id","in":"path","description":"Identifier for the custom_entity","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Custom Entity"],"summary":"Partially update information about a Custom Entity resource","description":"Available since: 6.4.9.0","operationId":"updateCustomEntity","parameters":[{"name":"id","in":"path","description":"Identifier for the custom_entity","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Custom Entity resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomEntity"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomEntity"}}}},"responses":{"200":{"description":"Detail of CustomEntity","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomEntity"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomEntity"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/custom-field":{"get":{"tags":["Custom Field"],"summary":"List with basic information of Custom Field resources","description":"Available since: 6.0.0.0","operationId":"getCustomFieldList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Custom Field resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomField"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/custom-field?limit=25"},"last":{"example":"\/custom-field?limit=25\u0026page=11"},"next":{"example":"\/custom-field?limit=25\u0026page=4"},"prev":{"example":"\/custom-field?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomField"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Custom Field"],"summary":"Create a new Custom Field resources","description":"Available since: 6.0.0.0","operationId":"createCustomField","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomField"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomField"}}}},"responses":{"200":{"description":"Detail of CustomField","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomField"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomField"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/custom-field\/{id}":{"get":{"tags":["Custom Field"],"summary":"Detailed information about a Custom Field resource","description":"Available since: 6.0.0.0","operationId":"getCustomField","parameters":[{"name":"id","in":"path","description":"Identifier for the custom_field","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of CustomField","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomField"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomField"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Custom Field"],"summary":"Delete a Custom Field resource","description":"Available since: 6.0.0.0","operationId":"deleteCustomField","parameters":[{"name":"id","in":"path","description":"Identifier for the custom_field","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Custom Field"],"summary":"Partially update information about a Custom Field resource","description":"Available since: 6.0.0.0","operationId":"updateCustomField","parameters":[{"name":"id","in":"path","description":"Identifier for the custom_field","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Custom Field resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomField"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomField"}}}},"responses":{"200":{"description":"Detail of CustomField","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomField"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomField"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/custom-field-set":{"get":{"tags":["Custom Field Set"],"summary":"List with basic information of Custom Field Set resources","description":"Available since: 6.0.0.0","operationId":"getCustomFieldSetList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Custom Field Set resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomFieldSet"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/custom-field-set?limit=25"},"last":{"example":"\/custom-field-set?limit=25\u0026page=11"},"next":{"example":"\/custom-field-set?limit=25\u0026page=4"},"prev":{"example":"\/custom-field-set?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomFieldSet"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Custom Field Set"],"summary":"Create a new Custom Field Set resources","description":"Available since: 6.0.0.0","operationId":"createCustomFieldSet","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomFieldSet"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomFieldSet"}}}},"responses":{"200":{"description":"Detail of CustomFieldSet","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomFieldSet"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomFieldSet"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/custom-field-set\/{id}":{"get":{"tags":["Custom Field Set"],"summary":"Detailed information about a Custom Field Set resource","description":"Available since: 6.0.0.0","operationId":"getCustomFieldSet","parameters":[{"name":"id","in":"path","description":"Identifier for the custom_field_set","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of CustomFieldSet","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomFieldSet"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomFieldSet"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Custom Field Set"],"summary":"Delete a Custom Field Set resource","description":"Available since: 6.0.0.0","operationId":"deleteCustomFieldSet","parameters":[{"name":"id","in":"path","description":"Identifier for the custom_field_set","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Custom Field Set"],"summary":"Partially update information about a Custom Field Set resource","description":"Available since: 6.0.0.0","operationId":"updateCustomFieldSet","parameters":[{"name":"id","in":"path","description":"Identifier for the custom_field_set","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Custom Field Set resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomFieldSet"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomFieldSet"}}}},"responses":{"200":{"description":"Detail of CustomFieldSet","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomFieldSet"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomFieldSet"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/custom-field-set-relation":{"get":{"tags":["Custom Field Set Relation"],"summary":"List with basic information of Custom Field Set Relation resources","description":"Available since: 6.0.0.0","operationId":"getCustomFieldSetRelationList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Custom Field Set Relation resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomFieldSetRelation"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/custom-field-set-relation?limit=25"},"last":{"example":"\/custom-field-set-relation?limit=25\u0026page=11"},"next":{"example":"\/custom-field-set-relation?limit=25\u0026page=4"},"prev":{"example":"\/custom-field-set-relation?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomFieldSetRelation"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Custom Field Set Relation"],"summary":"Create a new Custom Field Set Relation resources","description":"Available since: 6.0.0.0","operationId":"createCustomFieldSetRelation","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomFieldSetRelation"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomFieldSetRelation"}}}},"responses":{"200":{"description":"Detail of CustomFieldSetRelation","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomFieldSetRelation"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomFieldSetRelation"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/custom-field-set-relation\/{id}":{"get":{"tags":["Custom Field Set Relation"],"summary":"Detailed information about a Custom Field Set Relation resource","description":"Available since: 6.0.0.0","operationId":"getCustomFieldSetRelation","parameters":[{"name":"id","in":"path","description":"Identifier for the custom_field_set_relation","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of CustomFieldSetRelation","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomFieldSetRelation"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomFieldSetRelation"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Custom Field Set Relation"],"summary":"Delete a Custom Field Set Relation resource","description":"Available since: 6.0.0.0","operationId":"deleteCustomFieldSetRelation","parameters":[{"name":"id","in":"path","description":"Identifier for the custom_field_set_relation","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Custom Field Set Relation"],"summary":"Partially update information about a Custom Field Set Relation resource","description":"Available since: 6.0.0.0","operationId":"updateCustomFieldSetRelation","parameters":[{"name":"id","in":"path","description":"Identifier for the custom_field_set_relation","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Custom Field Set Relation resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomFieldSetRelation"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomFieldSetRelation"}}}},"responses":{"200":{"description":"Detail of CustomFieldSetRelation","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomFieldSetRelation"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomFieldSetRelation"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/customer":{"get":{"tags":["Customer"],"summary":"List with basic information of Customer resources","description":"Available since: 6.0.0.0","operationId":"getCustomerList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Customer resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/Customer"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/customer?limit=25"},"last":{"example":"\/customer?limit=25\u0026page=11"},"next":{"example":"\/customer?limit=25\u0026page=4"},"prev":{"example":"\/customer?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/Customer"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Customer"],"summary":"Create a new Customer resources","description":"Available since: 6.0.0.0","operationId":"createCustomer","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Customer"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Customer"}}}},"responses":{"200":{"description":"Detail of Customer","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Customer"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Customer"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/customer\/{id}":{"get":{"tags":["Customer"],"summary":"Detailed information about a Customer resource","description":"Available since: 6.0.0.0","operationId":"getCustomer","parameters":[{"name":"id","in":"path","description":"Identifier for the customer","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of Customer","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Customer"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Customer"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Customer"],"summary":"Delete a Customer resource","description":"Available since: 6.0.0.0","operationId":"deleteCustomer","parameters":[{"name":"id","in":"path","description":"Identifier for the customer","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Customer"],"summary":"Partially update information about a Customer resource","description":"Available since: 6.0.0.0","operationId":"updateCustomer","parameters":[{"name":"id","in":"path","description":"Identifier for the customer","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Customer resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Customer"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Customer"}}}},"responses":{"200":{"description":"Detail of Customer","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Customer"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Customer"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/customer-address":{"get":{"tags":["Customer Address"],"summary":"List with basic information of Customer Address resources","description":"Available since: 6.0.0.0","operationId":"getCustomerAddressList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Customer Address resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomerAddress"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/customer-address?limit=25"},"last":{"example":"\/customer-address?limit=25\u0026page=11"},"next":{"example":"\/customer-address?limit=25\u0026page=4"},"prev":{"example":"\/customer-address?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomerAddress"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Customer Address"],"summary":"Create a new Customer Address resources","description":"Available since: 6.0.0.0","operationId":"createCustomerAddress","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomerAddress"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomerAddress"}}}},"responses":{"200":{"description":"Detail of CustomerAddress","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomerAddress"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomerAddress"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/customer-address\/{id}":{"get":{"tags":["Customer Address"],"summary":"Detailed information about a Customer Address resource","description":"Available since: 6.0.0.0","operationId":"getCustomerAddress","parameters":[{"name":"id","in":"path","description":"Identifier for the customer_address","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of CustomerAddress","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomerAddress"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomerAddress"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Customer Address"],"summary":"Delete a Customer Address resource","description":"Available since: 6.0.0.0","operationId":"deleteCustomerAddress","parameters":[{"name":"id","in":"path","description":"Identifier for the customer_address","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Customer Address"],"summary":"Partially update information about a Customer Address resource","description":"Available since: 6.0.0.0","operationId":"updateCustomerAddress","parameters":[{"name":"id","in":"path","description":"Identifier for the customer_address","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Customer Address resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomerAddress"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomerAddress"}}}},"responses":{"200":{"description":"Detail of CustomerAddress","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomerAddress"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomerAddress"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/customer-group":{"get":{"tags":["Customer Group"],"summary":"List with basic information of Customer Group resources","description":"Available since: 6.0.0.0","operationId":"getCustomerGroupList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Customer Group resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomerGroup"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/customer-group?limit=25"},"last":{"example":"\/customer-group?limit=25\u0026page=11"},"next":{"example":"\/customer-group?limit=25\u0026page=4"},"prev":{"example":"\/customer-group?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomerGroup"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Customer Group"],"summary":"Create a new Customer Group resources","description":"Available since: 6.0.0.0","operationId":"createCustomerGroup","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomerGroup"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomerGroup"}}}},"responses":{"200":{"description":"Detail of CustomerGroup","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomerGroup"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomerGroup"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/customer-group\/{id}":{"get":{"tags":["Customer Group"],"summary":"Detailed information about a Customer Group resource","description":"Available since: 6.0.0.0","operationId":"getCustomerGroup","parameters":[{"name":"id","in":"path","description":"Identifier for the customer_group","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of CustomerGroup","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomerGroup"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomerGroup"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Customer Group"],"summary":"Delete a Customer Group resource","description":"Available since: 6.0.0.0","operationId":"deleteCustomerGroup","parameters":[{"name":"id","in":"path","description":"Identifier for the customer_group","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Customer Group"],"summary":"Partially update information about a Customer Group resource","description":"Available since: 6.0.0.0","operationId":"updateCustomerGroup","parameters":[{"name":"id","in":"path","description":"Identifier for the customer_group","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Customer Group resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomerGroup"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomerGroup"}}}},"responses":{"200":{"description":"Detail of CustomerGroup","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomerGroup"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomerGroup"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/customer-recovery":{"get":{"tags":["Customer Recovery"],"summary":"List with basic information of Customer Recovery resources","description":"Available since: 6.1.0.0","operationId":"getCustomerRecoveryList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Customer Recovery resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomerRecovery"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/customer-recovery?limit=25"},"last":{"example":"\/customer-recovery?limit=25\u0026page=11"},"next":{"example":"\/customer-recovery?limit=25\u0026page=4"},"prev":{"example":"\/customer-recovery?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomerRecovery"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Customer Recovery"],"summary":"Create a new Customer Recovery resources","description":"Available since: 6.1.0.0","operationId":"createCustomerRecovery","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomerRecovery"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomerRecovery"}}}},"responses":{"200":{"description":"Detail of CustomerRecovery","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomerRecovery"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomerRecovery"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/customer-recovery\/{id}":{"get":{"tags":["Customer Recovery"],"summary":"Detailed information about a Customer Recovery resource","description":"Available since: 6.1.0.0","operationId":"getCustomerRecovery","parameters":[{"name":"id","in":"path","description":"Identifier for the customer_recovery","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of CustomerRecovery","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomerRecovery"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomerRecovery"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Customer Recovery"],"summary":"Delete a Customer Recovery resource","description":"Available since: 6.1.0.0","operationId":"deleteCustomerRecovery","parameters":[{"name":"id","in":"path","description":"Identifier for the customer_recovery","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Customer Recovery"],"summary":"Partially update information about a Customer Recovery resource","description":"Available since: 6.1.0.0","operationId":"updateCustomerRecovery","parameters":[{"name":"id","in":"path","description":"Identifier for the customer_recovery","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Customer Recovery resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomerRecovery"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomerRecovery"}}}},"responses":{"200":{"description":"Detail of CustomerRecovery","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomerRecovery"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomerRecovery"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/customer-wishlist":{"get":{"tags":["Customer Wishlist"],"summary":"List with basic information of Customer Wishlist resources","description":"Available since: 6.3.4.0","operationId":"getCustomerWishlistList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Customer Wishlist resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomerWishlist"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/customer-wishlist?limit=25"},"last":{"example":"\/customer-wishlist?limit=25\u0026page=11"},"next":{"example":"\/customer-wishlist?limit=25\u0026page=4"},"prev":{"example":"\/customer-wishlist?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomerWishlist"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Customer Wishlist"],"summary":"Create a new Customer Wishlist resources","description":"Available since: 6.3.4.0","operationId":"createCustomerWishlist","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomerWishlist"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomerWishlist"}}}},"responses":{"200":{"description":"Detail of CustomerWishlist","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomerWishlist"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomerWishlist"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/customer-wishlist\/{id}":{"get":{"tags":["Customer Wishlist"],"summary":"Detailed information about a Customer Wishlist resource","description":"Available since: 6.3.4.0","operationId":"getCustomerWishlist","parameters":[{"name":"id","in":"path","description":"Identifier for the customer_wishlist","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of CustomerWishlist","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomerWishlist"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomerWishlist"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Customer Wishlist"],"summary":"Delete a Customer Wishlist resource","description":"Available since: 6.3.4.0","operationId":"deleteCustomerWishlist","parameters":[{"name":"id","in":"path","description":"Identifier for the customer_wishlist","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Customer Wishlist"],"summary":"Partially update information about a Customer Wishlist resource","description":"Available since: 6.3.4.0","operationId":"updateCustomerWishlist","parameters":[{"name":"id","in":"path","description":"Identifier for the customer_wishlist","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Customer Wishlist resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomerWishlist"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomerWishlist"}}}},"responses":{"200":{"description":"Detail of CustomerWishlist","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomerWishlist"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomerWishlist"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/customer-wishlist-product":{"get":{"tags":["Customer Wishlist Product"],"summary":"List with basic information of Customer Wishlist Product resources","description":"Available since: 6.3.4.0","operationId":"getCustomerWishlistProductList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Customer Wishlist Product resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomerWishlistProduct"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/customer-wishlist-product?limit=25"},"last":{"example":"\/customer-wishlist-product?limit=25\u0026page=11"},"next":{"example":"\/customer-wishlist-product?limit=25\u0026page=4"},"prev":{"example":"\/customer-wishlist-product?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomerWishlistProduct"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Customer Wishlist Product"],"summary":"Create a new Customer Wishlist Product resources","description":"Available since: 6.3.4.0","operationId":"createCustomerWishlistProduct","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomerWishlistProduct"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomerWishlistProduct"}}}},"responses":{"200":{"description":"Detail of CustomerWishlistProduct","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomerWishlistProduct"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomerWishlistProduct"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/customer-wishlist-product\/{id}":{"get":{"tags":["Customer Wishlist Product"],"summary":"Detailed information about a Customer Wishlist Product resource","description":"Available since: 6.3.4.0","operationId":"getCustomerWishlistProduct","parameters":[{"name":"id","in":"path","description":"Identifier for the customer_wishlist_product","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of CustomerWishlistProduct","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomerWishlistProduct"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomerWishlistProduct"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Customer Wishlist Product"],"summary":"Delete a Customer Wishlist Product resource","description":"Available since: 6.3.4.0","operationId":"deleteCustomerWishlistProduct","parameters":[{"name":"id","in":"path","description":"Identifier for the customer_wishlist_product","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Customer Wishlist Product"],"summary":"Partially update information about a Customer Wishlist Product resource","description":"Available since: 6.3.4.0","operationId":"updateCustomerWishlistProduct","parameters":[{"name":"id","in":"path","description":"Identifier for the customer_wishlist_product","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Customer Wishlist Product resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomerWishlistProduct"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomerWishlistProduct"}}}},"responses":{"200":{"description":"Detail of CustomerWishlistProduct","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/CustomerWishlistProduct"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomerWishlistProduct"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/delivery-time":{"get":{"tags":["Delivery Time"],"summary":"List with basic information of Delivery Time resources","description":"Available since: 6.0.0.0","operationId":"getDeliveryTimeList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Delivery Time resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/DeliveryTime"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/delivery-time?limit=25"},"last":{"example":"\/delivery-time?limit=25\u0026page=11"},"next":{"example":"\/delivery-time?limit=25\u0026page=4"},"prev":{"example":"\/delivery-time?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/DeliveryTime"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Delivery Time"],"summary":"Create a new Delivery Time resources","description":"Available since: 6.0.0.0","operationId":"createDeliveryTime","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/DeliveryTime"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DeliveryTime"}}}},"responses":{"200":{"description":"Detail of DeliveryTime","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/DeliveryTime"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DeliveryTime"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/delivery-time\/{id}":{"get":{"tags":["Delivery Time"],"summary":"Detailed information about a Delivery Time resource","description":"Available since: 6.0.0.0","operationId":"getDeliveryTime","parameters":[{"name":"id","in":"path","description":"Identifier for the delivery_time","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of DeliveryTime","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/DeliveryTime"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DeliveryTime"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Delivery Time"],"summary":"Delete a Delivery Time resource","description":"Available since: 6.0.0.0","operationId":"deleteDeliveryTime","parameters":[{"name":"id","in":"path","description":"Identifier for the delivery_time","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Delivery Time"],"summary":"Partially update information about a Delivery Time resource","description":"Available since: 6.0.0.0","operationId":"updateDeliveryTime","parameters":[{"name":"id","in":"path","description":"Identifier for the delivery_time","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Delivery Time resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/DeliveryTime"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DeliveryTime"}}}},"responses":{"200":{"description":"Detail of DeliveryTime","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/DeliveryTime"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DeliveryTime"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/document":{"get":{"tags":["Document"],"summary":"List with basic information of Document resources","description":"Available since: 6.0.0.0","operationId":"getDocumentList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Document resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/Document"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/document?limit=25"},"last":{"example":"\/document?limit=25\u0026page=11"},"next":{"example":"\/document?limit=25\u0026page=4"},"prev":{"example":"\/document?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/Document"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Document"],"summary":"Create a new Document resources","description":"Available since: 6.0.0.0","operationId":"createDocument","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Document"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document"}}}},"responses":{"200":{"description":"Detail of Document","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Document"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/document\/{id}":{"get":{"tags":["Document"],"summary":"Detailed information about a Document resource","description":"Available since: 6.0.0.0","operationId":"getDocument","parameters":[{"name":"id","in":"path","description":"Identifier for the document","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of Document","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Document"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Document"],"summary":"Delete a Document resource","description":"Available since: 6.0.0.0","operationId":"deleteDocument","parameters":[{"name":"id","in":"path","description":"Identifier for the document","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Document"],"summary":"Partially update information about a Document resource","description":"Available since: 6.0.0.0","operationId":"updateDocument","parameters":[{"name":"id","in":"path","description":"Identifier for the document","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Document resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Document"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document"}}}},"responses":{"200":{"description":"Detail of Document","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Document"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/document-base-config":{"get":{"tags":["Document Base Config"],"summary":"List with basic information of Document Base Config resources","description":"Available since: 6.0.0.0","operationId":"getDocumentBaseConfigList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Document Base Config resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentBaseConfig"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/document-base-config?limit=25"},"last":{"example":"\/document-base-config?limit=25\u0026page=11"},"next":{"example":"\/document-base-config?limit=25\u0026page=4"},"prev":{"example":"\/document-base-config?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentBaseConfig"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Document Base Config"],"summary":"Create a new Document Base Config resources","description":"Available since: 6.0.0.0","operationId":"createDocumentBaseConfig","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/DocumentBaseConfig"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentBaseConfig"}}}},"responses":{"200":{"description":"Detail of DocumentBaseConfig","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/DocumentBaseConfig"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentBaseConfig"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/document-base-config\/{id}":{"get":{"tags":["Document Base Config"],"summary":"Detailed information about a Document Base Config resource","description":"Available since: 6.0.0.0","operationId":"getDocumentBaseConfig","parameters":[{"name":"id","in":"path","description":"Identifier for the document_base_config","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of DocumentBaseConfig","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/DocumentBaseConfig"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentBaseConfig"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Document Base Config"],"summary":"Delete a Document Base Config resource","description":"Available since: 6.0.0.0","operationId":"deleteDocumentBaseConfig","parameters":[{"name":"id","in":"path","description":"Identifier for the document_base_config","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Document Base Config"],"summary":"Partially update information about a Document Base Config resource","description":"Available since: 6.0.0.0","operationId":"updateDocumentBaseConfig","parameters":[{"name":"id","in":"path","description":"Identifier for the document_base_config","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Document Base Config resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/DocumentBaseConfig"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentBaseConfig"}}}},"responses":{"200":{"description":"Detail of DocumentBaseConfig","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/DocumentBaseConfig"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentBaseConfig"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/document-base-config-sales-channel":{"get":{"tags":["Document Base Config Sales Channel"],"summary":"List with basic information of Document Base Config Sales Channel resources","description":"Available since: 6.0.0.0","operationId":"getDocumentBaseConfigSalesChannelList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Document Base Config Sales Channel resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentBaseConfigSalesChannel"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/document-base-config-sales-channel?limit=25"},"last":{"example":"\/document-base-config-sales-channel?limit=25\u0026page=11"},"next":{"example":"\/document-base-config-sales-channel?limit=25\u0026page=4"},"prev":{"example":"\/document-base-config-sales-channel?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentBaseConfigSalesChannel"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Document Base Config Sales Channel"],"summary":"Create a new Document Base Config Sales Channel resources","description":"Available since: 6.0.0.0","operationId":"createDocumentBaseConfigSalesChannel","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/DocumentBaseConfigSalesChannel"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentBaseConfigSalesChannel"}}}},"responses":{"200":{"description":"Detail of DocumentBaseConfigSalesChannel","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/DocumentBaseConfigSalesChannel"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentBaseConfigSalesChannel"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/document-base-config-sales-channel\/{id}":{"get":{"tags":["Document Base Config Sales Channel"],"summary":"Detailed information about a Document Base Config Sales Channel resource","description":"Available since: 6.0.0.0","operationId":"getDocumentBaseConfigSalesChannel","parameters":[{"name":"id","in":"path","description":"Identifier for the document_base_config_sales_channel","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of DocumentBaseConfigSalesChannel","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/DocumentBaseConfigSalesChannel"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentBaseConfigSalesChannel"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Document Base Config Sales Channel"],"summary":"Delete a Document Base Config Sales Channel resource","description":"Available since: 6.0.0.0","operationId":"deleteDocumentBaseConfigSalesChannel","parameters":[{"name":"id","in":"path","description":"Identifier for the document_base_config_sales_channel","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Document Base Config Sales Channel"],"summary":"Partially update information about a Document Base Config Sales Channel resource","description":"Available since: 6.0.0.0","operationId":"updateDocumentBaseConfigSalesChannel","parameters":[{"name":"id","in":"path","description":"Identifier for the document_base_config_sales_channel","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Document Base Config Sales Channel resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/DocumentBaseConfigSalesChannel"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentBaseConfigSalesChannel"}}}},"responses":{"200":{"description":"Detail of DocumentBaseConfigSalesChannel","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/DocumentBaseConfigSalesChannel"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentBaseConfigSalesChannel"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/document-type":{"get":{"tags":["Document Type"],"summary":"List with basic information of Document Type resources","description":"Available since: 6.0.0.0","operationId":"getDocumentTypeList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Document Type resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentType"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/document-type?limit=25"},"last":{"example":"\/document-type?limit=25\u0026page=11"},"next":{"example":"\/document-type?limit=25\u0026page=4"},"prev":{"example":"\/document-type?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentType"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Document Type"],"summary":"Create a new Document Type resources","description":"Available since: 6.0.0.0","operationId":"createDocumentType","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/DocumentType"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType"}}}},"responses":{"200":{"description":"Detail of DocumentType","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/DocumentType"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/document-type\/{id}":{"get":{"tags":["Document Type"],"summary":"Detailed information about a Document Type resource","description":"Available since: 6.0.0.0","operationId":"getDocumentType","parameters":[{"name":"id","in":"path","description":"Identifier for the document_type","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of DocumentType","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/DocumentType"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Document Type"],"summary":"Delete a Document Type resource","description":"Available since: 6.0.0.0","operationId":"deleteDocumentType","parameters":[{"name":"id","in":"path","description":"Identifier for the document_type","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Document Type"],"summary":"Partially update information about a Document Type resource","description":"Available since: 6.0.0.0","operationId":"updateDocumentType","parameters":[{"name":"id","in":"path","description":"Identifier for the document_type","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Document Type resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/DocumentType"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType"}}}},"responses":{"200":{"description":"Detail of DocumentType","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/DocumentType"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/flow":{"get":{"tags":["Flow"],"summary":"List with basic information of Flow resources","description":"Available since: 6.4.6.0","operationId":"getFlowList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Flow resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/Flow"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/flow?limit=25"},"last":{"example":"\/flow?limit=25\u0026page=11"},"next":{"example":"\/flow?limit=25\u0026page=4"},"prev":{"example":"\/flow?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/Flow"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Flow"],"summary":"Create a new Flow resources","description":"Available since: 6.4.6.0","operationId":"createFlow","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Flow"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Flow"}}}},"responses":{"200":{"description":"Detail of Flow","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Flow"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Flow"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/flow\/{id}":{"get":{"tags":["Flow"],"summary":"Detailed information about a Flow resource","description":"Available since: 6.4.6.0","operationId":"getFlow","parameters":[{"name":"id","in":"path","description":"Identifier for the flow","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of Flow","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Flow"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Flow"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Flow"],"summary":"Delete a Flow resource","description":"Available since: 6.4.6.0","operationId":"deleteFlow","parameters":[{"name":"id","in":"path","description":"Identifier for the flow","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Flow"],"summary":"Partially update information about a Flow resource","description":"Available since: 6.4.6.0","operationId":"updateFlow","parameters":[{"name":"id","in":"path","description":"Identifier for the flow","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Flow resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Flow"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Flow"}}}},"responses":{"200":{"description":"Detail of Flow","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Flow"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Flow"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/flow-sequence":{"get":{"tags":["Flow Sequence"],"summary":"List with basic information of Flow Sequence resources","description":"Available since: 6.4.6.0","operationId":"getFlowSequenceList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Flow Sequence resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/FlowSequence"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/flow-sequence?limit=25"},"last":{"example":"\/flow-sequence?limit=25\u0026page=11"},"next":{"example":"\/flow-sequence?limit=25\u0026page=4"},"prev":{"example":"\/flow-sequence?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/FlowSequence"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Flow Sequence"],"summary":"Create a new Flow Sequence resources","description":"Available since: 6.4.6.0","operationId":"createFlowSequence","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/FlowSequence"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FlowSequence"}}}},"responses":{"200":{"description":"Detail of FlowSequence","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/FlowSequence"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FlowSequence"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/flow-sequence\/{id}":{"get":{"tags":["Flow Sequence"],"summary":"Detailed information about a Flow Sequence resource","description":"Available since: 6.4.6.0","operationId":"getFlowSequence","parameters":[{"name":"id","in":"path","description":"Identifier for the flow_sequence","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of FlowSequence","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/FlowSequence"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FlowSequence"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Flow Sequence"],"summary":"Delete a Flow Sequence resource","description":"Available since: 6.4.6.0","operationId":"deleteFlowSequence","parameters":[{"name":"id","in":"path","description":"Identifier for the flow_sequence","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Flow Sequence"],"summary":"Partially update information about a Flow Sequence resource","description":"Available since: 6.4.6.0","operationId":"updateFlowSequence","parameters":[{"name":"id","in":"path","description":"Identifier for the flow_sequence","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Flow Sequence resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/FlowSequence"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FlowSequence"}}}},"responses":{"200":{"description":"Detail of FlowSequence","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/FlowSequence"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FlowSequence"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/flow-template":{"get":{"tags":["Flow Template"],"summary":"List with basic information of Flow Template resources","description":"Available since: 6.4.18.0","operationId":"getFlowTemplateList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Flow Template resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/FlowTemplate"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/flow-template?limit=25"},"last":{"example":"\/flow-template?limit=25\u0026page=11"},"next":{"example":"\/flow-template?limit=25\u0026page=4"},"prev":{"example":"\/flow-template?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/FlowTemplate"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Flow Template"],"summary":"Create a new Flow Template resources","description":"Available since: 6.4.18.0","operationId":"createFlowTemplate","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/FlowTemplate"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FlowTemplate"}}}},"responses":{"200":{"description":"Detail of FlowTemplate","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/FlowTemplate"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FlowTemplate"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/flow-template\/{id}":{"get":{"tags":["Flow Template"],"summary":"Detailed information about a Flow Template resource","description":"Available since: 6.4.18.0","operationId":"getFlowTemplate","parameters":[{"name":"id","in":"path","description":"Identifier for the flow_template","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of FlowTemplate","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/FlowTemplate"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FlowTemplate"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Flow Template"],"summary":"Delete a Flow Template resource","description":"Available since: 6.4.18.0","operationId":"deleteFlowTemplate","parameters":[{"name":"id","in":"path","description":"Identifier for the flow_template","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Flow Template"],"summary":"Partially update information about a Flow Template resource","description":"Available since: 6.4.18.0","operationId":"updateFlowTemplate","parameters":[{"name":"id","in":"path","description":"Identifier for the flow_template","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Flow Template resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/FlowTemplate"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FlowTemplate"}}}},"responses":{"200":{"description":"Detail of FlowTemplate","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/FlowTemplate"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FlowTemplate"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/import-export-file":{"get":{"tags":["Import Export File"],"summary":"List with basic information of Import Export File resources","description":"Available since: 6.0.0.0","operationId":"getImportExportFileList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Import Export File resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/ImportExportFile"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/import-export-file?limit=25"},"last":{"example":"\/import-export-file?limit=25\u0026page=11"},"next":{"example":"\/import-export-file?limit=25\u0026page=4"},"prev":{"example":"\/import-export-file?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/ImportExportFile"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Import Export File"],"summary":"Create a new Import Export File resources","description":"Available since: 6.0.0.0","operationId":"createImportExportFile","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ImportExportFile"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ImportExportFile"}}}},"responses":{"200":{"description":"Detail of ImportExportFile","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ImportExportFile"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ImportExportFile"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/import-export-file\/{id}":{"get":{"tags":["Import Export File"],"summary":"Detailed information about a Import Export File resource","description":"Available since: 6.0.0.0","operationId":"getImportExportFile","parameters":[{"name":"id","in":"path","description":"Identifier for the import_export_file","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of ImportExportFile","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ImportExportFile"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ImportExportFile"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Import Export File"],"summary":"Delete a Import Export File resource","description":"Available since: 6.0.0.0","operationId":"deleteImportExportFile","parameters":[{"name":"id","in":"path","description":"Identifier for the import_export_file","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Import Export File"],"summary":"Partially update information about a Import Export File resource","description":"Available since: 6.0.0.0","operationId":"updateImportExportFile","parameters":[{"name":"id","in":"path","description":"Identifier for the import_export_file","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Import Export File resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ImportExportFile"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ImportExportFile"}}}},"responses":{"200":{"description":"Detail of ImportExportFile","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ImportExportFile"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ImportExportFile"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/import-export-log":{"get":{"tags":["Import Export Log"],"summary":"List with basic information of Import Export Log resources","description":"Available since: 6.0.0.0","operationId":"getImportExportLogList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Import Export Log resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/ImportExportLog"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/import-export-log?limit=25"},"last":{"example":"\/import-export-log?limit=25\u0026page=11"},"next":{"example":"\/import-export-log?limit=25\u0026page=4"},"prev":{"example":"\/import-export-log?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/ImportExportLog"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Import Export Log"],"summary":"Create a new Import Export Log resources","description":"Available since: 6.0.0.0","operationId":"createImportExportLog","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ImportExportLog"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ImportExportLog"}}}},"responses":{"200":{"description":"Detail of ImportExportLog","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ImportExportLog"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ImportExportLog"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/import-export-log\/{id}":{"get":{"tags":["Import Export Log"],"summary":"Detailed information about a Import Export Log resource","description":"Available since: 6.0.0.0","operationId":"getImportExportLog","parameters":[{"name":"id","in":"path","description":"Identifier for the import_export_log","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of ImportExportLog","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ImportExportLog"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ImportExportLog"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Import Export Log"],"summary":"Delete a Import Export Log resource","description":"Available since: 6.0.0.0","operationId":"deleteImportExportLog","parameters":[{"name":"id","in":"path","description":"Identifier for the import_export_log","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Import Export Log"],"summary":"Partially update information about a Import Export Log resource","description":"Available since: 6.0.0.0","operationId":"updateImportExportLog","parameters":[{"name":"id","in":"path","description":"Identifier for the import_export_log","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Import Export Log resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ImportExportLog"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ImportExportLog"}}}},"responses":{"200":{"description":"Detail of ImportExportLog","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ImportExportLog"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ImportExportLog"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/import-export-profile":{"get":{"tags":["Import Export Profile"],"summary":"List with basic information of Import Export Profile resources","description":"Available since: 6.0.0.0","operationId":"getImportExportProfileList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Import Export Profile resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/ImportExportProfile"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/import-export-profile?limit=25"},"last":{"example":"\/import-export-profile?limit=25\u0026page=11"},"next":{"example":"\/import-export-profile?limit=25\u0026page=4"},"prev":{"example":"\/import-export-profile?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/ImportExportProfile"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Import Export Profile"],"summary":"Create a new Import Export Profile resources","description":"Available since: 6.0.0.0","operationId":"createImportExportProfile","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ImportExportProfile"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ImportExportProfile"}}}},"responses":{"200":{"description":"Detail of ImportExportProfile","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ImportExportProfile"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ImportExportProfile"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/import-export-profile\/{id}":{"get":{"tags":["Import Export Profile"],"summary":"Detailed information about a Import Export Profile resource","description":"Available since: 6.0.0.0","operationId":"getImportExportProfile","parameters":[{"name":"id","in":"path","description":"Identifier for the import_export_profile","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of ImportExportProfile","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ImportExportProfile"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ImportExportProfile"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Import Export Profile"],"summary":"Delete a Import Export Profile resource","description":"Available since: 6.0.0.0","operationId":"deleteImportExportProfile","parameters":[{"name":"id","in":"path","description":"Identifier for the import_export_profile","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Import Export Profile"],"summary":"Partially update information about a Import Export Profile resource","description":"Available since: 6.0.0.0","operationId":"updateImportExportProfile","parameters":[{"name":"id","in":"path","description":"Identifier for the import_export_profile","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Import Export Profile resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ImportExportProfile"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ImportExportProfile"}}}},"responses":{"200":{"description":"Detail of ImportExportProfile","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ImportExportProfile"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ImportExportProfile"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/integration":{"get":{"tags":["Integration"],"summary":"List with basic information of Integration resources","description":"Available since: 6.0.0.0","operationId":"getIntegrationList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Integration resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/Integration"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/integration?limit=25"},"last":{"example":"\/integration?limit=25\u0026page=11"},"next":{"example":"\/integration?limit=25\u0026page=4"},"prev":{"example":"\/integration?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/Integration"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Integration"],"summary":"Create a new Integration resources","description":"Available since: 6.0.0.0","operationId":"createIntegration","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Integration"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Integration"}}}},"responses":{"200":{"description":"Detail of Integration","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Integration"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Integration"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/integration\/{id}":{"get":{"tags":["Integration"],"summary":"Detailed information about a Integration resource","description":"Available since: 6.0.0.0","operationId":"getIntegration","parameters":[{"name":"id","in":"path","description":"Identifier for the integration","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of Integration","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Integration"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Integration"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Integration"],"summary":"Delete a Integration resource","description":"Available since: 6.0.0.0","operationId":"deleteIntegration","parameters":[{"name":"id","in":"path","description":"Identifier for the integration","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Integration"],"summary":"Partially update information about a Integration resource","description":"Available since: 6.0.0.0","operationId":"updateIntegration","parameters":[{"name":"id","in":"path","description":"Identifier for the integration","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Integration resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Integration"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Integration"}}}},"responses":{"200":{"description":"Detail of Integration","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Integration"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Integration"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/landing-page":{"get":{"tags":["Landing Page"],"summary":"List with basic information of Landing Page resources","description":"Available since: 6.4.0.0","operationId":"getLandingPageList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Landing Page resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/LandingPage"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/landing-page?limit=25"},"last":{"example":"\/landing-page?limit=25\u0026page=11"},"next":{"example":"\/landing-page?limit=25\u0026page=4"},"prev":{"example":"\/landing-page?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/LandingPage"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Landing Page"],"summary":"Create a new Landing Page resources","description":"Available since: 6.4.0.0","operationId":"createLandingPage","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/LandingPage"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LandingPage"}}}},"responses":{"200":{"description":"Detail of LandingPage","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/LandingPage"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LandingPage"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/landing-page\/{id}":{"get":{"tags":["Landing Page"],"summary":"Detailed information about a Landing Page resource","description":"Available since: 6.4.0.0","operationId":"getLandingPage","parameters":[{"name":"id","in":"path","description":"Identifier for the landing_page","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of LandingPage","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/LandingPage"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LandingPage"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Landing Page"],"summary":"Delete a Landing Page resource","description":"Available since: 6.4.0.0","operationId":"deleteLandingPage","parameters":[{"name":"id","in":"path","description":"Identifier for the landing_page","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Landing Page"],"summary":"Partially update information about a Landing Page resource","description":"Available since: 6.4.0.0","operationId":"updateLandingPage","parameters":[{"name":"id","in":"path","description":"Identifier for the landing_page","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Landing Page resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/LandingPage"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LandingPage"}}}},"responses":{"200":{"description":"Detail of LandingPage","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/LandingPage"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LandingPage"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/language":{"get":{"tags":["Language"],"summary":"List with basic information of Language resources","description":"Available since: 6.0.0.0","operationId":"getLanguageList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Language resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/Language"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/language?limit=25"},"last":{"example":"\/language?limit=25\u0026page=11"},"next":{"example":"\/language?limit=25\u0026page=4"},"prev":{"example":"\/language?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/Language"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Language"],"summary":"Create a new Language resources","description":"Available since: 6.0.0.0","operationId":"createLanguage","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Language"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Language"}}}},"responses":{"200":{"description":"Detail of Language","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Language"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Language"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/language\/{id}":{"get":{"tags":["Language"],"summary":"Detailed information about a Language resource","description":"Available since: 6.0.0.0","operationId":"getLanguage","parameters":[{"name":"id","in":"path","description":"Identifier for the language","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of Language","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Language"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Language"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Language"],"summary":"Delete a Language resource","description":"Available since: 6.0.0.0","operationId":"deleteLanguage","parameters":[{"name":"id","in":"path","description":"Identifier for the language","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Language"],"summary":"Partially update information about a Language resource","description":"Available since: 6.0.0.0","operationId":"updateLanguage","parameters":[{"name":"id","in":"path","description":"Identifier for the language","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Language resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Language"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Language"}}}},"responses":{"200":{"description":"Detail of Language","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Language"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Language"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/locale":{"get":{"tags":["Locale"],"summary":"List with basic information of Locale resources","description":"Available since: 6.0.0.0","operationId":"getLocaleList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Locale resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/Locale"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/locale?limit=25"},"last":{"example":"\/locale?limit=25\u0026page=11"},"next":{"example":"\/locale?limit=25\u0026page=4"},"prev":{"example":"\/locale?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/Locale"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Locale"],"summary":"Create a new Locale resources","description":"Available since: 6.0.0.0","operationId":"createLocale","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Locale"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Locale"}}}},"responses":{"200":{"description":"Detail of Locale","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Locale"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Locale"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/locale\/{id}":{"get":{"tags":["Locale"],"summary":"Detailed information about a Locale resource","description":"Available since: 6.0.0.0","operationId":"getLocale","parameters":[{"name":"id","in":"path","description":"Identifier for the locale","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of Locale","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Locale"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Locale"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Locale"],"summary":"Delete a Locale resource","description":"Available since: 6.0.0.0","operationId":"deleteLocale","parameters":[{"name":"id","in":"path","description":"Identifier for the locale","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Locale"],"summary":"Partially update information about a Locale resource","description":"Available since: 6.0.0.0","operationId":"updateLocale","parameters":[{"name":"id","in":"path","description":"Identifier for the locale","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Locale resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Locale"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Locale"}}}},"responses":{"200":{"description":"Detail of Locale","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Locale"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Locale"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/log-entry":{"get":{"tags":["Log Entry"],"summary":"List with basic information of Log Entry resources","description":"Available since: 6.0.0.0","operationId":"getLogEntryList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Log Entry resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/LogEntry"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/log-entry?limit=25"},"last":{"example":"\/log-entry?limit=25\u0026page=11"},"next":{"example":"\/log-entry?limit=25\u0026page=4"},"prev":{"example":"\/log-entry?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/LogEntry"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Log Entry"],"summary":"Create a new Log Entry resources","description":"Available since: 6.0.0.0","operationId":"createLogEntry","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/LogEntry"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LogEntry"}}}},"responses":{"200":{"description":"Detail of LogEntry","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/LogEntry"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LogEntry"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/log-entry\/{id}":{"get":{"tags":["Log Entry"],"summary":"Detailed information about a Log Entry resource","description":"Available since: 6.0.0.0","operationId":"getLogEntry","parameters":[{"name":"id","in":"path","description":"Identifier for the log_entry","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of LogEntry","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/LogEntry"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LogEntry"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Log Entry"],"summary":"Delete a Log Entry resource","description":"Available since: 6.0.0.0","operationId":"deleteLogEntry","parameters":[{"name":"id","in":"path","description":"Identifier for the log_entry","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Log Entry"],"summary":"Partially update information about a Log Entry resource","description":"Available since: 6.0.0.0","operationId":"updateLogEntry","parameters":[{"name":"id","in":"path","description":"Identifier for the log_entry","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Log Entry resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/LogEntry"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LogEntry"}}}},"responses":{"200":{"description":"Detail of LogEntry","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/LogEntry"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LogEntry"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/mail-header-footer":{"get":{"tags":["Mail Header Footer"],"summary":"List with basic information of Mail Header Footer resources","description":"Available since: 6.0.0.0","operationId":"getMailHeaderFooterList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Mail Header Footer resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/MailHeaderFooter"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/mail-header-footer?limit=25"},"last":{"example":"\/mail-header-footer?limit=25\u0026page=11"},"next":{"example":"\/mail-header-footer?limit=25\u0026page=4"},"prev":{"example":"\/mail-header-footer?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/MailHeaderFooter"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Mail Header Footer"],"summary":"Create a new Mail Header Footer resources","description":"Available since: 6.0.0.0","operationId":"createMailHeaderFooter","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MailHeaderFooter"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MailHeaderFooter"}}}},"responses":{"200":{"description":"Detail of MailHeaderFooter","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MailHeaderFooter"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MailHeaderFooter"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/mail-header-footer\/{id}":{"get":{"tags":["Mail Header Footer"],"summary":"Detailed information about a Mail Header Footer resource","description":"Available since: 6.0.0.0","operationId":"getMailHeaderFooter","parameters":[{"name":"id","in":"path","description":"Identifier for the mail_header_footer","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of MailHeaderFooter","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MailHeaderFooter"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MailHeaderFooter"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Mail Header Footer"],"summary":"Delete a Mail Header Footer resource","description":"Available since: 6.0.0.0","operationId":"deleteMailHeaderFooter","parameters":[{"name":"id","in":"path","description":"Identifier for the mail_header_footer","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Mail Header Footer"],"summary":"Partially update information about a Mail Header Footer resource","description":"Available since: 6.0.0.0","operationId":"updateMailHeaderFooter","parameters":[{"name":"id","in":"path","description":"Identifier for the mail_header_footer","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Mail Header Footer resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MailHeaderFooter"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MailHeaderFooter"}}}},"responses":{"200":{"description":"Detail of MailHeaderFooter","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MailHeaderFooter"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MailHeaderFooter"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/mail-template":{"get":{"tags":["Mail Template"],"summary":"List with basic information of Mail Template resources","description":"Available since: 6.0.0.0","operationId":"getMailTemplateList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Mail Template resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/MailTemplate"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/mail-template?limit=25"},"last":{"example":"\/mail-template?limit=25\u0026page=11"},"next":{"example":"\/mail-template?limit=25\u0026page=4"},"prev":{"example":"\/mail-template?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/MailTemplate"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Mail Template"],"summary":"Create a new Mail Template resources","description":"Available since: 6.0.0.0","operationId":"createMailTemplate","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MailTemplate"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MailTemplate"}}}},"responses":{"200":{"description":"Detail of MailTemplate","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MailTemplate"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MailTemplate"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/mail-template\/{id}":{"get":{"tags":["Mail Template"],"summary":"Detailed information about a Mail Template resource","description":"Available since: 6.0.0.0","operationId":"getMailTemplate","parameters":[{"name":"id","in":"path","description":"Identifier for the mail_template","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of MailTemplate","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MailTemplate"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MailTemplate"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Mail Template"],"summary":"Delete a Mail Template resource","description":"Available since: 6.0.0.0","operationId":"deleteMailTemplate","parameters":[{"name":"id","in":"path","description":"Identifier for the mail_template","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Mail Template"],"summary":"Partially update information about a Mail Template resource","description":"Available since: 6.0.0.0","operationId":"updateMailTemplate","parameters":[{"name":"id","in":"path","description":"Identifier for the mail_template","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Mail Template resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MailTemplate"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MailTemplate"}}}},"responses":{"200":{"description":"Detail of MailTemplate","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MailTemplate"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MailTemplate"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/mail-template-type":{"get":{"tags":["Mail Template Type"],"summary":"List with basic information of Mail Template Type resources","description":"Available since: 6.0.0.0","operationId":"getMailTemplateTypeList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Mail Template Type resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/MailTemplateType"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/mail-template-type?limit=25"},"last":{"example":"\/mail-template-type?limit=25\u0026page=11"},"next":{"example":"\/mail-template-type?limit=25\u0026page=4"},"prev":{"example":"\/mail-template-type?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/MailTemplateType"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Mail Template Type"],"summary":"Create a new Mail Template Type resources","description":"Available since: 6.0.0.0","operationId":"createMailTemplateType","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MailTemplateType"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MailTemplateType"}}}},"responses":{"200":{"description":"Detail of MailTemplateType","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MailTemplateType"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MailTemplateType"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/mail-template-type\/{id}":{"get":{"tags":["Mail Template Type"],"summary":"Detailed information about a Mail Template Type resource","description":"Available since: 6.0.0.0","operationId":"getMailTemplateType","parameters":[{"name":"id","in":"path","description":"Identifier for the mail_template_type","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of MailTemplateType","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MailTemplateType"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MailTemplateType"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Mail Template Type"],"summary":"Delete a Mail Template Type resource","description":"Available since: 6.0.0.0","operationId":"deleteMailTemplateType","parameters":[{"name":"id","in":"path","description":"Identifier for the mail_template_type","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Mail Template Type"],"summary":"Partially update information about a Mail Template Type resource","description":"Available since: 6.0.0.0","operationId":"updateMailTemplateType","parameters":[{"name":"id","in":"path","description":"Identifier for the mail_template_type","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Mail Template Type resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MailTemplateType"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MailTemplateType"}}}},"responses":{"200":{"description":"Detail of MailTemplateType","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MailTemplateType"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MailTemplateType"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/main-category":{"get":{"tags":["Main Category"],"summary":"List with basic information of Main Category resources","description":"Available since: 6.1.0.0","operationId":"getMainCategoryList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Main Category resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/MainCategory"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/main-category?limit=25"},"last":{"example":"\/main-category?limit=25\u0026page=11"},"next":{"example":"\/main-category?limit=25\u0026page=4"},"prev":{"example":"\/main-category?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/MainCategory"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Main Category"],"summary":"Create a new Main Category resources","description":"Available since: 6.1.0.0","operationId":"createMainCategory","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MainCategory"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MainCategory"}}}},"responses":{"200":{"description":"Detail of MainCategory","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MainCategory"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MainCategory"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/main-category\/{id}":{"get":{"tags":["Main Category"],"summary":"Detailed information about a Main Category resource","description":"Available since: 6.1.0.0","operationId":"getMainCategory","parameters":[{"name":"id","in":"path","description":"Identifier for the main_category","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of MainCategory","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MainCategory"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MainCategory"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Main Category"],"summary":"Delete a Main Category resource","description":"Available since: 6.1.0.0","operationId":"deleteMainCategory","parameters":[{"name":"id","in":"path","description":"Identifier for the main_category","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Main Category"],"summary":"Partially update information about a Main Category resource","description":"Available since: 6.1.0.0","operationId":"updateMainCategory","parameters":[{"name":"id","in":"path","description":"Identifier for the main_category","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Main Category resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MainCategory"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MainCategory"}}}},"responses":{"200":{"description":"Detail of MainCategory","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MainCategory"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MainCategory"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/media":{"get":{"tags":["Media"],"summary":"List with basic information of Media resources","description":"Available since: 6.0.0.0","operationId":"getMediaList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Media resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/Media"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/media?limit=25"},"last":{"example":"\/media?limit=25\u0026page=11"},"next":{"example":"\/media?limit=25\u0026page=4"},"prev":{"example":"\/media?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/Media"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Media"],"summary":"Create a new Media resources","description":"Available since: 6.0.0.0","operationId":"createMedia","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Media"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Media"}}}},"responses":{"200":{"description":"Detail of Media","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Media"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Media"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/media\/{id}":{"get":{"tags":["Media"],"summary":"Detailed information about a Media resource","description":"Available since: 6.0.0.0","operationId":"getMedia","parameters":[{"name":"id","in":"path","description":"Identifier for the media","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of Media","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Media"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Media"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Media"],"summary":"Delete a Media resource","description":"Available since: 6.0.0.0","operationId":"deleteMedia","parameters":[{"name":"id","in":"path","description":"Identifier for the media","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Media"],"summary":"Partially update information about a Media resource","description":"Available since: 6.0.0.0","operationId":"updateMedia","parameters":[{"name":"id","in":"path","description":"Identifier for the media","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Media resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Media"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Media"}}}},"responses":{"200":{"description":"Detail of Media","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Media"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Media"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/media-default-folder":{"get":{"tags":["Media Default Folder"],"summary":"List with basic information of Media Default Folder resources","description":"Available since: 6.0.0.0","operationId":"getMediaDefaultFolderList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Media Default Folder resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/MediaDefaultFolder"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/media-default-folder?limit=25"},"last":{"example":"\/media-default-folder?limit=25\u0026page=11"},"next":{"example":"\/media-default-folder?limit=25\u0026page=4"},"prev":{"example":"\/media-default-folder?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/MediaDefaultFolder"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Media Default Folder"],"summary":"Create a new Media Default Folder resources","description":"Available since: 6.0.0.0","operationId":"createMediaDefaultFolder","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MediaDefaultFolder"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaDefaultFolder"}}}},"responses":{"200":{"description":"Detail of MediaDefaultFolder","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MediaDefaultFolder"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaDefaultFolder"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/media-default-folder\/{id}":{"get":{"tags":["Media Default Folder"],"summary":"Detailed information about a Media Default Folder resource","description":"Available since: 6.0.0.0","operationId":"getMediaDefaultFolder","parameters":[{"name":"id","in":"path","description":"Identifier for the media_default_folder","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of MediaDefaultFolder","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MediaDefaultFolder"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaDefaultFolder"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Media Default Folder"],"summary":"Delete a Media Default Folder resource","description":"Available since: 6.0.0.0","operationId":"deleteMediaDefaultFolder","parameters":[{"name":"id","in":"path","description":"Identifier for the media_default_folder","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Media Default Folder"],"summary":"Partially update information about a Media Default Folder resource","description":"Available since: 6.0.0.0","operationId":"updateMediaDefaultFolder","parameters":[{"name":"id","in":"path","description":"Identifier for the media_default_folder","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Media Default Folder resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MediaDefaultFolder"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaDefaultFolder"}}}},"responses":{"200":{"description":"Detail of MediaDefaultFolder","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MediaDefaultFolder"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaDefaultFolder"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/media-folder":{"get":{"tags":["Media Folder"],"summary":"List with basic information of Media Folder resources","description":"Available since: 6.0.0.0","operationId":"getMediaFolderList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Media Folder resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/MediaFolder"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/media-folder?limit=25"},"last":{"example":"\/media-folder?limit=25\u0026page=11"},"next":{"example":"\/media-folder?limit=25\u0026page=4"},"prev":{"example":"\/media-folder?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/MediaFolder"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Media Folder"],"summary":"Create a new Media Folder resources","description":"Available since: 6.0.0.0","operationId":"createMediaFolder","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MediaFolder"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaFolder"}}}},"responses":{"200":{"description":"Detail of MediaFolder","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MediaFolder"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaFolder"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/media-folder\/{id}":{"get":{"tags":["Media Folder"],"summary":"Detailed information about a Media Folder resource","description":"Available since: 6.0.0.0","operationId":"getMediaFolder","parameters":[{"name":"id","in":"path","description":"Identifier for the media_folder","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of MediaFolder","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MediaFolder"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaFolder"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Media Folder"],"summary":"Delete a Media Folder resource","description":"Available since: 6.0.0.0","operationId":"deleteMediaFolder","parameters":[{"name":"id","in":"path","description":"Identifier for the media_folder","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Media Folder"],"summary":"Partially update information about a Media Folder resource","description":"Available since: 6.0.0.0","operationId":"updateMediaFolder","parameters":[{"name":"id","in":"path","description":"Identifier for the media_folder","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Media Folder resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MediaFolder"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaFolder"}}}},"responses":{"200":{"description":"Detail of MediaFolder","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MediaFolder"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaFolder"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/media-folder-configuration":{"get":{"tags":["Media Folder Configuration"],"summary":"List with basic information of Media Folder Configuration resources","description":"Available since: 6.0.0.0","operationId":"getMediaFolderConfigurationList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Media Folder Configuration resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/MediaFolderConfiguration"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/media-folder-configuration?limit=25"},"last":{"example":"\/media-folder-configuration?limit=25\u0026page=11"},"next":{"example":"\/media-folder-configuration?limit=25\u0026page=4"},"prev":{"example":"\/media-folder-configuration?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/MediaFolderConfiguration"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Media Folder Configuration"],"summary":"Create a new Media Folder Configuration resources","description":"Available since: 6.0.0.0","operationId":"createMediaFolderConfiguration","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MediaFolderConfiguration"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaFolderConfiguration"}}}},"responses":{"200":{"description":"Detail of MediaFolderConfiguration","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MediaFolderConfiguration"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaFolderConfiguration"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/media-folder-configuration\/{id}":{"get":{"tags":["Media Folder Configuration"],"summary":"Detailed information about a Media Folder Configuration resource","description":"Available since: 6.0.0.0","operationId":"getMediaFolderConfiguration","parameters":[{"name":"id","in":"path","description":"Identifier for the media_folder_configuration","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of MediaFolderConfiguration","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MediaFolderConfiguration"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaFolderConfiguration"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Media Folder Configuration"],"summary":"Delete a Media Folder Configuration resource","description":"Available since: 6.0.0.0","operationId":"deleteMediaFolderConfiguration","parameters":[{"name":"id","in":"path","description":"Identifier for the media_folder_configuration","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Media Folder Configuration"],"summary":"Partially update information about a Media Folder Configuration resource","description":"Available since: 6.0.0.0","operationId":"updateMediaFolderConfiguration","parameters":[{"name":"id","in":"path","description":"Identifier for the media_folder_configuration","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Media Folder Configuration resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MediaFolderConfiguration"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaFolderConfiguration"}}}},"responses":{"200":{"description":"Detail of MediaFolderConfiguration","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MediaFolderConfiguration"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaFolderConfiguration"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/media-thumbnail":{"get":{"tags":["Media Thumbnail"],"summary":"List with basic information of Media Thumbnail resources","description":"Available since: 6.0.0.0","operationId":"getMediaThumbnailList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Media Thumbnail resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/MediaThumbnail"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/media-thumbnail?limit=25"},"last":{"example":"\/media-thumbnail?limit=25\u0026page=11"},"next":{"example":"\/media-thumbnail?limit=25\u0026page=4"},"prev":{"example":"\/media-thumbnail?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/MediaThumbnail"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Media Thumbnail"],"summary":"Create a new Media Thumbnail resources","description":"Available since: 6.0.0.0","operationId":"createMediaThumbnail","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MediaThumbnail"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaThumbnail"}}}},"responses":{"200":{"description":"Detail of MediaThumbnail","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MediaThumbnail"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaThumbnail"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/media-thumbnail\/{id}":{"get":{"tags":["Media Thumbnail"],"summary":"Detailed information about a Media Thumbnail resource","description":"Available since: 6.0.0.0","operationId":"getMediaThumbnail","parameters":[{"name":"id","in":"path","description":"Identifier for the media_thumbnail","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of MediaThumbnail","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MediaThumbnail"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaThumbnail"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Media Thumbnail"],"summary":"Delete a Media Thumbnail resource","description":"Available since: 6.0.0.0","operationId":"deleteMediaThumbnail","parameters":[{"name":"id","in":"path","description":"Identifier for the media_thumbnail","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Media Thumbnail"],"summary":"Partially update information about a Media Thumbnail resource","description":"Available since: 6.0.0.0","operationId":"updateMediaThumbnail","parameters":[{"name":"id","in":"path","description":"Identifier for the media_thumbnail","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Media Thumbnail resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MediaThumbnail"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaThumbnail"}}}},"responses":{"200":{"description":"Detail of MediaThumbnail","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MediaThumbnail"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaThumbnail"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/media-thumbnail-size":{"get":{"tags":["Media Thumbnail Size"],"summary":"List with basic information of Media Thumbnail Size resources","description":"Available since: 6.0.0.0","operationId":"getMediaThumbnailSizeList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Media Thumbnail Size resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/MediaThumbnailSize"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/media-thumbnail-size?limit=25"},"last":{"example":"\/media-thumbnail-size?limit=25\u0026page=11"},"next":{"example":"\/media-thumbnail-size?limit=25\u0026page=4"},"prev":{"example":"\/media-thumbnail-size?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/MediaThumbnailSize"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Media Thumbnail Size"],"summary":"Create a new Media Thumbnail Size resources","description":"Available since: 6.0.0.0","operationId":"createMediaThumbnailSize","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MediaThumbnailSize"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaThumbnailSize"}}}},"responses":{"200":{"description":"Detail of MediaThumbnailSize","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MediaThumbnailSize"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaThumbnailSize"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/media-thumbnail-size\/{id}":{"get":{"tags":["Media Thumbnail Size"],"summary":"Detailed information about a Media Thumbnail Size resource","description":"Available since: 6.0.0.0","operationId":"getMediaThumbnailSize","parameters":[{"name":"id","in":"path","description":"Identifier for the media_thumbnail_size","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of MediaThumbnailSize","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MediaThumbnailSize"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaThumbnailSize"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Media Thumbnail Size"],"summary":"Delete a Media Thumbnail Size resource","description":"Available since: 6.0.0.0","operationId":"deleteMediaThumbnailSize","parameters":[{"name":"id","in":"path","description":"Identifier for the media_thumbnail_size","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Media Thumbnail Size"],"summary":"Partially update information about a Media Thumbnail Size resource","description":"Available since: 6.0.0.0","operationId":"updateMediaThumbnailSize","parameters":[{"name":"id","in":"path","description":"Identifier for the media_thumbnail_size","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Media Thumbnail Size resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MediaThumbnailSize"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaThumbnailSize"}}}},"responses":{"200":{"description":"Detail of MediaThumbnailSize","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/MediaThumbnailSize"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaThumbnailSize"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/newsletter-recipient":{"get":{"tags":["Newsletter Recipient"],"summary":"List with basic information of Newsletter Recipient resources","description":"Available since: 6.0.0.0","operationId":"getNewsletterRecipientList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Newsletter Recipient resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/NewsletterRecipient"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/newsletter-recipient?limit=25"},"last":{"example":"\/newsletter-recipient?limit=25\u0026page=11"},"next":{"example":"\/newsletter-recipient?limit=25\u0026page=4"},"prev":{"example":"\/newsletter-recipient?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/NewsletterRecipient"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Newsletter Recipient"],"summary":"Create a new Newsletter Recipient resources","description":"Available since: 6.0.0.0","operationId":"createNewsletterRecipient","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/NewsletterRecipient"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NewsletterRecipient"}}}},"responses":{"200":{"description":"Detail of NewsletterRecipient","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/NewsletterRecipient"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NewsletterRecipient"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/newsletter-recipient\/{id}":{"get":{"tags":["Newsletter Recipient"],"summary":"Detailed information about a Newsletter Recipient resource","description":"Available since: 6.0.0.0","operationId":"getNewsletterRecipient","parameters":[{"name":"id","in":"path","description":"Identifier for the newsletter_recipient","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of NewsletterRecipient","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/NewsletterRecipient"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NewsletterRecipient"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Newsletter Recipient"],"summary":"Delete a Newsletter Recipient resource","description":"Available since: 6.0.0.0","operationId":"deleteNewsletterRecipient","parameters":[{"name":"id","in":"path","description":"Identifier for the newsletter_recipient","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Newsletter Recipient"],"summary":"Partially update information about a Newsletter Recipient resource","description":"Available since: 6.0.0.0","operationId":"updateNewsletterRecipient","parameters":[{"name":"id","in":"path","description":"Identifier for the newsletter_recipient","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Newsletter Recipient resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/NewsletterRecipient"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NewsletterRecipient"}}}},"responses":{"200":{"description":"Detail of NewsletterRecipient","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/NewsletterRecipient"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NewsletterRecipient"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/notification":{"get":{"tags":["Notification"],"summary":"List with basic information of Notification resources","description":"Available since: 6.4.7.0","operationId":"getNotificationList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Notification resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/Notification"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/notification?limit=25"},"last":{"example":"\/notification?limit=25\u0026page=11"},"next":{"example":"\/notification?limit=25\u0026page=4"},"prev":{"example":"\/notification?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/Notification"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Notification"],"summary":"Create a new Notification resources","description":"Available since: 6.4.7.0","operationId":"createNotification","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Notification"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification"}}}},"responses":{"200":{"description":"Detail of Notification","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Notification"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/notification\/{id}":{"get":{"tags":["Notification"],"summary":"Detailed information about a Notification resource","description":"Available since: 6.4.7.0","operationId":"getNotification","parameters":[{"name":"id","in":"path","description":"Identifier for the notification","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of Notification","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Notification"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Notification"],"summary":"Delete a Notification resource","description":"Available since: 6.4.7.0","operationId":"deleteNotification","parameters":[{"name":"id","in":"path","description":"Identifier for the notification","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Notification"],"summary":"Partially update information about a Notification resource","description":"Available since: 6.4.7.0","operationId":"updateNotification","parameters":[{"name":"id","in":"path","description":"Identifier for the notification","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Notification resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Notification"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification"}}}},"responses":{"200":{"description":"Detail of Notification","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Notification"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/number-range":{"get":{"tags":["Number Range"],"summary":"List with basic information of Number Range resources","description":"Available since: 6.0.0.0","operationId":"getNumberRangeList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Number Range resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/NumberRange"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/number-range?limit=25"},"last":{"example":"\/number-range?limit=25\u0026page=11"},"next":{"example":"\/number-range?limit=25\u0026page=4"},"prev":{"example":"\/number-range?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/NumberRange"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Number Range"],"summary":"Create a new Number Range resources","description":"Available since: 6.0.0.0","operationId":"createNumberRange","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/NumberRange"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NumberRange"}}}},"responses":{"200":{"description":"Detail of NumberRange","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/NumberRange"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NumberRange"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/number-range\/{id}":{"get":{"tags":["Number Range"],"summary":"Detailed information about a Number Range resource","description":"Available since: 6.0.0.0","operationId":"getNumberRange","parameters":[{"name":"id","in":"path","description":"Identifier for the number_range","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of NumberRange","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/NumberRange"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NumberRange"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Number Range"],"summary":"Delete a Number Range resource","description":"Available since: 6.0.0.0","operationId":"deleteNumberRange","parameters":[{"name":"id","in":"path","description":"Identifier for the number_range","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Number Range"],"summary":"Partially update information about a Number Range resource","description":"Available since: 6.0.0.0","operationId":"updateNumberRange","parameters":[{"name":"id","in":"path","description":"Identifier for the number_range","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Number Range resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/NumberRange"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NumberRange"}}}},"responses":{"200":{"description":"Detail of NumberRange","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/NumberRange"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NumberRange"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/number-range-sales-channel":{"get":{"tags":["Number Range Sales Channel"],"summary":"List with basic information of Number Range Sales Channel resources","description":"Available since: 6.0.0.0","operationId":"getNumberRangeSalesChannelList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Number Range Sales Channel resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/NumberRangeSalesChannel"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/number-range-sales-channel?limit=25"},"last":{"example":"\/number-range-sales-channel?limit=25\u0026page=11"},"next":{"example":"\/number-range-sales-channel?limit=25\u0026page=4"},"prev":{"example":"\/number-range-sales-channel?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/NumberRangeSalesChannel"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Number Range Sales Channel"],"summary":"Create a new Number Range Sales Channel resources","description":"Available since: 6.0.0.0","operationId":"createNumberRangeSalesChannel","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/NumberRangeSalesChannel"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NumberRangeSalesChannel"}}}},"responses":{"200":{"description":"Detail of NumberRangeSalesChannel","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/NumberRangeSalesChannel"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NumberRangeSalesChannel"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/number-range-sales-channel\/{id}":{"get":{"tags":["Number Range Sales Channel"],"summary":"Detailed information about a Number Range Sales Channel resource","description":"Available since: 6.0.0.0","operationId":"getNumberRangeSalesChannel","parameters":[{"name":"id","in":"path","description":"Identifier for the number_range_sales_channel","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of NumberRangeSalesChannel","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/NumberRangeSalesChannel"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NumberRangeSalesChannel"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Number Range Sales Channel"],"summary":"Delete a Number Range Sales Channel resource","description":"Available since: 6.0.0.0","operationId":"deleteNumberRangeSalesChannel","parameters":[{"name":"id","in":"path","description":"Identifier for the number_range_sales_channel","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Number Range Sales Channel"],"summary":"Partially update information about a Number Range Sales Channel resource","description":"Available since: 6.0.0.0","operationId":"updateNumberRangeSalesChannel","parameters":[{"name":"id","in":"path","description":"Identifier for the number_range_sales_channel","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Number Range Sales Channel resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/NumberRangeSalesChannel"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NumberRangeSalesChannel"}}}},"responses":{"200":{"description":"Detail of NumberRangeSalesChannel","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/NumberRangeSalesChannel"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NumberRangeSalesChannel"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/number-range-state":{"get":{"tags":["Number Range State"],"summary":"List with basic information of Number Range State resources","description":"Available since: 6.0.0.0","operationId":"getNumberRangeStateList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Number Range State resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/NumberRangeState"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/number-range-state?limit=25"},"last":{"example":"\/number-range-state?limit=25\u0026page=11"},"next":{"example":"\/number-range-state?limit=25\u0026page=4"},"prev":{"example":"\/number-range-state?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/NumberRangeState"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Number Range State"],"summary":"Create a new Number Range State resources","description":"Available since: 6.0.0.0","operationId":"createNumberRangeState","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/NumberRangeState"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NumberRangeState"}}}},"responses":{"200":{"description":"Detail of NumberRangeState","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/NumberRangeState"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NumberRangeState"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/number-range-state\/{id}":{"get":{"tags":["Number Range State"],"summary":"Detailed information about a Number Range State resource","description":"Available since: 6.0.0.0","operationId":"getNumberRangeState","parameters":[{"name":"id","in":"path","description":"Identifier for the number_range_state","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of NumberRangeState","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/NumberRangeState"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NumberRangeState"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Number Range State"],"summary":"Delete a Number Range State resource","description":"Available since: 6.0.0.0","operationId":"deleteNumberRangeState","parameters":[{"name":"id","in":"path","description":"Identifier for the number_range_state","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Number Range State"],"summary":"Partially update information about a Number Range State resource","description":"Available since: 6.0.0.0","operationId":"updateNumberRangeState","parameters":[{"name":"id","in":"path","description":"Identifier for the number_range_state","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Number Range State resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/NumberRangeState"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NumberRangeState"}}}},"responses":{"200":{"description":"Detail of NumberRangeState","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/NumberRangeState"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NumberRangeState"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/number-range-type":{"get":{"tags":["Number Range Type"],"summary":"List with basic information of Number Range Type resources","description":"Available since: 6.0.0.0","operationId":"getNumberRangeTypeList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Number Range Type resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/NumberRangeType"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/number-range-type?limit=25"},"last":{"example":"\/number-range-type?limit=25\u0026page=11"},"next":{"example":"\/number-range-type?limit=25\u0026page=4"},"prev":{"example":"\/number-range-type?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/NumberRangeType"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Number Range Type"],"summary":"Create a new Number Range Type resources","description":"Available since: 6.0.0.0","operationId":"createNumberRangeType","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/NumberRangeType"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NumberRangeType"}}}},"responses":{"200":{"description":"Detail of NumberRangeType","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/NumberRangeType"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NumberRangeType"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/number-range-type\/{id}":{"get":{"tags":["Number Range Type"],"summary":"Detailed information about a Number Range Type resource","description":"Available since: 6.0.0.0","operationId":"getNumberRangeType","parameters":[{"name":"id","in":"path","description":"Identifier for the number_range_type","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of NumberRangeType","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/NumberRangeType"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NumberRangeType"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Number Range Type"],"summary":"Delete a Number Range Type resource","description":"Available since: 6.0.0.0","operationId":"deleteNumberRangeType","parameters":[{"name":"id","in":"path","description":"Identifier for the number_range_type","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Number Range Type"],"summary":"Partially update information about a Number Range Type resource","description":"Available since: 6.0.0.0","operationId":"updateNumberRangeType","parameters":[{"name":"id","in":"path","description":"Identifier for the number_range_type","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Number Range Type resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/NumberRangeType"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NumberRangeType"}}}},"responses":{"200":{"description":"Detail of NumberRangeType","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/NumberRangeType"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NumberRangeType"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/order":{"get":{"tags":["Order"],"summary":"List with basic information of Order resources","description":"Available since: 6.0.0.0","operationId":"getOrderList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Order resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/Order"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/order?limit=25"},"last":{"example":"\/order?limit=25\u0026page=11"},"next":{"example":"\/order?limit=25\u0026page=4"},"prev":{"example":"\/order?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Order"],"summary":"Create a new Order resources","description":"Available since: 6.0.0.0","operationId":"createOrder","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Order"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order"}}}},"responses":{"200":{"description":"Detail of Order","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Order"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/order\/{id}":{"get":{"tags":["Order"],"summary":"Detailed information about a Order resource","description":"Available since: 6.0.0.0","operationId":"getOrder","parameters":[{"name":"id","in":"path","description":"Identifier for the order","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of Order","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Order"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Order"],"summary":"Delete a Order resource","description":"Available since: 6.0.0.0","operationId":"deleteOrder","parameters":[{"name":"id","in":"path","description":"Identifier for the order","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Order"],"summary":"Partially update information about a Order resource","description":"Available since: 6.0.0.0","operationId":"updateOrder","parameters":[{"name":"id","in":"path","description":"Identifier for the order","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Order resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Order"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order"}}}},"responses":{"200":{"description":"Detail of Order","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Order"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/order-address":{"get":{"tags":["Order Address"],"summary":"List with basic information of Order Address resources","description":"Available since: 6.0.0.0","operationId":"getOrderAddressList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Order Address resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderAddress"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/order-address?limit=25"},"last":{"example":"\/order-address?limit=25\u0026page=11"},"next":{"example":"\/order-address?limit=25\u0026page=4"},"prev":{"example":"\/order-address?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderAddress"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Order Address"],"summary":"Create a new Order Address resources","description":"Available since: 6.0.0.0","operationId":"createOrderAddress","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderAddress"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderAddress"}}}},"responses":{"200":{"description":"Detail of OrderAddress","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderAddress"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderAddress"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/order-address\/{id}":{"get":{"tags":["Order Address"],"summary":"Detailed information about a Order Address resource","description":"Available since: 6.0.0.0","operationId":"getOrderAddress","parameters":[{"name":"id","in":"path","description":"Identifier for the order_address","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of OrderAddress","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderAddress"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderAddress"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Order Address"],"summary":"Delete a Order Address resource","description":"Available since: 6.0.0.0","operationId":"deleteOrderAddress","parameters":[{"name":"id","in":"path","description":"Identifier for the order_address","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Order Address"],"summary":"Partially update information about a Order Address resource","description":"Available since: 6.0.0.0","operationId":"updateOrderAddress","parameters":[{"name":"id","in":"path","description":"Identifier for the order_address","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Order Address resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderAddress"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderAddress"}}}},"responses":{"200":{"description":"Detail of OrderAddress","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderAddress"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderAddress"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/order-customer":{"get":{"tags":["Order Customer"],"summary":"List with basic information of Order Customer resources","description":"Available since: 6.0.0.0","operationId":"getOrderCustomerList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Order Customer resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderCustomer"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/order-customer?limit=25"},"last":{"example":"\/order-customer?limit=25\u0026page=11"},"next":{"example":"\/order-customer?limit=25\u0026page=4"},"prev":{"example":"\/order-customer?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderCustomer"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Order Customer"],"summary":"Create a new Order Customer resources","description":"Available since: 6.0.0.0","operationId":"createOrderCustomer","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderCustomer"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderCustomer"}}}},"responses":{"200":{"description":"Detail of OrderCustomer","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderCustomer"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderCustomer"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/order-customer\/{id}":{"get":{"tags":["Order Customer"],"summary":"Detailed information about a Order Customer resource","description":"Available since: 6.0.0.0","operationId":"getOrderCustomer","parameters":[{"name":"id","in":"path","description":"Identifier for the order_customer","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of OrderCustomer","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderCustomer"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderCustomer"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Order Customer"],"summary":"Delete a Order Customer resource","description":"Available since: 6.0.0.0","operationId":"deleteOrderCustomer","parameters":[{"name":"id","in":"path","description":"Identifier for the order_customer","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Order Customer"],"summary":"Partially update information about a Order Customer resource","description":"Available since: 6.0.0.0","operationId":"updateOrderCustomer","parameters":[{"name":"id","in":"path","description":"Identifier for the order_customer","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Order Customer resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderCustomer"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderCustomer"}}}},"responses":{"200":{"description":"Detail of OrderCustomer","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderCustomer"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderCustomer"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/order-delivery":{"get":{"tags":["Order Delivery"],"summary":"List with basic information of Order Delivery resources","description":"Available since: 6.0.0.0","operationId":"getOrderDeliveryList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Order Delivery resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderDelivery"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/order-delivery?limit=25"},"last":{"example":"\/order-delivery?limit=25\u0026page=11"},"next":{"example":"\/order-delivery?limit=25\u0026page=4"},"prev":{"example":"\/order-delivery?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderDelivery"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Order Delivery"],"summary":"Create a new Order Delivery resources","description":"Available since: 6.0.0.0","operationId":"createOrderDelivery","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderDelivery"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderDelivery"}}}},"responses":{"200":{"description":"Detail of OrderDelivery","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderDelivery"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderDelivery"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/order-delivery\/{id}":{"get":{"tags":["Order Delivery"],"summary":"Detailed information about a Order Delivery resource","description":"Available since: 6.0.0.0","operationId":"getOrderDelivery","parameters":[{"name":"id","in":"path","description":"Identifier for the order_delivery","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of OrderDelivery","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderDelivery"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderDelivery"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Order Delivery"],"summary":"Delete a Order Delivery resource","description":"Available since: 6.0.0.0","operationId":"deleteOrderDelivery","parameters":[{"name":"id","in":"path","description":"Identifier for the order_delivery","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Order Delivery"],"summary":"Partially update information about a Order Delivery resource","description":"Available since: 6.0.0.0","operationId":"updateOrderDelivery","parameters":[{"name":"id","in":"path","description":"Identifier for the order_delivery","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Order Delivery resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderDelivery"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderDelivery"}}}},"responses":{"200":{"description":"Detail of OrderDelivery","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderDelivery"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderDelivery"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/order-delivery-position":{"get":{"tags":["Order Delivery Position"],"summary":"List with basic information of Order Delivery Position resources","description":"Available since: 6.0.0.0","operationId":"getOrderDeliveryPositionList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Order Delivery Position resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderDeliveryPosition"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/order-delivery-position?limit=25"},"last":{"example":"\/order-delivery-position?limit=25\u0026page=11"},"next":{"example":"\/order-delivery-position?limit=25\u0026page=4"},"prev":{"example":"\/order-delivery-position?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderDeliveryPosition"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Order Delivery Position"],"summary":"Create a new Order Delivery Position resources","description":"Available since: 6.0.0.0","operationId":"createOrderDeliveryPosition","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderDeliveryPosition"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderDeliveryPosition"}}}},"responses":{"200":{"description":"Detail of OrderDeliveryPosition","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderDeliveryPosition"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderDeliveryPosition"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/order-delivery-position\/{id}":{"get":{"tags":["Order Delivery Position"],"summary":"Detailed information about a Order Delivery Position resource","description":"Available since: 6.0.0.0","operationId":"getOrderDeliveryPosition","parameters":[{"name":"id","in":"path","description":"Identifier for the order_delivery_position","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of OrderDeliveryPosition","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderDeliveryPosition"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderDeliveryPosition"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Order Delivery Position"],"summary":"Delete a Order Delivery Position resource","description":"Available since: 6.0.0.0","operationId":"deleteOrderDeliveryPosition","parameters":[{"name":"id","in":"path","description":"Identifier for the order_delivery_position","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Order Delivery Position"],"summary":"Partially update information about a Order Delivery Position resource","description":"Available since: 6.0.0.0","operationId":"updateOrderDeliveryPosition","parameters":[{"name":"id","in":"path","description":"Identifier for the order_delivery_position","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Order Delivery Position resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderDeliveryPosition"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderDeliveryPosition"}}}},"responses":{"200":{"description":"Detail of OrderDeliveryPosition","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderDeliveryPosition"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderDeliveryPosition"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/order-line-item":{"get":{"tags":["Order Line Item"],"summary":"List with basic information of Order Line Item resources","description":"Available since: 6.0.0.0","operationId":"getOrderLineItemList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Order Line Item resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderLineItem"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/order-line-item?limit=25"},"last":{"example":"\/order-line-item?limit=25\u0026page=11"},"next":{"example":"\/order-line-item?limit=25\u0026page=4"},"prev":{"example":"\/order-line-item?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderLineItem"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Order Line Item"],"summary":"Create a new Order Line Item resources","description":"Available since: 6.0.0.0","operationId":"createOrderLineItem","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderLineItem"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderLineItem"}}}},"responses":{"200":{"description":"Detail of OrderLineItem","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderLineItem"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderLineItem"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/order-line-item\/{id}":{"get":{"tags":["Order Line Item"],"summary":"Detailed information about a Order Line Item resource","description":"Available since: 6.0.0.0","operationId":"getOrderLineItem","parameters":[{"name":"id","in":"path","description":"Identifier for the order_line_item","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of OrderLineItem","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderLineItem"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderLineItem"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Order Line Item"],"summary":"Delete a Order Line Item resource","description":"Available since: 6.0.0.0","operationId":"deleteOrderLineItem","parameters":[{"name":"id","in":"path","description":"Identifier for the order_line_item","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Order Line Item"],"summary":"Partially update information about a Order Line Item resource","description":"Available since: 6.0.0.0","operationId":"updateOrderLineItem","parameters":[{"name":"id","in":"path","description":"Identifier for the order_line_item","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Order Line Item resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderLineItem"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderLineItem"}}}},"responses":{"200":{"description":"Detail of OrderLineItem","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderLineItem"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderLineItem"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/order-line-item-download":{"get":{"tags":["Order Line Item Download"],"summary":"List with basic information of Order Line Item Download resources","description":"Available since: 6.4.19.0","operationId":"getOrderLineItemDownloadList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Order Line Item Download resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderLineItemDownload"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/order-line-item-download?limit=25"},"last":{"example":"\/order-line-item-download?limit=25\u0026page=11"},"next":{"example":"\/order-line-item-download?limit=25\u0026page=4"},"prev":{"example":"\/order-line-item-download?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderLineItemDownload"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Order Line Item Download"],"summary":"Create a new Order Line Item Download resources","description":"Available since: 6.4.19.0","operationId":"createOrderLineItemDownload","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderLineItemDownload"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderLineItemDownload"}}}},"responses":{"200":{"description":"Detail of OrderLineItemDownload","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderLineItemDownload"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderLineItemDownload"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/order-line-item-download\/{id}":{"get":{"tags":["Order Line Item Download"],"summary":"Detailed information about a Order Line Item Download resource","description":"Available since: 6.4.19.0","operationId":"getOrderLineItemDownload","parameters":[{"name":"id","in":"path","description":"Identifier for the order_line_item_download","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of OrderLineItemDownload","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderLineItemDownload"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderLineItemDownload"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Order Line Item Download"],"summary":"Delete a Order Line Item Download resource","description":"Available since: 6.4.19.0","operationId":"deleteOrderLineItemDownload","parameters":[{"name":"id","in":"path","description":"Identifier for the order_line_item_download","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Order Line Item Download"],"summary":"Partially update information about a Order Line Item Download resource","description":"Available since: 6.4.19.0","operationId":"updateOrderLineItemDownload","parameters":[{"name":"id","in":"path","description":"Identifier for the order_line_item_download","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Order Line Item Download resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderLineItemDownload"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderLineItemDownload"}}}},"responses":{"200":{"description":"Detail of OrderLineItemDownload","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderLineItemDownload"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderLineItemDownload"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/order-transaction":{"get":{"tags":["Order Transaction"],"summary":"List with basic information of Order Transaction resources","description":"Available since: 6.0.0.0","operationId":"getOrderTransactionList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Order Transaction resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderTransaction"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/order-transaction?limit=25"},"last":{"example":"\/order-transaction?limit=25\u0026page=11"},"next":{"example":"\/order-transaction?limit=25\u0026page=4"},"prev":{"example":"\/order-transaction?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderTransaction"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Order Transaction"],"summary":"Create a new Order Transaction resources","description":"Available since: 6.0.0.0","operationId":"createOrderTransaction","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderTransaction"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderTransaction"}}}},"responses":{"200":{"description":"Detail of OrderTransaction","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderTransaction"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderTransaction"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/order-transaction\/{id}":{"get":{"tags":["Order Transaction"],"summary":"Detailed information about a Order Transaction resource","description":"Available since: 6.0.0.0","operationId":"getOrderTransaction","parameters":[{"name":"id","in":"path","description":"Identifier for the order_transaction","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of OrderTransaction","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderTransaction"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderTransaction"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Order Transaction"],"summary":"Delete a Order Transaction resource","description":"Available since: 6.0.0.0","operationId":"deleteOrderTransaction","parameters":[{"name":"id","in":"path","description":"Identifier for the order_transaction","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Order Transaction"],"summary":"Partially update information about a Order Transaction resource","description":"Available since: 6.0.0.0","operationId":"updateOrderTransaction","parameters":[{"name":"id","in":"path","description":"Identifier for the order_transaction","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Order Transaction resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderTransaction"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderTransaction"}}}},"responses":{"200":{"description":"Detail of OrderTransaction","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderTransaction"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderTransaction"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/order-transaction-capture":{"get":{"tags":["Order Transaction Capture"],"summary":"List with basic information of Order Transaction Capture resources","description":"Available since: 6.4.12.0","operationId":"getOrderTransactionCaptureList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Order Transaction Capture resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderTransactionCapture"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/order-transaction-capture?limit=25"},"last":{"example":"\/order-transaction-capture?limit=25\u0026page=11"},"next":{"example":"\/order-transaction-capture?limit=25\u0026page=4"},"prev":{"example":"\/order-transaction-capture?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderTransactionCapture"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Order Transaction Capture"],"summary":"Create a new Order Transaction Capture resources","description":"Available since: 6.4.12.0","operationId":"createOrderTransactionCapture","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderTransactionCapture"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderTransactionCapture"}}}},"responses":{"200":{"description":"Detail of OrderTransactionCapture","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderTransactionCapture"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderTransactionCapture"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/order-transaction-capture\/{id}":{"get":{"tags":["Order Transaction Capture"],"summary":"Detailed information about a Order Transaction Capture resource","description":"Available since: 6.4.12.0","operationId":"getOrderTransactionCapture","parameters":[{"name":"id","in":"path","description":"Identifier for the order_transaction_capture","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of OrderTransactionCapture","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderTransactionCapture"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderTransactionCapture"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Order Transaction Capture"],"summary":"Delete a Order Transaction Capture resource","description":"Available since: 6.4.12.0","operationId":"deleteOrderTransactionCapture","parameters":[{"name":"id","in":"path","description":"Identifier for the order_transaction_capture","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Order Transaction Capture"],"summary":"Partially update information about a Order Transaction Capture resource","description":"Available since: 6.4.12.0","operationId":"updateOrderTransactionCapture","parameters":[{"name":"id","in":"path","description":"Identifier for the order_transaction_capture","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Order Transaction Capture resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderTransactionCapture"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderTransactionCapture"}}}},"responses":{"200":{"description":"Detail of OrderTransactionCapture","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderTransactionCapture"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderTransactionCapture"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/order-transaction-capture-refund":{"get":{"tags":["Order Transaction Capture Refund"],"summary":"List with basic information of Order Transaction Capture Refund resources","description":"Available since: 6.4.12.0","operationId":"getOrderTransactionCaptureRefundList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Order Transaction Capture Refund resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderTransactionCaptureRefund"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/order-transaction-capture-refund?limit=25"},"last":{"example":"\/order-transaction-capture-refund?limit=25\u0026page=11"},"next":{"example":"\/order-transaction-capture-refund?limit=25\u0026page=4"},"prev":{"example":"\/order-transaction-capture-refund?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderTransactionCaptureRefund"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Order Transaction Capture Refund"],"summary":"Create a new Order Transaction Capture Refund resources","description":"Available since: 6.4.12.0","operationId":"createOrderTransactionCaptureRefund","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderTransactionCaptureRefund"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderTransactionCaptureRefund"}}}},"responses":{"200":{"description":"Detail of OrderTransactionCaptureRefund","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderTransactionCaptureRefund"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderTransactionCaptureRefund"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/order-transaction-capture-refund\/{id}":{"get":{"tags":["Order Transaction Capture Refund"],"summary":"Detailed information about a Order Transaction Capture Refund resource","description":"Available since: 6.4.12.0","operationId":"getOrderTransactionCaptureRefund","parameters":[{"name":"id","in":"path","description":"Identifier for the order_transaction_capture_refund","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of OrderTransactionCaptureRefund","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderTransactionCaptureRefund"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderTransactionCaptureRefund"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Order Transaction Capture Refund"],"summary":"Delete a Order Transaction Capture Refund resource","description":"Available since: 6.4.12.0","operationId":"deleteOrderTransactionCaptureRefund","parameters":[{"name":"id","in":"path","description":"Identifier for the order_transaction_capture_refund","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Order Transaction Capture Refund"],"summary":"Partially update information about a Order Transaction Capture Refund resource","description":"Available since: 6.4.12.0","operationId":"updateOrderTransactionCaptureRefund","parameters":[{"name":"id","in":"path","description":"Identifier for the order_transaction_capture_refund","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Order Transaction Capture Refund resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderTransactionCaptureRefund"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderTransactionCaptureRefund"}}}},"responses":{"200":{"description":"Detail of OrderTransactionCaptureRefund","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderTransactionCaptureRefund"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderTransactionCaptureRefund"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/order-transaction-capture-refund-position":{"get":{"tags":["Order Transaction Capture Refund Position"],"summary":"List with basic information of Order Transaction Capture Refund Position resources","description":"Available since: 6.4.12.0","operationId":"getOrderTransactionCaptureRefundPositionList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Order Transaction Capture Refund Position resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderTransactionCaptureRefundPosition"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/order-transaction-capture-refund-position?limit=25"},"last":{"example":"\/order-transaction-capture-refund-position?limit=25\u0026page=11"},"next":{"example":"\/order-transaction-capture-refund-position?limit=25\u0026page=4"},"prev":{"example":"\/order-transaction-capture-refund-position?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderTransactionCaptureRefundPosition"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Order Transaction Capture Refund Position"],"summary":"Create a new Order Transaction Capture Refund Position resources","description":"Available since: 6.4.12.0","operationId":"createOrderTransactionCaptureRefundPosition","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderTransactionCaptureRefundPosition"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderTransactionCaptureRefundPosition"}}}},"responses":{"200":{"description":"Detail of OrderTransactionCaptureRefundPosition","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderTransactionCaptureRefundPosition"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderTransactionCaptureRefundPosition"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/order-transaction-capture-refund-position\/{id}":{"get":{"tags":["Order Transaction Capture Refund Position"],"summary":"Detailed information about a Order Transaction Capture Refund Position resource","description":"Available since: 6.4.12.0","operationId":"getOrderTransactionCaptureRefundPosition","parameters":[{"name":"id","in":"path","description":"Identifier for the order_transaction_capture_refund_position","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of OrderTransactionCaptureRefundPosition","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderTransactionCaptureRefundPosition"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderTransactionCaptureRefundPosition"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Order Transaction Capture Refund Position"],"summary":"Delete a Order Transaction Capture Refund Position resource","description":"Available since: 6.4.12.0","operationId":"deleteOrderTransactionCaptureRefundPosition","parameters":[{"name":"id","in":"path","description":"Identifier for the order_transaction_capture_refund_position","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Order Transaction Capture Refund Position"],"summary":"Partially update information about a Order Transaction Capture Refund Position resource","description":"Available since: 6.4.12.0","operationId":"updateOrderTransactionCaptureRefundPosition","parameters":[{"name":"id","in":"path","description":"Identifier for the order_transaction_capture_refund_position","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Order Transaction Capture Refund Position resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderTransactionCaptureRefundPosition"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderTransactionCaptureRefundPosition"}}}},"responses":{"200":{"description":"Detail of OrderTransactionCaptureRefundPosition","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/OrderTransactionCaptureRefundPosition"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderTransactionCaptureRefundPosition"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/payment-method":{"get":{"tags":["Payment Method"],"summary":"List with basic information of Payment Method resources","description":"Available since: 6.0.0.0","operationId":"getPaymentMethodList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Payment Method resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/PaymentMethod"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/payment-method?limit=25"},"last":{"example":"\/payment-method?limit=25\u0026page=11"},"next":{"example":"\/payment-method?limit=25\u0026page=4"},"prev":{"example":"\/payment-method?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/PaymentMethod"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Payment Method"],"summary":"Create a new Payment Method resources","description":"Available since: 6.0.0.0","operationId":"createPaymentMethod","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PaymentMethod"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentMethod"}}}},"responses":{"200":{"description":"Detail of PaymentMethod","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PaymentMethod"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentMethod"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/payment-method\/{id}":{"get":{"tags":["Payment Method"],"summary":"Detailed information about a Payment Method resource","description":"Available since: 6.0.0.0","operationId":"getPaymentMethod","parameters":[{"name":"id","in":"path","description":"Identifier for the payment_method","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of PaymentMethod","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PaymentMethod"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentMethod"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Payment Method"],"summary":"Delete a Payment Method resource","description":"Available since: 6.0.0.0","operationId":"deletePaymentMethod","parameters":[{"name":"id","in":"path","description":"Identifier for the payment_method","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Payment Method"],"summary":"Partially update information about a Payment Method resource","description":"Available since: 6.0.0.0","operationId":"updatePaymentMethod","parameters":[{"name":"id","in":"path","description":"Identifier for the payment_method","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Payment Method resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PaymentMethod"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentMethod"}}}},"responses":{"200":{"description":"Detail of PaymentMethod","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PaymentMethod"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentMethod"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/plugin":{"get":{"tags":["Plugin"],"summary":"List with basic information of Plugin resources","description":"Available since: 6.0.0.0","operationId":"getPluginList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Plugin resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/Plugin"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/plugin?limit=25"},"last":{"example":"\/plugin?limit=25\u0026page=11"},"next":{"example":"\/plugin?limit=25\u0026page=4"},"prev":{"example":"\/plugin?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/Plugin"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Plugin"],"summary":"Create a new Plugin resources","description":"Available since: 6.0.0.0","operationId":"createPlugin","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Plugin"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Plugin"}}}},"responses":{"200":{"description":"Detail of Plugin","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Plugin"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Plugin"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/plugin\/{id}":{"get":{"tags":["Plugin"],"summary":"Detailed information about a Plugin resource","description":"Available since: 6.0.0.0","operationId":"getPlugin","parameters":[{"name":"id","in":"path","description":"Identifier for the plugin","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of Plugin","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Plugin"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Plugin"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Plugin"],"summary":"Delete a Plugin resource","description":"Available since: 6.0.0.0","operationId":"deletePlugin","parameters":[{"name":"id","in":"path","description":"Identifier for the plugin","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Plugin"],"summary":"Partially update information about a Plugin resource","description":"Available since: 6.0.0.0","operationId":"updatePlugin","parameters":[{"name":"id","in":"path","description":"Identifier for the plugin","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Plugin resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Plugin"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Plugin"}}}},"responses":{"200":{"description":"Detail of Plugin","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Plugin"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Plugin"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product":{"get":{"tags":["Product"],"summary":"List with basic information of Product resources","description":"Available since: 6.0.0.0","operationId":"getProductList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Product resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/Product"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/product?limit=25"},"last":{"example":"\/product?limit=25\u0026page=11"},"next":{"example":"\/product?limit=25\u0026page=4"},"prev":{"example":"\/product?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Product"],"summary":"Create a new Product resources","description":"Available since: 6.0.0.0","operationId":"createProduct","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Product"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product"}}}},"responses":{"200":{"description":"Detail of Product","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Product"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product\/{id}":{"get":{"tags":["Product"],"summary":"Detailed information about a Product resource","description":"Available since: 6.0.0.0","operationId":"getProduct","parameters":[{"name":"id","in":"path","description":"Identifier for the product","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of Product","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Product"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Product"],"summary":"Delete a Product resource","description":"Available since: 6.0.0.0","operationId":"deleteProduct","parameters":[{"name":"id","in":"path","description":"Identifier for the product","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Product"],"summary":"Partially update information about a Product resource","description":"Available since: 6.0.0.0","operationId":"updateProduct","parameters":[{"name":"id","in":"path","description":"Identifier for the product","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Product resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Product"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product"}}}},"responses":{"200":{"description":"Detail of Product","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Product"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-configurator-setting":{"get":{"tags":["Product Configurator Setting"],"summary":"List with basic information of Product Configurator Setting resources","description":"Available since: 6.0.0.0","operationId":"getProductConfiguratorSettingList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Product Configurator Setting resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductConfiguratorSetting"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/product-configurator-setting?limit=25"},"last":{"example":"\/product-configurator-setting?limit=25\u0026page=11"},"next":{"example":"\/product-configurator-setting?limit=25\u0026page=4"},"prev":{"example":"\/product-configurator-setting?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductConfiguratorSetting"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Product Configurator Setting"],"summary":"Create a new Product Configurator Setting resources","description":"Available since: 6.0.0.0","operationId":"createProductConfiguratorSetting","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductConfiguratorSetting"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductConfiguratorSetting"}}}},"responses":{"200":{"description":"Detail of ProductConfiguratorSetting","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductConfiguratorSetting"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductConfiguratorSetting"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-configurator-setting\/{id}":{"get":{"tags":["Product Configurator Setting"],"summary":"Detailed information about a Product Configurator Setting resource","description":"Available since: 6.0.0.0","operationId":"getProductConfiguratorSetting","parameters":[{"name":"id","in":"path","description":"Identifier for the product_configurator_setting","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of ProductConfiguratorSetting","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductConfiguratorSetting"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductConfiguratorSetting"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Product Configurator Setting"],"summary":"Delete a Product Configurator Setting resource","description":"Available since: 6.0.0.0","operationId":"deleteProductConfiguratorSetting","parameters":[{"name":"id","in":"path","description":"Identifier for the product_configurator_setting","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Product Configurator Setting"],"summary":"Partially update information about a Product Configurator Setting resource","description":"Available since: 6.0.0.0","operationId":"updateProductConfiguratorSetting","parameters":[{"name":"id","in":"path","description":"Identifier for the product_configurator_setting","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Product Configurator Setting resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductConfiguratorSetting"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductConfiguratorSetting"}}}},"responses":{"200":{"description":"Detail of ProductConfiguratorSetting","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductConfiguratorSetting"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductConfiguratorSetting"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-cross-selling":{"get":{"tags":["Product Cross Selling"],"summary":"List with basic information of Product Cross Selling resources","description":"Available since: 6.1.0.0","operationId":"getProductCrossSellingList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Product Cross Selling resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductCrossSelling"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/product-cross-selling?limit=25"},"last":{"example":"\/product-cross-selling?limit=25\u0026page=11"},"next":{"example":"\/product-cross-selling?limit=25\u0026page=4"},"prev":{"example":"\/product-cross-selling?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductCrossSelling"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Product Cross Selling"],"summary":"Create a new Product Cross Selling resources","description":"Available since: 6.1.0.0","operationId":"createProductCrossSelling","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductCrossSelling"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductCrossSelling"}}}},"responses":{"200":{"description":"Detail of ProductCrossSelling","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductCrossSelling"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductCrossSelling"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-cross-selling\/{id}":{"get":{"tags":["Product Cross Selling"],"summary":"Detailed information about a Product Cross Selling resource","description":"Available since: 6.1.0.0","operationId":"getProductCrossSelling","parameters":[{"name":"id","in":"path","description":"Identifier for the product_cross_selling","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of ProductCrossSelling","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductCrossSelling"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductCrossSelling"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Product Cross Selling"],"summary":"Delete a Product Cross Selling resource","description":"Available since: 6.1.0.0","operationId":"deleteProductCrossSelling","parameters":[{"name":"id","in":"path","description":"Identifier for the product_cross_selling","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Product Cross Selling"],"summary":"Partially update information about a Product Cross Selling resource","description":"Available since: 6.1.0.0","operationId":"updateProductCrossSelling","parameters":[{"name":"id","in":"path","description":"Identifier for the product_cross_selling","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Product Cross Selling resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductCrossSelling"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductCrossSelling"}}}},"responses":{"200":{"description":"Detail of ProductCrossSelling","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductCrossSelling"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductCrossSelling"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-cross-selling-assigned-products":{"get":{"tags":["Product Cross Selling Assigned Products"],"summary":"List with basic information of Product Cross Selling Assigned Products resources","description":"Available since: 6.2.0.0","operationId":"getProductCrossSellingAssignedProductsList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Product Cross Selling Assigned Products resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductCrossSellingAssignedProducts"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/product-cross-selling-assigned-products?limit=25"},"last":{"example":"\/product-cross-selling-assigned-products?limit=25\u0026page=11"},"next":{"example":"\/product-cross-selling-assigned-products?limit=25\u0026page=4"},"prev":{"example":"\/product-cross-selling-assigned-products?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductCrossSellingAssignedProducts"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Product Cross Selling Assigned Products"],"summary":"Create a new Product Cross Selling Assigned Products resources","description":"Available since: 6.2.0.0","operationId":"createProductCrossSellingAssignedProducts","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductCrossSellingAssignedProducts"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductCrossSellingAssignedProducts"}}}},"responses":{"200":{"description":"Detail of ProductCrossSellingAssignedProducts","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductCrossSellingAssignedProducts"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductCrossSellingAssignedProducts"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-cross-selling-assigned-products\/{id}":{"get":{"tags":["Product Cross Selling Assigned Products"],"summary":"Detailed information about a Product Cross Selling Assigned Products resource","description":"Available since: 6.2.0.0","operationId":"getProductCrossSellingAssignedProducts","parameters":[{"name":"id","in":"path","description":"Identifier for the product_cross_selling_assigned_products","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of ProductCrossSellingAssignedProducts","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductCrossSellingAssignedProducts"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductCrossSellingAssignedProducts"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Product Cross Selling Assigned Products"],"summary":"Delete a Product Cross Selling Assigned Products resource","description":"Available since: 6.2.0.0","operationId":"deleteProductCrossSellingAssignedProducts","parameters":[{"name":"id","in":"path","description":"Identifier for the product_cross_selling_assigned_products","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Product Cross Selling Assigned Products"],"summary":"Partially update information about a Product Cross Selling Assigned Products resource","description":"Available since: 6.2.0.0","operationId":"updateProductCrossSellingAssignedProducts","parameters":[{"name":"id","in":"path","description":"Identifier for the product_cross_selling_assigned_products","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Product Cross Selling Assigned Products resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductCrossSellingAssignedProducts"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductCrossSellingAssignedProducts"}}}},"responses":{"200":{"description":"Detail of ProductCrossSellingAssignedProducts","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductCrossSellingAssignedProducts"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductCrossSellingAssignedProducts"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-download":{"get":{"tags":["Product Download"],"summary":"List with basic information of Product Download resources","description":"Available since: 6.4.19.0","operationId":"getProductDownloadList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Product Download resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductDownload"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/product-download?limit=25"},"last":{"example":"\/product-download?limit=25\u0026page=11"},"next":{"example":"\/product-download?limit=25\u0026page=4"},"prev":{"example":"\/product-download?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductDownload"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Product Download"],"summary":"Create a new Product Download resources","description":"Available since: 6.4.19.0","operationId":"createProductDownload","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductDownload"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductDownload"}}}},"responses":{"200":{"description":"Detail of ProductDownload","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductDownload"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductDownload"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-download\/{id}":{"get":{"tags":["Product Download"],"summary":"Detailed information about a Product Download resource","description":"Available since: 6.4.19.0","operationId":"getProductDownload","parameters":[{"name":"id","in":"path","description":"Identifier for the product_download","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of ProductDownload","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductDownload"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductDownload"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Product Download"],"summary":"Delete a Product Download resource","description":"Available since: 6.4.19.0","operationId":"deleteProductDownload","parameters":[{"name":"id","in":"path","description":"Identifier for the product_download","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Product Download"],"summary":"Partially update information about a Product Download resource","description":"Available since: 6.4.19.0","operationId":"updateProductDownload","parameters":[{"name":"id","in":"path","description":"Identifier for the product_download","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Product Download resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductDownload"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductDownload"}}}},"responses":{"200":{"description":"Detail of ProductDownload","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductDownload"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductDownload"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-export":{"get":{"tags":["Product Export"],"summary":"List with basic information of Product Export resources","description":"Available since: 6.1.0.0","operationId":"getProductExportList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Product Export resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductExport"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/product-export?limit=25"},"last":{"example":"\/product-export?limit=25\u0026page=11"},"next":{"example":"\/product-export?limit=25\u0026page=4"},"prev":{"example":"\/product-export?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductExport"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Product Export"],"summary":"Create a new Product Export resources","description":"Available since: 6.1.0.0","operationId":"createProductExport","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductExport"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductExport"}}}},"responses":{"200":{"description":"Detail of ProductExport","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductExport"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductExport"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-export\/{id}":{"get":{"tags":["Product Export"],"summary":"Detailed information about a Product Export resource","description":"Available since: 6.1.0.0","operationId":"getProductExport","parameters":[{"name":"id","in":"path","description":"Identifier for the product_export","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of ProductExport","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductExport"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductExport"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Product Export"],"summary":"Delete a Product Export resource","description":"Available since: 6.1.0.0","operationId":"deleteProductExport","parameters":[{"name":"id","in":"path","description":"Identifier for the product_export","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Product Export"],"summary":"Partially update information about a Product Export resource","description":"Available since: 6.1.0.0","operationId":"updateProductExport","parameters":[{"name":"id","in":"path","description":"Identifier for the product_export","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Product Export resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductExport"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductExport"}}}},"responses":{"200":{"description":"Detail of ProductExport","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductExport"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductExport"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-feature-set":{"get":{"tags":["Product Feature Set"],"summary":"List with basic information of Product Feature Set resources","description":"Available since: 6.3.0.0","operationId":"getProductFeatureSetList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Product Feature Set resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductFeatureSet"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/product-feature-set?limit=25"},"last":{"example":"\/product-feature-set?limit=25\u0026page=11"},"next":{"example":"\/product-feature-set?limit=25\u0026page=4"},"prev":{"example":"\/product-feature-set?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductFeatureSet"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Product Feature Set"],"summary":"Create a new Product Feature Set resources","description":"Available since: 6.3.0.0","operationId":"createProductFeatureSet","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductFeatureSet"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductFeatureSet"}}}},"responses":{"200":{"description":"Detail of ProductFeatureSet","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductFeatureSet"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductFeatureSet"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-feature-set\/{id}":{"get":{"tags":["Product Feature Set"],"summary":"Detailed information about a Product Feature Set resource","description":"Available since: 6.3.0.0","operationId":"getProductFeatureSet","parameters":[{"name":"id","in":"path","description":"Identifier for the product_feature_set","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of ProductFeatureSet","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductFeatureSet"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductFeatureSet"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Product Feature Set"],"summary":"Delete a Product Feature Set resource","description":"Available since: 6.3.0.0","operationId":"deleteProductFeatureSet","parameters":[{"name":"id","in":"path","description":"Identifier for the product_feature_set","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Product Feature Set"],"summary":"Partially update information about a Product Feature Set resource","description":"Available since: 6.3.0.0","operationId":"updateProductFeatureSet","parameters":[{"name":"id","in":"path","description":"Identifier for the product_feature_set","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Product Feature Set resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductFeatureSet"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductFeatureSet"}}}},"responses":{"200":{"description":"Detail of ProductFeatureSet","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductFeatureSet"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductFeatureSet"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-keyword-dictionary":{"get":{"tags":["Product Keyword Dictionary"],"summary":"List with basic information of Product Keyword Dictionary resources","description":"Available since: 6.0.0.0","operationId":"getProductKeywordDictionaryList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Product Keyword Dictionary resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductKeywordDictionary"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/product-keyword-dictionary?limit=25"},"last":{"example":"\/product-keyword-dictionary?limit=25\u0026page=11"},"next":{"example":"\/product-keyword-dictionary?limit=25\u0026page=4"},"prev":{"example":"\/product-keyword-dictionary?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductKeywordDictionary"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Product Keyword Dictionary"],"summary":"Create a new Product Keyword Dictionary resources","description":"Available since: 6.0.0.0","operationId":"createProductKeywordDictionary","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductKeywordDictionary"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductKeywordDictionary"}}}},"responses":{"200":{"description":"Detail of ProductKeywordDictionary","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductKeywordDictionary"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductKeywordDictionary"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-keyword-dictionary\/{id}":{"get":{"tags":["Product Keyword Dictionary"],"summary":"Detailed information about a Product Keyword Dictionary resource","description":"Available since: 6.0.0.0","operationId":"getProductKeywordDictionary","parameters":[{"name":"id","in":"path","description":"Identifier for the product_keyword_dictionary","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of ProductKeywordDictionary","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductKeywordDictionary"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductKeywordDictionary"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Product Keyword Dictionary"],"summary":"Delete a Product Keyword Dictionary resource","description":"Available since: 6.0.0.0","operationId":"deleteProductKeywordDictionary","parameters":[{"name":"id","in":"path","description":"Identifier for the product_keyword_dictionary","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Product Keyword Dictionary"],"summary":"Partially update information about a Product Keyword Dictionary resource","description":"Available since: 6.0.0.0","operationId":"updateProductKeywordDictionary","parameters":[{"name":"id","in":"path","description":"Identifier for the product_keyword_dictionary","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Product Keyword Dictionary resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductKeywordDictionary"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductKeywordDictionary"}}}},"responses":{"200":{"description":"Detail of ProductKeywordDictionary","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductKeywordDictionary"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductKeywordDictionary"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-manufacturer":{"get":{"tags":["Product Manufacturer"],"summary":"List with basic information of Product Manufacturer resources","description":"Available since: 6.0.0.0","operationId":"getProductManufacturerList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Product Manufacturer resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductManufacturer"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/product-manufacturer?limit=25"},"last":{"example":"\/product-manufacturer?limit=25\u0026page=11"},"next":{"example":"\/product-manufacturer?limit=25\u0026page=4"},"prev":{"example":"\/product-manufacturer?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductManufacturer"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Product Manufacturer"],"summary":"Create a new Product Manufacturer resources","description":"Available since: 6.0.0.0","operationId":"createProductManufacturer","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductManufacturer"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductManufacturer"}}}},"responses":{"200":{"description":"Detail of ProductManufacturer","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductManufacturer"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductManufacturer"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-manufacturer\/{id}":{"get":{"tags":["Product Manufacturer"],"summary":"Detailed information about a Product Manufacturer resource","description":"Available since: 6.0.0.0","operationId":"getProductManufacturer","parameters":[{"name":"id","in":"path","description":"Identifier for the product_manufacturer","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of ProductManufacturer","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductManufacturer"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductManufacturer"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Product Manufacturer"],"summary":"Delete a Product Manufacturer resource","description":"Available since: 6.0.0.0","operationId":"deleteProductManufacturer","parameters":[{"name":"id","in":"path","description":"Identifier for the product_manufacturer","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Product Manufacturer"],"summary":"Partially update information about a Product Manufacturer resource","description":"Available since: 6.0.0.0","operationId":"updateProductManufacturer","parameters":[{"name":"id","in":"path","description":"Identifier for the product_manufacturer","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Product Manufacturer resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductManufacturer"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductManufacturer"}}}},"responses":{"200":{"description":"Detail of ProductManufacturer","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductManufacturer"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductManufacturer"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-media":{"get":{"tags":["Product Media"],"summary":"List with basic information of Product Media resources","description":"Available since: 6.0.0.0","operationId":"getProductMediaList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Product Media resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductMedia"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/product-media?limit=25"},"last":{"example":"\/product-media?limit=25\u0026page=11"},"next":{"example":"\/product-media?limit=25\u0026page=4"},"prev":{"example":"\/product-media?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductMedia"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Product Media"],"summary":"Create a new Product Media resources","description":"Available since: 6.0.0.0","operationId":"createProductMedia","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductMedia"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductMedia"}}}},"responses":{"200":{"description":"Detail of ProductMedia","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductMedia"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductMedia"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-media\/{id}":{"get":{"tags":["Product Media"],"summary":"Detailed information about a Product Media resource","description":"Available since: 6.0.0.0","operationId":"getProductMedia","parameters":[{"name":"id","in":"path","description":"Identifier for the product_media","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of ProductMedia","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductMedia"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductMedia"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Product Media"],"summary":"Delete a Product Media resource","description":"Available since: 6.0.0.0","operationId":"deleteProductMedia","parameters":[{"name":"id","in":"path","description":"Identifier for the product_media","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Product Media"],"summary":"Partially update information about a Product Media resource","description":"Available since: 6.0.0.0","operationId":"updateProductMedia","parameters":[{"name":"id","in":"path","description":"Identifier for the product_media","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Product Media resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductMedia"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductMedia"}}}},"responses":{"200":{"description":"Detail of ProductMedia","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductMedia"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductMedia"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-price":{"get":{"tags":["Product Price"],"summary":"List with basic information of Product Price resources","description":"Available since: 6.0.0.0","operationId":"getProductPriceList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Product Price resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductPrice"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/product-price?limit=25"},"last":{"example":"\/product-price?limit=25\u0026page=11"},"next":{"example":"\/product-price?limit=25\u0026page=4"},"prev":{"example":"\/product-price?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductPrice"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Product Price"],"summary":"Create a new Product Price resources","description":"Available since: 6.0.0.0","operationId":"createProductPrice","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductPrice"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductPrice"}}}},"responses":{"200":{"description":"Detail of ProductPrice","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductPrice"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductPrice"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-price\/{id}":{"get":{"tags":["Product Price"],"summary":"Detailed information about a Product Price resource","description":"Available since: 6.0.0.0","operationId":"getProductPrice","parameters":[{"name":"id","in":"path","description":"Identifier for the product_price","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of ProductPrice","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductPrice"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductPrice"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Product Price"],"summary":"Delete a Product Price resource","description":"Available since: 6.0.0.0","operationId":"deleteProductPrice","parameters":[{"name":"id","in":"path","description":"Identifier for the product_price","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Product Price"],"summary":"Partially update information about a Product Price resource","description":"Available since: 6.0.0.0","operationId":"updateProductPrice","parameters":[{"name":"id","in":"path","description":"Identifier for the product_price","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Product Price resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductPrice"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductPrice"}}}},"responses":{"200":{"description":"Detail of ProductPrice","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductPrice"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductPrice"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-review":{"get":{"tags":["Product Review"],"summary":"List with basic information of Product Review resources","description":"Available since: 6.0.0.0","operationId":"getProductReviewList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Product Review resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductReview"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/product-review?limit=25"},"last":{"example":"\/product-review?limit=25\u0026page=11"},"next":{"example":"\/product-review?limit=25\u0026page=4"},"prev":{"example":"\/product-review?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductReview"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Product Review"],"summary":"Create a new Product Review resources","description":"Available since: 6.0.0.0","operationId":"createProductReview","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductReview"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductReview"}}}},"responses":{"200":{"description":"Detail of ProductReview","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductReview"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductReview"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-review\/{id}":{"get":{"tags":["Product Review"],"summary":"Detailed information about a Product Review resource","description":"Available since: 6.0.0.0","operationId":"getProductReview","parameters":[{"name":"id","in":"path","description":"Identifier for the product_review","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of ProductReview","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductReview"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductReview"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Product Review"],"summary":"Delete a Product Review resource","description":"Available since: 6.0.0.0","operationId":"deleteProductReview","parameters":[{"name":"id","in":"path","description":"Identifier for the product_review","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Product Review"],"summary":"Partially update information about a Product Review resource","description":"Available since: 6.0.0.0","operationId":"updateProductReview","parameters":[{"name":"id","in":"path","description":"Identifier for the product_review","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Product Review resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductReview"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductReview"}}}},"responses":{"200":{"description":"Detail of ProductReview","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductReview"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductReview"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-search-config":{"get":{"tags":["Product Search Config"],"summary":"List with basic information of Product Search Config resources","description":"Available since: 6.3.5.0","operationId":"getProductSearchConfigList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Product Search Config resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductSearchConfig"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/product-search-config?limit=25"},"last":{"example":"\/product-search-config?limit=25\u0026page=11"},"next":{"example":"\/product-search-config?limit=25\u0026page=4"},"prev":{"example":"\/product-search-config?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductSearchConfig"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Product Search Config"],"summary":"Create a new Product Search Config resources","description":"Available since: 6.3.5.0","operationId":"createProductSearchConfig","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductSearchConfig"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductSearchConfig"}}}},"responses":{"200":{"description":"Detail of ProductSearchConfig","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductSearchConfig"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductSearchConfig"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-search-config\/{id}":{"get":{"tags":["Product Search Config"],"summary":"Detailed information about a Product Search Config resource","description":"Available since: 6.3.5.0","operationId":"getProductSearchConfig","parameters":[{"name":"id","in":"path","description":"Identifier for the product_search_config","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of ProductSearchConfig","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductSearchConfig"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductSearchConfig"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Product Search Config"],"summary":"Delete a Product Search Config resource","description":"Available since: 6.3.5.0","operationId":"deleteProductSearchConfig","parameters":[{"name":"id","in":"path","description":"Identifier for the product_search_config","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Product Search Config"],"summary":"Partially update information about a Product Search Config resource","description":"Available since: 6.3.5.0","operationId":"updateProductSearchConfig","parameters":[{"name":"id","in":"path","description":"Identifier for the product_search_config","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Product Search Config resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductSearchConfig"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductSearchConfig"}}}},"responses":{"200":{"description":"Detail of ProductSearchConfig","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductSearchConfig"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductSearchConfig"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-search-config-field":{"get":{"tags":["Product Search Config Field"],"summary":"List with basic information of Product Search Config Field resources","description":"Available since: 6.3.5.0","operationId":"getProductSearchConfigFieldList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Product Search Config Field resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductSearchConfigField"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/product-search-config-field?limit=25"},"last":{"example":"\/product-search-config-field?limit=25\u0026page=11"},"next":{"example":"\/product-search-config-field?limit=25\u0026page=4"},"prev":{"example":"\/product-search-config-field?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductSearchConfigField"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Product Search Config Field"],"summary":"Create a new Product Search Config Field resources","description":"Available since: 6.3.5.0","operationId":"createProductSearchConfigField","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductSearchConfigField"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductSearchConfigField"}}}},"responses":{"200":{"description":"Detail of ProductSearchConfigField","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductSearchConfigField"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductSearchConfigField"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-search-config-field\/{id}":{"get":{"tags":["Product Search Config Field"],"summary":"Detailed information about a Product Search Config Field resource","description":"Available since: 6.3.5.0","operationId":"getProductSearchConfigField","parameters":[{"name":"id","in":"path","description":"Identifier for the product_search_config_field","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of ProductSearchConfigField","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductSearchConfigField"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductSearchConfigField"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Product Search Config Field"],"summary":"Delete a Product Search Config Field resource","description":"Available since: 6.3.5.0","operationId":"deleteProductSearchConfigField","parameters":[{"name":"id","in":"path","description":"Identifier for the product_search_config_field","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Product Search Config Field"],"summary":"Partially update information about a Product Search Config Field resource","description":"Available since: 6.3.5.0","operationId":"updateProductSearchConfigField","parameters":[{"name":"id","in":"path","description":"Identifier for the product_search_config_field","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Product Search Config Field resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductSearchConfigField"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductSearchConfigField"}}}},"responses":{"200":{"description":"Detail of ProductSearchConfigField","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductSearchConfigField"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductSearchConfigField"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-search-keyword":{"get":{"tags":["Product Search Keyword"],"summary":"List with basic information of Product Search Keyword resources","description":"Available since: 6.0.0.0","operationId":"getProductSearchKeywordList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Product Search Keyword resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductSearchKeyword"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/product-search-keyword?limit=25"},"last":{"example":"\/product-search-keyword?limit=25\u0026page=11"},"next":{"example":"\/product-search-keyword?limit=25\u0026page=4"},"prev":{"example":"\/product-search-keyword?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductSearchKeyword"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Product Search Keyword"],"summary":"Create a new Product Search Keyword resources","description":"Available since: 6.0.0.0","operationId":"createProductSearchKeyword","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductSearchKeyword"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductSearchKeyword"}}}},"responses":{"200":{"description":"Detail of ProductSearchKeyword","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductSearchKeyword"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductSearchKeyword"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-search-keyword\/{id}":{"get":{"tags":["Product Search Keyword"],"summary":"Detailed information about a Product Search Keyword resource","description":"Available since: 6.0.0.0","operationId":"getProductSearchKeyword","parameters":[{"name":"id","in":"path","description":"Identifier for the product_search_keyword","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of ProductSearchKeyword","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductSearchKeyword"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductSearchKeyword"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Product Search Keyword"],"summary":"Delete a Product Search Keyword resource","description":"Available since: 6.0.0.0","operationId":"deleteProductSearchKeyword","parameters":[{"name":"id","in":"path","description":"Identifier for the product_search_keyword","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Product Search Keyword"],"summary":"Partially update information about a Product Search Keyword resource","description":"Available since: 6.0.0.0","operationId":"updateProductSearchKeyword","parameters":[{"name":"id","in":"path","description":"Identifier for the product_search_keyword","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Product Search Keyword resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductSearchKeyword"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductSearchKeyword"}}}},"responses":{"200":{"description":"Detail of ProductSearchKeyword","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductSearchKeyword"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductSearchKeyword"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-sorting":{"get":{"tags":["Product Sorting"],"summary":"List with basic information of Product Sorting resources","description":"Available since: 6.3.2.0","operationId":"getProductSortingList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Product Sorting resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductSorting"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/product-sorting?limit=25"},"last":{"example":"\/product-sorting?limit=25\u0026page=11"},"next":{"example":"\/product-sorting?limit=25\u0026page=4"},"prev":{"example":"\/product-sorting?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductSorting"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Product Sorting"],"summary":"Create a new Product Sorting resources","description":"Available since: 6.3.2.0","operationId":"createProductSorting","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductSorting"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductSorting"}}}},"responses":{"200":{"description":"Detail of ProductSorting","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductSorting"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductSorting"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-sorting\/{id}":{"get":{"tags":["Product Sorting"],"summary":"Detailed information about a Product Sorting resource","description":"Available since: 6.3.2.0","operationId":"getProductSorting","parameters":[{"name":"id","in":"path","description":"Identifier for the product_sorting","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of ProductSorting","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductSorting"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductSorting"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Product Sorting"],"summary":"Delete a Product Sorting resource","description":"Available since: 6.3.2.0","operationId":"deleteProductSorting","parameters":[{"name":"id","in":"path","description":"Identifier for the product_sorting","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Product Sorting"],"summary":"Partially update information about a Product Sorting resource","description":"Available since: 6.3.2.0","operationId":"updateProductSorting","parameters":[{"name":"id","in":"path","description":"Identifier for the product_sorting","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Product Sorting resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductSorting"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductSorting"}}}},"responses":{"200":{"description":"Detail of ProductSorting","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductSorting"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductSorting"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-stream":{"get":{"tags":["Product Stream"],"summary":"List with basic information of Product Stream resources","description":"Available since: 6.0.0.0","operationId":"getProductStreamList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Product Stream resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductStream"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/product-stream?limit=25"},"last":{"example":"\/product-stream?limit=25\u0026page=11"},"next":{"example":"\/product-stream?limit=25\u0026page=4"},"prev":{"example":"\/product-stream?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductStream"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Product Stream"],"summary":"Create a new Product Stream resources","description":"Available since: 6.0.0.0","operationId":"createProductStream","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductStream"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductStream"}}}},"responses":{"200":{"description":"Detail of ProductStream","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductStream"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductStream"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-stream\/{id}":{"get":{"tags":["Product Stream"],"summary":"Detailed information about a Product Stream resource","description":"Available since: 6.0.0.0","operationId":"getProductStream","parameters":[{"name":"id","in":"path","description":"Identifier for the product_stream","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of ProductStream","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductStream"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductStream"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Product Stream"],"summary":"Delete a Product Stream resource","description":"Available since: 6.0.0.0","operationId":"deleteProductStream","parameters":[{"name":"id","in":"path","description":"Identifier for the product_stream","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Product Stream"],"summary":"Partially update information about a Product Stream resource","description":"Available since: 6.0.0.0","operationId":"updateProductStream","parameters":[{"name":"id","in":"path","description":"Identifier for the product_stream","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Product Stream resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductStream"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductStream"}}}},"responses":{"200":{"description":"Detail of ProductStream","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductStream"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductStream"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-stream-filter":{"get":{"tags":["Product Stream Filter"],"summary":"List with basic information of Product Stream Filter resources","description":"Available since: 6.0.0.0","operationId":"getProductStreamFilterList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Product Stream Filter resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductStreamFilter"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/product-stream-filter?limit=25"},"last":{"example":"\/product-stream-filter?limit=25\u0026page=11"},"next":{"example":"\/product-stream-filter?limit=25\u0026page=4"},"prev":{"example":"\/product-stream-filter?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductStreamFilter"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Product Stream Filter"],"summary":"Create a new Product Stream Filter resources","description":"Available since: 6.0.0.0","operationId":"createProductStreamFilter","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductStreamFilter"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductStreamFilter"}}}},"responses":{"200":{"description":"Detail of ProductStreamFilter","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductStreamFilter"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductStreamFilter"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-stream-filter\/{id}":{"get":{"tags":["Product Stream Filter"],"summary":"Detailed information about a Product Stream Filter resource","description":"Available since: 6.0.0.0","operationId":"getProductStreamFilter","parameters":[{"name":"id","in":"path","description":"Identifier for the product_stream_filter","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of ProductStreamFilter","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductStreamFilter"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductStreamFilter"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Product Stream Filter"],"summary":"Delete a Product Stream Filter resource","description":"Available since: 6.0.0.0","operationId":"deleteProductStreamFilter","parameters":[{"name":"id","in":"path","description":"Identifier for the product_stream_filter","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Product Stream Filter"],"summary":"Partially update information about a Product Stream Filter resource","description":"Available since: 6.0.0.0","operationId":"updateProductStreamFilter","parameters":[{"name":"id","in":"path","description":"Identifier for the product_stream_filter","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Product Stream Filter resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductStreamFilter"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductStreamFilter"}}}},"responses":{"200":{"description":"Detail of ProductStreamFilter","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductStreamFilter"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductStreamFilter"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-visibility":{"get":{"tags":["Product Visibility"],"summary":"List with basic information of Product Visibility resources","description":"Available since: 6.0.0.0","operationId":"getProductVisibilityList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Product Visibility resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductVisibility"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/product-visibility?limit=25"},"last":{"example":"\/product-visibility?limit=25\u0026page=11"},"next":{"example":"\/product-visibility?limit=25\u0026page=4"},"prev":{"example":"\/product-visibility?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductVisibility"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Product Visibility"],"summary":"Create a new Product Visibility resources","description":"Available since: 6.0.0.0","operationId":"createProductVisibility","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductVisibility"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductVisibility"}}}},"responses":{"200":{"description":"Detail of ProductVisibility","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductVisibility"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductVisibility"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/product-visibility\/{id}":{"get":{"tags":["Product Visibility"],"summary":"Detailed information about a Product Visibility resource","description":"Available since: 6.0.0.0","operationId":"getProductVisibility","parameters":[{"name":"id","in":"path","description":"Identifier for the product_visibility","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of ProductVisibility","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductVisibility"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductVisibility"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Product Visibility"],"summary":"Delete a Product Visibility resource","description":"Available since: 6.0.0.0","operationId":"deleteProductVisibility","parameters":[{"name":"id","in":"path","description":"Identifier for the product_visibility","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Product Visibility"],"summary":"Partially update information about a Product Visibility resource","description":"Available since: 6.0.0.0","operationId":"updateProductVisibility","parameters":[{"name":"id","in":"path","description":"Identifier for the product_visibility","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Product Visibility resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductVisibility"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductVisibility"}}}},"responses":{"200":{"description":"Detail of ProductVisibility","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ProductVisibility"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductVisibility"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/promotion":{"get":{"tags":["Promotion"],"summary":"List with basic information of Promotion resources","description":"Available since: 6.0.0.0","operationId":"getPromotionList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Promotion resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/Promotion"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/promotion?limit=25"},"last":{"example":"\/promotion?limit=25\u0026page=11"},"next":{"example":"\/promotion?limit=25\u0026page=4"},"prev":{"example":"\/promotion?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/Promotion"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Promotion"],"summary":"Create a new Promotion resources","description":"Available since: 6.0.0.0","operationId":"createPromotion","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Promotion"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Promotion"}}}},"responses":{"200":{"description":"Detail of Promotion","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Promotion"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Promotion"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/promotion\/{id}":{"get":{"tags":["Promotion"],"summary":"Detailed information about a Promotion resource","description":"Available since: 6.0.0.0","operationId":"getPromotion","parameters":[{"name":"id","in":"path","description":"Identifier for the promotion","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of Promotion","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Promotion"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Promotion"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Promotion"],"summary":"Delete a Promotion resource","description":"Available since: 6.0.0.0","operationId":"deletePromotion","parameters":[{"name":"id","in":"path","description":"Identifier for the promotion","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Promotion"],"summary":"Partially update information about a Promotion resource","description":"Available since: 6.0.0.0","operationId":"updatePromotion","parameters":[{"name":"id","in":"path","description":"Identifier for the promotion","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Promotion resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Promotion"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Promotion"}}}},"responses":{"200":{"description":"Detail of Promotion","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Promotion"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Promotion"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/promotion-discount":{"get":{"tags":["Promotion Discount"],"summary":"List with basic information of Promotion Discount resources","description":"Available since: 6.0.0.0","operationId":"getPromotionDiscountList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Promotion Discount resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/PromotionDiscount"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/promotion-discount?limit=25"},"last":{"example":"\/promotion-discount?limit=25\u0026page=11"},"next":{"example":"\/promotion-discount?limit=25\u0026page=4"},"prev":{"example":"\/promotion-discount?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/PromotionDiscount"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Promotion Discount"],"summary":"Create a new Promotion Discount resources","description":"Available since: 6.0.0.0","operationId":"createPromotionDiscount","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PromotionDiscount"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionDiscount"}}}},"responses":{"200":{"description":"Detail of PromotionDiscount","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PromotionDiscount"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionDiscount"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/promotion-discount\/{id}":{"get":{"tags":["Promotion Discount"],"summary":"Detailed information about a Promotion Discount resource","description":"Available since: 6.0.0.0","operationId":"getPromotionDiscount","parameters":[{"name":"id","in":"path","description":"Identifier for the promotion_discount","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of PromotionDiscount","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PromotionDiscount"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionDiscount"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Promotion Discount"],"summary":"Delete a Promotion Discount resource","description":"Available since: 6.0.0.0","operationId":"deletePromotionDiscount","parameters":[{"name":"id","in":"path","description":"Identifier for the promotion_discount","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Promotion Discount"],"summary":"Partially update information about a Promotion Discount resource","description":"Available since: 6.0.0.0","operationId":"updatePromotionDiscount","parameters":[{"name":"id","in":"path","description":"Identifier for the promotion_discount","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Promotion Discount resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PromotionDiscount"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionDiscount"}}}},"responses":{"200":{"description":"Detail of PromotionDiscount","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PromotionDiscount"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionDiscount"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/promotion-discount-prices":{"get":{"tags":["Promotion Discount Prices"],"summary":"List with basic information of Promotion Discount Prices resources","description":"Available since: 6.0.0.0","operationId":"getPromotionDiscountPricesList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Promotion Discount Prices resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/PromotionDiscountPrices"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/promotion-discount-prices?limit=25"},"last":{"example":"\/promotion-discount-prices?limit=25\u0026page=11"},"next":{"example":"\/promotion-discount-prices?limit=25\u0026page=4"},"prev":{"example":"\/promotion-discount-prices?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/PromotionDiscountPrices"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Promotion Discount Prices"],"summary":"Create a new Promotion Discount Prices resources","description":"Available since: 6.0.0.0","operationId":"createPromotionDiscountPrices","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PromotionDiscountPrices"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionDiscountPrices"}}}},"responses":{"200":{"description":"Detail of PromotionDiscountPrices","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PromotionDiscountPrices"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionDiscountPrices"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/promotion-discount-prices\/{id}":{"get":{"tags":["Promotion Discount Prices"],"summary":"Detailed information about a Promotion Discount Prices resource","description":"Available since: 6.0.0.0","operationId":"getPromotionDiscountPrices","parameters":[{"name":"id","in":"path","description":"Identifier for the promotion_discount_prices","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of PromotionDiscountPrices","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PromotionDiscountPrices"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionDiscountPrices"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Promotion Discount Prices"],"summary":"Delete a Promotion Discount Prices resource","description":"Available since: 6.0.0.0","operationId":"deletePromotionDiscountPrices","parameters":[{"name":"id","in":"path","description":"Identifier for the promotion_discount_prices","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Promotion Discount Prices"],"summary":"Partially update information about a Promotion Discount Prices resource","description":"Available since: 6.0.0.0","operationId":"updatePromotionDiscountPrices","parameters":[{"name":"id","in":"path","description":"Identifier for the promotion_discount_prices","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Promotion Discount Prices resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PromotionDiscountPrices"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionDiscountPrices"}}}},"responses":{"200":{"description":"Detail of PromotionDiscountPrices","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PromotionDiscountPrices"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionDiscountPrices"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/promotion-individual-code":{"get":{"tags":["Promotion Individual Code"],"summary":"List with basic information of Promotion Individual Code resources","description":"Available since: 6.0.0.0","operationId":"getPromotionIndividualCodeList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Promotion Individual Code resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/PromotionIndividualCode"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/promotion-individual-code?limit=25"},"last":{"example":"\/promotion-individual-code?limit=25\u0026page=11"},"next":{"example":"\/promotion-individual-code?limit=25\u0026page=4"},"prev":{"example":"\/promotion-individual-code?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/PromotionIndividualCode"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Promotion Individual Code"],"summary":"Create a new Promotion Individual Code resources","description":"Available since: 6.0.0.0","operationId":"createPromotionIndividualCode","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PromotionIndividualCode"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionIndividualCode"}}}},"responses":{"200":{"description":"Detail of PromotionIndividualCode","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PromotionIndividualCode"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionIndividualCode"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/promotion-individual-code\/{id}":{"get":{"tags":["Promotion Individual Code"],"summary":"Detailed information about a Promotion Individual Code resource","description":"Available since: 6.0.0.0","operationId":"getPromotionIndividualCode","parameters":[{"name":"id","in":"path","description":"Identifier for the promotion_individual_code","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of PromotionIndividualCode","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PromotionIndividualCode"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionIndividualCode"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Promotion Individual Code"],"summary":"Delete a Promotion Individual Code resource","description":"Available since: 6.0.0.0","operationId":"deletePromotionIndividualCode","parameters":[{"name":"id","in":"path","description":"Identifier for the promotion_individual_code","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Promotion Individual Code"],"summary":"Partially update information about a Promotion Individual Code resource","description":"Available since: 6.0.0.0","operationId":"updatePromotionIndividualCode","parameters":[{"name":"id","in":"path","description":"Identifier for the promotion_individual_code","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Promotion Individual Code resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PromotionIndividualCode"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionIndividualCode"}}}},"responses":{"200":{"description":"Detail of PromotionIndividualCode","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PromotionIndividualCode"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionIndividualCode"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/promotion-sales-channel":{"get":{"tags":["Promotion Sales Channel"],"summary":"List with basic information of Promotion Sales Channel resources","description":"Available since: 6.0.0.0","operationId":"getPromotionSalesChannelList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Promotion Sales Channel resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/PromotionSalesChannel"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/promotion-sales-channel?limit=25"},"last":{"example":"\/promotion-sales-channel?limit=25\u0026page=11"},"next":{"example":"\/promotion-sales-channel?limit=25\u0026page=4"},"prev":{"example":"\/promotion-sales-channel?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/PromotionSalesChannel"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Promotion Sales Channel"],"summary":"Create a new Promotion Sales Channel resources","description":"Available since: 6.0.0.0","operationId":"createPromotionSalesChannel","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PromotionSalesChannel"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionSalesChannel"}}}},"responses":{"200":{"description":"Detail of PromotionSalesChannel","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PromotionSalesChannel"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionSalesChannel"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/promotion-sales-channel\/{id}":{"get":{"tags":["Promotion Sales Channel"],"summary":"Detailed information about a Promotion Sales Channel resource","description":"Available since: 6.0.0.0","operationId":"getPromotionSalesChannel","parameters":[{"name":"id","in":"path","description":"Identifier for the promotion_sales_channel","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of PromotionSalesChannel","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PromotionSalesChannel"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionSalesChannel"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Promotion Sales Channel"],"summary":"Delete a Promotion Sales Channel resource","description":"Available since: 6.0.0.0","operationId":"deletePromotionSalesChannel","parameters":[{"name":"id","in":"path","description":"Identifier for the promotion_sales_channel","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Promotion Sales Channel"],"summary":"Partially update information about a Promotion Sales Channel resource","description":"Available since: 6.0.0.0","operationId":"updatePromotionSalesChannel","parameters":[{"name":"id","in":"path","description":"Identifier for the promotion_sales_channel","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Promotion Sales Channel resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PromotionSalesChannel"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionSalesChannel"}}}},"responses":{"200":{"description":"Detail of PromotionSalesChannel","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PromotionSalesChannel"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionSalesChannel"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/promotion-setgroup":{"get":{"tags":["Promotion Setgroup"],"summary":"List with basic information of Promotion Setgroup resources","description":"Available since: 6.0.0.0","operationId":"getPromotionSetgroupList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Promotion Setgroup resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/PromotionSetgroup"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/promotion-setgroup?limit=25"},"last":{"example":"\/promotion-setgroup?limit=25\u0026page=11"},"next":{"example":"\/promotion-setgroup?limit=25\u0026page=4"},"prev":{"example":"\/promotion-setgroup?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/PromotionSetgroup"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Promotion Setgroup"],"summary":"Create a new Promotion Setgroup resources","description":"Available since: 6.0.0.0","operationId":"createPromotionSetgroup","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PromotionSetgroup"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionSetgroup"}}}},"responses":{"200":{"description":"Detail of PromotionSetgroup","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PromotionSetgroup"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionSetgroup"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/promotion-setgroup\/{id}":{"get":{"tags":["Promotion Setgroup"],"summary":"Detailed information about a Promotion Setgroup resource","description":"Available since: 6.0.0.0","operationId":"getPromotionSetgroup","parameters":[{"name":"id","in":"path","description":"Identifier for the promotion_setgroup","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of PromotionSetgroup","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PromotionSetgroup"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionSetgroup"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Promotion Setgroup"],"summary":"Delete a Promotion Setgroup resource","description":"Available since: 6.0.0.0","operationId":"deletePromotionSetgroup","parameters":[{"name":"id","in":"path","description":"Identifier for the promotion_setgroup","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Promotion Setgroup"],"summary":"Partially update information about a Promotion Setgroup resource","description":"Available since: 6.0.0.0","operationId":"updatePromotionSetgroup","parameters":[{"name":"id","in":"path","description":"Identifier for the promotion_setgroup","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Promotion Setgroup resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PromotionSetgroup"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionSetgroup"}}}},"responses":{"200":{"description":"Detail of PromotionSetgroup","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PromotionSetgroup"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionSetgroup"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/property-group":{"get":{"tags":["Property Group"],"summary":"List with basic information of Property Group resources","description":"Available since: 6.0.0.0","operationId":"getPropertyGroupList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Property Group resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/PropertyGroup"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/property-group?limit=25"},"last":{"example":"\/property-group?limit=25\u0026page=11"},"next":{"example":"\/property-group?limit=25\u0026page=4"},"prev":{"example":"\/property-group?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/PropertyGroup"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Property Group"],"summary":"Create a new Property Group resources","description":"Available since: 6.0.0.0","operationId":"createPropertyGroup","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PropertyGroup"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PropertyGroup"}}}},"responses":{"200":{"description":"Detail of PropertyGroup","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PropertyGroup"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PropertyGroup"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/property-group\/{id}":{"get":{"tags":["Property Group"],"summary":"Detailed information about a Property Group resource","description":"Available since: 6.0.0.0","operationId":"getPropertyGroup","parameters":[{"name":"id","in":"path","description":"Identifier for the property_group","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of PropertyGroup","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PropertyGroup"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PropertyGroup"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Property Group"],"summary":"Delete a Property Group resource","description":"Available since: 6.0.0.0","operationId":"deletePropertyGroup","parameters":[{"name":"id","in":"path","description":"Identifier for the property_group","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Property Group"],"summary":"Partially update information about a Property Group resource","description":"Available since: 6.0.0.0","operationId":"updatePropertyGroup","parameters":[{"name":"id","in":"path","description":"Identifier for the property_group","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Property Group resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PropertyGroup"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PropertyGroup"}}}},"responses":{"200":{"description":"Detail of PropertyGroup","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PropertyGroup"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PropertyGroup"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/property-group-option":{"get":{"tags":["Property Group Option"],"summary":"List with basic information of Property Group Option resources","description":"Available since: 6.0.0.0","operationId":"getPropertyGroupOptionList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Property Group Option resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/PropertyGroupOption"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/property-group-option?limit=25"},"last":{"example":"\/property-group-option?limit=25\u0026page=11"},"next":{"example":"\/property-group-option?limit=25\u0026page=4"},"prev":{"example":"\/property-group-option?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/PropertyGroupOption"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Property Group Option"],"summary":"Create a new Property Group Option resources","description":"Available since: 6.0.0.0","operationId":"createPropertyGroupOption","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PropertyGroupOption"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PropertyGroupOption"}}}},"responses":{"200":{"description":"Detail of PropertyGroupOption","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PropertyGroupOption"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PropertyGroupOption"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/property-group-option\/{id}":{"get":{"tags":["Property Group Option"],"summary":"Detailed information about a Property Group Option resource","description":"Available since: 6.0.0.0","operationId":"getPropertyGroupOption","parameters":[{"name":"id","in":"path","description":"Identifier for the property_group_option","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of PropertyGroupOption","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PropertyGroupOption"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PropertyGroupOption"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Property Group Option"],"summary":"Delete a Property Group Option resource","description":"Available since: 6.0.0.0","operationId":"deletePropertyGroupOption","parameters":[{"name":"id","in":"path","description":"Identifier for the property_group_option","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Property Group Option"],"summary":"Partially update information about a Property Group Option resource","description":"Available since: 6.0.0.0","operationId":"updatePropertyGroupOption","parameters":[{"name":"id","in":"path","description":"Identifier for the property_group_option","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Property Group Option resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PropertyGroupOption"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PropertyGroupOption"}}}},"responses":{"200":{"description":"Detail of PropertyGroupOption","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/PropertyGroupOption"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PropertyGroupOption"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/rule":{"get":{"tags":["Rule"],"summary":"List with basic information of Rule resources","description":"Available since: 6.0.0.0","operationId":"getRuleList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Rule resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/Rule"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/rule?limit=25"},"last":{"example":"\/rule?limit=25\u0026page=11"},"next":{"example":"\/rule?limit=25\u0026page=4"},"prev":{"example":"\/rule?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/Rule"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Rule"],"summary":"Create a new Rule resources","description":"Available since: 6.0.0.0","operationId":"createRule","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Rule"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Rule"}}}},"responses":{"200":{"description":"Detail of Rule","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Rule"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Rule"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/rule\/{id}":{"get":{"tags":["Rule"],"summary":"Detailed information about a Rule resource","description":"Available since: 6.0.0.0","operationId":"getRule","parameters":[{"name":"id","in":"path","description":"Identifier for the rule","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of Rule","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Rule"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Rule"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Rule"],"summary":"Delete a Rule resource","description":"Available since: 6.0.0.0","operationId":"deleteRule","parameters":[{"name":"id","in":"path","description":"Identifier for the rule","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Rule"],"summary":"Partially update information about a Rule resource","description":"Available since: 6.0.0.0","operationId":"updateRule","parameters":[{"name":"id","in":"path","description":"Identifier for the rule","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Rule resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Rule"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Rule"}}}},"responses":{"200":{"description":"Detail of Rule","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Rule"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Rule"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/rule-condition":{"get":{"tags":["Rule Condition"],"summary":"List with basic information of Rule Condition resources","description":"Available since: 6.0.0.0","operationId":"getRuleConditionList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Rule Condition resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/RuleCondition"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/rule-condition?limit=25"},"last":{"example":"\/rule-condition?limit=25\u0026page=11"},"next":{"example":"\/rule-condition?limit=25\u0026page=4"},"prev":{"example":"\/rule-condition?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/RuleCondition"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Rule Condition"],"summary":"Create a new Rule Condition resources","description":"Available since: 6.0.0.0","operationId":"createRuleCondition","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/RuleCondition"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RuleCondition"}}}},"responses":{"200":{"description":"Detail of RuleCondition","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/RuleCondition"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RuleCondition"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/rule-condition\/{id}":{"get":{"tags":["Rule Condition"],"summary":"Detailed information about a Rule Condition resource","description":"Available since: 6.0.0.0","operationId":"getRuleCondition","parameters":[{"name":"id","in":"path","description":"Identifier for the rule_condition","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of RuleCondition","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/RuleCondition"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RuleCondition"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Rule Condition"],"summary":"Delete a Rule Condition resource","description":"Available since: 6.0.0.0","operationId":"deleteRuleCondition","parameters":[{"name":"id","in":"path","description":"Identifier for the rule_condition","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Rule Condition"],"summary":"Partially update information about a Rule Condition resource","description":"Available since: 6.0.0.0","operationId":"updateRuleCondition","parameters":[{"name":"id","in":"path","description":"Identifier for the rule_condition","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Rule Condition resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/RuleCondition"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RuleCondition"}}}},"responses":{"200":{"description":"Detail of RuleCondition","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/RuleCondition"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RuleCondition"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/sales-channel":{"get":{"tags":["Sales Channel"],"summary":"List with basic information of Sales Channel resources","description":"Available since: 6.0.0.0","operationId":"getSalesChannelList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Sales Channel resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/SalesChannel"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/sales-channel?limit=25"},"last":{"example":"\/sales-channel?limit=25\u0026page=11"},"next":{"example":"\/sales-channel?limit=25\u0026page=4"},"prev":{"example":"\/sales-channel?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/SalesChannel"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Sales Channel"],"summary":"Create a new Sales Channel resources","description":"Available since: 6.0.0.0","operationId":"createSalesChannel","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SalesChannel"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SalesChannel"}}}},"responses":{"200":{"description":"Detail of SalesChannel","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SalesChannel"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SalesChannel"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/sales-channel\/{id}":{"get":{"tags":["Sales Channel"],"summary":"Detailed information about a Sales Channel resource","description":"Available since: 6.0.0.0","operationId":"getSalesChannel","parameters":[{"name":"id","in":"path","description":"Identifier for the sales_channel","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of SalesChannel","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SalesChannel"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SalesChannel"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Sales Channel"],"summary":"Delete a Sales Channel resource","description":"Available since: 6.0.0.0","operationId":"deleteSalesChannel","parameters":[{"name":"id","in":"path","description":"Identifier for the sales_channel","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Sales Channel"],"summary":"Partially update information about a Sales Channel resource","description":"Available since: 6.0.0.0","operationId":"updateSalesChannel","parameters":[{"name":"id","in":"path","description":"Identifier for the sales_channel","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Sales Channel resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SalesChannel"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SalesChannel"}}}},"responses":{"200":{"description":"Detail of SalesChannel","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SalesChannel"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SalesChannel"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/sales-channel-analytics":{"get":{"tags":["Sales Channel Analytics"],"summary":"List with basic information of Sales Channel Analytics resources","description":"Available since: 6.2.0.0","operationId":"getSalesChannelAnalyticsList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Sales Channel Analytics resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/SalesChannelAnalytics"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/sales-channel-analytics?limit=25"},"last":{"example":"\/sales-channel-analytics?limit=25\u0026page=11"},"next":{"example":"\/sales-channel-analytics?limit=25\u0026page=4"},"prev":{"example":"\/sales-channel-analytics?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/SalesChannelAnalytics"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Sales Channel Analytics"],"summary":"Create a new Sales Channel Analytics resources","description":"Available since: 6.2.0.0","operationId":"createSalesChannelAnalytics","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SalesChannelAnalytics"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SalesChannelAnalytics"}}}},"responses":{"200":{"description":"Detail of SalesChannelAnalytics","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SalesChannelAnalytics"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SalesChannelAnalytics"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/sales-channel-analytics\/{id}":{"get":{"tags":["Sales Channel Analytics"],"summary":"Detailed information about a Sales Channel Analytics resource","description":"Available since: 6.2.0.0","operationId":"getSalesChannelAnalytics","parameters":[{"name":"id","in":"path","description":"Identifier for the sales_channel_analytics","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of SalesChannelAnalytics","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SalesChannelAnalytics"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SalesChannelAnalytics"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Sales Channel Analytics"],"summary":"Delete a Sales Channel Analytics resource","description":"Available since: 6.2.0.0","operationId":"deleteSalesChannelAnalytics","parameters":[{"name":"id","in":"path","description":"Identifier for the sales_channel_analytics","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Sales Channel Analytics"],"summary":"Partially update information about a Sales Channel Analytics resource","description":"Available since: 6.2.0.0","operationId":"updateSalesChannelAnalytics","parameters":[{"name":"id","in":"path","description":"Identifier for the sales_channel_analytics","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Sales Channel Analytics resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SalesChannelAnalytics"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SalesChannelAnalytics"}}}},"responses":{"200":{"description":"Detail of SalesChannelAnalytics","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SalesChannelAnalytics"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SalesChannelAnalytics"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/sales-channel-domain":{"get":{"tags":["Sales Channel Domain"],"summary":"List with basic information of Sales Channel Domain resources","description":"Available since: 6.0.0.0","operationId":"getSalesChannelDomainList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Sales Channel Domain resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/SalesChannelDomain"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/sales-channel-domain?limit=25"},"last":{"example":"\/sales-channel-domain?limit=25\u0026page=11"},"next":{"example":"\/sales-channel-domain?limit=25\u0026page=4"},"prev":{"example":"\/sales-channel-domain?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/SalesChannelDomain"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Sales Channel Domain"],"summary":"Create a new Sales Channel Domain resources","description":"Available since: 6.0.0.0","operationId":"createSalesChannelDomain","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SalesChannelDomain"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SalesChannelDomain"}}}},"responses":{"200":{"description":"Detail of SalesChannelDomain","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SalesChannelDomain"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SalesChannelDomain"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/sales-channel-domain\/{id}":{"get":{"tags":["Sales Channel Domain"],"summary":"Detailed information about a Sales Channel Domain resource","description":"Available since: 6.0.0.0","operationId":"getSalesChannelDomain","parameters":[{"name":"id","in":"path","description":"Identifier for the sales_channel_domain","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of SalesChannelDomain","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SalesChannelDomain"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SalesChannelDomain"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Sales Channel Domain"],"summary":"Delete a Sales Channel Domain resource","description":"Available since: 6.0.0.0","operationId":"deleteSalesChannelDomain","parameters":[{"name":"id","in":"path","description":"Identifier for the sales_channel_domain","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Sales Channel Domain"],"summary":"Partially update information about a Sales Channel Domain resource","description":"Available since: 6.0.0.0","operationId":"updateSalesChannelDomain","parameters":[{"name":"id","in":"path","description":"Identifier for the sales_channel_domain","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Sales Channel Domain resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SalesChannelDomain"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SalesChannelDomain"}}}},"responses":{"200":{"description":"Detail of SalesChannelDomain","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SalesChannelDomain"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SalesChannelDomain"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/sales-channel-type":{"get":{"tags":["Sales Channel Type"],"summary":"List with basic information of Sales Channel Type resources","description":"Available since: 6.0.0.0","operationId":"getSalesChannelTypeList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Sales Channel Type resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/SalesChannelType"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/sales-channel-type?limit=25"},"last":{"example":"\/sales-channel-type?limit=25\u0026page=11"},"next":{"example":"\/sales-channel-type?limit=25\u0026page=4"},"prev":{"example":"\/sales-channel-type?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/SalesChannelType"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Sales Channel Type"],"summary":"Create a new Sales Channel Type resources","description":"Available since: 6.0.0.0","operationId":"createSalesChannelType","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SalesChannelType"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SalesChannelType"}}}},"responses":{"200":{"description":"Detail of SalesChannelType","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SalesChannelType"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SalesChannelType"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/sales-channel-type\/{id}":{"get":{"tags":["Sales Channel Type"],"summary":"Detailed information about a Sales Channel Type resource","description":"Available since: 6.0.0.0","operationId":"getSalesChannelType","parameters":[{"name":"id","in":"path","description":"Identifier for the sales_channel_type","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of SalesChannelType","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SalesChannelType"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SalesChannelType"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Sales Channel Type"],"summary":"Delete a Sales Channel Type resource","description":"Available since: 6.0.0.0","operationId":"deleteSalesChannelType","parameters":[{"name":"id","in":"path","description":"Identifier for the sales_channel_type","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Sales Channel Type"],"summary":"Partially update information about a Sales Channel Type resource","description":"Available since: 6.0.0.0","operationId":"updateSalesChannelType","parameters":[{"name":"id","in":"path","description":"Identifier for the sales_channel_type","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Sales Channel Type resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SalesChannelType"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SalesChannelType"}}}},"responses":{"200":{"description":"Detail of SalesChannelType","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SalesChannelType"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SalesChannelType"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/salutation":{"get":{"tags":["Salutation"],"summary":"List with basic information of Salutation resources","description":"Available since: 6.0.0.0","operationId":"getSalutationList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Salutation resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/Salutation"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/salutation?limit=25"},"last":{"example":"\/salutation?limit=25\u0026page=11"},"next":{"example":"\/salutation?limit=25\u0026page=4"},"prev":{"example":"\/salutation?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/Salutation"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Salutation"],"summary":"Create a new Salutation resources","description":"Available since: 6.0.0.0","operationId":"createSalutation","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Salutation"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Salutation"}}}},"responses":{"200":{"description":"Detail of Salutation","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Salutation"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Salutation"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/salutation\/{id}":{"get":{"tags":["Salutation"],"summary":"Detailed information about a Salutation resource","description":"Available since: 6.0.0.0","operationId":"getSalutation","parameters":[{"name":"id","in":"path","description":"Identifier for the salutation","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of Salutation","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Salutation"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Salutation"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Salutation"],"summary":"Delete a Salutation resource","description":"Available since: 6.0.0.0","operationId":"deleteSalutation","parameters":[{"name":"id","in":"path","description":"Identifier for the salutation","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Salutation"],"summary":"Partially update information about a Salutation resource","description":"Available since: 6.0.0.0","operationId":"updateSalutation","parameters":[{"name":"id","in":"path","description":"Identifier for the salutation","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Salutation resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Salutation"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Salutation"}}}},"responses":{"200":{"description":"Detail of Salutation","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Salutation"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Salutation"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/scheduled-task":{"get":{"tags":["Scheduled Task"],"summary":"List with basic information of Scheduled Task resources","description":"Available since: 6.0.0.0","operationId":"getScheduledTaskList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Scheduled Task resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/ScheduledTask"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/scheduled-task?limit=25"},"last":{"example":"\/scheduled-task?limit=25\u0026page=11"},"next":{"example":"\/scheduled-task?limit=25\u0026page=4"},"prev":{"example":"\/scheduled-task?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/ScheduledTask"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Scheduled Task"],"summary":"Create a new Scheduled Task resources","description":"Available since: 6.0.0.0","operationId":"createScheduledTask","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ScheduledTask"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ScheduledTask"}}}},"responses":{"200":{"description":"Detail of ScheduledTask","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ScheduledTask"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ScheduledTask"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/scheduled-task\/{id}":{"get":{"tags":["Scheduled Task"],"summary":"Detailed information about a Scheduled Task resource","description":"Available since: 6.0.0.0","operationId":"getScheduledTask","parameters":[{"name":"id","in":"path","description":"Identifier for the scheduled_task","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of ScheduledTask","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ScheduledTask"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ScheduledTask"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Scheduled Task"],"summary":"Delete a Scheduled Task resource","description":"Available since: 6.0.0.0","operationId":"deleteScheduledTask","parameters":[{"name":"id","in":"path","description":"Identifier for the scheduled_task","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Scheduled Task"],"summary":"Partially update information about a Scheduled Task resource","description":"Available since: 6.0.0.0","operationId":"updateScheduledTask","parameters":[{"name":"id","in":"path","description":"Identifier for the scheduled_task","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Scheduled Task resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ScheduledTask"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ScheduledTask"}}}},"responses":{"200":{"description":"Detail of ScheduledTask","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ScheduledTask"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ScheduledTask"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/script":{"get":{"tags":["Script"],"summary":"List with basic information of Script resources","description":"Available since: 6.4.7.0","operationId":"getScriptList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Script resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/Script"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/script?limit=25"},"last":{"example":"\/script?limit=25\u0026page=11"},"next":{"example":"\/script?limit=25\u0026page=4"},"prev":{"example":"\/script?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/Script"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Script"],"summary":"Create a new Script resources","description":"Available since: 6.4.7.0","operationId":"createScript","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Script"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Script"}}}},"responses":{"200":{"description":"Detail of Script","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Script"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Script"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/script\/{id}":{"get":{"tags":["Script"],"summary":"Detailed information about a Script resource","description":"Available since: 6.4.7.0","operationId":"getScript","parameters":[{"name":"id","in":"path","description":"Identifier for the script","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of Script","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Script"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Script"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Script"],"summary":"Delete a Script resource","description":"Available since: 6.4.7.0","operationId":"deleteScript","parameters":[{"name":"id","in":"path","description":"Identifier for the script","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Script"],"summary":"Partially update information about a Script resource","description":"Available since: 6.4.7.0","operationId":"updateScript","parameters":[{"name":"id","in":"path","description":"Identifier for the script","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Script resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Script"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Script"}}}},"responses":{"200":{"description":"Detail of Script","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Script"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Script"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/seo-url":{"get":{"tags":["Seo Url"],"summary":"List with basic information of Seo Url resources","description":"Available since: 6.0.0.0","operationId":"getSeoUrlList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Seo Url resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/SeoUrl"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/seo-url?limit=25"},"last":{"example":"\/seo-url?limit=25\u0026page=11"},"next":{"example":"\/seo-url?limit=25\u0026page=4"},"prev":{"example":"\/seo-url?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/SeoUrl"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Seo Url"],"summary":"Create a new Seo Url resources","description":"Available since: 6.0.0.0","operationId":"createSeoUrl","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SeoUrl"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SeoUrl"}}}},"responses":{"200":{"description":"Detail of SeoUrl","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SeoUrl"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SeoUrl"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/seo-url\/{id}":{"get":{"tags":["Seo Url"],"summary":"Detailed information about a Seo Url resource","description":"Available since: 6.0.0.0","operationId":"getSeoUrl","parameters":[{"name":"id","in":"path","description":"Identifier for the seo_url","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of SeoUrl","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SeoUrl"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SeoUrl"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Seo Url"],"summary":"Delete a Seo Url resource","description":"Available since: 6.0.0.0","operationId":"deleteSeoUrl","parameters":[{"name":"id","in":"path","description":"Identifier for the seo_url","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Seo Url"],"summary":"Partially update information about a Seo Url resource","description":"Available since: 6.0.0.0","operationId":"updateSeoUrl","parameters":[{"name":"id","in":"path","description":"Identifier for the seo_url","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Seo Url resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SeoUrl"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SeoUrl"}}}},"responses":{"200":{"description":"Detail of SeoUrl","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SeoUrl"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SeoUrl"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/seo-url-template":{"get":{"tags":["Seo Url Template"],"summary":"List with basic information of Seo Url Template resources","description":"Available since: 6.0.0.0","operationId":"getSeoUrlTemplateList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Seo Url Template resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/SeoUrlTemplate"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/seo-url-template?limit=25"},"last":{"example":"\/seo-url-template?limit=25\u0026page=11"},"next":{"example":"\/seo-url-template?limit=25\u0026page=4"},"prev":{"example":"\/seo-url-template?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/SeoUrlTemplate"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Seo Url Template"],"summary":"Create a new Seo Url Template resources","description":"Available since: 6.0.0.0","operationId":"createSeoUrlTemplate","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SeoUrlTemplate"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SeoUrlTemplate"}}}},"responses":{"200":{"description":"Detail of SeoUrlTemplate","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SeoUrlTemplate"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SeoUrlTemplate"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/seo-url-template\/{id}":{"get":{"tags":["Seo Url Template"],"summary":"Detailed information about a Seo Url Template resource","description":"Available since: 6.0.0.0","operationId":"getSeoUrlTemplate","parameters":[{"name":"id","in":"path","description":"Identifier for the seo_url_template","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of SeoUrlTemplate","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SeoUrlTemplate"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SeoUrlTemplate"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Seo Url Template"],"summary":"Delete a Seo Url Template resource","description":"Available since: 6.0.0.0","operationId":"deleteSeoUrlTemplate","parameters":[{"name":"id","in":"path","description":"Identifier for the seo_url_template","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Seo Url Template"],"summary":"Partially update information about a Seo Url Template resource","description":"Available since: 6.0.0.0","operationId":"updateSeoUrlTemplate","parameters":[{"name":"id","in":"path","description":"Identifier for the seo_url_template","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Seo Url Template resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SeoUrlTemplate"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SeoUrlTemplate"}}}},"responses":{"200":{"description":"Detail of SeoUrlTemplate","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SeoUrlTemplate"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SeoUrlTemplate"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/shipping-method":{"get":{"tags":["Shipping Method"],"summary":"List with basic information of Shipping Method resources","description":"Available since: 6.0.0.0","operationId":"getShippingMethodList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Shipping Method resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/ShippingMethod"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/shipping-method?limit=25"},"last":{"example":"\/shipping-method?limit=25\u0026page=11"},"next":{"example":"\/shipping-method?limit=25\u0026page=4"},"prev":{"example":"\/shipping-method?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/ShippingMethod"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Shipping Method"],"summary":"Create a new Shipping Method resources","description":"Available since: 6.0.0.0","operationId":"createShippingMethod","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ShippingMethod"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ShippingMethod"}}}},"responses":{"200":{"description":"Detail of ShippingMethod","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ShippingMethod"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ShippingMethod"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/shipping-method\/{id}":{"get":{"tags":["Shipping Method"],"summary":"Detailed information about a Shipping Method resource","description":"Available since: 6.0.0.0","operationId":"getShippingMethod","parameters":[{"name":"id","in":"path","description":"Identifier for the shipping_method","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of ShippingMethod","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ShippingMethod"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ShippingMethod"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Shipping Method"],"summary":"Delete a Shipping Method resource","description":"Available since: 6.0.0.0","operationId":"deleteShippingMethod","parameters":[{"name":"id","in":"path","description":"Identifier for the shipping_method","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Shipping Method"],"summary":"Partially update information about a Shipping Method resource","description":"Available since: 6.0.0.0","operationId":"updateShippingMethod","parameters":[{"name":"id","in":"path","description":"Identifier for the shipping_method","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Shipping Method resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ShippingMethod"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ShippingMethod"}}}},"responses":{"200":{"description":"Detail of ShippingMethod","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ShippingMethod"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ShippingMethod"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/shipping-method-price":{"get":{"tags":["Shipping Method Price"],"summary":"List with basic information of Shipping Method Price resources","description":"Available since: 6.0.0.0","operationId":"getShippingMethodPriceList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Shipping Method Price resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/ShippingMethodPrice"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/shipping-method-price?limit=25"},"last":{"example":"\/shipping-method-price?limit=25\u0026page=11"},"next":{"example":"\/shipping-method-price?limit=25\u0026page=4"},"prev":{"example":"\/shipping-method-price?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/ShippingMethodPrice"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Shipping Method Price"],"summary":"Create a new Shipping Method Price resources","description":"Available since: 6.0.0.0","operationId":"createShippingMethodPrice","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ShippingMethodPrice"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ShippingMethodPrice"}}}},"responses":{"200":{"description":"Detail of ShippingMethodPrice","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ShippingMethodPrice"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ShippingMethodPrice"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/shipping-method-price\/{id}":{"get":{"tags":["Shipping Method Price"],"summary":"Detailed information about a Shipping Method Price resource","description":"Available since: 6.0.0.0","operationId":"getShippingMethodPrice","parameters":[{"name":"id","in":"path","description":"Identifier for the shipping_method_price","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of ShippingMethodPrice","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ShippingMethodPrice"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ShippingMethodPrice"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Shipping Method Price"],"summary":"Delete a Shipping Method Price resource","description":"Available since: 6.0.0.0","operationId":"deleteShippingMethodPrice","parameters":[{"name":"id","in":"path","description":"Identifier for the shipping_method_price","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Shipping Method Price"],"summary":"Partially update information about a Shipping Method Price resource","description":"Available since: 6.0.0.0","operationId":"updateShippingMethodPrice","parameters":[{"name":"id","in":"path","description":"Identifier for the shipping_method_price","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Shipping Method Price resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ShippingMethodPrice"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ShippingMethodPrice"}}}},"responses":{"200":{"description":"Detail of ShippingMethodPrice","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/ShippingMethodPrice"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ShippingMethodPrice"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/snippet":{"get":{"tags":["Snippet"],"summary":"List with basic information of Snippet resources","description":"Available since: 6.0.0.0","operationId":"getSnippetList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Snippet resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/Snippet"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/snippet?limit=25"},"last":{"example":"\/snippet?limit=25\u0026page=11"},"next":{"example":"\/snippet?limit=25\u0026page=4"},"prev":{"example":"\/snippet?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/Snippet"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Snippet"],"summary":"Create a new Snippet resources","description":"Available since: 6.0.0.0","operationId":"createSnippet","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Snippet"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Snippet"}}}},"responses":{"200":{"description":"Detail of Snippet","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Snippet"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Snippet"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/snippet\/{id}":{"get":{"tags":["Snippet"],"summary":"Detailed information about a Snippet resource","description":"Available since: 6.0.0.0","operationId":"getSnippet","parameters":[{"name":"id","in":"path","description":"Identifier for the snippet","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of Snippet","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Snippet"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Snippet"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Snippet"],"summary":"Delete a Snippet resource","description":"Available since: 6.0.0.0","operationId":"deleteSnippet","parameters":[{"name":"id","in":"path","description":"Identifier for the snippet","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Snippet"],"summary":"Partially update information about a Snippet resource","description":"Available since: 6.0.0.0","operationId":"updateSnippet","parameters":[{"name":"id","in":"path","description":"Identifier for the snippet","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Snippet resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Snippet"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Snippet"}}}},"responses":{"200":{"description":"Detail of Snippet","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Snippet"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Snippet"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/snippet-set":{"get":{"tags":["Snippet Set"],"summary":"List with basic information of Snippet Set resources","description":"Available since: 6.0.0.0","operationId":"getSnippetSetList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Snippet Set resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/SnippetSet"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/snippet-set?limit=25"},"last":{"example":"\/snippet-set?limit=25\u0026page=11"},"next":{"example":"\/snippet-set?limit=25\u0026page=4"},"prev":{"example":"\/snippet-set?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/SnippetSet"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Snippet Set"],"summary":"Create a new Snippet Set resources","description":"Available since: 6.0.0.0","operationId":"createSnippetSet","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SnippetSet"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SnippetSet"}}}},"responses":{"200":{"description":"Detail of SnippetSet","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SnippetSet"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SnippetSet"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/snippet-set\/{id}":{"get":{"tags":["Snippet Set"],"summary":"Detailed information about a Snippet Set resource","description":"Available since: 6.0.0.0","operationId":"getSnippetSet","parameters":[{"name":"id","in":"path","description":"Identifier for the snippet_set","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of SnippetSet","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SnippetSet"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SnippetSet"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Snippet Set"],"summary":"Delete a Snippet Set resource","description":"Available since: 6.0.0.0","operationId":"deleteSnippetSet","parameters":[{"name":"id","in":"path","description":"Identifier for the snippet_set","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Snippet Set"],"summary":"Partially update information about a Snippet Set resource","description":"Available since: 6.0.0.0","operationId":"updateSnippetSet","parameters":[{"name":"id","in":"path","description":"Identifier for the snippet_set","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Snippet Set resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SnippetSet"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SnippetSet"}}}},"responses":{"200":{"description":"Detail of SnippetSet","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SnippetSet"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SnippetSet"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/state-machine":{"get":{"tags":["State Machine"],"summary":"List with basic information of State Machine resources","description":"Available since: 6.0.0.0","operationId":"getStateMachineList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of State Machine resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/StateMachine"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/state-machine?limit=25"},"last":{"example":"\/state-machine?limit=25\u0026page=11"},"next":{"example":"\/state-machine?limit=25\u0026page=4"},"prev":{"example":"\/state-machine?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/StateMachine"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["State Machine"],"summary":"Create a new State Machine resources","description":"Available since: 6.0.0.0","operationId":"createStateMachine","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/StateMachine"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StateMachine"}}}},"responses":{"200":{"description":"Detail of StateMachine","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/StateMachine"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StateMachine"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/state-machine\/{id}":{"get":{"tags":["State Machine"],"summary":"Detailed information about a State Machine resource","description":"Available since: 6.0.0.0","operationId":"getStateMachine","parameters":[{"name":"id","in":"path","description":"Identifier for the state_machine","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of StateMachine","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/StateMachine"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StateMachine"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["State Machine"],"summary":"Delete a State Machine resource","description":"Available since: 6.0.0.0","operationId":"deleteStateMachine","parameters":[{"name":"id","in":"path","description":"Identifier for the state_machine","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["State Machine"],"summary":"Partially update information about a State Machine resource","description":"Available since: 6.0.0.0","operationId":"updateStateMachine","parameters":[{"name":"id","in":"path","description":"Identifier for the state_machine","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a State Machine resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/StateMachine"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StateMachine"}}}},"responses":{"200":{"description":"Detail of StateMachine","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/StateMachine"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StateMachine"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/state-machine-history":{"get":{"tags":["State Machine History"],"summary":"List with basic information of State Machine History resources","description":"Available since: 6.0.0.0","operationId":"getStateMachineHistoryList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of State Machine History resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/StateMachineHistory"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/state-machine-history?limit=25"},"last":{"example":"\/state-machine-history?limit=25\u0026page=11"},"next":{"example":"\/state-machine-history?limit=25\u0026page=4"},"prev":{"example":"\/state-machine-history?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/StateMachineHistory"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["State Machine History"],"summary":"Create a new State Machine History resources","description":"Available since: 6.0.0.0","operationId":"createStateMachineHistory","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/StateMachineHistory"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StateMachineHistory"}}}},"responses":{"200":{"description":"Detail of StateMachineHistory","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/StateMachineHistory"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StateMachineHistory"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/state-machine-history\/{id}":{"get":{"tags":["State Machine History"],"summary":"Detailed information about a State Machine History resource","description":"Available since: 6.0.0.0","operationId":"getStateMachineHistory","parameters":[{"name":"id","in":"path","description":"Identifier for the state_machine_history","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of StateMachineHistory","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/StateMachineHistory"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StateMachineHistory"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["State Machine History"],"summary":"Delete a State Machine History resource","description":"Available since: 6.0.0.0","operationId":"deleteStateMachineHistory","parameters":[{"name":"id","in":"path","description":"Identifier for the state_machine_history","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["State Machine History"],"summary":"Partially update information about a State Machine History resource","description":"Available since: 6.0.0.0","operationId":"updateStateMachineHistory","parameters":[{"name":"id","in":"path","description":"Identifier for the state_machine_history","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a State Machine History resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/StateMachineHistory"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StateMachineHistory"}}}},"responses":{"200":{"description":"Detail of StateMachineHistory","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/StateMachineHistory"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StateMachineHistory"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/state-machine-state":{"get":{"tags":["State Machine State"],"summary":"List with basic information of State Machine State resources","description":"Available since: 6.0.0.0","operationId":"getStateMachineStateList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of State Machine State resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/StateMachineState"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/state-machine-state?limit=25"},"last":{"example":"\/state-machine-state?limit=25\u0026page=11"},"next":{"example":"\/state-machine-state?limit=25\u0026page=4"},"prev":{"example":"\/state-machine-state?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/StateMachineState"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["State Machine State"],"summary":"Create a new State Machine State resources","description":"Available since: 6.0.0.0","operationId":"createStateMachineState","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/StateMachineState"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StateMachineState"}}}},"responses":{"200":{"description":"Detail of StateMachineState","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/StateMachineState"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StateMachineState"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/state-machine-state\/{id}":{"get":{"tags":["State Machine State"],"summary":"Detailed information about a State Machine State resource","description":"Available since: 6.0.0.0","operationId":"getStateMachineState","parameters":[{"name":"id","in":"path","description":"Identifier for the state_machine_state","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of StateMachineState","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/StateMachineState"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StateMachineState"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["State Machine State"],"summary":"Delete a State Machine State resource","description":"Available since: 6.0.0.0","operationId":"deleteStateMachineState","parameters":[{"name":"id","in":"path","description":"Identifier for the state_machine_state","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["State Machine State"],"summary":"Partially update information about a State Machine State resource","description":"Available since: 6.0.0.0","operationId":"updateStateMachineState","parameters":[{"name":"id","in":"path","description":"Identifier for the state_machine_state","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a State Machine State resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/StateMachineState"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StateMachineState"}}}},"responses":{"200":{"description":"Detail of StateMachineState","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/StateMachineState"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StateMachineState"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/state-machine-transition":{"get":{"tags":["State Machine Transition"],"summary":"List with basic information of State Machine Transition resources","description":"Available since: 6.0.0.0","operationId":"getStateMachineTransitionList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of State Machine Transition resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/StateMachineTransition"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/state-machine-transition?limit=25"},"last":{"example":"\/state-machine-transition?limit=25\u0026page=11"},"next":{"example":"\/state-machine-transition?limit=25\u0026page=4"},"prev":{"example":"\/state-machine-transition?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/StateMachineTransition"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["State Machine Transition"],"summary":"Create a new State Machine Transition resources","description":"Available since: 6.0.0.0","operationId":"createStateMachineTransition","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/StateMachineTransition"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StateMachineTransition"}}}},"responses":{"200":{"description":"Detail of StateMachineTransition","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/StateMachineTransition"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StateMachineTransition"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/state-machine-transition\/{id}":{"get":{"tags":["State Machine Transition"],"summary":"Detailed information about a State Machine Transition resource","description":"Available since: 6.0.0.0","operationId":"getStateMachineTransition","parameters":[{"name":"id","in":"path","description":"Identifier for the state_machine_transition","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of StateMachineTransition","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/StateMachineTransition"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StateMachineTransition"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["State Machine Transition"],"summary":"Delete a State Machine Transition resource","description":"Available since: 6.0.0.0","operationId":"deleteStateMachineTransition","parameters":[{"name":"id","in":"path","description":"Identifier for the state_machine_transition","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["State Machine Transition"],"summary":"Partially update information about a State Machine Transition resource","description":"Available since: 6.0.0.0","operationId":"updateStateMachineTransition","parameters":[{"name":"id","in":"path","description":"Identifier for the state_machine_transition","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a State Machine Transition resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/StateMachineTransition"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StateMachineTransition"}}}},"responses":{"200":{"description":"Detail of StateMachineTransition","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/StateMachineTransition"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StateMachineTransition"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/system-config":{"get":{"tags":["System Config"],"summary":"List with basic information of System Config resources","description":"Available since: 6.0.0.0","operationId":"getSystemConfigList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of System Config resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/SystemConfig"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/system-config?limit=25"},"last":{"example":"\/system-config?limit=25\u0026page=11"},"next":{"example":"\/system-config?limit=25\u0026page=4"},"prev":{"example":"\/system-config?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/SystemConfig"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["System Config"],"summary":"Create a new System Config resources","description":"Available since: 6.0.0.0","operationId":"createSystemConfig","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SystemConfig"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SystemConfig"}}}},"responses":{"200":{"description":"Detail of SystemConfig","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SystemConfig"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SystemConfig"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/system-config\/{id}":{"get":{"tags":["System Config"],"summary":"Detailed information about a System Config resource","description":"Available since: 6.0.0.0","operationId":"getSystemConfig","parameters":[{"name":"id","in":"path","description":"Identifier for the system_config","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of SystemConfig","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SystemConfig"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SystemConfig"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["System Config"],"summary":"Delete a System Config resource","description":"Available since: 6.0.0.0","operationId":"deleteSystemConfig","parameters":[{"name":"id","in":"path","description":"Identifier for the system_config","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["System Config"],"summary":"Partially update information about a System Config resource","description":"Available since: 6.0.0.0","operationId":"updateSystemConfig","parameters":[{"name":"id","in":"path","description":"Identifier for the system_config","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a System Config resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SystemConfig"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SystemConfig"}}}},"responses":{"200":{"description":"Detail of SystemConfig","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/SystemConfig"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SystemConfig"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/tag":{"get":{"tags":["Tag"],"summary":"List with basic information of Tag resources","description":"Available since: 6.0.0.0","operationId":"getTagList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Tag resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/Tag"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/tag?limit=25"},"last":{"example":"\/tag?limit=25\u0026page=11"},"next":{"example":"\/tag?limit=25\u0026page=4"},"prev":{"example":"\/tag?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/Tag"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Tag"],"summary":"Create a new Tag resources","description":"Available since: 6.0.0.0","operationId":"createTag","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Tag"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Tag"}}}},"responses":{"200":{"description":"Detail of Tag","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Tag"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Tag"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/tag\/{id}":{"get":{"tags":["Tag"],"summary":"Detailed information about a Tag resource","description":"Available since: 6.0.0.0","operationId":"getTag","parameters":[{"name":"id","in":"path","description":"Identifier for the tag","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of Tag","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Tag"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Tag"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Tag"],"summary":"Delete a Tag resource","description":"Available since: 6.0.0.0","operationId":"deleteTag","parameters":[{"name":"id","in":"path","description":"Identifier for the tag","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Tag"],"summary":"Partially update information about a Tag resource","description":"Available since: 6.0.0.0","operationId":"updateTag","parameters":[{"name":"id","in":"path","description":"Identifier for the tag","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Tag resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Tag"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Tag"}}}},"responses":{"200":{"description":"Detail of Tag","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Tag"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Tag"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/tax":{"get":{"tags":["Tax"],"summary":"List with basic information of Tax resources","description":"Available since: 6.0.0.0","operationId":"getTaxList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Tax resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/Tax"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/tax?limit=25"},"last":{"example":"\/tax?limit=25\u0026page=11"},"next":{"example":"\/tax?limit=25\u0026page=4"},"prev":{"example":"\/tax?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/Tax"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Tax"],"summary":"Create a new Tax resources","description":"Available since: 6.0.0.0","operationId":"createTax","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Tax"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Tax"}}}},"responses":{"200":{"description":"Detail of Tax","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Tax"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Tax"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/tax\/{id}":{"get":{"tags":["Tax"],"summary":"Detailed information about a Tax resource","description":"Available since: 6.0.0.0","operationId":"getTax","parameters":[{"name":"id","in":"path","description":"Identifier for the tax","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of Tax","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Tax"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Tax"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Tax"],"summary":"Delete a Tax resource","description":"Available since: 6.0.0.0","operationId":"deleteTax","parameters":[{"name":"id","in":"path","description":"Identifier for the tax","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Tax"],"summary":"Partially update information about a Tax resource","description":"Available since: 6.0.0.0","operationId":"updateTax","parameters":[{"name":"id","in":"path","description":"Identifier for the tax","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Tax resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Tax"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Tax"}}}},"responses":{"200":{"description":"Detail of Tax","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Tax"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Tax"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/tax-provider":{"get":{"tags":["Tax Provider"],"summary":"List with basic information of Tax Provider resources","description":"Available since: 6.5.0.0","operationId":"getTaxProviderList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Tax Provider resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/TaxProvider"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/tax-provider?limit=25"},"last":{"example":"\/tax-provider?limit=25\u0026page=11"},"next":{"example":"\/tax-provider?limit=25\u0026page=4"},"prev":{"example":"\/tax-provider?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/TaxProvider"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Tax Provider"],"summary":"Create a new Tax Provider resources","description":"Available since: 6.5.0.0","operationId":"createTaxProvider","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/TaxProvider"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TaxProvider"}}}},"responses":{"200":{"description":"Detail of TaxProvider","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/TaxProvider"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TaxProvider"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/tax-provider\/{id}":{"get":{"tags":["Tax Provider"],"summary":"Detailed information about a Tax Provider resource","description":"Available since: 6.5.0.0","operationId":"getTaxProvider","parameters":[{"name":"id","in":"path","description":"Identifier for the tax_provider","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of TaxProvider","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/TaxProvider"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TaxProvider"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Tax Provider"],"summary":"Delete a Tax Provider resource","description":"Available since: 6.5.0.0","operationId":"deleteTaxProvider","parameters":[{"name":"id","in":"path","description":"Identifier for the tax_provider","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Tax Provider"],"summary":"Partially update information about a Tax Provider resource","description":"Available since: 6.5.0.0","operationId":"updateTaxProvider","parameters":[{"name":"id","in":"path","description":"Identifier for the tax_provider","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Tax Provider resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/TaxProvider"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TaxProvider"}}}},"responses":{"200":{"description":"Detail of TaxProvider","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/TaxProvider"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TaxProvider"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/tax-rule":{"get":{"tags":["Tax Rule"],"summary":"List with basic information of Tax Rule resources","description":"Available since: 6.1.0.0","operationId":"getTaxRuleList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Tax Rule resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/TaxRule"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/tax-rule?limit=25"},"last":{"example":"\/tax-rule?limit=25\u0026page=11"},"next":{"example":"\/tax-rule?limit=25\u0026page=4"},"prev":{"example":"\/tax-rule?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/TaxRule"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Tax Rule"],"summary":"Create a new Tax Rule resources","description":"Available since: 6.1.0.0","operationId":"createTaxRule","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/TaxRule"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TaxRule"}}}},"responses":{"200":{"description":"Detail of TaxRule","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/TaxRule"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TaxRule"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/tax-rule\/{id}":{"get":{"tags":["Tax Rule"],"summary":"Detailed information about a Tax Rule resource","description":"Available since: 6.1.0.0","operationId":"getTaxRule","parameters":[{"name":"id","in":"path","description":"Identifier for the tax_rule","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of TaxRule","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/TaxRule"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TaxRule"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Tax Rule"],"summary":"Delete a Tax Rule resource","description":"Available since: 6.1.0.0","operationId":"deleteTaxRule","parameters":[{"name":"id","in":"path","description":"Identifier for the tax_rule","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Tax Rule"],"summary":"Partially update information about a Tax Rule resource","description":"Available since: 6.1.0.0","operationId":"updateTaxRule","parameters":[{"name":"id","in":"path","description":"Identifier for the tax_rule","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Tax Rule resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/TaxRule"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TaxRule"}}}},"responses":{"200":{"description":"Detail of TaxRule","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/TaxRule"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TaxRule"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/tax-rule-type":{"get":{"tags":["Tax Rule Type"],"summary":"List with basic information of Tax Rule Type resources","description":"Available since: 6.1.0.0","operationId":"getTaxRuleTypeList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Tax Rule Type resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/TaxRuleType"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/tax-rule-type?limit=25"},"last":{"example":"\/tax-rule-type?limit=25\u0026page=11"},"next":{"example":"\/tax-rule-type?limit=25\u0026page=4"},"prev":{"example":"\/tax-rule-type?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/TaxRuleType"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Tax Rule Type"],"summary":"Create a new Tax Rule Type resources","description":"Available since: 6.1.0.0","operationId":"createTaxRuleType","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/TaxRuleType"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TaxRuleType"}}}},"responses":{"200":{"description":"Detail of TaxRuleType","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/TaxRuleType"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TaxRuleType"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/tax-rule-type\/{id}":{"get":{"tags":["Tax Rule Type"],"summary":"Detailed information about a Tax Rule Type resource","description":"Available since: 6.1.0.0","operationId":"getTaxRuleType","parameters":[{"name":"id","in":"path","description":"Identifier for the tax_rule_type","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of TaxRuleType","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/TaxRuleType"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TaxRuleType"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Tax Rule Type"],"summary":"Delete a Tax Rule Type resource","description":"Available since: 6.1.0.0","operationId":"deleteTaxRuleType","parameters":[{"name":"id","in":"path","description":"Identifier for the tax_rule_type","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Tax Rule Type"],"summary":"Partially update information about a Tax Rule Type resource","description":"Available since: 6.1.0.0","operationId":"updateTaxRuleType","parameters":[{"name":"id","in":"path","description":"Identifier for the tax_rule_type","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Tax Rule Type resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/TaxRuleType"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TaxRuleType"}}}},"responses":{"200":{"description":"Detail of TaxRuleType","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/TaxRuleType"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TaxRuleType"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/theme":{"get":{"tags":["Theme"],"summary":"List with basic information of Theme resources","description":"Available since: 6.0.0.0","operationId":"getThemeList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Theme resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/Theme"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/theme?limit=25"},"last":{"example":"\/theme?limit=25\u0026page=11"},"next":{"example":"\/theme?limit=25\u0026page=4"},"prev":{"example":"\/theme?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/Theme"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Theme"],"summary":"Create a new Theme resources","description":"Available since: 6.0.0.0","operationId":"createTheme","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Theme"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Theme"}}}},"responses":{"200":{"description":"Detail of Theme","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Theme"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Theme"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/theme\/{id}":{"get":{"tags":["Theme"],"summary":"Detailed information about a Theme resource","description":"Available since: 6.0.0.0","operationId":"getTheme","parameters":[{"name":"id","in":"path","description":"Identifier for the theme","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of Theme","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Theme"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Theme"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Theme"],"summary":"Delete a Theme resource","description":"Available since: 6.0.0.0","operationId":"deleteTheme","parameters":[{"name":"id","in":"path","description":"Identifier for the theme","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Theme"],"summary":"Partially update information about a Theme resource","description":"Available since: 6.0.0.0","operationId":"updateTheme","parameters":[{"name":"id","in":"path","description":"Identifier for the theme","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Theme resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Theme"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Theme"}}}},"responses":{"200":{"description":"Detail of Theme","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Theme"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Theme"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/unit":{"get":{"tags":["Unit"],"summary":"List with basic information of Unit resources","description":"Available since: 6.0.0.0","operationId":"getUnitList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Unit resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/Unit"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/unit?limit=25"},"last":{"example":"\/unit?limit=25\u0026page=11"},"next":{"example":"\/unit?limit=25\u0026page=4"},"prev":{"example":"\/unit?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/Unit"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Unit"],"summary":"Create a new Unit resources","description":"Available since: 6.0.0.0","operationId":"createUnit","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Unit"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Unit"}}}},"responses":{"200":{"description":"Detail of Unit","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Unit"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Unit"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/unit\/{id}":{"get":{"tags":["Unit"],"summary":"Detailed information about a Unit resource","description":"Available since: 6.0.0.0","operationId":"getUnit","parameters":[{"name":"id","in":"path","description":"Identifier for the unit","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of Unit","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Unit"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Unit"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Unit"],"summary":"Delete a Unit resource","description":"Available since: 6.0.0.0","operationId":"deleteUnit","parameters":[{"name":"id","in":"path","description":"Identifier for the unit","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Unit"],"summary":"Partially update information about a Unit resource","description":"Available since: 6.0.0.0","operationId":"updateUnit","parameters":[{"name":"id","in":"path","description":"Identifier for the unit","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Unit resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Unit"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Unit"}}}},"responses":{"200":{"description":"Detail of Unit","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Unit"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Unit"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/user":{"get":{"tags":["User"],"summary":"List with basic information of User resources","description":"Available since: 6.0.0.0","operationId":"getUserList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of User resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/User"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/user?limit=25"},"last":{"example":"\/user?limit=25\u0026page=11"},"next":{"example":"\/user?limit=25\u0026page=4"},"prev":{"example":"\/user?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/User"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["User"],"summary":"Create a new User resources","description":"Available since: 6.0.0.0","operationId":"createUser","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/User"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User"}}}},"responses":{"200":{"description":"Detail of User","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/User"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/user\/{id}":{"get":{"tags":["User"],"summary":"Detailed information about a User resource","description":"Available since: 6.0.0.0","operationId":"getUser","parameters":[{"name":"id","in":"path","description":"Identifier for the user","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of User","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/User"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["User"],"summary":"Delete a User resource","description":"Available since: 6.0.0.0","operationId":"deleteUser","parameters":[{"name":"id","in":"path","description":"Identifier for the user","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["User"],"summary":"Partially update information about a User resource","description":"Available since: 6.0.0.0","operationId":"updateUser","parameters":[{"name":"id","in":"path","description":"Identifier for the user","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a User resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/User"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User"}}}},"responses":{"200":{"description":"Detail of User","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/User"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/user-access-key":{"get":{"tags":["User Access Key"],"summary":"List with basic information of User Access Key resources","description":"Available since: 6.0.0.0","operationId":"getUserAccessKeyList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of User Access Key resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/UserAccessKey"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/user-access-key?limit=25"},"last":{"example":"\/user-access-key?limit=25\u0026page=11"},"next":{"example":"\/user-access-key?limit=25\u0026page=4"},"prev":{"example":"\/user-access-key?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserAccessKey"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["User Access Key"],"summary":"Create a new User Access Key resources","description":"Available since: 6.0.0.0","operationId":"createUserAccessKey","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/UserAccessKey"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserAccessKey"}}}},"responses":{"200":{"description":"Detail of UserAccessKey","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/UserAccessKey"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserAccessKey"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/user-access-key\/{id}":{"get":{"tags":["User Access Key"],"summary":"Detailed information about a User Access Key resource","description":"Available since: 6.0.0.0","operationId":"getUserAccessKey","parameters":[{"name":"id","in":"path","description":"Identifier for the user_access_key","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of UserAccessKey","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/UserAccessKey"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserAccessKey"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["User Access Key"],"summary":"Delete a User Access Key resource","description":"Available since: 6.0.0.0","operationId":"deleteUserAccessKey","parameters":[{"name":"id","in":"path","description":"Identifier for the user_access_key","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["User Access Key"],"summary":"Partially update information about a User Access Key resource","description":"Available since: 6.0.0.0","operationId":"updateUserAccessKey","parameters":[{"name":"id","in":"path","description":"Identifier for the user_access_key","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a User Access Key resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/UserAccessKey"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserAccessKey"}}}},"responses":{"200":{"description":"Detail of UserAccessKey","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/UserAccessKey"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserAccessKey"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/user-config":{"get":{"tags":["User Config"],"summary":"List with basic information of User Config resources","description":"Available since: 6.3.5.0","operationId":"getUserConfigList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of User Config resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/UserConfig"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/user-config?limit=25"},"last":{"example":"\/user-config?limit=25\u0026page=11"},"next":{"example":"\/user-config?limit=25\u0026page=4"},"prev":{"example":"\/user-config?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserConfig"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["User Config"],"summary":"Create a new User Config resources","description":"Available since: 6.3.5.0","operationId":"createUserConfig","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/UserConfig"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserConfig"}}}},"responses":{"200":{"description":"Detail of UserConfig","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/UserConfig"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserConfig"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/user-config\/{id}":{"get":{"tags":["User Config"],"summary":"Detailed information about a User Config resource","description":"Available since: 6.3.5.0","operationId":"getUserConfig","parameters":[{"name":"id","in":"path","description":"Identifier for the user_config","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of UserConfig","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/UserConfig"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserConfig"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["User Config"],"summary":"Delete a User Config resource","description":"Available since: 6.3.5.0","operationId":"deleteUserConfig","parameters":[{"name":"id","in":"path","description":"Identifier for the user_config","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["User Config"],"summary":"Partially update information about a User Config resource","description":"Available since: 6.3.5.0","operationId":"updateUserConfig","parameters":[{"name":"id","in":"path","description":"Identifier for the user_config","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a User Config resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/UserConfig"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserConfig"}}}},"responses":{"200":{"description":"Detail of UserConfig","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/UserConfig"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserConfig"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/user-recovery":{"get":{"tags":["User Recovery"],"summary":"List with basic information of User Recovery resources","description":"Available since: 6.0.0.0","operationId":"getUserRecoveryList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of User Recovery resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/UserRecovery"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/user-recovery?limit=25"},"last":{"example":"\/user-recovery?limit=25\u0026page=11"},"next":{"example":"\/user-recovery?limit=25\u0026page=4"},"prev":{"example":"\/user-recovery?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserRecovery"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["User Recovery"],"summary":"Create a new User Recovery resources","description":"Available since: 6.0.0.0","operationId":"createUserRecovery","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/UserRecovery"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserRecovery"}}}},"responses":{"200":{"description":"Detail of UserRecovery","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/UserRecovery"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserRecovery"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/user-recovery\/{id}":{"get":{"tags":["User Recovery"],"summary":"Detailed information about a User Recovery resource","description":"Available since: 6.0.0.0","operationId":"getUserRecovery","parameters":[{"name":"id","in":"path","description":"Identifier for the user_recovery","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of UserRecovery","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/UserRecovery"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserRecovery"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["User Recovery"],"summary":"Delete a User Recovery resource","description":"Available since: 6.0.0.0","operationId":"deleteUserRecovery","parameters":[{"name":"id","in":"path","description":"Identifier for the user_recovery","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["User Recovery"],"summary":"Partially update information about a User Recovery resource","description":"Available since: 6.0.0.0","operationId":"updateUserRecovery","parameters":[{"name":"id","in":"path","description":"Identifier for the user_recovery","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a User Recovery resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/UserRecovery"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserRecovery"}}}},"responses":{"200":{"description":"Detail of UserRecovery","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/UserRecovery"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserRecovery"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/webhook":{"get":{"tags":["Webhook"],"summary":"List with basic information of Webhook resources","description":"Available since: 6.3.1.0","operationId":"getWebhookList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Webhook resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/Webhook"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/webhook?limit=25"},"last":{"example":"\/webhook?limit=25\u0026page=11"},"next":{"example":"\/webhook?limit=25\u0026page=4"},"prev":{"example":"\/webhook?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/Webhook"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Webhook"],"summary":"Create a new Webhook resources","description":"Available since: 6.3.1.0","operationId":"createWebhook","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Webhook"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Webhook"}}}},"responses":{"200":{"description":"Detail of Webhook","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Webhook"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Webhook"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/webhook\/{id}":{"get":{"tags":["Webhook"],"summary":"Detailed information about a Webhook resource","description":"Available since: 6.3.1.0","operationId":"getWebhook","parameters":[{"name":"id","in":"path","description":"Identifier for the webhook","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of Webhook","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Webhook"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Webhook"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Webhook"],"summary":"Delete a Webhook resource","description":"Available since: 6.3.1.0","operationId":"deleteWebhook","parameters":[{"name":"id","in":"path","description":"Identifier for the webhook","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Webhook"],"summary":"Partially update information about a Webhook resource","description":"Available since: 6.3.1.0","operationId":"updateWebhook","parameters":[{"name":"id","in":"path","description":"Identifier for the webhook","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Webhook resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Webhook"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Webhook"}}}},"responses":{"200":{"description":"Detail of Webhook","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/Webhook"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Webhook"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/webhook-event-log":{"get":{"tags":["Webhook Event Log"],"summary":"List with basic information of Webhook Event Log resources","description":"Available since: 6.4.1.0","operationId":"getWebhookEventLogList","parameters":[{"name":"limit","in":"query","description":"Max amount of resources to be returned in a page","schema":{"type":"integer"}},{"name":"page","in":"query","description":"The page to be returned","schema":{"type":"integer"}},{"name":"query","in":"query","description":"Encoded SwagQL in JSON","schema":{"type":"string"}}],"responses":{"200":{"description":"List of Webhook Event Log resources.","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"allOf":[{"$ref":"#\/components\/schemas\/data"},{"type":"array","items":{"$ref":"#\/components\/schemas\/WebhookEventLog"}}]},"links":{"allOf":[{"$ref":"#\/components\/schemas\/pagination"},{"type":"object","properties":{"first":{"example":"\/webhook-event-log?limit=25"},"last":{"example":"\/webhook-event-log?limit=25\u0026page=11"},"next":{"example":"\/webhook-event-log?limit=25\u0026page=4"},"prev":{"example":"\/webhook-event-log?limit=25\u0026page=2"}}}]}}}]}},"application\/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/WebhookEventLog"}}}}}}},"401":{"$ref":"#\/components\/responses\/401"}}},"post":{"tags":["Webhook Event Log"],"summary":"Create a new Webhook Event Log resources","description":"Available since: 6.4.1.0","operationId":"createWebhookEventLog","parameters":[{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","schema":{"type":"string","enum":["basic","detail"]}}],"requestBody":{"content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/WebhookEventLog"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/WebhookEventLog"}}}},"responses":{"200":{"description":"Detail of WebhookEventLog","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/WebhookEventLog"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/WebhookEventLog"}}}},"400":{"$ref":"#\/components\/responses\/400"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/webhook-event-log\/{id}":{"get":{"tags":["Webhook Event Log"],"summary":"Detailed information about a Webhook Event Log resource","description":"Available since: 6.4.1.0","operationId":"getWebhookEventLog","parameters":[{"name":"id","in":"path","description":"Identifier for the webhook_event_log","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"200":{"description":"Detail of WebhookEventLog","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/WebhookEventLog"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/WebhookEventLog"}}}},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"delete":{"tags":["Webhook Event Log"],"summary":"Delete a Webhook Event Log resource","description":"Available since: 6.4.1.0","operationId":"deleteWebhookEventLog","parameters":[{"name":"id","in":"path","description":"Identifier for the webhook_event_log","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"responses":{"204":{"$ref":"#\/components\/responses\/204"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}},"patch":{"tags":["Webhook Event Log"],"summary":"Partially update information about a Webhook Event Log resource","description":"Available since: 6.4.1.0","operationId":"updateWebhookEventLog","parameters":[{"name":"id","in":"path","description":"Identifier for the webhook_event_log","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"_response","in":"query","description":"Data format for response. Empty if none is provided.","allowEmptyValue":true,"schema":{"type":"string"}}],"requestBody":{"description":"Partially update information about a Webhook Event Log resource.","content":{"application\/vnd.api+json":{"schema":{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/WebhookEventLog"},"included":{"type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}}}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/WebhookEventLog"}}}},"responses":{"200":{"description":"Detail of WebhookEventLog","content":{"application\/vnd.api+json":{"schema":{"allOf":[{"$ref":"#\/components\/schemas\/success"},{"type":"object","properties":{"data":{"$ref":"#\/components\/schemas\/WebhookEventLog"}}}]}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/WebhookEventLog"}}}},"400":{"$ref":"#\/components\/responses\/400"},"404":{"$ref":"#\/components\/responses\/404"},"401":{"$ref":"#\/components\/responses\/401"}}}},"\/_action\/cache_info":{"get":{"tags":["System Operations"],"summary":"Get cache information","description":"Get information about the cache configuration","operationId":"info","responses":{"200":{"description":"Information about the cache state.","content":{"application\/json":{"schema":{"properties":{"environment":{"description":"The active environment.","type":"string"},"httpCache":{"description":"State of the HTTP cache.","type":"boolean"},"cacheAdapter":{"description":"The active cache adapter.","type":"string"}},"type":"object"}}}}}}},"\/_action\/message-queue\/consume":{"post":{"tags":["System Operations"],"summary":"Consume messages from the message queue.","description":"This route can be used to consume messenges from the message queue. It is intended to be used if\nno cronjob is configured to consume messages regulary.","operationId":"consumeMessages","requestBody":{"required":true,"content":{"application\/json":{"schema":{"required":["receiver"],"properties":{"receiver":{"description":"The name of the transport in the messenger that should be processed.\nSee the [Symfony Messenger documentation](https:\/\/symfony.com\/doc\/current\/messenger.html) for more information","type":"string"}},"type":"object"}}}},"responses":{"200":{"description":"Returns information about handled messages","content":{"application\/json":{"schema":{"properties":{"handledMessages":{"description":"The number of messages processed.","type":"integer"}},"type":"object"}}}}}}},"\/_action\/number-range\/reserve\/{type}\/{saleschannel}":{"get":{"tags":["Document Management"],"summary":"Reserve or preview a document number","description":"This endpoint provides functionality to reserve or preview a document number which can be used to create a new document using the `\/_action\/order\/{orderId}\/document\/{documentTypeName}` endpoint.\n\nThe number generated by the endpoint will be reserved and the number pointer will be incremented with every call. For preview purposes, you can add the `?preview=1` parameter to the request. In that case, the number will not be incremented.","operationId":"numberRangeReserve","parameters":[{"name":"type","in":"path","description":"`technicalName` of the document type (e.g. `document_invoice`). Available types can be fetched with the `\/api\/document-type endpoint`.","required":true,"schema":{"type":"string"}},{"name":"saleschannel","in":"path","description":"Sales channel for the number range. Number ranges can be defined per sales channel, so you can pass a sales channel ID here.","required":true,"schema":{"type":"string"}},{"name":"preview","in":"query","description":"If this parameter has a true value, the number will not actually be incremented, but only previewed.","required":false,"schema":{"type":"boolean"}}],"responses":{"200":{"description":"The generated number","content":{"application\/json":{"schema":{"properties":{"number":{"description":"The generated (or previewed) document number.","type":"string"}},"type":"object"}}}},"400":{"description":"Number range not found"}}}},"\/metrics\/needs-approval":{"delete":{"tags":["Metrics approval request"],"summary":"Get information about the metrics approval request.","description":"Get whether the metrics approval request is necessary or not.","operationId":"getNeedsMetricsApprovalRequest","responses":{"200":{"description":"Returns true if it is needed, false if it is not."}}}},"\/_action\/scheduled-task\/run":{"post":{"tags":["System Operations"],"summary":"Run scheduled tasks.","description":"Starts the scheduled task worker to handle the next scheduled tasks.","operationId":"runScheduledTasks","responses":{"200":{"description":"Returns a success message indicating a successful run.","content":{"application\/json":{"schema":{"properties":{"message":{"description":"Success message","type":"string"}},"type":"object"}}}}}}},"\/_action\/scheduled-task\/min-run-interval":{"get":{"tags":["System Operations"],"summary":"Get the minimum schedules task interval","description":"Fetches the smallest interval that a scheduled task uses.","operationId":"getMinRunInterval","responses":{"200":{"description":"Returns the minimum interval.","content":{"application\/json":{"schema":{"properties":{"minRunInterval":{"description":"Minimal interval in seconds.","type":"string"}},"type":"object"}}}}}}},"\/_action\/container_cache":{"delete":{"tags":["System Operations"],"summary":"Clear container caches","description":"The container cache is immediately cleared synchronously.","operationId":"clearContainerCache","responses":{"204":{"description":"Returns a no content response indicating that the container cache is cleared."}}}},"\/_action\/order_delivery\/{orderDeliveryId}\/state\/{transition}":{"post":{"tags":["Order Management"],"summary":"Transition an order delivery to a new state","description":"Changes the order delivery state and informs the customer via email if configured.","operationId":"orderDeliveryStateTransition","parameters":[{"name":"orderDeliveryId","in":"path","description":"Identifier of the order delivery.","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"transition","in":"path","description":"The `action_name` of the `state_machine_transition`. For example `process` if the order state should change from open to in progress.\n\nNote: If you choose a transition which is not possible, you will get an error that lists possible transition for the actual state.","required":true,"schema":{"type":"string"}}],"requestBody":{"required":false,"content":{"application\/json":{"schema":{"properties":{"sendMail":{"description":"Controls if a mail should be send to the customer."},"documentIds":{"description":"A list of document identifiers that should be attached","type":"array","items":{"type":"string","pattern":"^[0-9a-f]{32}$"}},"mediaIds":{"description":"A list of media identifiers that should be attached","type":"array","items":{"type":"string","pattern":"^[0-9a-f]{32}$"}},"stateFieldName":{"description":"This is the state column within the order delivery database table. There should be no need to change it from the default.","type":"string","default":"stateId"}},"type":"object"}}}},"responses":{"200":{"description":"Todo: Use ref of `state_machine_transition` here"}}}},"\/_action\/index":{"post":{"tags":["System Operations"],"summary":"Run indexer","description":"Runs all registered indexer in the shop asynchronously.","operationId":"index","requestBody":{"content":{"application\/json":{"schema":{"properties":{"skip":{"description":"Array of indexers\/updaters to be skipped.","type":"array","items":{"type":"string"}}},"type":"object"}}}},"responses":{"204":{"description":"Returns a no content response indicating that the indexing progress startet."}}}},"\/_info\/openapi3.json":{"get":{"tags":["System Info \u0026 Healthcheck"],"summary":"Get OpenAPI Specification","description":"Get information about the API in OpenAPI format.","operationId":"api-info","parameters":[{"name":"type","in":"query","description":"Type of the api","schema":{"type":"string","enum":["jsonapi","json"]}}],"responses":{"200":{"description":"Returns information about the API."}}}},"\/_action\/media\/{mediaId}\/upload":{"post":{"tags":["Asset Management"],"summary":"Upload a file to a media entity","description":"Adds a new file to a media entity. If the entity has an existing file, it will be replaced.\n\nThe are two methods of providing a file to this route:\n * Use a typical file upload and provide the file in the request\n * Fetch the file from an url. This only works if the `shopware.media.enable_url_upload_feature` variable is set to true in the shop environment.\nTo use file upload via url, the content type has to be `application\/json` and the parameter `url` has to be provided.","operationId":"upload","parameters":[{"name":"mediaId","in":"path","description":"Identifier of the media entity.","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"fileName","in":"query","description":"Name of the uploaded file. If not provided the media identifier will be used as name","schema":{"type":"string"}},{"name":"extension","in":"query","description":"Extension of the uploaded file. For example `png`","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application\/octet-stream":{"schema":{"type":"string","format":"binary"}},"application\/json":{"schema":{"required":["url"],"properties":{"url":{"description":"The url of the media file that will be downloaded.","type":"string"}},"type":"object"}}}},"responses":{"204":{"description":"Media file uploaded successful","headers":{"Location":{"description":"Contains the url to the uploaded media for a redirect.","schema":{"type":"string"}}}}}}},"\/_action\/indexing":{"post":{"tags":["System Operations"],"summary":"Run indexer","description":"Runs all registered indexer in the shop asynchronously.","operationId":"indexing","responses":{"200":{"description":"Returns an empty response indicating that the indexing process started."}}}},"\/_action\/indexing\/{indexer}":{"post":{"tags":["System Operations"],"summary":"Iterate an indexer","description":"Starts a defined indexer with an offset.\n\nfor the next request. `finish: true` in the response indicates that the indexer is finished","operationId":"iterate","parameters":[{"name":"indexer","in":"path","description":"Name of the indexer to iterate.","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"requestBody":{"content":{"application\/json":{"schema":{"properties":{"offset":{"description":"The offset for the iteration.","type":"integer"}},"type":"object"}}}},"responses":{"200":{"description":"Returns information about the iteration.","content":{"application\/json":{"schema":{"properties":{"finish":{"description":"Indicates if the indexing process finished.","type":"boolean"},"offset":{"description":"Offset to be used for the next iteration.","type":"integer"}},"type":"object"}}}}}}},"\/_info\/events.json":{"get":{"tags":["System Info \u0026 Healthcheck"],"summary":"Get Business events","description":"Get a list of about the business events.","operationId":"business-events","responses":{"200":{"description":"Returns a list of about the business events.","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/businessEventsResponse"}}}}}}},"\/_action\/cache":{"delete":{"tags":["System Operations"],"summary":"Clear caches","description":"The cache is immediately cleared synchronously for all used adapters.","operationId":"clearCache","responses":{"204":{"description":"Returns a no content response indicating that the cache has been cleared."}}}},"\/_action\/mail-template\/send":{"post":{"tags":["Mail Operations"],"summary":"Send a mail","description":"Generates a mail from a mail template and sends it to the customer.\n\nTake a look at the `salesChannel` entity for possible values. For example `{{ salesChannel.name }}` can be used.","operationId":"send","requestBody":{"required":true,"content":{"application\/json":{"schema":{"required":["recipients","salesChannelId","contentHtml","contentPlain","subject","senderName"],"properties":{"recipients":{"description":"A list of recipients with name and mail address.","type":"object","example":{"test1@example.com":"Test user 1","test2@example.com":"Test user 2"},"additionalProperties":{"description":"Name of the recipient.","type":"string"}},"salesChannelId":{"description":"Identifier of the sales channel from which the mail should be send.","type":"string","pattern":"^[0-9a-f]{32}$"},"contentHtml":{"description":"The content of the mail in HTML format.","type":"string"},"contentPlain":{"description":"The content of the mail as plain text.","type":"string"},"subject":{"description":"Subject of the mail.","type":"string"},"senderName":{"description":"Name of the sender.","type":"string"},"senderEmail":{"description":"Mail address of the sender. If not set, `core.basicInformation.email` or `core.mailerSettings.senderAddress` will be used from the shop configuration.","type":"string"},"mediaIds":{"description":"List of media identifiers which should be attached to the mail.","type":"array","items":{"type":"string","pattern":"^[0-9a-f]{32}$"}},"binAttachments":{"description":"A list of binary attachments which should be added to the mail.","required":["content","fileName","mimeType"],"type":"array","items":{"properties":{"content":{"description":"Binary content of the attachment.","type":"string"},"fileName":{"description":"File name of the attachment.","type":"string"},"mimeType":{"description":"Mime type of the attachment.","type":"string"}},"type":"object"}},"recipientsBcc":{"description":"A list of recipients with name and mail address to be set in BCC.","type":"object","example":{"test1@example.com":"Test user 1","test2@example.com":"Test user 2"},"additionalProperties":{"description":"Name of the recipient.","type":"string"}},"recipientsCc":{"description":"A list of recipients with name and mail address to be set in CC.","type":"object","example":{"test1@example.com":"Test user 1","test2@example.com":"Test user 2"},"additionalProperties":{"description":"Name of the recipient.","type":"string"}},"replyTo":{"description":"A list of mail addresses with name and mail address to be set in reply to.","type":"object","example":{"test1@example.com":"Test user 1","test2@example.com":"Test user 2"},"additionalProperties":{"description":"Name of the recipient.","type":"string"}},"returnPath":{"description":"A list of mail addresses with name and mail address to be set in return path.","type":"object","example":{"test1@example.com":"Test user 1","test2@example.com":"Test user 2"},"additionalProperties":{"description":"Name of the recipient.","type":"string"}}},"type":"object"}}}},"responses":{"200":{"description":"The mail was sent successful","content":{"application\/json":{"schema":{"properties":{"size":{"description":"Length of the email message","type":"integer"}},"type":"object"}}}}}}},"\/_action\/mail-template\/validate":{"post":{"tags":["Mail Operations"],"summary":"Validate a mail content","description":"Validates if content for a mail can be rendered without sending an email.","operationId":"validate","requestBody":{"required":true,"content":{"application\/json":{"schema":{"required":["contentHtml","contentPlain"],"properties":{"contentHtml":{"description":"The content of the mail in HTML format.","type":"string"},"contentPlain":{"description":"The content of the mail as plain text.","type":"string"}},"type":"object"}}}},"responses":{"204":{"description":"Returns a no content response indicating the mail content was rendered successfully."}}}},"\/_action\/mail-template\/build":{"post":{"tags":["Mail Operations"],"summary":"Preview a mail template","description":"Generates a preview of a mail template.","operationId":"build","requestBody":{"required":true,"content":{"application\/json":{"schema":{"required":["mailTemplateType","mailTemplate"],"properties":{"mailTemplateType":{"description":"Only the property `templateData` is used. It provides additional variables to the templating engine.","properties":{"templateData":{"description":"An associative array that is handed over to the templating engine and can be used as variables in the mail content.","type":"object","example":{"order":{"orderNumber":5000,"customerName":"Example Customer"},"messageOfTheDay":"An apple a day keeps the doctor away!"},"additionalProperties":true}},"type":"object"},"mailTemplate":{"description":"The content of the mail as plain text.","properties":{"contentHtml":{"description":"The content of mail mail template in html format.","type":"string","example":"Hello {{ order.customerName }}, this is example mail content, the current date is {{ \u0027now\u0027|date(\u0027d\/m\/Y\u0027) }}"}},"type":"object"}},"type":"object"}}}},"responses":{"200":{"description":"The rendered preview of the mail template.","content":{"application\/json":{"schema":{"type":"string"}}}}}}},"\/_action\/cache_warmup":{"delete":{"tags":["System Operations"],"summary":"Clear and warm up caches","description":"After the cache has been cleared, new cache entries are generated asynchronously.","operationId":"clearCacheAndScheduleWarmUp","responses":{"204":{"description":"Returns a no content response indicating that the cache has been cleared and generation of new cache has started."}}}},"\/_action\/order_transaction_capture_refund\/{refundId}":{"post":{"tags":["Order Management"],"summary":"Refund an order transaction capture","description":"Refunds an order transaction capture.","operationId":"orderTransactionCaptureRefund","parameters":[{"name":"refundId","in":"path","description":"Identifier of the order transaction capture refund.","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}}],"responses":{"204":{"description":"Refund was successful"},"400":{"description":"Something went wrong, while processing the refund"},"404":{"description":"Refund with id not found"}}}},"\/_action\/order_transaction\/{orderTransactionId}\/state\/{transition}":{"post":{"tags":["Order Management"],"summary":"Transition an order transaction to a new state","description":"Changes the order transaction state and informs the customer via email if configured.","operationId":"orderTransactionStateTransition","parameters":[{"name":"orderTransactionId","in":"path","description":"Identifier of the order transaction.","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"transition","in":"path","description":"The `action_name` of the `state_machine_transition`. For example `process` if the order state should change from open to in progress.\n\nNote: If you choose a transition that is not available, you will get an error that lists possible transitions for the current state.","required":true,"schema":{"type":"string"}}],"requestBody":{"required":false,"content":{"application\/json":{"schema":{"properties":{"sendMail":{"description":"Controls if a mail should be sent to the customer."},"documentIds":{"description":"A list of document identifiers that should be attached","type":"array","items":{"type":"string","pattern":"^[0-9a-f]{32}$"}},"mediaIds":{"description":"A list of media identifiers that should be attached","type":"array","items":{"type":"string","pattern":"^[0-9a-f]{32}$"}},"stateFieldName":{"description":"This is the state column within the order transaction database table. There should be no need to change it from the default.","type":"string","default":"stateId"}},"type":"object"}}}},"responses":{"200":{"description":"Returns information about the transition that was made. `#\/components\/schemas\/StateMachineTransition`"}}}},"\/_action\/order\/document\/download":{"post":{"tags":["Document Management"],"summary":"Download a documents","description":"Download a multiple documents in one pdf file.","operationId":"downloadDocuments","requestBody":{"description":"documentIds","content":{"application\/json":{"schema":{"type":"array","items":{"type":"string","pattern":"^[0-9a-f]{32}$"}}}}},"responses":{"200":{"description":"The documents.","content":{"application\/octet-stream":{"schema":{"type":"string","format":"binary"}}}}}}},"\/_action\/order\/document\/{documentTypeName}\/create":{"post":{"tags":["Document Management"],"summary":"Create documents for orders","description":"Creates documents for orders. Documents can for example be an invoice or a delivery note.","operationId":"createDocuments","parameters":[{"name":"documentTypeName","in":"path","description":"The type of document to create","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"test","required":true,"content":{"application\/json":{"schema":{"type":"array","items":{"type":"object","required":["orderId","type"],"properties":{"orderId":{"description":"Identifier of the order.","type":"string","pattern":"^[0-9a-f]{32}$"},"type":{"description":"Type of the document to be generated.","type":"string"},"fileType":{"description":"Type of document file to be generated.","type":"string","default":"pdf"},"static":{"description":"Indicate if the document should be static or not.","type":"boolean","default":false},"referencedDocumentId":{"description":"Identifier of the reverenced document.","type":"string","default":"null","pattern":"^[0-9a-f]{32}$"},"config":{"description":"Document specific configuration, like documentNumber, documentDate, documentComment.","type":"object"}}}}}}},"responses":{"200":{"description":"Documents created successfully. The `api\/_action\/order\/document\/create` route can be used to download the document."}}}},"\/_action\/order\/{orderId}\/state\/{transition}":{"post":{"tags":["Order Management"],"summary":"Transition an order to a new state","description":"Changes the order state and informs the customer via email if configured.","operationId":"orderStateTransition","parameters":[{"name":"orderId","in":"path","description":"Identifier of the order.","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"transition","in":"path","description":"The `action_name` of the `state_machine_transition`. For example `process` if the order state should change from open to in progress.\n\nNote: If you choose a transition that is not available, you will get an error that lists possible transitions for the current state.","required":true,"schema":{"type":"string"}}],"requestBody":{"required":false,"content":{"application\/json":{"schema":{"properties":{"sendMail":{"description":"Controls if a mail should be sent to the customer."},"documentIds":{"description":"A list of document identifiers that should be attached","type":"array","items":{"type":"string","pattern":"^[0-9a-f]{32}$"}},"mediaIds":{"description":"A list of media identifiers that should be attached","type":"array","items":{"type":"string","pattern":"^[0-9a-f]{32}$"}},"stateFieldName":{"description":"This is the state column within the order database table. There should be no need to change it from the default.","type":"string","default":"stateId"}},"type":"object"}}}},"responses":{"200":{"description":"Todo: Use ref of `state_machine_transition` here"}}}},"\/oauth\/token":{"post":{"tags":["Authorization \u0026 Authentication"],"summary":"Fetch an access token","description":"Fetch a access token that can be used to perform authenticated requests","operationId":"token","requestBody":{"required":true,"content":{"application\/json":{"schema":{"description":"For more information take a look at the [Authentication documentation](https:\/\/shopware.stoplight.io\/docs\/admin-api\/docs\/concepts\/authentication-authorisation.md).","required":["grant_type"],"properties":{"grant_type":{"description":"The grant type that should be used. See [OAuth 2.0 grant](https:\/\/oauth2.thephpleague.com\/authorization-server\/which-grant\/) for more information.","type":"string","enum":["password","refresh_token","client_credentials"]}},"type":"object"}}}},"responses":{"200":{"description":"Authorized successfully.","content":{"application\/json":{"schema":{"properties":{"token_type":{"description":"Type of the token.","type":"string"},"expires_in":{"description":"Token lifetime in seconds.","type":"integer"},"access_token":{"description":"The access token that can be used for subsequent requests","type":"string"}},"type":"object"}}}}}}},"\/_action\/sync":{"post":{"tags":["Bulk Operations"],"summary":"Bulk edit entities","description":"Starts a sync process for the list of provided actions. This can be inserts, upserts, updates and deletes on different entities. to an asynchronous process in the background. You can control the behaviour with the `single-operation` and `indexing-behavior` header.","operationId":"sync","parameters":[{"name":"fail-on-error","in":"header","description":"To continue upcoming actions on errors, set the `fail-on-error` header to `false`.","schema":{"type":"boolean","default":true}},{"name":"single-operation","in":"header","description":"Controls weather the data is written at once or in seperate transactions.\n - `true`: Data will be written in a single transaction","schema":{"type":"boolean","default":false}},{"name":"indexing-behavior","in":"header","description":"Controls the indexing behavior.\n - `disable-indexing`: Data indexing is completely disabled","schema":{"type":"string","enum":["use-queue-indexing","disable-indexing"]}}],"requestBody":{"required":true,"content":{"application\/json":{"schema":{"type":"array","items":{"required":["action","entity","payload"],"properties":{"action":{"description":"The action indicates what should happen with the provided payload.\n * `upsert`: The Sync API does not differ between create and update operations,\n but always performs an upsert operation. During an upsert, the system checks whether the entity already exists in the\n system and updates it if an identifier has been passed, otherwise a new entity is created with this identifier.\n * `delete`: Deletes entites with the provided identifiers","type":"string","enum":["upsert","delete"]},"entity":{"description":"The entity that should be processed with the payload.","type":"string","example":"product"},"payload":{"description":"Contains a list of changesets for an entity. If the action type is `delete`,\n a list of identifiers can be provided.","type":"array","items":{"type":"object"}}},"type":"object"}}}}},"responses":{"200":{"description":"Returns a sync result containing information about the updated entities","content":{"application\/json":{"schema":{"properties":{"data":{"description":"Object with information about the updated entites","type":"object"},"success":{"description":"Indicator if the sync was successful.","type":"boolean"}},"type":"object"}}}}}}},"\/_action\/index-products":{"post":{"tags":["System Operations"],"summary":"Send product indexing message","description":"Dispachtes an product indexing message to the message bus, with the provided ids","operationId":"productIndexing","responses":{"204":{"description":"Returns an empty response indicating that the message dispatched."}}}},"\/_info\/flow-actions.json":{"get":{"tags":["System Info \u0026 Healthcheck"],"summary":"Get actions for flow builder","description":"Get a list of action for flow builder.","operationId":"flow-actions","responses":{"200":{"description":"Returns a list of action for flow builder.","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/flowBulderActionsResponse"}}}}}}},"\/_info\/version":{"get":{"tags":["System Info \u0026 Healthcheck"],"summary":"Get the Shopware version","description":"Get the version of the Shopware instance","operationId":"infoShopwareVersion","responses":{"200":{"description":"Returns the version of the Shopware instance.","content":{"application\/json":{"schema":{"properties":{"version":{"description":"The Shopware version.","type":"string"}},"type":"object"}}}}}}},"\/_info\/config":{"get":{"tags":["System Info \u0026 Healthcheck"],"summary":"Get API information","description":"Get information about the API","operationId":"config","responses":{"200":{"description":"Returns information about the API.","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/infoConfigResponse"}}}}}}},"\/_action\/document\/{documentId}\/{deepLinkCode}":{"get":{"tags":["Document Management"],"summary":"Download a document","description":"Download a document by its identifier and deep link code.","operationId":"downloadDocument","parameters":[{"name":"documentId","in":"path","description":"Identifier of the document to be downloaded.","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"deepLinkCode","in":"path","description":"A unique hash code which was generated when the document was created.","required":true,"schema":{"type":"string"}},{"name":"download","in":"query","description":"This parameter controls the `Content-Disposition` header. If set to `true` the header will be set to `attachment` else `inline`.","schema":{"type":"boolean","default":false}}],"responses":{"200":{"description":"The document.","content":{"application\/octet-stream":{"schema":{"type":"string","format":"binary"}}}}}}},"\/_action\/document\/{documentId}\/upload":{"post":{"tags":["Document Management"],"summary":"Upload a file for a document","description":"Uploads a file for a document. This prevents the document from being dynamically generated and delivers the uploaded file instead, when the document is downloaded.\n\nNote:\n* The document is required to be `static`\n* A document can only have one media file\n\nThe are two methods of providing a file to this route:\n * Use a typical file upload and provide the file in the request\n * Fetch the file from an url. This only works if the `shopware.media.enable_url_upload_feature` variable is set to true in the shop environment.\nTo use file upload via url, the content type has to be `application\/json` and the parameter `url` has to be provided.","operationId":"uploadToDocument","parameters":[{"name":"documentId","in":"path","description":"Identifier of the document the new file should be added to.","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{32}$"}},{"name":"fileName","in":"query","description":"Name of the uploaded file.","required":true,"schema":{"type":"string"}},{"name":"extension","in":"query","description":"Extension of the uploaded file. For example `pdf`","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application\/octet-stream":{"schema":{"type":"string","format":"binary"}},"application\/json":{"schema":{"required":["url"],"properties":{"url":{"description":"The url of the document that will be downloaded.","type":"string"}},"type":"object"}}}},"responses":{"200":{"description":"Document uploaded successful","content":{"application\/json":{"schema":{"properties":{"documentId":{"description":"Identifier of the document.","type":"string","pattern":"^[0-9a-f]{32}$"},"documentDeepLink":{"description":"A unique hash code which is required to open the document.","type":"string"}},"type":"object"}}}}}}},"\/_action\/cleanup":{"delete":{"tags":["System Operations"],"summary":"Clear old cache folders","description":"Removes cache folders that are not needed anymore.","operationId":"clearOldCacheFolders","responses":{"204":{"description":"Returns a no content response indicating that the cleanup finished."}}}}},"components":{"schemas":{"success":{"required":["data"],"properties":{"meta":{"$ref":"#\/components\/schemas\/meta"},"links":{"description":"Link members related to the primary data.","allOf":[{"$ref":"#\/components\/schemas\/links"},{"$ref":"#\/components\/schemas\/pagination"}]},"data":{"$ref":"#\/components\/schemas\/data"},"included":{"description":"To reduce the number of HTTP requests, servers **MAY** allow responses that include related resources along with the requested primary resources. Such responses are called \u0022compound documents\u0022.","type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}},"type":"object","additionalProperties":false},"failure":{"required":["errors"],"properties":{"meta":{"$ref":"#\/components\/schemas\/meta"},"links":{"$ref":"#\/components\/schemas\/links"},"errors":{"type":"array","items":{"$ref":"#\/components\/schemas\/error"},"uniqueItems":true}},"type":"object","additionalProperties":false},"info":{"required":["meta"],"properties":{"meta":{"$ref":"#\/components\/schemas\/meta"},"links":{"$ref":"#\/components\/schemas\/links"},"jsonapi":{"$ref":"#\/components\/schemas\/jsonapi"}},"type":"object"},"meta":{"description":"Non-standard meta-information that can not be represented as an attribute or relationship.","type":"object","additionalProperties":true},"data":{"description":"The document\u0027s \u0022primary data\u0022 is a representation of the resource or collection of resources targeted by a request.","oneOf":[{"$ref":"#\/components\/schemas\/resource"},{"description":"An array of resource objects, an array of resource identifier objects, or an empty array ([]), for requests that target resource collections.","type":"array","items":{"$ref":"#\/components\/schemas\/resource"},"uniqueItems":true}]},"resource":{"description":"\u0022Resource objects\u0022 appear in a JSON API document to represent resources.","required":["type","id"],"properties":{"type":{"type":"string"},"id":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/attributes"},"relationships":{"$ref":"#\/components\/schemas\/relationships"},"links":{"$ref":"#\/components\/schemas\/links"},"meta":{"$ref":"#\/components\/schemas\/meta"}},"type":"object"},"relationshipLinks":{"description":"A resource object **MAY** contain references to other resource objects (\u0022relationships\u0022). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource\u0027s links object.","properties":{"self":{"allOf":[{"description":"A `self` member, whose value is a URL for the relationship itself (a \u0022relationship URL\u0022). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.","type":"array","items":{"type":"object"}},{"$ref":"#\/components\/schemas\/link"}]},"related":{"$ref":"#\/components\/schemas\/link"}},"type":"object","additionalProperties":true},"links":{"type":"object","additionalProperties":{"$ref":"#\/components\/schemas\/link"}},"link":{"description":"A link **MUST** be represented as either: a string containing the link\u0027s URL or a link object.","oneOf":[{"description":"A string containing the link\u0027s URL.","type":"string","format":"uri-reference"},{"type":"object","required":["href"],"properties":{"href":{"description":"A string containing the link\u0027s URL.","type":"string","format":"uri-reference"},"meta":{"$ref":"#\/components\/schemas\/meta"}}}]},"attributes":{"description":"Members of the attributes object (\u0022attributes\u0022) represent information about the resource object in which it\u0027s defined.","type":"object","additionalProperties":true},"relationships":{"description":"Members of the relationships object (\u0022relationships\u0022) represent references from the resource object in which it\u0027s defined to other resource objects.","type":"object","anyOf":[{"required":["data"]},{"required":["meta"]},{"required":["links"]},{"type":"object","properties":{"links":{"$ref":"#\/components\/schemas\/relationshipLinks"},"data":{"description":"Member, whose value represents \u0022resource linkage\u0022.","oneOf":[{"$ref":"#\/components\/schemas\/relationshipToOne"},{"$ref":"#\/components\/schemas\/relationshipToMany"}]}}}],"additionalProperties":false},"relationshipToOne":{"allOf":[{"description":"References to other resource objects in a to-one (\u0022relationship\u0022). Relationships can be specified by including a member in a resource\u0027s links object."},{"$ref":"#\/components\/schemas\/linkage"}]},"relationshipToMany":{"description":"An array of objects each containing \\\u0022type\\\u0022 and \\\u0022id\\\u0022 members for to-many relationships.","type":"array","items":{"$ref":"#\/components\/schemas\/linkage"},"uniqueItems":true},"linkage":{"description":"The \u0022type\u0022 and \u0022id\u0022 to non-empty members.","required":["type","id"],"properties":{"type":{"type":"string"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"meta":{"$ref":"#\/components\/schemas\/meta"}},"type":"object","additionalProperties":false},"pagination":{"properties":{"first":{"description":"The first page of data","type":"string","format":"uri-reference"},"last":{"description":"The last page of data","type":"string","format":"uri-reference"},"prev":{"description":"The previous page of data","type":"string","format":"uri-reference"},"next":{"description":"The next page of data","type":"string","format":"uri-reference"}},"type":"object"},"jsonapi":{"description":"An object describing the server\u0027s implementation","properties":{"version":{"type":"string"},"meta":{"$ref":"#\/components\/schemas\/meta"}},"type":"object","additionalProperties":false},"error":{"properties":{"id":{"type":"string","description":"A unique identifier for this particular occurrence of the problem."},"links":{"$ref":"#\/components\/schemas\/links"},"status":{"type":"string","description":"The HTTP status code applicable to this problem, expressed as a string value."},"code":{"type":"string","description":"An application-specific error code, expressed as a string value."},"title":{"type":"string","description":"A short, human-readable summary of the problem. It **SHOULD NOT** change from occurrence to occurrence of the problem, except for purposes of localization."},"detail":{"type":"string","description":"A human-readable explanation specific to this occurrence of the problem."},"source":{"type":"object","properties":{"pointer":{"type":"string","description":"A JSON Pointer [RFC6901] to the associated entity in the request document [e.g. \u0022\/data\u0022 for a primary data object, or \u0022\/data\/attributes\/title\u0022 for a specific attribute]."},"parameter":{"type":"string","description":"A string indicating which query parameter caused the error."}}},"meta":{"$ref":"#\/components\/schemas\/meta"}},"type":"object","additionalProperties":false},"AclRoleJsonApi":{"description":"Added since version: 6.0.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["name","privileges","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"description":{"type":"string"},"privileges":{"type":"array","items":{"additionalProperties":false}},"deletedAt":{"type":"string","format":"date-time"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"relationships":{"properties":{"users":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/acl-role\/018a7575821f72d28ed22eccacb7f57c\/users"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"user"},"id":{"type":"string","example":"018a7575822071709311404e2a2b9fe6"}}}}},"type":"object"},"app":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/acl-role\/018a7575821f72d28ed22eccacb7f57c\/app"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"app"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822071709311404e2b04a20b"}}}},"type":"object"},"integrations":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/acl-role\/018a7575821f72d28ed22eccacb7f57c\/integrations"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"integration"},"id":{"type":"string","example":"018a7575822071709311404e2c01dcbc"}}}}},"type":"object"}}}},"type":"object"}]},"AclRole":{"description":"Added since version: 6.0.0.0","required":["name","privileges","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"description":{"type":"string"},"privileges":{"type":"array","items":{"additionalProperties":false}},"deletedAt":{"type":"string","format":"date-time"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"users":{"$ref":"#\/components\/schemas\/User"},"app":{"$ref":"#\/components\/schemas\/App"},"integrations":{"$ref":"#\/components\/schemas\/Integration"}},"type":"object"},"AclUserRole":{"description":"Added since version: 6.0.0.0","required":["userId","aclRoleId","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"userId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"aclRoleId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"user":{"$ref":"#\/components\/schemas\/User"},"aclRole":{"$ref":"#\/components\/schemas\/AclRole"}},"type":"object"},"AppJsonApi":{"description":"Added since version: 6.3.1.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["name","path","active","configurable","version","allowDisable","integrationId","aclRoleId","createdAt","label"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"path":{"type":"string"},"author":{"type":"string"},"copyright":{"type":"string"},"license":{"type":"string"},"active":{"type":"boolean"},"configurable":{"type":"boolean"},"privacy":{"type":"string"},"version":{"type":"string"},"icon":{"description":"Runtime field, cannot be used as part of the criteria.","type":"string","readOnly":true},"modules":{"type":"array","items":{"type":"object"}},"mainModule":{"type":"object"},"cookies":{"type":"array","items":{"type":"object"}},"allowDisable":{"type":"boolean"},"baseAppUrl":{"type":"string"},"allowedHosts":{"type":"array","items":{"type":"string"}},"templateLoadPriority":{"type":"integer","format":"int64"},"label":{"type":"string"},"description":{"type":"string"},"privacyPolicyExtensions":{"type":"string"},"customFields":{"type":"object"},"integrationId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"aclRoleId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"relationships":{"properties":{"integration":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/app\/018a7575822071709311404e2d53e0e2\/integration"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"integration"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822172bf90e5ccc3ed7af37f"}}}},"type":"object"},"aclRole":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/app\/018a7575822071709311404e2d53e0e2\/aclRole"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"acl_role"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822172bf90e5ccc3ee0d626c"}}}},"type":"object"},"customFieldSets":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/app\/018a7575822071709311404e2d53e0e2\/customFieldSets"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"custom_field_set"},"id":{"type":"string","example":"018a7575822172bf90e5ccc3ee545dc4"}}}}},"type":"object"},"actionButtons":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/app\/018a7575822071709311404e2d53e0e2\/actionButtons"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"app_action_button"},"id":{"type":"string","example":"018a7575822172bf90e5ccc3eee3948b"}}}}},"type":"object"},"templates":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/app\/018a7575822071709311404e2d53e0e2\/templates"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"app_template"},"id":{"type":"string","example":"018a7575822172bf90e5ccc3ef98ba51"}}}}},"type":"object"},"webhooks":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/app\/018a7575822071709311404e2d53e0e2\/webhooks"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"webhook"},"id":{"type":"string","example":"018a7575822172bf90e5ccc3f08bdaf4"}}}}},"type":"object"},"paymentMethods":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/app\/018a7575822071709311404e2d53e0e2\/paymentMethods"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"app_payment_method"},"id":{"type":"string","example":"018a7575822172bf90e5ccc3f131f861"}}}}},"type":"object"},"taxProviders":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/app\/018a7575822071709311404e2d53e0e2\/taxProviders"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"tax_provider"},"id":{"type":"string","example":"018a7575822172bf90e5ccc3f1b95b6a"}}}}},"type":"object"},"cmsBlocks":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/app\/018a7575822071709311404e2d53e0e2\/cmsBlocks"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"app_cms_block"},"id":{"type":"string","example":"018a7575822172bf90e5ccc3f255491c"}}}}},"type":"object"},"flowActions":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/app\/018a7575822071709311404e2d53e0e2\/flowActions"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"app_flow_action"},"id":{"type":"string","example":"018a7575822172bf90e5ccc3f25ae597"}}}}},"type":"object"},"flowEvents":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/app\/018a7575822071709311404e2d53e0e2\/flowEvents"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"app_flow_event"},"id":{"type":"string","example":"018a7575822172bf90e5ccc3f31b9a7f"}}}}},"type":"object"}}}},"type":"object"}]},"App":{"description":"Added since version: 6.3.1.0","required":["name","path","active","configurable","version","allowDisable","integrationId","aclRoleId","createdAt","label"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"path":{"type":"string"},"author":{"type":"string"},"copyright":{"type":"string"},"license":{"type":"string"},"active":{"type":"boolean"},"configurable":{"type":"boolean"},"privacy":{"type":"string"},"version":{"type":"string"},"icon":{"description":"Runtime field, cannot be used as part of the criteria.","type":"string","readOnly":true},"modules":{"type":"array","items":{"type":"object"}},"mainModule":{"type":"object"},"cookies":{"type":"array","items":{"type":"object"}},"allowDisable":{"type":"boolean"},"baseAppUrl":{"type":"string"},"allowedHosts":{"type":"array","items":{"type":"string"}},"templateLoadPriority":{"type":"integer","format":"int64"},"label":{"type":"string"},"description":{"type":"string"},"privacyPolicyExtensions":{"type":"string"},"customFields":{"type":"object"},"integrationId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"aclRoleId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"integration":{"$ref":"#\/components\/schemas\/Integration"},"aclRole":{"$ref":"#\/components\/schemas\/AclRole"},"customFieldSets":{"$ref":"#\/components\/schemas\/CustomFieldSet"},"actionButtons":{"$ref":"#\/components\/schemas\/AppActionButton"},"templates":{"$ref":"#\/components\/schemas\/AppTemplate"},"webhooks":{"$ref":"#\/components\/schemas\/Webhook"},"paymentMethods":{"$ref":"#\/components\/schemas\/AppPaymentMethod"},"taxProviders":{"$ref":"#\/components\/schemas\/TaxProvider"},"cmsBlocks":{"$ref":"#\/components\/schemas\/AppCmsBlock"},"flowActions":{"$ref":"#\/components\/schemas\/AppFlowAction"},"flowEvents":{"$ref":"#\/components\/schemas\/AppFlowEvent"}},"type":"object"},"AppActionButtonJsonApi":{"description":"Added since version: 6.3.1.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["entity","view","url","action","appId","createdAt","label"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"entity":{"type":"string"},"view":{"type":"string"},"url":{"type":"string"},"action":{"type":"string"},"label":{"type":"string"},"appId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"relationships":{"properties":{"app":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/app-action-button\/018a7575822172bf90e5ccc3f373eda9\/app"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"app"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822272d4b14af4c0ddbb2fc4"}}}},"type":"object"}}}},"type":"object"}]},"AppActionButton":{"description":"Added since version: 6.3.1.0","required":["entity","view","url","action","appId","createdAt","label"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"entity":{"type":"string"},"view":{"type":"string"},"url":{"type":"string"},"action":{"type":"string"},"label":{"type":"string"},"appId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"app":{"$ref":"#\/components\/schemas\/App"}},"type":"object"},"AppAdministrationSnippetJsonApi":{"description":"Added since version: 6.4.15.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["value","appId","localeId","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"value":{"type":"string"},"appId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"localeId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true}},"type":"object"}]},"AppAdministrationSnippet":{"description":"Added since version: 6.4.15.0","required":["value","appId","localeId","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"value":{"type":"string"},"appId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"localeId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true}},"type":"object"},"AppCmsBlockJsonApi":{"description":"Added since version: 6.4.2.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["name","block","template","styles","appId","createdAt","label"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"block":{"type":"object"},"template":{"type":"string"},"styles":{"type":"string"},"label":{"type":"string"},"appId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"relationships":{"properties":{"app":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/app-cms-block\/018a7575822272d4b14af4c0de876f6b\/app"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"app"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822272d4b14af4c0de9b531e"}}}},"type":"object"}}}},"type":"object"}]},"AppCmsBlock":{"description":"Added since version: 6.4.2.0","required":["name","block","template","styles","appId","createdAt","label"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"block":{"type":"object"},"template":{"type":"string"},"styles":{"type":"string"},"label":{"type":"string"},"appId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"app":{"$ref":"#\/components\/schemas\/App"}},"type":"object"},"AppFlowActionJsonApi":{"description":"Added since version: 6.4.10.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["appId","name","url","createdAt","label"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"appId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"badge":{"type":"string"},"parameters":{"type":"object"},"config":{"type":"object"},"headers":{"type":"object"},"requirements":{"type":"array","items":{"type":"string"}},"iconRaw":{"type":"string"},"icon":{"description":"Runtime field, cannot be used as part of the criteria.","type":"string","readOnly":true},"swIcon":{"type":"string"},"url":{"type":"string"},"delayable":{"type":"boolean"},"label":{"type":"string"},"description":{"type":"string"},"headline":{"type":"string"},"customFields":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"relationships":{"properties":{"app":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/app-flow-action\/018a7575822272d4b14af4c0debd9c96\/app"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"app"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822272d4b14af4c0df5633d9"}}}},"type":"object"},"flowSequences":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/app-flow-action\/018a7575822272d4b14af4c0debd9c96\/flowSequences"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"flow_sequence"},"id":{"type":"string","example":"018a7575822272d4b14af4c0dfae56fa"}}}}},"type":"object"}}}},"type":"object"}]},"AppFlowAction":{"description":"Added since version: 6.4.10.0","required":["appId","name","url","createdAt","label"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"appId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"badge":{"type":"string"},"parameters":{"type":"object"},"config":{"type":"object"},"headers":{"type":"object"},"requirements":{"type":"array","items":{"type":"string"}},"iconRaw":{"type":"string"},"icon":{"description":"Runtime field, cannot be used as part of the criteria.","type":"string","readOnly":true},"swIcon":{"type":"string"},"url":{"type":"string"},"delayable":{"type":"boolean"},"label":{"type":"string"},"description":{"type":"string"},"headline":{"type":"string"},"customFields":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"app":{"$ref":"#\/components\/schemas\/App"},"flowSequences":{"$ref":"#\/components\/schemas\/FlowSequence"}},"type":"object"},"AppFlowEventJsonApi":{"description":"Added since version: 6.5.2.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["appId","name","aware","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"appId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"aware":{"type":"array","items":{"type":"string"}},"customFields":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"relationships":{"properties":{"app":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/app-flow-event\/018a75758223727fba8c65eb4f3d2af7\/app"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"app"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a75758223727fba8c65eb502cc06a"}}}},"type":"object"},"flows":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/app-flow-event\/018a75758223727fba8c65eb4f3d2af7\/flows"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"flow"},"id":{"type":"string","example":"018a75758223727fba8c65eb50579b0d"}}}}},"type":"object"}}}},"type":"object"}]},"AppFlowEvent":{"description":"Added since version: 6.5.2.0","required":["appId","name","aware","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"appId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"aware":{"type":"array","items":{"type":"string"}},"customFields":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"app":{"$ref":"#\/components\/schemas\/App"},"flows":{"$ref":"#\/components\/schemas\/Flow"}},"type":"object"},"AppPaymentMethodJsonApi":{"description":"Added since version: 6.4.1.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["appName","identifier","paymentMethodId","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"appName":{"type":"string"},"identifier":{"type":"string"},"payUrl":{"type":"string"},"finalizeUrl":{"type":"string"},"validateUrl":{"type":"string"},"captureUrl":{"type":"string"},"refundUrl":{"type":"string"},"appId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"originalMediaId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"paymentMethodId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"relationships":{"properties":{"app":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/app-payment-method\/018a75758223727fba8c65eb50df4998\/app"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"app"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a75758223727fba8c65eb51d177bf"}}}},"type":"object"},"originalMedia":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/app-payment-method\/018a75758223727fba8c65eb50df4998\/originalMedia"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"media"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a75758223727fba8c65eb5204c104"}}}},"type":"object"},"paymentMethod":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/app-payment-method\/018a75758223727fba8c65eb50df4998\/paymentMethod"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"payment_method"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a75758223727fba8c65eb522410b7"}}}},"type":"object"}}}},"type":"object"}]},"AppPaymentMethod":{"description":"Added since version: 6.4.1.0","required":["appName","identifier","paymentMethodId","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"appName":{"type":"string"},"identifier":{"type":"string"},"payUrl":{"type":"string"},"finalizeUrl":{"type":"string"},"validateUrl":{"type":"string"},"captureUrl":{"type":"string"},"refundUrl":{"type":"string"},"appId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"originalMediaId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"paymentMethodId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"app":{"$ref":"#\/components\/schemas\/App"},"originalMedia":{"$ref":"#\/components\/schemas\/Media"},"paymentMethod":{"$ref":"#\/components\/schemas\/PaymentMethod"}},"type":"object"},"AppScriptConditionJsonApi":{"description":"Added since version: 6.4.10.3","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["identifier","active","appId","createdAt","name"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"identifier":{"type":"string"},"name":{"type":"string"},"active":{"type":"boolean"},"group":{"type":"string"},"script":{"type":"string"},"config":{"type":"object"},"appId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"relationships":{"properties":{"app":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/app-script-condition\/018a75758223727fba8c65eb523697f5\/app"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"app"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a75758223727fba8c65eb52d00e5a"}}}},"type":"object"},"ruleConditions":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/app-script-condition\/018a75758223727fba8c65eb523697f5\/ruleConditions"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"rule_condition"},"id":{"type":"string","example":"018a75758223727fba8c65eb53c46db4"}}}}},"type":"object"}}}},"type":"object"}]},"AppScriptCondition":{"description":"Added since version: 6.4.10.3","required":["identifier","active","appId","createdAt","name"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"identifier":{"type":"string"},"name":{"type":"string"},"active":{"type":"boolean"},"group":{"type":"string"},"script":{"type":"string"},"config":{"type":"object"},"appId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"app":{"$ref":"#\/components\/schemas\/App"},"ruleConditions":{"$ref":"#\/components\/schemas\/RuleCondition"}},"type":"object"},"AppTemplateJsonApi":{"description":"Added since version: 6.3.1.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["template","path","active","appId","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"template":{"type":"string"},"path":{"type":"string"},"active":{"type":"boolean"},"appId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"relationships":{"properties":{"app":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/app-template\/018a75758223727fba8c65eb541ae6da\/app"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"app"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a75758224717a9089f397119a2515"}}}},"type":"object"}}}},"type":"object"}]},"AppTemplate":{"description":"Added since version: 6.3.1.0","required":["template","path","active","appId","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"template":{"type":"string"},"path":{"type":"string"},"active":{"type":"boolean"},"appId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"app":{"$ref":"#\/components\/schemas\/App"}},"type":"object"},"CategoryJsonApi":{"description":"Added since version: 6.0.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["displayNestedProducts","type","productAssignmentType","createdAt","name"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"versionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"parentId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"parentVersionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"afterCategoryId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"afterCategoryVersionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"mediaId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"displayNestedProducts":{"type":"boolean"},"autoIncrement":{"type":"integer","format":"int64","readOnly":true},"breadcrumb":{"type":"array","items":{"additionalProperties":false},"readOnly":true},"level":{"type":"integer","format":"int64","readOnly":true},"path":{"type":"string","readOnly":true},"childCount":{"type":"integer","format":"int64","readOnly":true},"type":{"type":"string"},"productAssignmentType":{"type":"string"},"visible":{"type":"boolean"},"active":{"type":"boolean"},"cmsPageIdSwitched":{"description":"Runtime field, cannot be used as part of the criteria.","type":"boolean"},"visibleChildCount":{"description":"Runtime field, cannot be used as part of the criteria.","type":"integer","format":"int64"},"name":{"type":"string"},"customFields":{"type":"object"},"slotConfig":{"type":"object"},"linkType":{"type":"string"},"internalLink":{"type":"string","pattern":"^[0-9a-f]{32}$"},"externalLink":{"type":"string"},"linkNewTab":{"type":"boolean"},"description":{"type":"string"},"metaTitle":{"type":"string"},"metaDescription":{"type":"string"},"keywords":{"type":"string"},"cmsPageId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"cmsPageVersionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"productStreamId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"customEntityTypeId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"relationships":{"properties":{"parent":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/category\/018a75758224717a9089f397123b891c\/parent"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"category"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822570c3b414ce10e7559722"}}}},"type":"object"},"children":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/category\/018a75758224717a9089f397123b891c\/children"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"category"},"id":{"type":"string","example":"018a7575822570c3b414ce10e7ff7417"}}}}},"type":"object"},"media":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/category\/018a75758224717a9089f397123b891c\/media"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"media"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822570c3b414ce10e80b6864"}}}},"type":"object"},"products":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/category\/018a75758224717a9089f397123b891c\/products"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"product"},"id":{"type":"string","example":"018a7575822570c3b414ce10e859775b"}}}}},"type":"object"},"nestedProducts":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/category\/018a75758224717a9089f397123b891c\/nestedProducts"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"product"},"id":{"type":"string","example":"018a7575822570c3b414ce10e923441f"}}}}},"type":"object"},"tags":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/category\/018a75758224717a9089f397123b891c\/tags"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"tag"},"id":{"type":"string","example":"018a7575822570c3b414ce10e95c8146"}}}}},"type":"object"},"cmsPage":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/category\/018a75758224717a9089f397123b891c\/cmsPage"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"cms_page"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822570c3b414ce10e9d5fa3d"}}}},"type":"object"},"productStream":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/category\/018a75758224717a9089f397123b891c\/productStream"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"product_stream"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822570c3b414ce10ea277c35"}}}},"type":"object"},"navigationSalesChannels":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/category\/018a75758224717a9089f397123b891c\/navigationSalesChannels"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"sales_channel"},"id":{"type":"string","example":"018a7575822570c3b414ce10eaf42e96"}}}}},"type":"object"},"footerSalesChannels":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/category\/018a75758224717a9089f397123b891c\/footerSalesChannels"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"sales_channel"},"id":{"type":"string","example":"018a7575822570c3b414ce10eb5a312d"}}}}},"type":"object"},"serviceSalesChannels":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/category\/018a75758224717a9089f397123b891c\/serviceSalesChannels"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"sales_channel"},"id":{"type":"string","example":"018a7575822570c3b414ce10eb8ca4a7"}}}}},"type":"object"},"mainCategories":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/category\/018a75758224717a9089f397123b891c\/mainCategories"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"main_category"},"id":{"type":"string","example":"018a7575822570c3b414ce10ec83faa4"}}}}},"type":"object"},"seoUrls":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/category\/018a75758224717a9089f397123b891c\/seoUrls"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"seo_url"},"id":{"type":"string","example":"018a7575822570c3b414ce10ecb3d334"}}}}},"type":"object"}}}},"type":"object"}]},"Category":{"description":"Added since version: 6.0.0.0","required":["displayNestedProducts","type","productAssignmentType","createdAt","name"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"versionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"parentId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"parentVersionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"afterCategoryId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"afterCategoryVersionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"mediaId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"displayNestedProducts":{"type":"boolean"},"autoIncrement":{"type":"integer","format":"int64","readOnly":true},"breadcrumb":{"type":"array","items":{"additionalProperties":false},"readOnly":true},"level":{"type":"integer","format":"int64","readOnly":true},"path":{"type":"string","readOnly":true},"childCount":{"type":"integer","format":"int64","readOnly":true},"type":{"type":"string"},"productAssignmentType":{"type":"string"},"visible":{"type":"boolean"},"active":{"type":"boolean"},"cmsPageIdSwitched":{"description":"Runtime field, cannot be used as part of the criteria.","type":"boolean"},"visibleChildCount":{"description":"Runtime field, cannot be used as part of the criteria.","type":"integer","format":"int64"},"name":{"type":"string"},"customFields":{"type":"object"},"slotConfig":{"type":"object"},"linkType":{"type":"string"},"internalLink":{"type":"string","pattern":"^[0-9a-f]{32}$"},"externalLink":{"type":"string"},"linkNewTab":{"type":"boolean"},"description":{"type":"string"},"metaTitle":{"type":"string"},"metaDescription":{"type":"string"},"keywords":{"type":"string"},"cmsPageId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"cmsPageVersionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"productStreamId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"customEntityTypeId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"parent":{"$ref":"#\/components\/schemas\/Category"},"children":{"$ref":"#\/components\/schemas\/Category"},"media":{"$ref":"#\/components\/schemas\/Media"},"products":{"$ref":"#\/components\/schemas\/Product"},"nestedProducts":{"$ref":"#\/components\/schemas\/Product"},"tags":{"$ref":"#\/components\/schemas\/Tag"},"cmsPage":{"$ref":"#\/components\/schemas\/CmsPage"},"productStream":{"$ref":"#\/components\/schemas\/ProductStream"},"navigationSalesChannels":{"$ref":"#\/components\/schemas\/SalesChannel"},"footerSalesChannels":{"$ref":"#\/components\/schemas\/SalesChannel"},"serviceSalesChannels":{"$ref":"#\/components\/schemas\/SalesChannel"},"mainCategories":{"$ref":"#\/components\/schemas\/MainCategory"},"seoUrls":{"$ref":"#\/components\/schemas\/SeoUrl"}},"type":"object"},"CategoryTag":{"description":"Added since version: 6.0.0.0","required":["categoryId","tagId"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"categoryId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"categoryVersionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"tagId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"category":{"$ref":"#\/components\/schemas\/Category"},"tag":{"$ref":"#\/components\/schemas\/Tag"}},"type":"object"},"CmsBlockJsonApi":{"description":"Added since version: 6.0.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["position","type","sectionId","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"position":{"type":"integer","format":"int64"},"type":{"type":"string"},"locked":{"type":"boolean"},"name":{"type":"string"},"sectionPosition":{"type":"string"},"marginTop":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"backgroundColor":{"type":"string"},"backgroundMediaId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"backgroundMediaMode":{"type":"string"},"cssClass":{"type":"string"},"visibility":{"properties":{"mobile":{"type":"boolean"},"desktop":{"type":"boolean"},"tablet":{"type":"boolean"}},"type":"object"},"sectionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"customFields":{"type":"object"},"versionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"cmsSectionVersionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"relationships":{"properties":{"section":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/cms-block\/018a7575822570c3b414ce10eed56be4\/section"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"cms_section"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822570c3b414ce10ef4e69d4"}}}},"type":"object"},"backgroundMedia":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/cms-block\/018a7575822570c3b414ce10eed56be4\/backgroundMedia"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"media"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822570c3b414ce10f045c401"}}}},"type":"object"},"slots":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/cms-block\/018a7575822570c3b414ce10eed56be4\/slots"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"cms_slot"},"id":{"type":"string","example":"018a7575822570c3b414ce10f08dfccd"}}}}},"type":"object"}}}},"type":"object"}]},"CmsBlock":{"description":"Added since version: 6.0.0.0","required":["position","type","sectionId","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"position":{"type":"integer","format":"int64"},"type":{"type":"string"},"locked":{"type":"boolean"},"name":{"type":"string"},"sectionPosition":{"type":"string"},"marginTop":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"backgroundColor":{"type":"string"},"backgroundMediaId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"backgroundMediaMode":{"type":"string"},"cssClass":{"type":"string"},"visibility":{"properties":{"mobile":{"type":"boolean"},"desktop":{"type":"boolean"},"tablet":{"type":"boolean"}},"type":"object"},"sectionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"customFields":{"type":"object"},"versionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"cmsSectionVersionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"section":{"$ref":"#\/components\/schemas\/CmsSection"},"backgroundMedia":{"$ref":"#\/components\/schemas\/Media"},"slots":{"$ref":"#\/components\/schemas\/CmsSlot"}},"type":"object"},"CmsPageJsonApi":{"description":"Added since version: 6.0.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["type","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"versionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"type":{"type":"string"},"entity":{"type":"string"},"cssClass":{"type":"string"},"config":{"properties":{"backgroundColor":{"type":"string"}},"type":"object"},"previewMediaId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"customFields":{"type":"object"},"locked":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"relationships":{"properties":{"sections":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/cms-page\/018a7575822671c6b0977ddc5e16cbf4\/sections"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"cms_section"},"id":{"type":"string","example":"018a7575822671c6b0977ddc5e49a755"}}}}},"type":"object"},"previewMedia":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/cms-page\/018a7575822671c6b0977ddc5e16cbf4\/previewMedia"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"media"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822671c6b0977ddc5e7659be"}}}},"type":"object"},"categories":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/cms-page\/018a7575822671c6b0977ddc5e16cbf4\/categories"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"category"},"id":{"type":"string","example":"018a7575822671c6b0977ddc5ea8cc26"}}}}},"type":"object"},"landingPages":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/cms-page\/018a7575822671c6b0977ddc5e16cbf4\/landingPages"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"landing_page"},"id":{"type":"string","example":"018a7575822671c6b0977ddc5f01fca9"}}}}},"type":"object"},"homeSalesChannels":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/cms-page\/018a7575822671c6b0977ddc5e16cbf4\/homeSalesChannels"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"sales_channel"},"id":{"type":"string","example":"018a7575822671c6b0977ddc5f440763"}}}}},"type":"object"},"products":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/cms-page\/018a7575822671c6b0977ddc5e16cbf4\/products"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"product"},"id":{"type":"string","example":"018a7575822671c6b0977ddc5fe1840f"}}}}},"type":"object"}}}},"type":"object"}]},"CmsPage":{"description":"Added since version: 6.0.0.0","required":["type","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"versionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"type":{"type":"string"},"entity":{"type":"string"},"cssClass":{"type":"string"},"config":{"properties":{"backgroundColor":{"type":"string"}},"type":"object"},"previewMediaId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"customFields":{"type":"object"},"locked":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"sections":{"$ref":"#\/components\/schemas\/CmsSection"},"previewMedia":{"$ref":"#\/components\/schemas\/Media"},"categories":{"$ref":"#\/components\/schemas\/Category"},"landingPages":{"$ref":"#\/components\/schemas\/LandingPage"},"homeSalesChannels":{"$ref":"#\/components\/schemas\/SalesChannel"},"products":{"$ref":"#\/components\/schemas\/Product"}},"type":"object"},"CmsSectionJsonApi":{"description":"Added since version: 6.0.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["position","type","pageId","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"position":{"type":"integer","format":"int64"},"type":{"type":"string"},"locked":{"type":"boolean"},"name":{"type":"string"},"sizingMode":{"type":"string"},"mobileBehavior":{"type":"string"},"backgroundColor":{"type":"string"},"backgroundMediaId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"backgroundMediaMode":{"type":"string"},"cssClass":{"type":"string"},"pageId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"visibility":{"properties":{"mobile":{"type":"boolean"},"desktop":{"type":"boolean"},"tablet":{"type":"boolean"}},"type":"object"},"customFields":{"type":"object"},"versionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"cmsPageVersionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"relationships":{"properties":{"page":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/cms-section\/018a7575822671c6b0977ddc602a05b5\/page"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"cms_page"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822671c6b0977ddc60a20d24"}}}},"type":"object"},"backgroundMedia":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/cms-section\/018a7575822671c6b0977ddc602a05b5\/backgroundMedia"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"media"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822671c6b0977ddc617d5dd3"}}}},"type":"object"},"blocks":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/cms-section\/018a7575822671c6b0977ddc602a05b5\/blocks"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"cms_block"},"id":{"type":"string","example":"018a7575822671c6b0977ddc6240e57a"}}}}},"type":"object"}}}},"type":"object"}]},"CmsSection":{"description":"Added since version: 6.0.0.0","required":["position","type","pageId","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"position":{"type":"integer","format":"int64"},"type":{"type":"string"},"locked":{"type":"boolean"},"name":{"type":"string"},"sizingMode":{"type":"string"},"mobileBehavior":{"type":"string"},"backgroundColor":{"type":"string"},"backgroundMediaId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"backgroundMediaMode":{"type":"string"},"cssClass":{"type":"string"},"pageId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"visibility":{"properties":{"mobile":{"type":"boolean"},"desktop":{"type":"boolean"},"tablet":{"type":"boolean"}},"type":"object"},"customFields":{"type":"object"},"versionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"cmsPageVersionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"page":{"$ref":"#\/components\/schemas\/CmsPage"},"backgroundMedia":{"$ref":"#\/components\/schemas\/Media"},"blocks":{"$ref":"#\/components\/schemas\/CmsBlock"}},"type":"object"},"CmsSlotJsonApi":{"description":"Added since version: 6.0.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["type","slot","blockId","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"versionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"type":{"type":"string"},"slot":{"type":"string"},"locked":{"type":"boolean"},"config":{"type":"object"},"customFields":{"type":"object"},"data":{"type":"object","readOnly":true},"blockId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"fieldConfig":{"type":"object"},"cmsBlockVersionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"relationships":{"properties":{"block":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/cms-slot\/018a7575822671c6b0977ddc630c3359\/block"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"cms_block"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822671c6b0977ddc63d9ccc3"}}}},"type":"object"}}}},"type":"object"}]},"CmsSlot":{"description":"Added since version: 6.0.0.0","required":["type","slot","blockId","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"versionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"type":{"type":"string"},"slot":{"type":"string"},"locked":{"type":"boolean"},"config":{"type":"object"},"customFields":{"type":"object"},"data":{"type":"object","readOnly":true},"blockId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"fieldConfig":{"type":"object"},"cmsBlockVersionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"block":{"$ref":"#\/components\/schemas\/CmsBlock"}},"type":"object"},"CountryJsonApi":{"description":"Added since version: 6.0.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["createdAt","name","addressFormat"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"iso":{"type":"string"},"position":{"type":"integer","format":"int64"},"active":{"type":"boolean"},"shippingAvailable":{"type":"boolean"},"iso3":{"type":"string"},"displayStateInRegistration":{"type":"boolean"},"forceStateInRegistration":{"type":"boolean"},"checkVatIdPattern":{"type":"boolean"},"vatIdRequired":{"type":"boolean"},"vatIdPattern":{"type":"string"},"customFields":{"type":"object"},"customerTax":{"required":["enabled","currencyId","amount"],"properties":{"enabled":{"type":"boolean"},"currencyId":{"type":"string"},"amount":{"type":"number","format":"float"}},"type":"object"},"companyTax":{"required":["enabled","currencyId","amount"],"properties":{"enabled":{"type":"boolean"},"currencyId":{"type":"string"},"amount":{"type":"number","format":"float"}},"type":"object"},"postalCodeRequired":{"type":"boolean"},"checkPostalCodePattern":{"type":"boolean"},"checkAdvancedPostalCodePattern":{"type":"boolean"},"advancedPostalCodePattern":{"type":"string"},"addressFormat":{"type":"object"},"defaultPostalCodePattern":{"type":"string"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"relationships":{"properties":{"states":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/country\/018a757582277382823a697f7dab3e7a\/states"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"country_state"},"id":{"type":"string","example":"018a757582277382823a697f7e71ce79"}}}}},"type":"object"},"customerAddresses":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/country\/018a757582277382823a697f7dab3e7a\/customerAddresses"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"customer_address"},"id":{"type":"string","example":"018a757582277382823a697f7e9c504a"}}}}},"type":"object"},"orderAddresses":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/country\/018a757582277382823a697f7dab3e7a\/orderAddresses"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"order_address"},"id":{"type":"string","example":"018a757582277382823a697f7f6be7d9"}}}}},"type":"object"},"salesChannelDefaultAssignments":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/country\/018a757582277382823a697f7dab3e7a\/salesChannelDefaultAssignments"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"sales_channel"},"id":{"type":"string","example":"018a757582277382823a697f8043959a"}}}}},"type":"object"},"salesChannels":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/country\/018a757582277382823a697f7dab3e7a\/salesChannels"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"sales_channel"},"id":{"type":"string","example":"018a757582277382823a697f8109a2b0"}}}}},"type":"object"},"taxRules":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/country\/018a757582277382823a697f7dab3e7a\/taxRules"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"tax_rule"},"id":{"type":"string","example":"018a757582277382823a697f818df527"}}}}},"type":"object"},"currencyCountryRoundings":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/country\/018a757582277382823a697f7dab3e7a\/currencyCountryRoundings"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"currency_country_rounding"},"id":{"type":"string","example":"018a757582277382823a697f8242eb87"}}}}},"type":"object"}}}},"type":"object"}]},"Country":{"description":"Added since version: 6.0.0.0","required":["createdAt","name","addressFormat"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"iso":{"type":"string"},"position":{"type":"integer","format":"int64"},"active":{"type":"boolean"},"shippingAvailable":{"type":"boolean"},"iso3":{"type":"string"},"displayStateInRegistration":{"type":"boolean"},"forceStateInRegistration":{"type":"boolean"},"checkVatIdPattern":{"type":"boolean"},"vatIdRequired":{"type":"boolean"},"vatIdPattern":{"type":"string"},"customFields":{"type":"object"},"customerTax":{"required":["enabled","currencyId","amount"],"properties":{"enabled":{"type":"boolean"},"currencyId":{"type":"string"},"amount":{"type":"number","format":"float"}},"type":"object"},"companyTax":{"required":["enabled","currencyId","amount"],"properties":{"enabled":{"type":"boolean"},"currencyId":{"type":"string"},"amount":{"type":"number","format":"float"}},"type":"object"},"postalCodeRequired":{"type":"boolean"},"checkPostalCodePattern":{"type":"boolean"},"checkAdvancedPostalCodePattern":{"type":"boolean"},"advancedPostalCodePattern":{"type":"string"},"addressFormat":{"type":"object"},"defaultPostalCodePattern":{"type":"string"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"states":{"$ref":"#\/components\/schemas\/CountryState"},"customerAddresses":{"$ref":"#\/components\/schemas\/CustomerAddress"},"orderAddresses":{"$ref":"#\/components\/schemas\/OrderAddress"},"salesChannelDefaultAssignments":{"$ref":"#\/components\/schemas\/SalesChannel"},"salesChannels":{"$ref":"#\/components\/schemas\/SalesChannel"},"taxRules":{"$ref":"#\/components\/schemas\/TaxRule"},"currencyCountryRoundings":{"$ref":"#\/components\/schemas\/CurrencyCountryRounding"}},"type":"object"},"CountryStateJsonApi":{"description":"Added since version: 6.0.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["countryId","shortCode","createdAt","name"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"countryId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"shortCode":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","format":"int64"},"active":{"type":"boolean"},"customFields":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"relationships":{"properties":{"country":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/country-state\/018a757582277382823a697f8328dced\/country"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"country"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a757582277382823a697f83be3386"}}}},"type":"object"},"customerAddresses":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/country-state\/018a757582277382823a697f8328dced\/customerAddresses"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"customer_address"},"id":{"type":"string","example":"018a757582277382823a697f83f6d0e3"}}}}},"type":"object"},"orderAddresses":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/country-state\/018a757582277382823a697f8328dced\/orderAddresses"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"order_address"},"id":{"type":"string","example":"018a757582277382823a697f84390e1a"}}}}},"type":"object"}}}},"type":"object"}]},"CountryState":{"description":"Added since version: 6.0.0.0","required":["countryId","shortCode","createdAt","name"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"countryId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"shortCode":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","format":"int64"},"active":{"type":"boolean"},"customFields":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"country":{"$ref":"#\/components\/schemas\/Country"},"customerAddresses":{"$ref":"#\/components\/schemas\/CustomerAddress"},"orderAddresses":{"$ref":"#\/components\/schemas\/OrderAddress"}},"type":"object"},"CurrencyJsonApi":{"description":"Added since version: 6.0.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["factor","symbol","isoCode","itemRounding","totalRounding","createdAt","shortName","name"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"factor":{"type":"number","format":"float"},"symbol":{"type":"string"},"isoCode":{"type":"string"},"shortName":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","format":"int64"},"isSystemDefault":{"description":"Runtime field, cannot be used as part of the criteria.","type":"boolean"},"taxFreeFrom":{"type":"number","format":"float"},"customFields":{"type":"object"},"itemRounding":{"properties":{"decimals":{"type":"integer","format":"int64"},"interval":{"type":"number","format":"float"},"roundForNet":{"type":"boolean"}},"type":"object"},"totalRounding":{"properties":{"decimals":{"type":"integer","format":"int64"},"interval":{"type":"number","format":"float"},"roundForNet":{"type":"boolean"}},"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"relationships":{"properties":{"salesChannelDefaultAssignments":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/currency\/018a757582277382823a697f8477efd4\/salesChannelDefaultAssignments"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"sales_channel"},"id":{"type":"string","example":"018a757582277382823a697f855acce4"}}}}},"type":"object"},"orders":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/currency\/018a757582277382823a697f8477efd4\/orders"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"order"},"id":{"type":"string","example":"018a757582277382823a697f85d61906"}}}}},"type":"object"},"salesChannels":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/currency\/018a757582277382823a697f8477efd4\/salesChannels"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"sales_channel"},"id":{"type":"string","example":"018a757582277382823a697f860320d0"}}}}},"type":"object"},"salesChannelDomains":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/currency\/018a757582277382823a697f8477efd4\/salesChannelDomains"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"sales_channel_domain"},"id":{"type":"string","example":"018a757582277382823a697f86770da2"}}}}},"type":"object"},"promotionDiscountPrices":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/currency\/018a757582277382823a697f8477efd4\/promotionDiscountPrices"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"promotion_discount_prices"},"id":{"type":"string","example":"018a757582277382823a697f8765e234"}}}}},"type":"object"},"productExports":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/currency\/018a757582277382823a697f8477efd4\/productExports"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"product_export"},"id":{"type":"string","example":"018a757582277382823a697f877a46b2"}}}}},"type":"object"},"countryRoundings":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/currency\/018a757582277382823a697f8477efd4\/countryRoundings"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"currency_country_rounding"},"id":{"type":"string","example":"018a757582277382823a697f884fe168"}}}}},"type":"object"}}}},"type":"object"}]},"Currency":{"description":"Added since version: 6.0.0.0","required":["factor","symbol","isoCode","itemRounding","totalRounding","createdAt","shortName","name"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"factor":{"type":"number","format":"float"},"symbol":{"type":"string"},"isoCode":{"type":"string"},"shortName":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer","format":"int64"},"isSystemDefault":{"description":"Runtime field, cannot be used as part of the criteria.","type":"boolean"},"taxFreeFrom":{"type":"number","format":"float"},"customFields":{"type":"object"},"itemRounding":{"properties":{"decimals":{"type":"integer","format":"int64"},"interval":{"type":"number","format":"float"},"roundForNet":{"type":"boolean"}},"type":"object"},"totalRounding":{"properties":{"decimals":{"type":"integer","format":"int64"},"interval":{"type":"number","format":"float"},"roundForNet":{"type":"boolean"}},"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"salesChannelDefaultAssignments":{"$ref":"#\/components\/schemas\/SalesChannel"},"orders":{"$ref":"#\/components\/schemas\/Order"},"salesChannels":{"$ref":"#\/components\/schemas\/SalesChannel"},"salesChannelDomains":{"$ref":"#\/components\/schemas\/SalesChannelDomain"},"promotionDiscountPrices":{"$ref":"#\/components\/schemas\/PromotionDiscountPrices"},"productExports":{"$ref":"#\/components\/schemas\/ProductExport"},"countryRoundings":{"$ref":"#\/components\/schemas\/CurrencyCountryRounding"}},"type":"object"},"CurrencyCountryRoundingJsonApi":{"description":"Added since version: 6.4.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["currencyId","countryId","itemRounding","totalRounding","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"currencyId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"countryId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"itemRounding":{"properties":{"decimals":{"type":"integer","format":"int64"},"interval":{"type":"number","format":"float"},"roundForNet":{"type":"boolean"}},"type":"object"},"totalRounding":{"properties":{"decimals":{"type":"integer","format":"int64"},"interval":{"type":"number","format":"float"},"roundForNet":{"type":"boolean"}},"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"relationships":{"properties":{"currency":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/currency-country-rounding\/018a75758228730d87a8ca862612ab65\/currency"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"currency"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a75758228730d87a8ca8626b545af"}}}},"type":"object"},"country":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/currency-country-rounding\/018a75758228730d87a8ca862612ab65\/country"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"country"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a75758228730d87a8ca862749e0f6"}}}},"type":"object"}}}},"type":"object"}]},"CurrencyCountryRounding":{"description":"Added since version: 6.4.0.0","required":["currencyId","countryId","itemRounding","totalRounding","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"currencyId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"countryId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"itemRounding":{"properties":{"decimals":{"type":"integer","format":"int64"},"interval":{"type":"number","format":"float"},"roundForNet":{"type":"boolean"}},"type":"object"},"totalRounding":{"properties":{"decimals":{"type":"integer","format":"int64"},"interval":{"type":"number","format":"float"},"roundForNet":{"type":"boolean"}},"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"currency":{"$ref":"#\/components\/schemas\/Currency"},"country":{"$ref":"#\/components\/schemas\/Country"}},"type":"object"},"CustomEntityJsonApi":{"description":"Added since version: 6.4.9.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["name","fields","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"fields":{"type":"object"},"flags":{"type":"object"},"appId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"pluginId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"cmsAware":{"description":"Runtime field, cannot be used as part of the criteria.","type":"boolean"},"storeApiAware":{"description":"Runtime field, cannot be used as part of the criteria.","type":"boolean"},"customFieldsAware":{"type":"boolean"},"labelProperty":{"type":"string"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true}},"type":"object"}]},"CustomEntity":{"description":"Added since version: 6.4.9.0","required":["name","fields","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"fields":{"type":"object"},"flags":{"type":"object"},"appId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"pluginId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"cmsAware":{"description":"Runtime field, cannot be used as part of the criteria.","type":"boolean"},"storeApiAware":{"description":"Runtime field, cannot be used as part of the criteria.","type":"boolean"},"customFieldsAware":{"type":"boolean"},"labelProperty":{"type":"string"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true}},"type":"object"},"CustomFieldJsonApi":{"description":"Added since version: 6.0.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["name","type","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"type":{"type":"string"},"config":{"type":"object"},"active":{"type":"boolean"},"customFieldSetId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"allowCustomerWrite":{"type":"boolean"},"allowCartExpose":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"relationships":{"properties":{"customFieldSet":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/custom-field\/018a75758228730d87a8ca8628c47634\/customFieldSet"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"custom_field_set"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a75758228730d87a8ca862911a113"}}}},"type":"object"},"productSearchConfigFields":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/custom-field\/018a75758228730d87a8ca8628c47634\/productSearchConfigFields"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"product_search_config_field"},"id":{"type":"string","example":"018a75758228730d87a8ca86297ef91b"}}}}},"type":"object"}}}},"type":"object"}]},"CustomField":{"description":"Added since version: 6.0.0.0","required":["name","type","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"type":{"type":"string"},"config":{"type":"object"},"active":{"type":"boolean"},"customFieldSetId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"allowCustomerWrite":{"type":"boolean"},"allowCartExpose":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"customFieldSet":{"$ref":"#\/components\/schemas\/CustomFieldSet"},"productSearchConfigFields":{"$ref":"#\/components\/schemas\/ProductSearchConfigField"}},"type":"object"},"CustomFieldSetJsonApi":{"description":"Added since version: 6.0.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["name","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"config":{"type":"object"},"active":{"type":"boolean"},"global":{"type":"boolean"},"position":{"type":"integer","format":"int64"},"appId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"relationships":{"properties":{"customFields":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/custom-field-set\/018a75758228730d87a8ca8629eb0325\/customFields"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"custom_field"},"id":{"type":"string","example":"018a75758228730d87a8ca862a9bd999"}}}}},"type":"object"},"relations":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/custom-field-set\/018a75758228730d87a8ca8629eb0325\/relations"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"custom_field_set_relation"},"id":{"type":"string","example":"018a75758228730d87a8ca862abcd584"}}}}},"type":"object"},"products":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/custom-field-set\/018a75758228730d87a8ca8629eb0325\/products"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"product"},"id":{"type":"string","example":"018a75758228730d87a8ca862b2e8920"}}}}},"type":"object"},"app":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/custom-field-set\/018a75758228730d87a8ca8629eb0325\/app"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"app"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a75758228730d87a8ca862bfdfcb7"}}}},"type":"object"}}}},"type":"object"}]},"CustomFieldSet":{"description":"Added since version: 6.0.0.0","required":["name","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"config":{"type":"object"},"active":{"type":"boolean"},"global":{"type":"boolean"},"position":{"type":"integer","format":"int64"},"appId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"customFields":{"$ref":"#\/components\/schemas\/CustomField"},"relations":{"$ref":"#\/components\/schemas\/CustomFieldSetRelation"},"products":{"$ref":"#\/components\/schemas\/Product"},"app":{"$ref":"#\/components\/schemas\/App"}},"type":"object"},"CustomFieldSetRelationJsonApi":{"description":"Added since version: 6.0.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["customFieldSetId","entityName","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"customFieldSetId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"entityName":{"type":"string"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"relationships":{"properties":{"customFieldSet":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/custom-field-set-relation\/018a75758228730d87a8ca862c9f9d03\/customFieldSet"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"custom_field_set"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a75758228730d87a8ca862d1a5beb"}}}},"type":"object"}}}},"type":"object"}]},"CustomFieldSetRelation":{"description":"Added since version: 6.0.0.0","required":["customFieldSetId","entityName","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"customFieldSetId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"entityName":{"type":"string"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"customFieldSet":{"$ref":"#\/components\/schemas\/CustomFieldSet"}},"type":"object"},"CustomerJsonApi":{"description":"Added since version: 6.0.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["groupId","defaultPaymentMethodId","salesChannelId","languageId","defaultBillingAddressId","defaultShippingAddressId","customerNumber","firstName","lastName","email","accountType","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"groupId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"defaultPaymentMethodId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"salesChannelId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"languageId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"lastPaymentMethodId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"defaultBillingAddressId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"defaultShippingAddressId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"autoIncrement":{"type":"integer","format":"int64","readOnly":true},"customerNumber":{"type":"string"},"salutationId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"firstName":{"type":"string"},"lastName":{"type":"string"},"company":{"type":"string"},"email":{"type":"string"},"title":{"type":"string"},"vatIds":{"type":"array","items":{"type":"string"}},"affiliateCode":{"type":"string"},"campaignCode":{"type":"string"},"active":{"type":"boolean"},"doubleOptInRegistration":{"type":"boolean"},"doubleOptInEmailSentDate":{"type":"string","format":"date-time"},"doubleOptInConfirmDate":{"type":"string","format":"date-time"},"hash":{"type":"string"},"guest":{"type":"boolean"},"firstLogin":{"type":"string","format":"date-time"},"lastLogin":{"type":"string","format":"date-time"},"birthday":{"type":"string"},"lastOrderDate":{"type":"string","format":"date-time","readOnly":true},"orderCount":{"type":"integer","format":"int64","readOnly":true},"orderTotalAmount":{"type":"number","format":"float","readOnly":true},"reviewCount":{"type":"integer","format":"int64","readOnly":true},"customFields":{"type":"object"},"remoteAddress":{"type":"string"},"tagIds":{"type":"array","items":{"type":"string","pattern":"^[0-9a-f]{32}$"},"readOnly":true},"requestedGroupId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"boundSalesChannelId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"accountType":{"type":"string"},"createdById":{"type":"string","pattern":"^[0-9a-f]{32}$"},"updatedById":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"relationships":{"properties":{"group":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/customer\/018a75758229707a95790a4629c2ccea\/group"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"customer_group"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a75758229707a95790a462a860924"}}}},"type":"object"},"defaultPaymentMethod":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/customer\/018a75758229707a95790a4629c2ccea\/defaultPaymentMethod"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"payment_method"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a75758229707a95790a462b61c3ac"}}}},"type":"object"},"salesChannel":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/customer\/018a75758229707a95790a4629c2ccea\/salesChannel"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"sales_channel"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a75758229707a95790a462c185255"}}}},"type":"object"},"language":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/customer\/018a75758229707a95790a4629c2ccea\/language"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"language"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a75758229707a95790a462c26c105"}}}},"type":"object"},"lastPaymentMethod":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/customer\/018a75758229707a95790a4629c2ccea\/lastPaymentMethod"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"payment_method"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a75758229707a95790a462c878619"}}}},"type":"object"},"defaultBillingAddress":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/customer\/018a75758229707a95790a4629c2ccea\/defaultBillingAddress"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"customer_address"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a75758229707a95790a462cbfab5d"}}}},"type":"object"},"defaultShippingAddress":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/customer\/018a75758229707a95790a4629c2ccea\/defaultShippingAddress"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"customer_address"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a75758229707a95790a462d336c1e"}}}},"type":"object"},"salutation":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/customer\/018a75758229707a95790a4629c2ccea\/salutation"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"salutation"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a75758229707a95790a462d7db34c"}}}},"type":"object"},"addresses":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/customer\/018a75758229707a95790a4629c2ccea\/addresses"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"customer_address"},"id":{"type":"string","example":"018a75758229707a95790a462e5856b0"}}}}},"type":"object"},"orderCustomers":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/customer\/018a75758229707a95790a4629c2ccea\/orderCustomers"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"order_customer"},"id":{"type":"string","example":"018a75758229707a95790a462eed91f7"}}}}},"type":"object"},"tags":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/customer\/018a75758229707a95790a4629c2ccea\/tags"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"tag"},"id":{"type":"string","example":"018a75758229707a95790a462f0609f4"}}}}},"type":"object"},"promotions":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/customer\/018a75758229707a95790a4629c2ccea\/promotions"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"promotion"},"id":{"type":"string","example":"018a75758229707a95790a462f7158e0"}}}}},"type":"object"},"productReviews":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/customer\/018a75758229707a95790a4629c2ccea\/productReviews"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"product_review"},"id":{"type":"string","example":"018a75758229707a95790a46306fd530"}}}}},"type":"object"},"recoveryCustomer":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/customer\/018a75758229707a95790a4629c2ccea\/recoveryCustomer"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"customer_recovery"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a75758229707a95790a46310663d3"}}}},"type":"object"},"requestedGroup":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/customer\/018a75758229707a95790a4629c2ccea\/requestedGroup"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"customer_group"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a75758229707a95790a4631b18ca5"}}}},"type":"object"},"boundSalesChannel":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/customer\/018a75758229707a95790a4629c2ccea\/boundSalesChannel"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"sales_channel"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a75758229707a95790a46324bfad7"}}}},"type":"object"},"wishlists":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/customer\/018a75758229707a95790a4629c2ccea\/wishlists"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"customer_wishlist"},"id":{"type":"string","example":"018a75758229707a95790a4632e3efd6"}}}}},"type":"object"},"createdBy":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/customer\/018a75758229707a95790a4629c2ccea\/createdBy"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"user"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a75758229707a95790a46338dd783"}}}},"type":"object"},"updatedBy":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/customer\/018a75758229707a95790a4629c2ccea\/updatedBy"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"user"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a75758229707a95790a4633cd12c2"}}}},"type":"object"}}}},"type":"object"}]},"Customer":{"description":"Added since version: 6.0.0.0","required":["groupId","defaultPaymentMethodId","salesChannelId","languageId","defaultBillingAddressId","defaultShippingAddressId","customerNumber","firstName","lastName","email","accountType","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"groupId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"defaultPaymentMethodId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"salesChannelId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"languageId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"lastPaymentMethodId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"defaultBillingAddressId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"defaultShippingAddressId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"autoIncrement":{"type":"integer","format":"int64","readOnly":true},"customerNumber":{"type":"string"},"salutationId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"firstName":{"type":"string"},"lastName":{"type":"string"},"company":{"type":"string"},"email":{"type":"string"},"title":{"type":"string"},"vatIds":{"type":"array","items":{"type":"string"}},"affiliateCode":{"type":"string"},"campaignCode":{"type":"string"},"active":{"type":"boolean"},"doubleOptInRegistration":{"type":"boolean"},"doubleOptInEmailSentDate":{"type":"string","format":"date-time"},"doubleOptInConfirmDate":{"type":"string","format":"date-time"},"hash":{"type":"string"},"guest":{"type":"boolean"},"firstLogin":{"type":"string","format":"date-time"},"lastLogin":{"type":"string","format":"date-time"},"birthday":{"type":"string"},"lastOrderDate":{"type":"string","format":"date-time","readOnly":true},"orderCount":{"type":"integer","format":"int64","readOnly":true},"orderTotalAmount":{"type":"number","format":"float","readOnly":true},"reviewCount":{"type":"integer","format":"int64","readOnly":true},"customFields":{"type":"object"},"remoteAddress":{"type":"string"},"tagIds":{"type":"array","items":{"type":"string","pattern":"^[0-9a-f]{32}$"},"readOnly":true},"requestedGroupId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"boundSalesChannelId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"accountType":{"type":"string"},"createdById":{"type":"string","pattern":"^[0-9a-f]{32}$"},"updatedById":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"group":{"$ref":"#\/components\/schemas\/CustomerGroup"},"defaultPaymentMethod":{"$ref":"#\/components\/schemas\/PaymentMethod"},"salesChannel":{"$ref":"#\/components\/schemas\/SalesChannel"},"language":{"$ref":"#\/components\/schemas\/Language"},"lastPaymentMethod":{"$ref":"#\/components\/schemas\/PaymentMethod"},"defaultBillingAddress":{"$ref":"#\/components\/schemas\/CustomerAddress"},"defaultShippingAddress":{"$ref":"#\/components\/schemas\/CustomerAddress"},"salutation":{"$ref":"#\/components\/schemas\/Salutation"},"addresses":{"$ref":"#\/components\/schemas\/CustomerAddress"},"orderCustomers":{"$ref":"#\/components\/schemas\/OrderCustomer"},"tags":{"$ref":"#\/components\/schemas\/Tag"},"promotions":{"$ref":"#\/components\/schemas\/Promotion"},"productReviews":{"$ref":"#\/components\/schemas\/ProductReview"},"recoveryCustomer":{"$ref":"#\/components\/schemas\/CustomerRecovery"},"requestedGroup":{"$ref":"#\/components\/schemas\/CustomerGroup"},"boundSalesChannel":{"$ref":"#\/components\/schemas\/SalesChannel"},"wishlists":{"$ref":"#\/components\/schemas\/CustomerWishlist"},"createdBy":{"$ref":"#\/components\/schemas\/User"},"updatedBy":{"$ref":"#\/components\/schemas\/User"}},"type":"object"},"CustomerAddressJsonApi":{"description":"Added since version: 6.0.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["customerId","countryId","firstName","lastName","city","street","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"customerId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"countryId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"countryStateId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"salutationId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"firstName":{"type":"string"},"lastName":{"type":"string"},"zipcode":{"type":"string"},"city":{"type":"string"},"company":{"type":"string"},"street":{"type":"string"},"department":{"type":"string"},"title":{"type":"string"},"phoneNumber":{"type":"string"},"additionalAddressLine1":{"type":"string"},"additionalAddressLine2":{"type":"string"},"customFields":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"relationships":{"properties":{"customer":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/customer-address\/018a7575822a73f2a951ee3929b48647\/customer"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"customer"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822a73f2a951ee392a9bce9e"}}}},"type":"object"},"country":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/customer-address\/018a7575822a73f2a951ee3929b48647\/country"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"country"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822a73f2a951ee392b2a833a"}}}},"type":"object"},"countryState":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/customer-address\/018a7575822a73f2a951ee3929b48647\/countryState"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"country_state"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822a73f2a951ee392b3f772c"}}}},"type":"object"},"salutation":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/customer-address\/018a7575822a73f2a951ee3929b48647\/salutation"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"salutation"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822a73f2a951ee392c1bb7d7"}}}},"type":"object"}}}},"type":"object"}]},"CustomerAddress":{"description":"Added since version: 6.0.0.0","required":["customerId","countryId","firstName","lastName","city","street","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"customerId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"countryId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"countryStateId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"salutationId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"firstName":{"type":"string"},"lastName":{"type":"string"},"zipcode":{"type":"string"},"city":{"type":"string"},"company":{"type":"string"},"street":{"type":"string"},"department":{"type":"string"},"title":{"type":"string"},"phoneNumber":{"type":"string"},"additionalAddressLine1":{"type":"string"},"additionalAddressLine2":{"type":"string"},"customFields":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"customer":{"$ref":"#\/components\/schemas\/Customer"},"country":{"$ref":"#\/components\/schemas\/Country"},"countryState":{"$ref":"#\/components\/schemas\/CountryState"},"salutation":{"$ref":"#\/components\/schemas\/Salutation"}},"type":"object"},"CustomerGroupJsonApi":{"description":"Added since version: 6.0.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["createdAt","name"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"displayGross":{"type":"boolean"},"customFields":{"type":"object"},"registrationActive":{"type":"boolean"},"registrationTitle":{"type":"string"},"registrationIntroduction":{"type":"string"},"registrationOnlyCompanyRegistration":{"type":"boolean"},"registrationSeoMetaDescription":{"type":"string"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"relationships":{"properties":{"customers":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/customer-group\/018a7575822a73f2a951ee392c8bfa3e\/customers"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"customer"},"id":{"type":"string","example":"018a7575822d7297b1374152ad726072"}}}}},"type":"object"},"salesChannels":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/customer-group\/018a7575822a73f2a951ee392c8bfa3e\/salesChannels"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"sales_channel"},"id":{"type":"string","example":"018a7575822d7297b1374152ade19280"}}}}},"type":"object"},"registrationSalesChannels":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/customer-group\/018a7575822a73f2a951ee392c8bfa3e\/registrationSalesChannels"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"sales_channel"},"id":{"type":"string","example":"018a7575822d7297b1374152aecd53bf"}}}}},"type":"object"}}}},"type":"object"}]},"CustomerGroup":{"description":"Added since version: 6.0.0.0","required":["createdAt","name"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"displayGross":{"type":"boolean"},"customFields":{"type":"object"},"registrationActive":{"type":"boolean"},"registrationTitle":{"type":"string"},"registrationIntroduction":{"type":"string"},"registrationOnlyCompanyRegistration":{"type":"boolean"},"registrationSeoMetaDescription":{"type":"string"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"customers":{"$ref":"#\/components\/schemas\/Customer"},"salesChannels":{"$ref":"#\/components\/schemas\/SalesChannel"},"registrationSalesChannels":{"$ref":"#\/components\/schemas\/SalesChannel"}},"type":"object"},"CustomerGroupRegistrationSalesChannels":{"description":"Added since version: 6.3.1.0","required":["customerGroupId","salesChannelId","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"customerGroupId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"salesChannelId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"customerGroup":{"$ref":"#\/components\/schemas\/CustomerGroup"},"salesChannel":{"$ref":"#\/components\/schemas\/SalesChannel"}},"type":"object"},"CustomerRecoveryJsonApi":{"description":"Added since version: 6.1.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["hash","customerId","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"hash":{"type":"string"},"customerId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"relationships":{"properties":{"customer":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/customer-recovery\/018a7575822d7297b1374152b12197c1\/customer"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"customer"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822d7297b1374152b1cd195b"}}}},"type":"object"}}}},"type":"object"}]},"CustomerRecovery":{"description":"Added since version: 6.1.0.0","required":["hash","customerId","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"hash":{"type":"string"},"customerId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"customer":{"$ref":"#\/components\/schemas\/Customer"}},"type":"object"},"CustomerTag":{"description":"Added since version: 6.0.0.0","required":["customerId","tagId"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"customerId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"tagId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"customer":{"$ref":"#\/components\/schemas\/Customer"},"tag":{"$ref":"#\/components\/schemas\/Tag"}},"type":"object"},"CustomerWishlistJsonApi":{"description":"Added since version: 6.3.4.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["customerId","salesChannelId","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"customerId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"salesChannelId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"customFields":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"relationships":{"properties":{"products":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/customer-wishlist\/018a7575822d7297b1374152b3502da8\/products"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"customer_wishlist_product"},"id":{"type":"string","example":"018a7575822d7297b1374152b3ad84d7"}}}}},"type":"object"},"customer":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/customer-wishlist\/018a7575822d7297b1374152b3502da8\/customer"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"customer"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822d7297b1374152b3fdcad9"}}}},"type":"object"},"salesChannel":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/customer-wishlist\/018a7575822d7297b1374152b3502da8\/salesChannel"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"sales_channel"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822d7297b1374152b4ac18b4"}}}},"type":"object"}}}},"type":"object"}]},"CustomerWishlist":{"description":"Added since version: 6.3.4.0","required":["customerId","salesChannelId","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"customerId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"salesChannelId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"customFields":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"products":{"$ref":"#\/components\/schemas\/CustomerWishlistProduct"},"customer":{"$ref":"#\/components\/schemas\/Customer"},"salesChannel":{"$ref":"#\/components\/schemas\/SalesChannel"}},"type":"object"},"CustomerWishlistProductJsonApi":{"description":"Added since version: 6.3.4.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["productId","wishlistId","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"productId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"productVersionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"wishlistId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"relationships":{"properties":{"wishlist":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/customer-wishlist-product\/018a7575822d7297b1374152b57c409c\/wishlist"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"customer_wishlist"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822d7297b1374152b5f08f7f"}}}},"type":"object"},"product":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/customer-wishlist-product\/018a7575822d7297b1374152b57c409c\/product"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"product"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822d7297b1374152b6b8e96f"}}}},"type":"object"}}}},"type":"object"}]},"CustomerWishlistProduct":{"description":"Added since version: 6.3.4.0","required":["productId","wishlistId","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"productId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"productVersionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"wishlistId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"wishlist":{"$ref":"#\/components\/schemas\/CustomerWishlist"},"product":{"$ref":"#\/components\/schemas\/Product"}},"type":"object"},"DeliveryTimeJsonApi":{"description":"Added since version: 6.0.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["name","min","max","unit","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"min":{"type":"integer","format":"int64"},"max":{"type":"integer","format":"int64"},"unit":{"type":"string"},"customFields":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"relationships":{"properties":{"shippingMethods":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/delivery-time\/018a7575822d7297b1374152b765acb4\/shippingMethods"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"shipping_method"},"id":{"type":"string","example":"018a7575822d7297b1374152b85d3bd9"}}}}},"type":"object"},"products":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/delivery-time\/018a7575822d7297b1374152b765acb4\/products"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"product"},"id":{"type":"string","example":"018a7575822d7297b1374152b8db1cf1"}}}}},"type":"object"}}}},"type":"object"}]},"DeliveryTime":{"description":"Added since version: 6.0.0.0","required":["name","min","max","unit","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"min":{"type":"integer","format":"int64"},"max":{"type":"integer","format":"int64"},"unit":{"type":"string"},"customFields":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"shippingMethods":{"$ref":"#\/components\/schemas\/ShippingMethod"},"products":{"$ref":"#\/components\/schemas\/Product"}},"type":"object"},"DocumentJsonApi":{"description":"Added since version: 6.0.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["documentTypeId","fileType","orderId","config","deepLinkCode","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"documentTypeId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"fileType":{"type":"string"},"referencedDocumentId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"orderId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"documentMediaFileId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"orderVersionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"config":{"type":"object"},"sent":{"type":"boolean"},"static":{"type":"boolean"},"deepLinkCode":{"type":"string"},"customFields":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"relationships":{"properties":{"documentType":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/document\/018a7575822e72c486d56c3fee5fbb55\/documentType"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"document_type"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822e72c486d56c3feebaf407"}}}},"type":"object"},"order":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/document\/018a7575822e72c486d56c3fee5fbb55\/order"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"order"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822e72c486d56c3feedb215e"}}}},"type":"object"},"referencedDocument":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/document\/018a7575822e72c486d56c3fee5fbb55\/referencedDocument"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"document"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822e72c486d56c3fef98fc48"}}}},"type":"object"},"dependentDocuments":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/document\/018a7575822e72c486d56c3fee5fbb55\/dependentDocuments"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"document"},"id":{"type":"string","example":"018a7575822e72c486d56c3ff01fc143"}}}}},"type":"object"},"documentMediaFile":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/document\/018a7575822e72c486d56c3fee5fbb55\/documentMediaFile"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"media"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822e72c486d56c3ff0d581d5"}}}},"type":"object"}}}},"type":"object"}]},"Document":{"description":"Added since version: 6.0.0.0","required":["documentTypeId","fileType","orderId","config","deepLinkCode","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"documentTypeId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"fileType":{"type":"string"},"referencedDocumentId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"orderId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"documentMediaFileId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"orderVersionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"config":{"type":"object"},"sent":{"type":"boolean"},"static":{"type":"boolean"},"deepLinkCode":{"type":"string"},"customFields":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"documentType":{"$ref":"#\/components\/schemas\/DocumentType"},"order":{"$ref":"#\/components\/schemas\/Order"},"referencedDocument":{"$ref":"#\/components\/schemas\/Document"},"dependentDocuments":{"$ref":"#\/components\/schemas\/Document"},"documentMediaFile":{"$ref":"#\/components\/schemas\/Media"}},"type":"object"},"DocumentBaseConfigJsonApi":{"description":"Added since version: 6.0.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["documentTypeId","name","global","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"documentTypeId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"logoId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"filenamePrefix":{"type":"string"},"filenameSuffix":{"type":"string"},"global":{"type":"boolean"},"documentNumber":{"type":"string"},"config":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"customFields":{"type":"object"},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"relationships":{"properties":{"documentType":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/document-base-config\/018a7575822e72c486d56c3ff16af2d1\/documentType"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"document_type"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822e72c486d56c3ff23b7ec0"}}}},"type":"object"},"logo":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/document-base-config\/018a7575822e72c486d56c3ff16af2d1\/logo"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"media"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822e72c486d56c3ff306e50b"}}}},"type":"object"},"salesChannels":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/document-base-config\/018a7575822e72c486d56c3ff16af2d1\/salesChannels"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"document_base_config_sales_channel"},"id":{"type":"string","example":"018a7575822e72c486d56c3ff3e62636"}}}}},"type":"object"}}}},"type":"object"}]},"DocumentBaseConfig":{"description":"Added since version: 6.0.0.0","required":["documentTypeId","name","global","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"documentTypeId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"logoId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"filenamePrefix":{"type":"string"},"filenameSuffix":{"type":"string"},"global":{"type":"boolean"},"documentNumber":{"type":"string"},"config":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"customFields":{"type":"object"},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"documentType":{"$ref":"#\/components\/schemas\/DocumentType"},"logo":{"$ref":"#\/components\/schemas\/Media"},"salesChannels":{"$ref":"#\/components\/schemas\/DocumentBaseConfigSalesChannel"}},"type":"object"},"DocumentBaseConfigSalesChannelJsonApi":{"description":"Added since version: 6.0.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["documentBaseConfigId","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"documentBaseConfigId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"salesChannelId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"documentTypeId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"relationships":{"properties":{"documentType":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/document-base-config-sales-channel\/018a7575822e72c486d56c3ff43b68b8\/documentType"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"document_type"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822e72c486d56c3ff4ccea3d"}}}},"type":"object"},"documentBaseConfig":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/document-base-config-sales-channel\/018a7575822e72c486d56c3ff43b68b8\/documentBaseConfig"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"document_base_config"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822e72c486d56c3ff544a656"}}}},"type":"object"},"salesChannel":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/document-base-config-sales-channel\/018a7575822e72c486d56c3ff43b68b8\/salesChannel"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"sales_channel"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822e72c486d56c3ff5bfa266"}}}},"type":"object"}}}},"type":"object"}]},"DocumentBaseConfigSalesChannel":{"description":"Added since version: 6.0.0.0","required":["documentBaseConfigId","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"documentBaseConfigId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"salesChannelId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"documentTypeId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"documentType":{"$ref":"#\/components\/schemas\/DocumentType"},"documentBaseConfig":{"$ref":"#\/components\/schemas\/DocumentBaseConfig"},"salesChannel":{"$ref":"#\/components\/schemas\/SalesChannel"}},"type":"object"},"DocumentTypeJsonApi":{"description":"Added since version: 6.0.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["technicalName","createdAt","name"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"technicalName":{"type":"string"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"customFields":{"type":"object"},"translated":{"type":"object"},"relationships":{"properties":{"documents":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/document-type\/018a7575822e72c486d56c3ff66f9115\/documents"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"document"},"id":{"type":"string","example":"018a7575822e72c486d56c3ff75c52a1"}}}}},"type":"object"},"documentBaseConfigs":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/document-type\/018a7575822e72c486d56c3ff66f9115\/documentBaseConfigs"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"document_base_config"},"id":{"type":"string","example":"018a7575822e72c486d56c3ff7ec6013"}}}}},"type":"object"},"documentBaseConfigSalesChannels":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/document-type\/018a7575822e72c486d56c3ff66f9115\/documentBaseConfigSalesChannels"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"document_base_config_sales_channel"},"id":{"type":"string","example":"018a7575822e72c486d56c3ff81848d4"}}}}},"type":"object"}}}},"type":"object"}]},"DocumentType":{"description":"Added since version: 6.0.0.0","required":["technicalName","createdAt","name"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"technicalName":{"type":"string"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"customFields":{"type":"object"},"translated":{"type":"object"},"documents":{"$ref":"#\/components\/schemas\/Document"},"documentBaseConfigs":{"$ref":"#\/components\/schemas\/DocumentBaseConfig"},"documentBaseConfigSalesChannels":{"$ref":"#\/components\/schemas\/DocumentBaseConfigSalesChannel"}},"type":"object"},"FlowJsonApi":{"description":"Added since version: 6.4.6.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["name","eventName","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"eventName":{"type":"string"},"priority":{"type":"integer","format":"int64"},"invalid":{"type":"boolean","readOnly":true},"active":{"type":"boolean"},"description":{"type":"string"},"customFields":{"type":"object"},"appFlowEventId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"relationships":{"properties":{"sequences":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/flow\/018a7575822e72c486d56c3ff8c5534b\/sequences"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"flow_sequence"},"id":{"type":"string","example":"018a7575822e72c486d56c3ff8dffc95"}}}}},"type":"object"},"appFlowEvent":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/flow\/018a7575822e72c486d56c3ff8c5534b\/appFlowEvent"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"app_flow_event"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822e72c486d56c3ff991d048"}}}},"type":"object"}}}},"type":"object"}]},"Flow":{"description":"Added since version: 6.4.6.0","required":["name","eventName","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"eventName":{"type":"string"},"priority":{"type":"integer","format":"int64"},"invalid":{"type":"boolean","readOnly":true},"active":{"type":"boolean"},"description":{"type":"string"},"customFields":{"type":"object"},"appFlowEventId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"sequences":{"$ref":"#\/components\/schemas\/FlowSequence"},"appFlowEvent":{"$ref":"#\/components\/schemas\/AppFlowEvent"}},"type":"object"},"FlowSequenceJsonApi":{"description":"Added since version: 6.4.6.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["flowId","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"flowId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"ruleId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"actionName":{"type":"string"},"config":{"type":"object"},"position":{"type":"integer","format":"int64"},"displayGroup":{"type":"integer","format":"int64"},"trueCase":{"type":"boolean"},"parentId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"customFields":{"type":"object"},"appFlowActionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"relationships":{"properties":{"flow":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/flow-sequence\/018a7575822f72f3b9976bc2cd0b5ef0\/flow"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"flow"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822f72f3b9976bc2cd217a23"}}}},"type":"object"},"rule":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/flow-sequence\/018a7575822f72f3b9976bc2cd0b5ef0\/rule"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"rule"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822f72f3b9976bc2cd2537c3"}}}},"type":"object"},"parent":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/flow-sequence\/018a7575822f72f3b9976bc2cd0b5ef0\/parent"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"flow_sequence"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822f72f3b9976bc2cd2c73c2"}}}},"type":"object"},"children":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/flow-sequence\/018a7575822f72f3b9976bc2cd0b5ef0\/children"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"flow_sequence"},"id":{"type":"string","example":"018a7575822f72f3b9976bc2cd316ba1"}}}}},"type":"object"},"appFlowAction":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/flow-sequence\/018a7575822f72f3b9976bc2cd0b5ef0\/appFlowAction"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"app_flow_action"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822f72f3b9976bc2cd4d38e3"}}}},"type":"object"}}}},"type":"object"}]},"FlowSequence":{"description":"Added since version: 6.4.6.0","required":["flowId","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"flowId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"ruleId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"actionName":{"type":"string"},"config":{"type":"object"},"position":{"type":"integer","format":"int64"},"displayGroup":{"type":"integer","format":"int64"},"trueCase":{"type":"boolean"},"parentId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"customFields":{"type":"object"},"appFlowActionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"flow":{"$ref":"#\/components\/schemas\/Flow"},"rule":{"$ref":"#\/components\/schemas\/Rule"},"parent":{"$ref":"#\/components\/schemas\/FlowSequence"},"children":{"$ref":"#\/components\/schemas\/FlowSequence"},"appFlowAction":{"$ref":"#\/components\/schemas\/AppFlowAction"}},"type":"object"},"FlowTemplateJsonApi":{"description":"Added since version: 6.4.18.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["name","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"config":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true}},"type":"object"}]},"FlowTemplate":{"description":"Added since version: 6.4.18.0","required":["name","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"config":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true}},"type":"object"},"ImportExportFileJsonApi":{"description":"Added since version: 6.0.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["originalName","path","expireDate","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"originalName":{"type":"string"},"path":{"type":"string"},"expireDate":{"type":"string","format":"date-time"},"size":{"type":"integer","format":"int64"},"accessToken":{"type":"string"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"relationships":{"properties":{"log":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/import-export-file\/018a7575822f72f3b9976bc2ce6bf8c0\/log"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"import_export_log"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822f72f3b9976bc2cf4be56e"}}}},"type":"object"}}}},"type":"object"}]},"ImportExportFile":{"description":"Added since version: 6.0.0.0","required":["originalName","path","expireDate","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"originalName":{"type":"string"},"path":{"type":"string"},"expireDate":{"type":"string","format":"date-time"},"size":{"type":"integer","format":"int64"},"accessToken":{"type":"string"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"log":{"$ref":"#\/components\/schemas\/ImportExportLog"}},"type":"object"},"ImportExportLogJsonApi":{"description":"Added since version: 6.0.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["activity","state","records","config","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"activity":{"type":"string"},"state":{"type":"string"},"records":{"type":"integer","format":"int64"},"userId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"profileId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"fileId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"invalidRecordsLogId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"username":{"type":"string"},"profileName":{"type":"string"},"config":{"type":"object"},"result":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"relationships":{"properties":{"user":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/import-export-log\/018a7575822f72f3b9976bc2cff23921\/user"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"user"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822f72f3b9976bc2d08519ae"}}}},"type":"object"},"profile":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/import-export-log\/018a7575822f72f3b9976bc2cff23921\/profile"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"import_export_profile"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822f72f3b9976bc2d1538bd8"}}}},"type":"object"},"file":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/import-export-log\/018a7575822f72f3b9976bc2cff23921\/file"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"import_export_file"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822f72f3b9976bc2d2010e9c"}}}},"type":"object"},"invalidRecordsLog":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/import-export-log\/018a7575822f72f3b9976bc2cff23921\/invalidRecordsLog"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"import_export_log"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822f72f3b9976bc2d2b8655d"}}}},"type":"object"},"failedImportLog":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/import-export-log\/018a7575822f72f3b9976bc2cff23921\/failedImportLog"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"import_export_log"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575822f72f3b9976bc2d354eee5"}}}},"type":"object"}}}},"type":"object"}]},"ImportExportLog":{"description":"Added since version: 6.0.0.0","required":["activity","state","records","config","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"activity":{"type":"string"},"state":{"type":"string"},"records":{"type":"integer","format":"int64"},"userId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"profileId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"fileId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"invalidRecordsLogId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"username":{"type":"string"},"profileName":{"type":"string"},"config":{"type":"object"},"result":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"user":{"$ref":"#\/components\/schemas\/User"},"profile":{"$ref":"#\/components\/schemas\/ImportExportProfile"},"file":{"$ref":"#\/components\/schemas\/ImportExportFile"},"invalidRecordsLog":{"$ref":"#\/components\/schemas\/ImportExportLog"},"failedImportLog":{"$ref":"#\/components\/schemas\/ImportExportLog"}},"type":"object"},"ImportExportProfileJsonApi":{"description":"Added since version: 6.0.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["label","sourceEntity","fileType","delimiter","enclosure","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"label":{"type":"string"},"type":{"type":"string"},"systemDefault":{"type":"boolean"},"sourceEntity":{"type":"string"},"fileType":{"type":"string"},"delimiter":{"type":"string"},"enclosure":{"type":"string"},"mapping":{"type":"object"},"updateBy":{"type":"object"},"config":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"relationships":{"properties":{"importExportLogs":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/import-export-profile\/018a7575822f72f3b9976bc2d3755db4\/importExportLogs"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"import_export_log"},"id":{"type":"string","example":"018a7575823073e9a05e80762948c6cc"}}}}},"type":"object"}}}},"type":"object"}]},"ImportExportProfile":{"description":"Added since version: 6.0.0.0","required":["label","sourceEntity","fileType","delimiter","enclosure","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"label":{"type":"string"},"type":{"type":"string"},"systemDefault":{"type":"boolean"},"sourceEntity":{"type":"string"},"fileType":{"type":"string"},"delimiter":{"type":"string"},"enclosure":{"type":"string"},"mapping":{"type":"object"},"updateBy":{"type":"object"},"config":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"importExportLogs":{"$ref":"#\/components\/schemas\/ImportExportLog"}},"type":"object"},"IntegrationJsonApi":{"description":"Added since version: 6.0.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["label","accessKey","secretAccessKey","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"label":{"type":"string"},"accessKey":{"type":"string"},"secretAccessKey":{"type":"string"},"lastUsageAt":{"type":"string","format":"date-time"},"admin":{"type":"boolean"},"customFields":{"type":"object"},"deletedAt":{"type":"string","format":"date-time"},"writeAccess":{"type":"boolean","deprecated":true},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"extensions":{"properties":{"createdNotifications":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/integration\/018a7575823073e9a05e807629997b50\/createdNotifications"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"notification"},"id":{"type":"string","example":"018a7575823073e9a05e80762bcbb798"}}}}},"type":"object"}},"type":"object"},"relationships":{"properties":{"app":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/integration\/018a7575823073e9a05e807629997b50\/app"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"app"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575823073e9a05e80762a6fb817"}}}},"type":"object"},"aclRoles":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/integration\/018a7575823073e9a05e807629997b50\/aclRoles"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"acl_role"},"id":{"type":"string","example":"018a7575823073e9a05e80762b033639"}}}}},"type":"object"}}}},"type":"object"}]},"Integration":{"description":"Added since version: 6.0.0.0","required":["label","accessKey","secretAccessKey","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"label":{"type":"string"},"accessKey":{"type":"string"},"secretAccessKey":{"type":"string"},"lastUsageAt":{"type":"string","format":"date-time"},"admin":{"type":"boolean"},"customFields":{"type":"object"},"deletedAt":{"type":"string","format":"date-time"},"writeAccess":{"type":"boolean","deprecated":true},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"extensions":{"properties":{"createdNotifications":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/integration\/018a7575823073e9a05e807629997b50\/createdNotifications"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"notification"},"id":{"type":"string","example":"018a7575823073e9a05e80762bcbb798"}}}}},"type":"object"}},"type":"object"},"app":{"$ref":"#\/components\/schemas\/App"},"aclRoles":{"$ref":"#\/components\/schemas\/AclRole"}},"type":"object"},"IntegrationRole":{"description":"Added since version: 6.3.3.0","required":["integrationId","aclRoleId"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"integrationId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"aclRoleId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"integration":{"$ref":"#\/components\/schemas\/Integration"},"role":{"$ref":"#\/components\/schemas\/AclRole"}},"type":"object"},"LandingPageJsonApi":{"description":"Added since version: 6.4.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["createdAt","name","url"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"versionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"active":{"type":"boolean"},"name":{"type":"string"},"customFields":{"type":"object"},"slotConfig":{"type":"object"},"metaTitle":{"type":"string"},"metaDescription":{"type":"string"},"keywords":{"type":"string"},"url":{"type":"string"},"cmsPageId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"cmsPageVersionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"relationships":{"properties":{"tags":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/landing-page\/018a7575823073e9a05e80762ea3ae3e\/tags"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"tag"},"id":{"type":"string","example":"018a7575823073e9a05e80762f49d9df"}}}}},"type":"object"},"cmsPage":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/landing-page\/018a7575823073e9a05e80762ea3ae3e\/cmsPage"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"cms_page"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575823073e9a05e8076302fedca"}}}},"type":"object"},"salesChannels":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/landing-page\/018a7575823073e9a05e80762ea3ae3e\/salesChannels"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"sales_channel"},"id":{"type":"string","example":"018a7575823073e9a05e807630474d0a"}}}}},"type":"object"},"seoUrls":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/landing-page\/018a7575823073e9a05e80762ea3ae3e\/seoUrls"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"seo_url"},"id":{"type":"string","example":"018a7575823073e9a05e8076314459e2"}}}}},"type":"object"}}}},"type":"object"}]},"LandingPage":{"description":"Added since version: 6.4.0.0","required":["createdAt","name","url"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"versionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"active":{"type":"boolean"},"name":{"type":"string"},"customFields":{"type":"object"},"slotConfig":{"type":"object"},"metaTitle":{"type":"string"},"metaDescription":{"type":"string"},"keywords":{"type":"string"},"url":{"type":"string"},"cmsPageId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"cmsPageVersionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"tags":{"$ref":"#\/components\/schemas\/Tag"},"cmsPage":{"$ref":"#\/components\/schemas\/CmsPage"},"salesChannels":{"$ref":"#\/components\/schemas\/SalesChannel"},"seoUrls":{"$ref":"#\/components\/schemas\/SeoUrl"}},"type":"object"},"LandingPageSalesChannel":{"description":"Added since version: 6.4.0.0","required":["landingPageId","salesChannelId"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"landingPageId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"landingPageVersionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"salesChannelId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"landingPage":{"$ref":"#\/components\/schemas\/LandingPage"},"salesChannel":{"$ref":"#\/components\/schemas\/SalesChannel"}},"type":"object"},"LandingPageTag":{"description":"Added since version: 6.4.0.0","required":["landingPageId","tagId"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"landingPageId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"landingPageVersionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"tagId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"landingPage":{"$ref":"#\/components\/schemas\/LandingPage"},"tag":{"$ref":"#\/components\/schemas\/Tag"}},"type":"object"},"LanguageJsonApi":{"description":"Added since version: 6.0.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["localeId","name","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"parentId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"localeId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"translationCodeId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"customFields":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"relationships":{"properties":{"parent":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/language\/018a7575823073e9a05e807634024f0e\/parent"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"language"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a757582317027a6d53e7c363db33c"}}}},"type":"object"},"locale":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/language\/018a7575823073e9a05e807634024f0e\/locale"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"locale"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a757582317027a6d53e7c36ba1c8a"}}}},"type":"object"},"translationCode":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/language\/018a7575823073e9a05e807634024f0e\/translationCode"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"locale"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a757582317027a6d53e7c37933b8f"}}}},"type":"object"},"children":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/language\/018a7575823073e9a05e807634024f0e\/children"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"language"},"id":{"type":"string","example":"018a757582317027a6d53e7c37d5361b"}}}}},"type":"object"},"salesChannels":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/language\/018a7575823073e9a05e807634024f0e\/salesChannels"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"sales_channel"},"id":{"type":"string","example":"018a757582317027a6d53e7c3830b6d2"}}}}},"type":"object"},"salesChannelDefaultAssignments":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/language\/018a7575823073e9a05e807634024f0e\/salesChannelDefaultAssignments"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"sales_channel"},"id":{"type":"string","example":"018a757582317027a6d53e7c3894ee63"}}}}},"type":"object"},"salesChannelDomains":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/language\/018a7575823073e9a05e807634024f0e\/salesChannelDomains"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"sales_channel_domain"},"id":{"type":"string","example":"018a757582317027a6d53e7c3932ec78"}}}}},"type":"object"},"customers":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/language\/018a7575823073e9a05e807634024f0e\/customers"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"customer"},"id":{"type":"string","example":"018a757582317027a6d53e7c393b3715"}}}}},"type":"object"},"newsletterRecipients":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/language\/018a7575823073e9a05e807634024f0e\/newsletterRecipients"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"newsletter_recipient"},"id":{"type":"string","example":"018a757582317027a6d53e7c393fb1dc"}}}}},"type":"object"},"orders":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/language\/018a7575823073e9a05e807634024f0e\/orders"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"order"},"id":{"type":"string","example":"018a757582317027a6d53e7c39973702"}}}}},"type":"object"},"productSearchKeywords":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/language\/018a7575823073e9a05e807634024f0e\/productSearchKeywords"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"product_search_keyword"},"id":{"type":"string","example":"018a757582317027a6d53e7c39da30f2"}}}}},"type":"object"},"productKeywordDictionaries":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/language\/018a7575823073e9a05e807634024f0e\/productKeywordDictionaries"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"product_keyword_dictionary"},"id":{"type":"string","example":"018a757582317027a6d53e7c3acbe676"}}}}},"type":"object"},"productReviews":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/language\/018a7575823073e9a05e807634024f0e\/productReviews"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"product_review"},"id":{"type":"string","example":"018a757582317027a6d53e7c3b747f51"}}}}},"type":"object"},"productSearchConfig":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/language\/018a7575823073e9a05e807634024f0e\/productSearchConfig"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"product_search_config"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a757582317027a6d53e7c3b959e25"}}}},"type":"object"}}}},"type":"object"}]},"Language":{"description":"Added since version: 6.0.0.0","required":["localeId","name","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"parentId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"localeId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"translationCodeId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"customFields":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"parent":{"$ref":"#\/components\/schemas\/Language"},"locale":{"$ref":"#\/components\/schemas\/Locale"},"translationCode":{"$ref":"#\/components\/schemas\/Locale"},"children":{"$ref":"#\/components\/schemas\/Language"},"salesChannels":{"$ref":"#\/components\/schemas\/SalesChannel"},"salesChannelDefaultAssignments":{"$ref":"#\/components\/schemas\/SalesChannel"},"salesChannelDomains":{"$ref":"#\/components\/schemas\/SalesChannelDomain"},"customers":{"$ref":"#\/components\/schemas\/Customer"},"newsletterRecipients":{"$ref":"#\/components\/schemas\/NewsletterRecipient"},"orders":{"$ref":"#\/components\/schemas\/Order"},"productSearchKeywords":{"$ref":"#\/components\/schemas\/ProductSearchKeyword"},"productKeywordDictionaries":{"$ref":"#\/components\/schemas\/ProductKeywordDictionary"},"productReviews":{"$ref":"#\/components\/schemas\/ProductReview"},"productSearchConfig":{"$ref":"#\/components\/schemas\/ProductSearchConfig"}},"type":"object"},"LocaleJsonApi":{"description":"Added since version: 6.0.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["code","createdAt","name","territory"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"code":{"type":"string"},"name":{"type":"string"},"territory":{"type":"string"},"customFields":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"relationships":{"properties":{"languages":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/locale\/018a757582317027a6d53e7c3c78332d\/languages"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"language"},"id":{"type":"string","example":"018a757582317027a6d53e7c3c9bbe8a"}}}}},"type":"object"},"users":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/locale\/018a757582317027a6d53e7c3c78332d\/users"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"user"},"id":{"type":"string","example":"018a757582317027a6d53e7c3cfd6769"}}}}},"type":"object"}}}},"type":"object"}]},"Locale":{"description":"Added since version: 6.0.0.0","required":["code","createdAt","name","territory"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"code":{"type":"string"},"name":{"type":"string"},"territory":{"type":"string"},"customFields":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"languages":{"$ref":"#\/components\/schemas\/Language"},"users":{"$ref":"#\/components\/schemas\/User"}},"type":"object"},"LogEntryJsonApi":{"description":"Added since version: 6.0.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"message":{"type":"string"},"level":{"type":"integer","format":"int64"},"channel":{"type":"string"},"context":{"type":"object"},"extra":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true}},"type":"object"}]},"LogEntry":{"description":"Added since version: 6.0.0.0","required":["createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"message":{"type":"string"},"level":{"type":"integer","format":"int64"},"channel":{"type":"string"},"context":{"type":"object"},"extra":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true}},"type":"object"},"MailHeaderFooterJsonApi":{"description":"Added since version: 6.0.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["createdAt","name"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"systemDefault":{"type":"boolean"},"name":{"type":"string"},"description":{"type":"string"},"headerHtml":{"type":"string"},"headerPlain":{"type":"string"},"footerHtml":{"type":"string"},"footerPlain":{"type":"string"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"relationships":{"properties":{"salesChannels":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/mail-header-footer\/018a757582317027a6d53e7c3e3f0716\/salesChannels"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"sales_channel"},"id":{"type":"string","example":"018a757582317027a6d53e7c3ea84833"}}}}},"type":"object"}}}},"type":"object"}]},"MailHeaderFooter":{"description":"Added since version: 6.0.0.0","required":["createdAt","name"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"systemDefault":{"type":"boolean"},"name":{"type":"string"},"description":{"type":"string"},"headerHtml":{"type":"string"},"headerPlain":{"type":"string"},"footerHtml":{"type":"string"},"footerPlain":{"type":"string"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"salesChannels":{"$ref":"#\/components\/schemas\/SalesChannel"}},"type":"object"},"MailTemplateJsonApi":{"description":"Added since version: 6.0.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["mailTemplateTypeId","createdAt","subject","contentHtml","contentPlain"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"mailTemplateTypeId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"systemDefault":{"type":"boolean"},"senderName":{"type":"string"},"description":{"type":"string"},"subject":{"type":"string"},"contentHtml":{"type":"string"},"contentPlain":{"type":"string"},"customFields":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"relationships":{"properties":{"mailTemplateType":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/mail-template\/018a757582317027a6d53e7c3f99d7a7\/mailTemplateType"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"mail_template_type"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a757582317027a6d53e7c4015f79a"}}}},"type":"object"},"media":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/mail-template\/018a757582317027a6d53e7c3f99d7a7\/media"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"mail_template_media"},"id":{"type":"string","example":"018a757582317027a6d53e7c40c604d0"}}}}},"type":"object"}}}},"type":"object"}]},"MailTemplate":{"description":"Added since version: 6.0.0.0","required":["mailTemplateTypeId","createdAt","subject","contentHtml","contentPlain"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"mailTemplateTypeId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"systemDefault":{"type":"boolean"},"senderName":{"type":"string"},"description":{"type":"string"},"subject":{"type":"string"},"contentHtml":{"type":"string"},"contentPlain":{"type":"string"},"customFields":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"mailTemplateType":{"$ref":"#\/components\/schemas\/MailTemplateType"},"media":{"$ref":"#\/components\/schemas\/MailTemplateMedia"}},"type":"object"},"MailTemplateMedia":{"description":"Added since version: 6.0.0.0","required":["mailTemplateId","languageId","mediaId"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"mailTemplateId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"languageId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"mediaId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"position":{"type":"integer","format":"int64"},"mailTemplate":{"$ref":"#\/components\/schemas\/MailTemplate"},"media":{"$ref":"#\/components\/schemas\/Media"}},"type":"object"},"MailTemplateTypeJsonApi":{"description":"Added since version: 6.0.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["technicalName","createdAt","name"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"technicalName":{"type":"string"},"availableEntities":{"type":"object"},"customFields":{"type":"object"},"templateData":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"relationships":{"properties":{"mailTemplates":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/mail-template-type\/018a7575823273509b1fb20c147a6670\/mailTemplates"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"mail_template"},"id":{"type":"string","example":"018a7575823273509b1fb20c1534455f"}}}}},"type":"object"}}}},"type":"object"}]},"MailTemplateType":{"description":"Added since version: 6.0.0.0","required":["technicalName","createdAt","name"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"name":{"type":"string"},"technicalName":{"type":"string"},"availableEntities":{"type":"object"},"customFields":{"type":"object"},"templateData":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"mailTemplates":{"$ref":"#\/components\/schemas\/MailTemplate"}},"type":"object"},"MainCategoryJsonApi":{"description":"Added since version: 6.1.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["productId","categoryId","salesChannelId","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"productId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"productVersionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"categoryId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"categoryVersionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"salesChannelId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"relationships":{"properties":{"product":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/main-category\/018a7575823273509b1fb20c15559012\/product"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"product"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575823273509b1fb20c159f23f5"}}}},"type":"object"},"category":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/main-category\/018a7575823273509b1fb20c15559012\/category"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"category"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575823273509b1fb20c1677a94a"}}}},"type":"object"},"salesChannel":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/main-category\/018a7575823273509b1fb20c15559012\/salesChannel"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"sales_channel"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575823273509b1fb20c172c944c"}}}},"type":"object"}}}},"type":"object"}]},"MainCategory":{"description":"Added since version: 6.1.0.0","required":["productId","categoryId","salesChannelId","createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"productId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"productVersionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"categoryId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"categoryVersionId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"salesChannelId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"product":{"$ref":"#\/components\/schemas\/Product"},"category":{"$ref":"#\/components\/schemas\/Category"},"salesChannel":{"$ref":"#\/components\/schemas\/SalesChannel"}},"type":"object"},"MediaJsonApi":{"description":"Added since version: 6.0.0.0","allOf":[{"$ref":"#\/components\/schemas\/resource"},{"required":["createdAt"],"properties":{"id":{"type":"string","pattern":"^[0-9a-f]{32}$"},"userId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"mediaFolderId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"mimeType":{"type":"string","readOnly":true},"fileExtension":{"type":"string","readOnly":true},"uploadedAt":{"type":"string","format":"date-time","readOnly":true},"fileName":{"type":"string","readOnly":true},"fileSize":{"type":"integer","format":"int64","readOnly":true},"metaData":{"type":"object","readOnly":true},"mediaType":{"type":"object","readOnly":true},"alt":{"type":"string"},"title":{"type":"string"},"url":{"description":"Runtime field, cannot be used as part of the criteria.","type":"string"},"hasFile":{"description":"Runtime field, cannot be used as part of the criteria.","type":"boolean"},"private":{"type":"boolean"},"customFields":{"type":"object"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"translated":{"type":"object"},"extensions":{"properties":{"themes":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/media\/018a7575823273509b1fb20c182750bf\/themes"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"theme"},"id":{"type":"string","example":"018a7575823273509b1fb20c2442a690"}}}}},"type":"object"},"themeMedia":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/media\/018a7575823273509b1fb20c182750bf\/themeMedia"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"theme"},"id":{"type":"string","example":"018a7575823273509b1fb20c24ae1270"}}}}},"type":"object"}},"type":"object"},"relationships":{"properties":{"tags":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/media\/018a7575823273509b1fb20c182750bf\/tags"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"tag"},"id":{"type":"string","example":"018a7575823273509b1fb20c18860a55"}}}}},"type":"object"},"thumbnails":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/media\/018a7575823273509b1fb20c182750bf\/thumbnails"}}},"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"media_thumbnail"},"id":{"type":"string","example":"018a7575823273509b1fb20c189f28d5"}}}}},"type":"object"},"user":{"properties":{"links":{"type":"object","properties":{"related":{"type":"string","format":"uri-reference","example":"\/media\/018a7575823273509b1fb20c182750bf\/user"}}},"data":{"type":"object","properties":{"type":{"type":"string","example":"user"},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","example":"018a7575823273509b1fb20c18d6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment