Release Notes
First Major Version Release of `xi.sdk.resellers`.
Countries Supported: `US`
[Pypi](https://pypi.org/project/xi.sdk.resellers/1.0.0.0/) | [Quick Start Guide](https://github.com/ingrammicro-xvantage/xi-sdk-resellers-python/blob/main/getting-started.md) | [Docs](https://github.com/ingrammicro-xvantage/xi-sdk-resellers-python/blob/1.0.0/README.md#documentation-for-api-endpoints)
Following Api lists are supported in the current released version.
XI Reseller API List
**Sandbox**: [https://api.ingrammicro.com:443/sandbox/](https://api.ingrammicro.com/resellers/v6)
**Production**: [https://api.ingrammicro.com:443/](https://api.ingrammicro.com:443/)
| **API Group** | **API** | **API Url** |
| ------------------- | ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Authentication | Get AccessToken | `GET` [https://api.ingrammicro.com:443/oauth/oauth20/token](https://api.ingrammicro.com:443/oauth/oauth20/token) |
| Product Catalog | Price And Availability (PNA) | `POST` [https://api.ingrammicro.com:443/resellers/v6/catalog/priceandavailability](https://api.ingrammicro.com:443/sandbox/resellers/v6/catalog/priceandavailability) |
| | Search Products | `GET` [https://api.ingrammicro.com:443/resellers/v6/catalog](https://api.ingrammicro.com:443/sandbox/resellers/v6/catalog) |
| | Product Details | `GET`[https://api.ingrammicro.com:443/resellers/v6/catalog/details/{ingramPartNumber}](https://api.ingrammicro.com:443/sandbox/resellers/v6/catalog/details/{ingramPartNumber}) |
| Orders | Create Your Order | `POST` [https://api.ingrammicro.com:443/resellers/v6/orders](https://api.ingrammicro.com:443/sandbox/resellers/v6/orders) |
| | Modify Your Order | `PUT` [https://api.ingrammicro.com:443/resellers/v6/orders/{orderNumber}](https://api.ingrammicro.com:443/sandbox/resellers/v6/orders/{orderNumber}) |
| | Get Order Details 6.1 | `GET` [https://api.ingrammicro.com:443/resellers/v6.1/orders/{ordernumber}](https://api.ingrammicro.com:443/sandbox/resellers/v6.1/orders/{ordernumber}) |
| | Search Orders | `GET` [https://api.ingrammicro.com:443/resellers/v6/orders/search](https://api.ingrammicro.com:443/sandbox/resellers/v6/orders/search) |
| | Cancel Orders | `Delete` [https://api.ingrammicro.com:443/resellers/v6/orders/{OrderNumber}](https://api.ingrammicro.com:443/sandbox/resellers/v6/orders/{OrderNumber}) |
| Quotes | Quotes Search | `GET` [https://api.ingrammicro.com:443/resellers/v6/quotes/search](https://api.ingrammicro.com:443/sandbox/resellers/v6/quotes/search) |
| | Quote Details | `GET` [https://api.ingrammicro.com:443/resellers/v6/quotes/{quoteNumber}](https://api.ingrammicro.com:443/sandbox/resellers/v6/quotes/{quoteNumber}) |
| | Validate Quote | `GET` [https://api.ingrammicro.com:443/resellers/v6/q2o/validatequote](https://api.ingrammicro.com:443/sandbox/resellers/v6/q2o/validatequote) |
| Quote To Order | Quote To Order | `POST` [https://api.ingrammicro.com:443/resellers/v6/q2o/orders](https://api.ingrammicro.com:443/sandbox/resellers/v6/q2o/orders) |
| Invoice | Search Invoice | `GET` [https://api.ingrammicro.com:443/resellers/v6/invoices/](https://api.ingrammicro.com:443/sandbox/resellers/v6/invoices/) |
| | Get Invoice Details 6.1 | `GET` [https://api.ingrammicro.com:443/resellers/v6.1/invoices/{invoiceNumber}](https://api.ingrammicro.com:443/sandbox/resellers/v6.1/invoices/{invoiceNumber}) |
| Renewals | Renewals Search | `POST` [https://api.ingrammicro.com:443/resellers/v6/renewals/search](https://api.ingrammicro.com:443/sandbox/resellers/v6/renewals/search) |
| | Renewals Details | `GET` [https://api.ingrammicro.com:443/resellers/v6/renewals/{renewalId}](https://api.ingrammicro.com:443/sandbox/resellers/v6/renewals/{renewalId}) |
| Deals | Deals Search | `GET` [https://api.ingrammicro.com:443/resellers/v6/deals/search](https://api.ingrammicro.com:443/sandbox/resellers/v6/deals/search) |
| | Deals Details | `GET` [https://api.ingrammicro.com:443/resellers/v6/deals/{dealId}](https://api.ingrammicro.com:443/sandbox/resellers/v6/deals/{dealId}) |
| Returns | Returns Search | `GET` [https://api.ingrammicro.com:443/resellers/v6/returns/search](https://api.ingrammicro.com:443/sandbox/resellers/v6/returns/search) |
| | Returns Details | `GET` [https://api.ingrammicro.com:443/resellers/v6/returns/{caseRequestNumber}](https://api.ingrammicro.com:443/sandbox/resellers/v6/returns/{caseRequestNumber}) |
| | Returns Create | `POST` [https://api.ingrammicro.com:443/resellers/v6/returns/create](https://api.ingrammicro.com:443/sandbox/resellers/v6/returns/create) |
| Freight Estimate | Freight Estimate | `POST` [https://api.ingrammicro.com:443/resellers/v6/freightestimate](https://api.ingrammicro.com:443/sandbox/resellers/v6/freightestimate) |
| Order StatusWebhook | Order Status | `POST` [https://api.ingrammicro.com:443/resellers/v1/webhooks/orderstatusevent](https://api.ingrammicro.com:443/sandbox/resellers/v1/webhooks/orderstatusevent) |
| Stock UpdateWebhook | Stock Update | `POST` [https://api.ingrammicro.com:443/resellers/v1/webhooks/availabilityupdate](https://api.ingrammicro.com:443/sandbox/resellers/v1/webhooks/availabilityupdate) |