Change Updates

Do not miss any Offering Manager API changes, ever again

Subscribe to the Offering Manager API changelog to be up to date on recent changes.

RSS
Offering Manager API

Change #54fa4323

Last update:
Compare

API structure has changed

6 structure changes including:
2 Breaking changes
4 Modifications
2 Removals
Modified 4 Breaking
GET /users/{user_id}/projects/{project_id}/orders
  • Response
  • 200 response Modified
    • discount_code, discounted, discount attributes Removed
  • Query
  • status, distributable, updated_at query parameters Added
GET /users/{user_id}/projects/{project_id}/orders/{id}
  • Response
  • 200 response Modified
    • discount_code, discounted, discount attributes Removed
POST /users/{user_id}/projects/{project_id}/orders
  • Body
  • content type Modified
    • order attribute Modified
  • Response
  • 201 response Modified
    • discount_code, discounted, discount attributes Removed
POST /users/{user_id}/projects/{project_id}/orders/{id}/cancel
  • Response
  • 201 response Modified
    • discount_code, discounted, discount attributes Removed
Removed 2 Breaking
GET /orders
POST /users/{user_id}/discount_codes/check