You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/marketplace/eqp/v1/packages.md
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -515,9 +515,9 @@ Send the "submit" action for the marketing content to re-publish the product.
515
515
}
516
516
```
517
517
518
-
* This is a read-only field.
519
-
* The **overall** value indicates where the package is in the EQP pipeline.
520
-
* Additional details are provided in the two main EQP areas:
518
+
*This is a read-only field.
519
+
*The **overall** value indicates where the package is in the EQP pipeline.
520
+
*Additional details are provided in the two main EQP areas:
521
521
***technical** - Provides the current technical status.
522
522
***marketing** - Provides the current marketing status.
523
523
@@ -570,9 +570,9 @@ PUT /rest/v1/products/packages/:item_id
570
570
571
571
You can submit a package in either of the following ways:
572
572
573
-
* A single POST request with all required fields set. You must explicitly indicate that you are submitting for technical and marketing review using the `action` parameter.
574
-
* If this package represents a newer version to an already existing extension, then also supply the `sku` parameter.
575
-
* A series of requests, typically in the following order:
573
+
*A single POST request with all required fields set. You must explicitly indicate that you are submitting for technical and marketing review using the `action` parameter.
574
+
* If this package represents a newer version to an already existing extension, then also supply the `sku` parameter.
575
+
*A series of requests, typically in the following order:
576
576
1. A single POST request with the minimum required fields set and `action` set to `draft` in either `technical`, `marketing`, or both. This request accepts the new package and saves it on the Developer Portal for further updates. It returns a unique `submission_id` for subsequent PUT operations.
577
577
1. One or more PUT requests in which you configure the package parameters. In these requests, set `action` to `draft` in `technical`, `marketing`, or both.
578
578
1. A final PUT request indicating submission for `technical`, `marketing`, or both.
@@ -615,7 +615,7 @@ The following example shows a POST request with all required parameters set for
615
615
"name" : "One Click Checkout",
616
616
"short_description" : "<Short description here>",
617
617
"long_description" : "<Long description here>",
618
-
"release_notes" : "<Release notes here>",
618
+
"release_notes" : "<Release notes here>",
619
619
"version" : "1.1.5",
620
620
"artifact" : {
621
621
"file_upload_id" : "5c11e656057b42.97931218.5"
@@ -736,13 +736,13 @@ curl -X POST \
736
736
737
737
The PUT method can be used to update packages in the following states:
738
738
739
-
* The package is in draft mode for the technical or marketing review; or both.
740
-
* The package has been rejected in either the technical or marketing review; or both.
739
+
*The package is in draft mode for the technical or marketing review; or both.
740
+
*The package has been rejected in either the technical or marketing review; or both.
741
741
You must fix these issues and re-submit the package.
742
-
* The package has been released to the Commerce Marketplace.
743
-
* The package was removed from Commerce Marketplace by the developer and needs to be re-published.
744
-
* The package can be recalled while in the EQP pipeline.
745
-
* After a package has been released to the Commerce Marketplace, you can update marketing information only.
742
+
*The package has been released to the Commerce Marketplace.
743
+
*The package was removed from Commerce Marketplace by the developer and needs to be re-published.
744
+
*The package can be recalled while in the EQP pipeline.
745
+
*After a package has been released to the Commerce Marketplace, you can update marketing information only.
746
746
Changing marketing information causes the package to be placed in marketing review.
747
747
The package continues to be live on the marketplace, and after the marketing approval,
748
748
the updated fields will be published to the store.
0 commit comments