Shopper Input REST Endpoints

Admin/Shopper Input
Shopper Input endpoints
addShopperInput
Method: post
Path: /ccadmin/v1/productTypes/{typeId}/shopperInputs
createShopperInput
Method: post
Path: /ccadmin/v1/shopperInputs
deleteShopperInput
Method: delete
Path: /ccadmin/v1/shopperInputs/{id}
getShopperInput
Method: get
Path: /ccadmin/v1/shopperInputs/{id}
removeShopperInput
Method: delete
Path: /ccadmin/v1/productTypes/{typeId}/shopperInputs/{shopperInputId}
updateShopperInput
Method: put
Path: /ccadmin/v1/shopperInputs/{id}