Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 5b3a7a0

Browse files
authored
Merge branch 'master' into patch-7
2 parents 1f528fb + 4e7d598 commit 5b3a7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/marketplace/eqp/v1/packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Both `POST` and `PUT` requests support a batch model where multiple packages can
9797
|prices[N].installation_price|string|GET, POST, PUT|marketing|no|The value for the installation price of this package|A number, with up to two decimal places, eg 123.45|
9898
|prices[N].currency_code|string|GET, POST, PUT|marketing|no|The currency code for this price|Currently only `USD`|
9999
|priority|string|GET, POST, PUT|-|no|The priority for this submission|`high`, `medium`, `low`|
100-
|process_as_patch|boolean|GET, POST, PUT|technical|yes|A flag to indicate the submission should follow the [expedited process for patch releases.](https://community.magento.com/t5/Magento-DevBlog/New-Expedited-Marketplace-Submission-Path/ba-p/77303)|`true`, `false`|
100+
|process_as_patch|string|GET, POST, PUT|technical|yes|A flag to indicate the submission should follow the [expedited process for patch releases.](https://community.magento.com/t5/Magento-DevBlog/New-Expedited-Marketplace-Submission-Path/ba-p/77303)|`yes`, `no`, `unknown`|
101101
|release_notes|substring|GET, POST, PUT|technical|yes|The release notes for the package submission.|Free text|
102102
|requested_launch_date|DateTime|POST, PUT|marketing|yes|When the package should be released to the store. If not supplied, it will be released to the store after all checks have passed.|`YYYY-MM-DD HH:MM:SS`|
103103
|shared_packages|array|GET, POST, PUT|technical|no|The list of artifact objects. Listing here enables the "access rights" to these shared packages when a buyer purchases this package.|Each shared package is specified by file_upload_id, or sku and version. See [Object Details](#object-details)|

0 commit comments

Comments
 (0)