Bluestone PIM Release 65-1

January 28th, 2025 - Highlights


Improvements/changes

Fixes

⚠️ Endpoints to be terminated - action required ⚠️



Improvements/changes ✨

  • Bulk edit categories: The search speed is significantly improved.
  • Assets: Enhanced performance when loading the Products tab, particularly for assets linked to a large number of products.
  • Products: Optimized performance when loading the Relations tab.

Fixes Bug - Free computer icons

  • Product: Dictionary attribute values now show in the product's history tab when values are updated in a fallback context.
  • Bundles: Ensured correct event handling when archiving products in a bundle or archiving a bundle, so that core-search data is consistent.

Endpoints to be terminated on the 31st of January 2025

The following endpoints have reached their 'end of life' and will be terminated on the 31st of January 2025. Please see information below about which endpoint(s) to use instead.

Please get in touch with Bluestone Servicedesk if you have questions or need help.

Service: bluestone-keycloak-management-v3

Method Path Replaced by
GET /customerProfile GET /customerProfiles
POST /customerProfile POST /customerProfiles 
GET /customerProfile/{id} GET /customerProfiles/{id} 
PUT /customerProfile/{id} PUT /customerProfiles/{id}
GET /customerProfile/{id}/addresses GET /customerProfiles/{id}/addresses 
GET /customerProfile/{id}/attributes GET /customerProfiles/{id}/attributes
POST /customerProfile/{id}/attributes POST /customerProfiles/{id}/attributes 
POST /customerProfile/user POST /customerProfiles/user 
GET /user GET /users
POST /user POST /users
GET /user/{id} GET /users/{id}
PUT /user/{id} PUT /users
GET /user/{id}/addresses GET /users/{id}/addresses
GET /user/{id}/profiles GET /users/{id}/profiles
PUT /user/{id}/reset-password PUT /users/{id}/reset-password
GET /user/{id}/roles GET /users/{id}/roles

Service: bluestone-pim

Method Path Replaced by
GET /products

POST /products/list/views/by-assets
Show list of products filtered by asset ids with details from given views.

POST /products/list/views/by-ids
Show list of products filtered by ids with details from given views.

POST /products/list/views/by-numbers
Show list of products views filtered by numbers.

POST /products/cursor/views/all
Get products with views using cursor.

For complex filtering, please use the scroll endpoint from the bs-core-search service:
POST /products/scroll/search
Search for products using an Elasticsearch query and scroll.

PUT /products/{id}

PATCH /products/{id}
Update product details, supports partial update.

POST /products/count

bs-core-search service:
POST /products/count
Count for products using an Elasticsearch query.

POST /products/list/views

POST /products/cursor/views/all
Get products with views using cursor.

GET /products/search/{query}

POST /products/list/views/by-assets
Show list of products filtered by asset ids with details from given views.

POST /products/list/views/by-ids
Show list of products filtered by ids with details from given views.

POST /products/list/views/by-numbers
Show list of products views filtered by numbers.

POST /products/cursor/views/all
Get products with views using cursor.

For complex filtering, please use the scroll endpoint from the bs-core-search service:
POST /products/scroll/search
Search for products using an Elasticsearch query and scroll.

Service: bs-app-workflow

Method Path Replaced by
POST /process/find

Combination of:
POST /orders/search or POST /orders/scroll/search
For filtering process and to receive the list of process IDs that match the criteria.
AND
POST /process/list/by-ids
For getting the list of processes by IDs.

POST /process/search

Combination of:
POST /orders/search or POST /orders/scroll/search
For filtering process and to receive the list of process IDs that match the criteria.
AND
POST /process/list/by-ids
For getting the list of processes by IDs.

Service: webon-external-media

Method Path Replaced by
PATCH /assets/{attribute}

POST /assets/{id}/labels
For adding labels by asset ID.

DELETE /assets/{id}/labels
For removing labels by asset ID.

POST /assets/{id}/products/{productId}
For adding product by asset ID.

DELETE /assets/{id}/products/{productId}
For removing product by asset ID.

PUT /assets/{id}/products
For replacing products by asset ID.