Skip to main content

Shelving by tenant and point of interest

GET 

/product-shelving-by-tenant/:accountId/:ruleId/:tenant/:pointOfInterest

Products for the requested Shelving Rule for a specified tenant and a specified point of interest (product, category or tag)

Request

Path Parameters

    accountId hyphenLessUuidrequired

    Possible values: >= 32 characters and <= 32 characters, Value must match regular expression ^[0-9a-f]{32}$

    your account ID

    ruleId hyphenLessUuidrequired

    Possible values: >= 32 characters and <= 32 characters, Value must match regular expression ^[0-9a-f]{32}$

    the rule ID your are requesting

    tenant stringrequired

    the tenant you are requesting

    pointOfInterest stringrequired

    product ID, product tag or category

Query Parameters

    tagNameOrCategoryType string
    customOutputName string
    device string

Responses

Schema
    any
Loading...