Remove Price
Remove the custom retail price for a product type. The FileForms default retail price applies afterwards.
Authorization
ApiKeyAuth In: header
Path Parameters
Product type
Value in
- "ein"
- "expedited_formation"
- "formation_tier_1"
- "formation_tier_2"
- "formation_tier_3"
- "annual_report"
- "registered_agent"
- "foreign_qualification"
- "certificate_of_good_standing"
Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/organization/prices/ein"{ "message": "Custom price removed"}List Prices GET
List prices for all product types, including the FileForms default retail price, your custom retail price when set, and the wholesale floor. State filing fees are charged at cost in addition to all product prices; per-product composition notes (bundled EIN/DBA, the registered agent subscription added with Tier 2/3, the expedited surcharge) are in each row’s `description`.
Set Price PUT
Set a custom retail price for a product type, or enable/disable a formation tier. `retailAmount` is in dollars and must be at least the wholesale floor: the per-product wholesale override when one exists, otherwise the product's default wholesale price. Floor violations include a `minimumAmount` field (dollars) alongside the error message. `enabled: false` is accepted for formation tiers only, and at least one tier must remain enabled.