Given the following OCAPI definitions, which permission or permissions apply?
{
" resource_id " : " /sites/*/coupons/* " ,
" methods " :[
" put "
],
" read_attributes " : " (**) " ,
" write_attributes " : " (**) "
}
A developer wants to configure multiple products that should only be sold as a group. It should not be possible for buyers to buy these products individually. How should the developer configure the products?
Given the requirement to add caching to an existing page while adhering to SFRA best practices, which code snippet should be used?
A developer is implementing a new feature that requires the use of a custom object. What is the first step the developer should take?