PAGES


SECTIONS

List Products

GET /api/admin/products


View Product

GET /api/admin/products/{id}


Update Product

PATCH /api/admin/products/{id}

Be aware that updating a package through this will completely delete the package, and re-create it with the values you provide. Be sure to supply all values for the package. To only update the product, and not the package, omit the package_attributes object.


Create Product

POST /api/admin/products

Be sure to add products to billing plans and create price rules.


Delete Product

DELETE /api/admin/products/{id}