PAGES
SECTIONS
GET /api/admin/products
GET /api/admin/products/{id}
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.
POST /api/admin/products
Be sure to add products to billing plans and create price rules.
DELETE /api/admin/products/{id}