1Z0-1068 試験問題を無料オンラインアクセス
| 試験コード: | 1Z0-1068 |
| 試験名称: | Oracle Commerce Cloud 2019 Implementation Essentials |
| 認定資格: | Oracle |
| 無料問題数: | 70 |
| 更新日: | 2026-06-01 |
Oracle Commerce Cloud allows developers and business users to change the shopper experience to suit their needs by modifying components within page layouts via the REST APIs or via the Administration UI.
How can you create a new page layout instance?
What are two operational parameters that are configurable by merchants in the Commerce Cloud Administration UI? (Choose two.)
An organization has implemented loyalty points as a payment currency by creating a payment gateway extension with loyaltyPoints as one of the paymentMethodTypes and configuring the Custom Curency Payment webhook.
What additional step does the organization need to do to add loyalty points as a payment option on the Payments Method widget?
A developer is customizing the payment methods widget to enable the shopper to store a credit card when checking out. The widget needs to add three properties to the payments object of the JSON authorization request when creating the order:
* saveCard(Boolean)
* nickname(String)
* setAsDefault(Boolean)
Each of the properties needs to be bound to a particular view model for the properties to be added to the payments object.
Which is the correct view model?