sizebay-core-sdk 1.16.2 → 1.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -447,6 +447,8 @@ Get grouped looks with optional filters and pagination (Public endpoint).
|
|
|
447
447
|
| `collection` | Collection | No | Filter by seasonal collection.<br>Show only looks from a specific season (spring, summer, fall, winter). |
|
|
448
448
|
| `language` | Language | No | Language/locale for filtering localizations.<br>Use this to get product information in the specified language. |
|
|
449
449
|
| `currency` | string | No | Currency code for pricing (e.g., EUR, USD, BRL). |
|
|
450
|
+
| `personaHash` | string | No | Persona hash for size-based filtering.<br>Returns only grouped looks whose garments fit the persona's size profile. |
|
|
451
|
+
| `sizeSystem` | string | No | Size system to use when matching catalog sizes against persona recommendations<br>(e.g., BR, US, EU). When provided, only sizes from this system are compared. |
|
|
450
452
|
<!-- /DOCGEN -->
|
|
451
453
|
|
|
452
454
|
#### Returns
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sizebay-core-sdk",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.17.0",
|
|
4
4
|
"description": "A SDK designed for integrating multiple services (such as event tracking, AI services, etc.) into your application.",
|
|
5
5
|
"main": "dist/sizebay-core-sdk.umd.js",
|
|
6
6
|
"module": "dist/sizebay-core-sdk.es.js",
|