The GetGrossProfitPercentage function returns the gross profit percentage for the given product ID, country ID and gross price.
Method | /GetGrossProfitPercentage |
The request body is of type GetGrossProfitPercentage.
Name | Description | Data Type |
---|---|---|
productId | xml:int | |
countryId | xml:int | |
grossPrice | xml:decimal |
|
The response body is of type GetGrossProfitPercentageResponse.
Name | Description | Data Type |
---|---|---|
GetGrossProfitPercentageResult | xml:decimal |
|