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 10, 2025

main
1.0.0
Compare

API structure has changed

8 structure changes including:
8 Modifications
Modified 8
GET /2024-09/sourcing-opportunities
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • cost_currency property Added
GET /2024-09/sourcing-opportunities/{sourcing_opportunity}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • cost_currency property Added
GET /2024-09/suppliers
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • default_currency property Added
GET /2024-09/suppliers/{supplier}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • default_currency property Added
POST /2024-09/sourcing-opportunities
  • Body
  • application/json content type Modified
    • cost_currency property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • cost_currency property Added
POST /2024-09/suppliers
  • Body
  • application/json content type Modified
    • default_currency property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • default_currency property Added
PUT /2024-09/sourcing-opportunities/{sourcing_opportunity}
  • Body
  • application/json content type Modified
    • cost_currency property Added
PUT /2024-09/suppliers/{supplier}
  • Body
  • application/json content type Modified
    • default_currency property Added