Create ProductList

Create ProductList will create a new list of products similar to how the Quicklist application creates a new list. From there the product list can be used to list new products through the Seller Portal interface on a Pro account.

šŸ“˜

Note!

This end point requires specific permissions and may not be accessible by all users.

{
    "success": boolean,
    "errors": [],
    "results": [
        {
            "productListKey": "string"
        }
    ]
}
{
    "success": true,
    "errors": [],
    "results": [
        {
            "productListKey": "c8e4cabd-5e7c-442d-a130-69038d94990b"
        }
    ]
}
Body Params

The SKUs and Quantities that make up the new ProductList.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

400

The ProductList contains duplicate SKUs.

404

At least one of the specified SKUs could not be found.

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/json