Change Updates

Do not miss any MerchantHQ API changes, ever again

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

RSS

Jul 18, 2025

main
1.0.0
Compare

API structure has changed

4 structure changes including:
4 Modifications
Modified 4 Breaking
GET /2024-09/sourcing-opportunities
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • supplier_id property Modified
          • Type went from string | null to string(uuid)
            Breaking
        • cost, cost_currency properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • costs property Added
GET /2024-09/sourcing-opportunities/{sourcing_opportunity}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • supplier_id property Modified
          • Type went from string | null to string(uuid)
            Breaking
        • cost, cost_currency properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • costs property Added
POST /2024-09/sourcing-opportunities
  • Body
  • application/json content type Modified
    • supplier_id property Modified
      • Property is now required
        Breaking
      • Type went from string | null to string(uuid)
        Breaking
    • sku property Modified
      • Property is now required
        Breaking
    • cost, cost_currency properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • costs property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • supplier_id property Modified
          • Type went from string | null to string(uuid)
            Breaking
        • cost, cost_currency properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • costs property Added
PUT /2024-09/sourcing-opportunities/{sourcing_opportunity}
  • Body
  • application/json content type Modified
    • supplier_id, sku, cost, cost_currency properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • costs property Added