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

Commit 780d5ad

Browse files
author
Mike Weis
committed
MS-8916: Update EQP API DevDocs per customer's experience
- fixed formatting
1 parent a9f4246 commit 780d5ad

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/marketplace/eqp/v1/packages.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -515,9 +515,9 @@ Send the "submit" action for the marketing content to re-publish the product.
515515
}
516516
```
517517

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:
521521
* **technical** - Provides the current technical status.
522522
* **marketing** - Provides the current marketing status.
523523

@@ -570,9 +570,9 @@ PUT /rest/v1/products/packages/:item_id
570570

571571
You can submit a package in either of the following ways:
572572

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:
576576
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.
577577
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.
578578
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
615615
"name" : "One Click Checkout",
616616
"short_description" : "<Short description here>",
617617
"long_description" : "<Long description here>",
618-
"release_notes" : "<Release notes here>",
618+
"release_notes" : "<Release notes here>",
619619
"version" : "1.1.5",
620620
"artifact" : {
621621
"file_upload_id" : "5c11e656057b42.97931218.5"
@@ -736,13 +736,13 @@ curl -X POST \
736736

737737
The PUT method can be used to update packages in the following states:
738738

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.
741741
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.
746746
Changing marketing information causes the package to be placed in marketing review.
747747
The package continues to be live on the marketplace, and after the marketing approval,
748748
the updated fields will be published to the store.

0 commit comments

Comments
 (0)