Fixed

v1.0.1

Summary

Bug fixes for query parameter casing and removal of unsupported legacy field.


❌ Removed

  • 🔴 BREAKING - shipping_payment_terms: The shipping_payment_terms property has been removed from the API as it is no longer supported and should not be used.
    • Replacement: This field is deprecated with no direct replacement.
    • Migration: Remove any references to shipping_payment_terms from your integration code. If you were relying on this field, please contact support to discuss alternative solutions for managing shipping payment terms.

🐛 Fixed

Query Parameter Casing

Fixed a bug that was causing query parameters to be documented in snake_case format instead of the correct camelCase format. This ensures consistency across the API and matches JavaScript naming conventions.

Retrieve List of Orders (GET /v1/integrations/orders-list)

The following query parameters are now correctly documented in camelCase:

  • page_sizepageSize: Number of items per page
  • sort_ordersortOrder: Sort direction (ascending/descending)
  • order_keysorderKeys: Filter by order keys
  • order_numbersorderNumbers: Filter by order numbers
  • order_statusorderStatus: Filter by order status
  • order_typeorderType: Filter by order type
  • updated_at_startupdatedAtStart: Filter by update date range start
  • updated_at_endupdatedAtEnd: Filter by update date range end

Retrieve List of Receipts (GET /v1/integrations/receipts-list)

The following query parameters are now correctly documented in camelCase:

  • page_sizepageSize: Number of items per page
  • sort_ordersortOrder: Sort direction (ascending/descending)
  • warehouse_idwarehouseId: Filter by warehouse identifier
  • completed_atcompletedAt: Filter by completion timestamp