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
* Represents a RFC 7662 compliant [OAuth 2.0 Token Introspection](https://datatracker.ietf.org/doc/html/rfc7662) endpoint. For more information, see [Requesting an access token using an external OAuth 2.0 server](/../api/authorization#request-an-access-token-using-an-external-oauth-server).
136
158
*
@@ -259,6 +281,12 @@ export interface Project {
259
281
*
260
282
*/
261
283
readonlybusinessUnits?: BusinessUnitConfiguration
284
+
/**
285
+
* Holds configuration specific to discounts, including how Product and Cart Discounts are combined in every Cart of the Project.
286
+
*
287
+
*
288
+
*/
289
+
readonlydiscounts: DiscountsConfiguration
262
290
}
263
291
exportinterfaceProjectUpdate{
264
292
/**
@@ -292,6 +320,7 @@ export type ProjectUpdateAction =
0 commit comments