Which resource_id value enables the appropriate resource?

A Digital Developer needs to check for product inventory in a specific inventory list using the Open Commerce API. An example request URL is:

Which resource_id value enables the appropriate resource?
A. /inventory_lists/*
B. /inventory_lists/**
C. /inventory_list_search
D. /products/*

Download Printable PDF. VALID exam to help you PASS.

One thought on “Which resource_id value enables the appropriate resource?

  1. I think it is B
    We need to enable the inventory_lists resource

    InventoryLists resource (Data API 23.2)

    Summary
    Http Method Resource Description
    GET /inventory_lists Action to get all the inventory lists with no filtering.
    GET /inventory_lists/{id} Action to get inventory list information.
    PATCH /inventory_lists/{id} Updates the inventory list with the specified information.
    DELETE /inventory_lists/{id} Deletes the inventory list by ID
    PUT /inventory_lists/{id} Creates an inventory list using the information provided.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.