|
81 | 81 | Returns a list of *Price Lists*. Optional parameters can be passed in.
|
82 | 82 |
|
83 | 83 | > #### Beta
|
84 |
| - > * The `prices_entered_with_tax` setting is in beta. Features may change based on user feedback or internal testing. |
| 84 | + > * The `prices_entered_with_tax` setting is in beta. |
85 | 85 | > * For more information on this setting, see [Price Lists - International Enhancements for Multi-Storefront](/docs/store-operations/pricing/price-lists-international-enhancements-for-multi-storefront).
|
86 | 86 | operationId: getPriceLists
|
87 | 87 | parameters:
|
@@ -271,7 +271,7 @@ paths:
|
271 | 271 | * name
|
272 | 272 |
|
273 | 273 | > #### Beta
|
274 |
| - > * The `prices_entered_with_tax` setting is in beta. Features may change based on user feedback or internal testing. |
| 274 | + > * The `prices_entered_with_tax` setting is in beta. |
275 | 275 | > * For more information on this setting, see [Price Lists - International Enhancements for Multi-Storefront](/docs/store-operations/pricing/price-lists-international-enhancements-for-multi-storefront).
|
276 | 276 | operationId: createPriceList
|
277 | 277 | parameters:
|
@@ -433,6 +433,32 @@ paths:
|
433 | 433 | The error title describing the particular error.
|
434 | 434 | type:
|
435 | 435 | type: string
|
| 436 | + '400': |
| 437 | + description: | |
| 438 | + `prices_entered_with_tax` allowed values: `use_global`. |
| 439 | + content: |
| 440 | + application/json: |
| 441 | + schema: |
| 442 | + title: Error Response |
| 443 | + type: object |
| 444 | + properties: |
| 445 | + errors: |
| 446 | + title: Detailed Errors |
| 447 | + type: object |
| 448 | + properties: {} |
| 449 | + additionalProperties: true |
| 450 | + instance: |
| 451 | + type: string |
| 452 | + status: |
| 453 | + type: integer |
| 454 | + description: | |
| 455 | + The HTTP status code. |
| 456 | + title: |
| 457 | + type: string |
| 458 | + description: | |
| 459 | + The error title describing the particular error. |
| 460 | + type: |
| 461 | + type: string |
436 | 462 | delete:
|
437 | 463 | tags:
|
438 | 464 | - Price Lists
|
@@ -478,7 +504,7 @@ paths:
|
478 | 504 | Returns a single *Price List*.
|
479 | 505 |
|
480 | 506 | > #### Beta
|
481 |
| - > * The `prices_entered_with_tax` setting is in beta. Features may change based on user feedback or internal testing. |
| 507 | + > * The `prices_entered_with_tax` setting is in beta. |
482 | 508 | > * For more information on this setting, see [Price Lists - International Enhancements for Multi-Storefront](/docs/store-operations/pricing/price-lists-international-enhancements-for-multi-storefront).
|
483 | 509 | operationId: getPriceList
|
484 | 510 | parameters:
|
@@ -565,7 +591,7 @@ paths:
|
565 | 591 | Updates a *Price List*.
|
566 | 592 |
|
567 | 593 | > #### Beta
|
568 |
| - > * The `prices_entered_with_tax` setting is in beta. Features may change based on user feedback or internal testing. |
| 594 | + > * The `prices_entered_with_tax` setting is in beta. |
569 | 595 | > * For more information on this setting, see [Price Lists - International Enhancements for Multi-Storefront](/docs/store-operations/pricing/price-lists-international-enhancements-for-multi-storefront).
|
570 | 596 | operationId: updatePriceList
|
571 | 597 | parameters:
|
|
0 commit comments