get http://staging-apigateway.snapdeal.com/seller-api/products/price/bulk
Returns the pricing details for the given SUPCs with a limit of 10.
Request
| ParameterName | DataType | ParameterType | Requirement | Description |
|---|---|---|---|---|
| supcs | String | Query | Mandatory | comma separated SUPCs |
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 : List of PricingDetail Objects
PricingDetail :
| 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 |
