Xi.sdk.resellers

Latest version: v1.1.0

Safety actively analyzes 685525 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.0.0

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) |

0.0.3

Minor Bug Fix.

0.0.2

Removed legacy endpoints.

0.0.1

For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.