Product Types REST Endpoints

Admin/Product Types
Product Type endpoints
addShopperInput
Method: post
Path: /ccadmin/v1/productTypes/{typeId}/shopperInputs
createProductType
Method: post
Path: /ccadmin/v1/productTypes
deleteProductType
Method: delete
Path: /ccadmin/v1/productTypes/{id}
getProductType
Method: get
Path: /ccadmin/v1/productTypes/{id}
listProductTypes
Method: get
Path: /ccadmin/v1/productTypes
removeShopperInput
Method: delete
Path: /ccadmin/v1/productTypes/{typeId}/shopperInputs/{shopperInputId}
updateProductType
Method: put
Path: /ccadmin/v1/productTypes/{id}