New at Firmhouse

API updates for managing assets

Michiel avatar
Shared by Michiel • January 16, 2024

You can now create, update, assign and un assign assets via the Firmhouse API. This allows you to create your own dashboards or integrate your own storefront or ERP systems with the assets you have on Firmhouse.

How merchants are using these new APIs:

  • Reserve a specific asset on or right after Checkout automatically based on a trigger from a webhook.
  • Set a custom field with a purchase price on an Asset based on its refurbished quality so you can sell an asset for its unique discounted price.
  • From a custom inventory reservation system update an Asset’s status, condition, and next available date.
  • Integrate your warehouse system to automatically unassign an asset as active from a Subscription when it’s been returned in healthy condition to your stock.

Head over to our new Developer Docs to view these new and updated GraphQL mutation calls:

  • assignAsset
  • unassignAsset
  • createAsset
  • updateAsset