get http://staging-apigateway.snapdeal.com/seller-api/products/:supc/price
Returns the pricing details for the given SUPC
Request
| ParameterName | DataType | ParameterType | Requirement | Description |
|---|---|---|---|---|
| supc | String | Path | Mandatory | SUPC for which pricing is required |
Response
metadata :
| FieldName | DataType | Description |
|---|---|---|
| requestId | String | Unique ID for the request |
| clientId | String | Partner Id |
| responseTime | Long | Response Time |
| requestedURI | String | Requested URI |
| message | String | Error message |
payload :
| FieldName | DataType | Description |
|---|---|---|
| supc | String | supc |
| sellerSku | String | Seller's unique identifier of the product |
| live | boolean | Whether the product is live or not |
| liveDisableMsg | String | Reason why product is not live. If product is live, value will be null. |
| mrp | int | mrp |
| sellingPrice | int | sellingPrice |
| minSellingPrice | int | minSellingPrice |
| netSellerPayable | double | netSellerPayable |
| collectionCharges | double | collectionCharges |
| logisticCost | double | logisticCost |
| sdCommission | double | sdCommission |
| fulfillmentCharges | double | fulfillmentCharges |
