The getProductByManufacturerSKU
function can:-
get detailed information about the product, including all product options
get suppliers related to a product
get channels related to a product
get warehouse quantities (complex warehouses only)
The getProductByManufacturerSKU
function will return a Product object which includes:-
Content > SupplierProductLinks
- information that relates to supplier price and SKU for each supplier linked to the productContent > SelectedProductRangeOptionValues
- information about all the options for this particular variation of the productContent > images
- information about the images against the productContent > SalesChannelLinks
- pricing information for all the channels the product is linked toContent > StockLocations
- likely only populated or useful for those using Complex warehousing, returns a list of bays and their associated quantitiesOther general properties regarding product also returned.
Tips and Recommendations when using this function
Pass in the
SKU
as the value for the content nodeWhile the name of the function hints at being able to pass in the
SupplierSKU
- use the actualSKU
for the product to get the expected results
Endpoints
All requests for this function need to go to the following endpoint:
LIVE: https://wcfccpservicesbase.cloudcommercepro.com/CCPApiProductsService.svc?wsdl