Skip to content

Release Notes - October 13, 2024

API Pagination Enhancement

New

Enhanced Results Per Page! 📑

Now supporting up to 100 results per page in:

GET /api-user/v1/search/advanced/order
GET /api-user/v1/search/advanced/sales-order
GET /api-user/v1/search/advanced/shipping
GET /api-user/v1/search/advanced/style
GET /api-user/v1/sales-order/style/{customerCode}/option
GET /api-user/v1/shipping/basic/orders/option
GET /api-user/v1/site-settings/style/colour/option
GET /api-user/v1/shipping/basic/unassigned-orders/option

[API Pagination]


Style Inventory Management

New

New Inventory System! 📦

Enable in: Site Settings > Style Settings

Features:

  • Component Inventory integration
  • Sales Data reporting
  • API support
  • Centralized inventory management

New API Endpoints:

GET    /api-user/v1/site-settings/order/warehouse
GET    /api-user/v1/style/inventory/{styleNumber}
POST   /api-user/v1/style/inventory/{styleNumber}
PATCH  /api-user/v1/style/inventory/{styleNumber}/{styleInventoryId}
DELETE /{styleNumber}/{styleInventoryId}

[Inventory Management]


Code Management API

New

Enhanced Code Handling! 🏷️

New endpoints:

GET    /api-user/v1/style/codes/{styleNumber}
DELETE /api-user/v1/style/codes/column/{styleNumber}/{codeType}/{codeColumnId}

  • Retrieve all style code data
  • Delete code columns
  • Enhanced code management

[Code Management]


System Improvements

Improvement

Enhanced Performance! ⚡

1. Import Optimization

  • 50% faster Style imports
  • 50% faster Order imports
  • Improved processing efficiency

2. Shipping Interface

  • Enhanced bulk order support
  • Style number in dropdowns
  • Improved color list display
  • Consistent sort order
  • Single-screen color display

3. Support System

  • New technology stack migration
  • Enhanced platform stability
  • Improved performance

[System Updates]