# API

- [Getting Started](https://docs.partner.aboutyou.com/api/getting-started.md)
- [API Authentication](https://docs.partner.aboutyou.com/api/getting-started/api-authentication.md)
- [Sandbox Environment](https://docs.partner.aboutyou.com/api/getting-started/sandbox-environment.md)
- [Make your first API request](https://docs.partner.aboutyou.com/api/getting-started/make-your-first-api-request.md)
- [How to create a product](https://docs.partner.aboutyou.com/api/getting-started/how-to-create-a-product.md): This guide will walk you through the process of creating and publishing a product, from gathering required metadata to submitting it via the "Upsert Product" endpoint.
- [Rate Limiting](https://docs.partner.aboutyou.com/api/getting-started/rate-limiting.md)
- [Products](https://docs.partner.aboutyou.com/api/products.md)
- [Product Statuses](https://docs.partner.aboutyou.com/api/products/product-statuses.md)
- [Get Products](https://docs.partner.aboutyou.com/api/products/get-products.md)
- [Get Rejected Products](https://docs.partner.aboutyou.com/api/products/get-rejected-products.md)
- [List Countries](https://docs.partner.aboutyou.com/api/products/list-countries.md)
- [List Brands](https://docs.partner.aboutyou.com/api/products/list-brands.md)
- [List Product Categories](https://docs.partner.aboutyou.com/api/products/list-product-categories.md)
- [List Product Attribute Groups](https://docs.partner.aboutyou.com/api/products/list-product-attribute-groups.md)
- [Create and Update Products](https://docs.partner.aboutyou.com/api/products/create-and-update-products.md)
- [Get Product Batch Results](https://docs.partner.aboutyou.com/api/products/get-product-batch-results.md)
- [Update Product Status (and Publish)](https://docs.partner.aboutyou.com/api/products/update-product-status-and-publish.md)
- [Get Product Status Update Batch Results](https://docs.partner.aboutyou.com/api/products/get-product-status-update-batch-results.md)
- [Stock and Prices](https://docs.partner.aboutyou.com/api/stock-and-prices.md)
- [Update Stock](https://docs.partner.aboutyou.com/api/stock-and-prices/update-stock.md)
- [Get Stock Batch Results](https://docs.partner.aboutyou.com/api/stock-and-prices/get-stock-batch-results.md)
- [Update Price](https://docs.partner.aboutyou.com/api/stock-and-prices/update-price.md)
- [Get Price Batch Results](https://docs.partner.aboutyou.com/api/stock-and-prices/get-price-batch-results.md)
- [Orders and Shipment](https://docs.partner.aboutyou.com/api/orders-and-shipment.md)
- [Get Orders](https://docs.partner.aboutyou.com/api/orders-and-shipment/get-orders.md)
- [Get Carriers](https://docs.partner.aboutyou.com/api/orders-and-shipment/get-carriers.md)
- [Ship Order Items](https://docs.partner.aboutyou.com/api/orders-and-shipment/ship-order-items.md)
- [Get Shipped Order Batch Results](https://docs.partner.aboutyou.com/api/orders-and-shipment/get-shipped-order-batch-results.md)
- [Cancel Order Items](https://docs.partner.aboutyou.com/api/orders-and-shipment/cancel-order-items.md)
- [Get Cancelled Order Item Batch Results](https://docs.partner.aboutyou.com/api/orders-and-shipment/get-cancelled-order-item-batch-results.md)
- [Return Order Items](https://docs.partner.aboutyou.com/api/orders-and-shipment/return-order-items.md)
- [Get Returned Order Batch Results](https://docs.partner.aboutyou.com/api/orders-and-shipment/get-returned-order-batch-results.md)
- [Get Order Invoices](https://docs.partner.aboutyou.com/api/orders-and-shipment/get-order-invoices.md)
- [Get Order Delivery Document](https://docs.partner.aboutyou.com/api/orders-and-shipment/get-order-delivery-document.md)
- [Webhooks](https://docs.partner.aboutyou.com/api/webhooks.md)
- [Order Delegation Webhook](https://docs.partner.aboutyou.com/api/webhooks/order-delegation-webhook.md)
- [Order Status Update Webhooks](https://docs.partner.aboutyou.com/api/webhooks/order-status-update-webhooks.md)
- [Order Item Status Update Webhooks](https://docs.partner.aboutyou.com/api/webhooks/order-item-status-update-webhooks.md)
- [Product Status Update Webhook](https://docs.partner.aboutyou.com/api/webhooks/product-status-update-webhook.md)
- [Stock Update Webhook](https://docs.partner.aboutyou.com/api/webhooks/stock-update-webhook.md)


---

# 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://docs.partner.aboutyou.com/api.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.
