Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
110 changes: 94 additions & 16 deletions SwagCommercial-adminapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -47710,7 +47710,12 @@
},
"type": {
"description": "Type of categories like `page`, `folder`, `link`.",
"type": "string"
"type": "string",
"enum": [
"page",
"link",
"folder"
]
},
"productAssignmentType": {
"description": "Type of product assignment: Dynamic product group as or `product_stream` or Manual assignment as `product`.",
Expand Down Expand Up @@ -47743,7 +47748,13 @@
"type": "object"
},
"linkType": {
"type": "string"
"type": "string",
"enum": [
"category",
"product",
"external",
"landing_page"
]
},
"internalLink": {
"type": "string",
Expand Down Expand Up @@ -48351,7 +48362,12 @@
},
"type": {
"description": "Type of categories like `page`, `folder`, `link`.",
"type": "string"
"type": "string",
"enum": [
"page",
"link",
"folder"
]
},
"productAssignmentType": {
"description": "Type of product assignment: Dynamic product group as or `product_stream` or Manual assignment as `product`.",
Expand Down Expand Up @@ -48384,7 +48400,13 @@
"type": "object"
},
"linkType": {
"type": "string"
"type": "string",
"enum": [
"category",
"product",
"external",
"landing_page"
]
},
"internalLink": {
"type": "string",
Expand Down Expand Up @@ -49344,8 +49366,12 @@
"format": "int64"
},
"type": {
"description": "Types of sections can be `sidebar` or `fullwidth`.",
"type": "string"
"description": "Types of sections can be `default` or `sidebar`.",
"type": "string",
"enum": [
"default",
"sidebar"
]
},
"locked": {
"type": "boolean"
Expand Down Expand Up @@ -49537,8 +49563,12 @@
"format": "int64"
},
"type": {
"description": "Types of sections can be `sidebar` or `fullwidth`.",
"type": "string"
"description": "Types of sections can be `default` or `sidebar`.",
"type": "string",
"enum": [
"default",
"sidebar"
]
},
"locked": {
"type": "boolean"
Expand Down Expand Up @@ -64428,7 +64458,13 @@
},
"status": {
"description": "When status is set, the NewsletterRecipient is made visible.",
"type": "string"
"type": "string",
"enum": [
"notSet",
"optIn",
"optOut",
"direct"
]
},
"hash": {
"description": "Password hash for account recovery.",
Expand Down Expand Up @@ -64640,7 +64676,13 @@
},
"status": {
"description": "When status is set, the NewsletterRecipient is made visible.",
"type": "string"
"type": "string",
"enum": [
"notSet",
"optIn",
"optOut",
"direct"
]
},
"hash": {
"description": "Password hash for account recovery.",
Expand Down Expand Up @@ -69165,7 +69207,16 @@
},
"type": {
"description": "Type refers to the entity type of an item whether it is product or promotion for instance.",
"type": "string"
"type": "string",
"enum": [
"product",
"credit",
"custom",
"promotion",
"container",
"discount",
"quantity"
]
},
"customFields": {
"type": "object"
Expand Down Expand Up @@ -69705,7 +69756,16 @@
},
"type": {
"description": "Type refers to the entity type of an item whether it is product or promotion for instance.",
"type": "string"
"type": "string",
"enum": [
"product",
"credit",
"custom",
"promotion",
"container",
"discount",
"quantity"
]
},
"customFields": {
"type": "object"
Expand Down Expand Up @@ -74155,7 +74215,11 @@
},
"type": {
"description": "The type of the product, e.g., physical or digital.",
"type": "string"
"type": "string",
"enum": [
"physical",
"digital"
]
},
"states": {
"type": "array",
Expand Down Expand Up @@ -75730,7 +75794,11 @@
},
"type": {
"description": "The type of the product, e.g., physical or digital.",
"type": "string"
"type": "string",
"enum": [
"physical",
"digital"
]
},
"states": {
"type": "array",
Expand Down Expand Up @@ -90907,7 +90975,12 @@
},
"routeName": {
"description": "A destination routeName that has been registered somewhere in the app's router. For example: \\\\\"frontend.detail.page\\\\\"",
"type": "string"
"type": "string",
"enum": [
"frontend.detail.page",
"frontend.navigation.page",
"frontend.landing.page"
]
},
"pathInfo": {
"description": "Path to product URL. For example: \\\\\"/detail/bbf36734504741c79a3bbe3795b91564\\\\\"",
Expand Down Expand Up @@ -91050,7 +91123,12 @@
},
"routeName": {
"description": "A destination routeName that has been registered somewhere in the app's router. For example: \\\\\"frontend.detail.page\\\\\"",
"type": "string"
"type": "string",
"enum": [
"frontend.detail.page",
"frontend.navigation.page",
"frontend.landing.page"
]
},
"pathInfo": {
"description": "Path to product URL. For example: \\\\\"/detail/bbf36734504741c79a3bbe3795b91564\\\\\"",
Expand Down