


ESpotDataHandler
This class provides RESTful services to retrieve e-Marketing Spot data. It uses the MarketingSpotData noun.
Method Name | HTTP Method | URL | Query Params | Description | Authentication | Example |
---|---|---|---|---|---|---|
findByName | GET | store/{storeId}/espot/{name}/ | responseFormat={responseFormat} | Retrieves an e-Marketing eSpot by name. | No,HTTP | Sample |
findByNameWithCategory | GET | store/{storeId}/espot/{name}/category/{categoryId} | responseFormat={responseFormat} | Retrieves an e-Marketing Spot at a specific category level, such as Furniture. | No,HTTP | Sample |
findByNameWithProduct | GET | store/{storeId}/espot/{name}/product/{productId} | responseFormat={responseFormat} | Retrieves an e-Marketing Spot for a specific product item. | No,HTTP | Sample |