|
2223 | 2223 | {
|
2224 | 2224 | "in": "query",
|
2225 | 2225 | "name": "create_missing_options",
|
2226 |
| - "description": "Optional parameter to allow for the creation of missing options for attribute allowing it", |
| 2226 | + "description": "When present in the query string (regardless of value), automatically creates missing attribute options during product/product model creation or update.\nThis only works for simple select and multi select attributes that have the `enable_option_creation_during_import` property set to `true` (configurable via the Attribute API).\n", |
2227 | 2227 | "required": false,
|
2228 | 2228 | "schema": {
|
2229 |
| - "type": "string", |
2230 |
| - "default": "no value" |
| 2229 | + "type": "string" |
2231 | 2230 | },
|
2232 |
| - "example": "no value" |
| 2231 | + "example": "" |
2233 | 2232 | }
|
2234 | 2233 | ],
|
2235 | 2234 | "requestBody": {
|
|
3300 | 3299 | {
|
3301 | 3300 | "in": "query",
|
3302 | 3301 | "name": "create_missing_options",
|
3303 |
| - "description": "Optional parameter to allow for the creation of missing options for attribute allowing it", |
| 3302 | + "description": "When present in the query string (regardless of value), automatically creates missing attribute options during product/product model creation or update.\nThis only works for simple select and multi select attributes that have the `enable_option_creation_during_import` property set to `true` (configurable via the Attribute API).\n", |
3304 | 3303 | "required": false,
|
3305 | 3304 | "schema": {
|
3306 |
| - "type": "string", |
3307 |
| - "default": "no value" |
| 3305 | + "type": "string" |
3308 | 3306 | },
|
3309 |
| - "example": "no value" |
| 3307 | + "example": "" |
3310 | 3308 | }
|
3311 | 3309 | ],
|
3312 | 3310 | "x-body-by-line": "Contains several lines, each line is a product in JSON standard format.\nModifications to existing products can be specified using additional keys such as `add_categories` and `remove_categories`.\n",
|
|
7341 | 7339 | "format": "uuid"
|
7342 | 7340 | },
|
7343 | 7341 | "example": "123e4567-e89b-12d3-a456-426614174000"
|
| 7342 | + }, |
| 7343 | + { |
| 7344 | + "in": "query", |
| 7345 | + "name": "create_missing_options", |
| 7346 | + "description": "When present in the query string (regardless of value), automatically creates missing attribute options during product/product model creation or update.\nThis only works for simple select and multi select attributes that have the `enable_option_creation_during_import` property set to `true` (configurable via the Attribute API).\n", |
| 7347 | + "required": false, |
| 7348 | + "schema": { |
| 7349 | + "type": "string" |
| 7350 | + }, |
| 7351 | + "example": "" |
7344 | 7352 | }
|
7345 | 7353 | ],
|
7346 | 7354 | "requestBody": {
|
@@ -11953,13 +11961,12 @@
|
11953 | 11961 | {
|
11954 | 11962 | "in": "query",
|
11955 | 11963 | "name": "create_missing_options",
|
11956 |
| - "description": "Optional parameter to allow for the creation of missing options for attribute allowing it", |
| 11964 | + "description": "When present in the query string (regardless of value), automatically creates missing attribute options during product/product model creation or update.\nThis only works for simple select and multi select attributes that have the `enable_option_creation_during_import` property set to `true` (configurable via the Attribute API).\n", |
11957 | 11965 | "required": false,
|
11958 | 11966 | "schema": {
|
11959 |
| - "type": "string", |
11960 |
| - "default": "no value" |
| 11967 | + "type": "string" |
11961 | 11968 | },
|
11962 |
| - "example": "no value" |
| 11969 | + "example": "" |
11963 | 11970 | }
|
11964 | 11971 | ],
|
11965 | 11972 | "requestBody": {
|
@@ -13077,13 +13084,12 @@
|
13077 | 13084 | {
|
13078 | 13085 | "in": "query",
|
13079 | 13086 | "name": "create_missing_options",
|
13080 |
| - "description": "Optional parameter to allow for the creation of missing options for attribute allowing it", |
| 13087 | + "description": "When present in the query string (regardless of value), automatically creates missing attribute options during product/product model creation or update.\nThis only works for simple select and multi select attributes that have the `enable_option_creation_during_import` property set to `true` (configurable via the Attribute API).\n", |
13081 | 13088 | "required": false,
|
13082 | 13089 | "schema": {
|
13083 |
| - "type": "string", |
13084 |
| - "default": "no value" |
| 13090 | + "type": "string" |
13085 | 13091 | },
|
13086 |
| - "example": "no value" |
| 13092 | + "example": "" |
13087 | 13093 | }
|
13088 | 13094 | ],
|
13089 | 13095 | "x-body-by-line": "Contains several lines, each line is a product model in JSON standard format.\nModifications to existing product models can be specified using additional keys such as `add_categories` and `remove_categories`.\n",
|
|
15201 | 15207 | "type": "string"
|
15202 | 15208 | },
|
15203 | 15209 | "example": "my_entity_code"
|
| 15210 | + }, |
| 15211 | + { |
| 15212 | + "in": "query", |
| 15213 | + "name": "create_missing_options", |
| 15214 | + "description": "When present in the query string (regardless of value), automatically creates missing attribute options during product/product model creation or update.\nThis only works for simple select and multi select attributes that have the `enable_option_creation_during_import` property set to `true` (configurable via the Attribute API).\n", |
| 15215 | + "required": false, |
| 15216 | + "schema": { |
| 15217 | + "type": "string" |
| 15218 | + }, |
| 15219 | + "example": "" |
15204 | 15220 | }
|
15205 | 15221 | ],
|
15206 | 15222 | "requestBody": {
|
@@ -19526,13 +19542,12 @@
|
19526 | 19542 | {
|
19527 | 19543 | "in": "query",
|
19528 | 19544 | "name": "create_missing_options",
|
19529 |
| - "description": "Optional parameter to allow for the creation of missing options for attribute allowing it", |
| 19545 | + "description": "When present in the query string (regardless of value), automatically creates missing attribute options during product/product model creation or update.\nThis only works for simple select and multi select attributes that have the `enable_option_creation_during_import` property set to `true` (configurable via the Attribute API).\n", |
19530 | 19546 | "required": false,
|
19531 | 19547 | "schema": {
|
19532 |
| - "type": "string", |
19533 |
| - "default": "no value" |
| 19548 | + "type": "string" |
19534 | 19549 | },
|
19535 |
| - "example": "no value" |
| 19550 | + "example": "" |
19536 | 19551 | }
|
19537 | 19552 | ],
|
19538 | 19553 | "requestBody": {
|
@@ -20503,13 +20518,12 @@
|
20503 | 20518 | {
|
20504 | 20519 | "in": "query",
|
20505 | 20520 | "name": "create_missing_options",
|
20506 |
| - "description": "Optional parameter to allow for the creation of missing options for attribute allowing it", |
| 20521 | + "description": "When present in the query string (regardless of value), automatically creates missing attribute options during product/product model creation or update.\nThis only works for simple select and multi select attributes that have the `enable_option_creation_during_import` property set to `true` (configurable via the Attribute API).\n", |
20507 | 20522 | "required": false,
|
20508 | 20523 | "schema": {
|
20509 |
| - "type": "string", |
20510 |
| - "default": "no value" |
| 20524 | + "type": "string" |
20511 | 20525 | },
|
20512 |
| - "example": "no value" |
| 20526 | + "example": "" |
20513 | 20527 | }
|
20514 | 20528 | ],
|
20515 | 20529 | "x-body-by-line": "Contains several lines, each line is a product model in JSON standard format.\nModifications to existing product models can be specified using additional keys such as `add_categories` and `remove_categories`.\n",
|
|
22286 | 22300 | "type": "string"
|
22287 | 22301 | },
|
22288 | 22302 | "example": "my_entity_code"
|
| 22303 | + }, |
| 22304 | + { |
| 22305 | + "in": "query", |
| 22306 | + "name": "create_missing_options", |
| 22307 | + "description": "When present in the query string (regardless of value), automatically creates missing attribute options during product/product model creation or update.\nThis only works for simple select and multi select attributes that have the `enable_option_creation_during_import` property set to `true` (configurable via the Attribute API).\n", |
| 22308 | + "required": false, |
| 22309 | + "schema": { |
| 22310 | + "type": "string" |
| 22311 | + }, |
| 22312 | + "example": "" |
22289 | 22313 | }
|
22290 | 22314 | ],
|
22291 | 22315 | "requestBody": {
|
@@ -65451,13 +65475,12 @@
|
65451 | 65475 | "create_missing_options": {
|
65452 | 65476 | "in": "query",
|
65453 | 65477 | "name": "create_missing_options",
|
65454 |
| - "description": "Optional parameter to allow for the creation of missing options for attribute allowing it", |
| 65478 | + "description": "When present in the query string (regardless of value), automatically creates missing attribute options during product/product model creation or update.\nThis only works for simple select and multi select attributes that have the `enable_option_creation_during_import` property set to `true` (configurable via the Attribute API).\n", |
65455 | 65479 | "required": false,
|
65456 | 65480 | "schema": {
|
65457 |
| - "type": "string", |
65458 |
| - "default": "no value" |
| 65481 | + "type": "string" |
65459 | 65482 | },
|
65460 |
| - "example": "no value" |
| 65483 | + "example": "" |
65461 | 65484 | },
|
65462 | 65485 | "uuid": {
|
65463 | 65486 | "in": "path",
|
|
0 commit comments