The SmarterX Back of Store System (BOSS) helps you make compliant disposal for products leaving your store or warehouse. You can ingest your catalog, get smart recommendations, and record your disposal decisions with these APIs, while integrating with your existing platforms.
Use the following APIs to update product information, get disposal recommendations, and log your decisions:
The following APIs are used to manage your locations, disposal options, check product status, and get a status report for the APIs.
The BOSS API uses API keys to authenticate requests. The key should be included
in the Authorization
header of each request. At present, keys are issued by
SmarterX and are not available for self-service generation.
curl -H "Authorization: Bearer <your key here>" https://boss.smarterx.com/v1/health
Before you can start using the BOSS APIs, you need to set up your locations and disposal options. Initial configuration of disposal options will be handled by SmarterX, but location setup, adding donation partners, and enabling/disabling disposal options can be done through the Location Management API.
Next, you need to ingest your product catalog into the BOSS system. This will allow SmarterX to provide disposal recommendations for your products. For products with regulatory disposal requirements, the supplier will be asked provide additional information via the SmarterX Portal. Until the supplier registers the product, it won't be available for disposal recommendations.
Once the product is ingested, you can check on the status of the product registration using the Product Lookup API.
The typical disposal workflow involves the following steps: