You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@ An auto-generated [documentation site](https://salesforcecommercecloud.github.io
22
22
**NOTES:**
23
23
24
24
1.**Type Access**: API class types are accessible through the `<api_class>Types` namespace (e.g., `ShopperProductsTypes`). Individual types can be accessed as `ShopperProductsTypes.Product`.
25
-
26
25
2.**Type References**: The `References` section under API classes in the generated documentation may show duplicate entries. This occurs because types are exported both at their original definition and under the API class namespace. Both references point to the same underlying type definition.
26
+
3.**V4 Migration Guide**: Starting in v5, API classes will no longer be exported under API family namespaces. See the [Sample Code](#sample-code) section for migration examples.
27
27
28
28
## :warning: Planned API Changes :warning:
29
29
@@ -87,6 +87,11 @@ To use an SDK client, instantiate an object of that client and configure these p
87
87
// tsc requires the --esModuleInterop flag for this
88
88
// Starting in v5, API classes will no longer be namespaced under API family
0 commit comments