PlansResource
You can use the plans resource to access plans in the Firmhouse API.
Methods
fetchAll()
Retrieve Plans
Parameters
• params?
Parameters to filter products by
after?:
null
|string
Return the elements in the list that come after the specified cursor.
before?:
null
|string
Return the elements in the list that come before the specified cursor
first?:
null
|number
Return the first n elements from the list
last?:
null
|number
Return the last n elements from the list.
Returns
Promise
<PaginatedResponse
<FirmhousePlan
>>
List of products with pagination info
Last updated