Shopper Input REST Endpoints
Admin/Shopper Input
Shopper Input endpoints
- addShopperInput
 - Method: postPath:
/ccadmin/v1/productTypes/{typeId}/shopperInputs - createShopperInput
 - Method: postPath:
/ccadmin/v1/shopperInputs - deleteShopperInput
 - Method: deletePath:
/ccadmin/v1/shopperInputs/{id} - getShopperInput
 - Method: getPath:
/ccadmin/v1/shopperInputs/{id} - removeShopperInput
 - Method: deletePath:
/ccadmin/v1/productTypes/{typeId}/shopperInputs/{shopperInputId} - updateShopperInput
 - Method: putPath:
/ccadmin/v1/shopperInputs/{id}