# FlavorCloud Partner API Documentation ## API Docs - Authentication [Get Auth Token](https://share.apidog.com/apidoc/docs-site/620461/api-16353083.md): - Rates [Get Rates](https://share.apidog.com/apidoc/docs-site/620461/api-9095496.md): This API call is used to return the rates for a shipment. All the details of the shipment should be provided to the api. Our route optimization engine determines the best available route based on cost, service level and historical performance. - Shipments [Create Shipments](https://share.apidog.com/apidoc/docs-site/620461/api-9095482.md): A Shipment is a container for all the information required to generate a shipping label and commercial invoice (in the case of international shipments). This api returns a ShipmentID that can be used to retrieve the necessary docs for the shipment. The shipment call is billable, see your contract for rates. - Shipments [Get Shipments](https://share.apidog.com/apidoc/docs-site/620461/api-9095481.md): Retrieve an existing shipment using the shipment key (ShipmentID) or Reference. The response will contain the tracking number and required docs for the shipment. - Shipments [Cancel Shipments](https://share.apidog.com/apidoc/docs-site/620461/api-9095480.md): Cancel an existing shipment using the ShipmentID. - Tracking [Get Tracking Detail](https://share.apidog.com/apidoc/docs-site/620461/api-9095497.md): Get tracking status of the shipment - Classifications [Get Classification](https://share.apidog.com/apidoc/docs-site/620461/api-9095483.md): The Classification endpoint is a tool for accurately determining the Harmonized System (HS) codes that correspond to a given product description. HS codes are used by customs authorities to classify and identify products for the purposes of trade and taxation. Accurate description for classification is essential for compliance with international trade regulations and can impact tariffs, duties, and other fees. - Landed Cost [Get Landed Cost](https://share.apidog.com/apidoc/docs-site/620461/api-9095489.md): Returns the fully qualified landed cost calculation for a shipment. There is a limit of 20 items in "Pieces" array per request. - Webhooks [Subscribe Webhooks](https://share.apidog.com/apidoc/docs-site/620461/api-9095498.md): Subscribe to the Events. - Webhooks [Unsubscribe Webhooks](https://share.apidog.com/apidoc/docs-site/620461/api-9095499.md): Unsubscribe to the Events. - Invoices [Get Invoice Detail](https://share.apidog.com/apidoc/docs-site/620461/api-9440977.md): Fetch detailed invoice data for a given invoice number. - Invoices [Get Invoices](https://share.apidog.com/apidoc/docs-site/620461/api-9441006.md): Fetch a list of invoice numbers within a specified date range. You can use results from this call to search for specific Invoice details in /Invoice/{InvoiceNumber} API.