# Business rules

You can request to change the status of product listings by indicating the brand/SKU of the product **OR** a list of product listings IDs from each marketplace. **One or the other. Not at the same time.**\
• When setting product brand/SKU this method will attempt to update the status of all the product listings belonging to that product.\
Also, if the “includeKitContainers” parameter is set to TRUE, then the process will look for all KITs that contains the sent SKU as a component and will update the status of the KIT product as well.\
• When setting product listing IDs, this method will attempt to update the status of all the indicated product listings.

The product listing status may change to the new indicated status only if the target marketplace accepts the requested change.

This method will return the list of each product listing ID with its result status (200 OK, 4XX Error with details).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.alephee.com/v2/product-listings/put-methods/set-product-listings-status/business-rules.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
