Product Types REST Endpoints
Admin/Product Types
Product Type endpoints
- addShopperInput
- Method: postPath:
/ccadmin/v1/productTypes/{typeId}/shopperInputs - createProductType
- Method: postPath:
/ccadmin/v1/productTypes - deleteProductType
- Method: deletePath:
/ccadmin/v1/productTypes/{id} - getProductType
- Method: getPath:
/ccadmin/v1/productTypes/{id} - listProductTypes
- Method: getPath:
/ccadmin/v1/productTypes - removeShopperInput
- Method: deletePath:
/ccadmin/v1/productTypes/{typeId}/shopperInputs/{shopperInputId} - updateProductType
- Method: putPath:
/ccadmin/v1/productTypes/{id}