GraphQL OBJECT
ProtectedUrl
Protected URL.
link Definition
- type ProtectedUrl {
- # Indicates if all items have reached the maximum quantity of usages.
- Boolean! :
- # Indicates if the protected URL allows purchase orders.
- Boolean! :
- # Indicates if the protected URL allows to change the underlying cart.
- Boolean! :
- # Unique ID of the client which the protected URL belongs to.
- Client :
- # Date and time when the protected URL was created.
- DateTime! :
- # User who created the protected URL.
- UserAccount! :
- # Indicates if the fraud protection is enabled.
- Boolean! :
- # Unique ID of the protected URL.
- Int :
- # Internal URL of the protected URL.
- String! :
- # Indicates if the protected URL is active and valid.
- Boolean! :
- # Indicates if the protected URL is active.
- Boolean! :
- # Items of the protected URL.
- ProtectedUrlItem] : [
- # User who last edited the protected URL.
- UserAccount! :
- # Date and time when the last edit occurred.
- DateTime! :
- # The maximum quantity of submitted orders which the URL is valid for.
- Int :
- # The name of the protected URL.
- String :
- # Beginning of the timespan in which the protected URL is valid.
- DateTime :
- # End of the timespan in which the protected URL is valid.
- DateTime :
- }
link Required by
- GenerateProtectedUrlPayloadPayload for generated protected URL. Protected URLs are used to control the content of the shopping cart and protect private information, such as product price.
- ProtectedUrlSearchResultProtected URLs that match the search parameters.
- UpdateProtectedUrlPayloadPayload for protected URL update. Protected URLs are used to control the content of the shopping cart and protect private information, such as product price.