> For the complete documentation index, see [llms.txt](https://docs.samita.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.samita.io/samita-wholesale-b2b/api-integration.md).

# API INTEGRATION

- [Public APIs](https://docs.samita.io/samita-wholesale-b2b/api-integration/public-apis.md): An overview of the Public API — what it can do, how to authenticate, and its rate limits.
- [APIs for Wholesale Pricing](https://docs.samita.io/samita-wholesale-b2b/api-integration/apis-for-wholesale-pricing.md): Retrieve a list of your store's Wholesale Pricing rules using the Public API.
- [Create Wholesale Pricing using APIs](https://docs.samita.io/samita-wholesale-b2b/api-integration/apis-for-wholesale-pricing/create-wholesale-pricing-using-apis.md): Create a new Wholesale Pricing rule via the Public API, including the full request body reference.
- [Update/Edit Wholesale Pricing using APIs](https://docs.samita.io/samita-wholesale-b2b/api-integration/apis-for-wholesale-pricing/update-edit-wholesale-pricing-using-apis.md): Update an existing Wholesale Pricing rule via the Public API, including the full request body reference.
- [Wholesale Pricing with other API methods](https://docs.samita.io/samita-wholesale-b2b/api-integration/apis-for-wholesale-pricing/wholesale-pricing-with-other-api-methods.md): Retrieve or delete a single Wholesale Pricing record by ID using the Public API.
- [API Test Site](https://docs.samita.io/samita-wholesale-b2b/api-integration/apis-for-wholesale-pricing/api-test-site.md)
- [APIs for Volume Pricing](https://docs.samita.io/samita-wholesale-b2b/api-integration/apis-for-volume-pricing.md): Retrieve a list of your store's Volume Pricing rules using the Public API.
- [Create Volume Pricing using APIs](https://docs.samita.io/samita-wholesale-b2b/api-integration/apis-for-volume-pricing/create-volume-pricing-using-apis.md): Create a new Volume Pricing rule via the Public API, including the full request body reference.
- [Update/Edit Volume Pricing using APIs](https://docs.samita.io/samita-wholesale-b2b/api-integration/apis-for-volume-pricing/update-edit-volume-pricing-using-apis.md): Update an existing Volume Pricing rule via the Public API, including the full request body reference.
- [Volume Pricing with other API methods](https://docs.samita.io/samita-wholesale-b2b/api-integration/apis-for-volume-pricing/volume-pricing-with-other-api-methods.md): Retrieve or delete a single Volume Pricing record by ID using the Public API.
- [API Test Site](https://docs.samita.io/samita-wholesale-b2b/api-integration/apis-for-volume-pricing/api-test-site.md)
- [APIs for Registration Form](https://docs.samita.io/samita-wholesale-b2b/api-integration/apis-for-registration-form.md): Create, update, list, and delete Registration Forms using the Public API.
- [APIs for Quick Order Form](https://docs.samita.io/samita-wholesale-b2b/api-integration/apis-for-quick-order-form.md): Create, update, list, and delete Quick Order Forms, Quick Buy Collections, and Quick Buy Variant tables using the Public API.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.samita.io/samita-wholesale-b2b/api-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
