getPricing and getCompetitivePricing operations.{
"payload": [
{
"listingPrice": {
"currencyCode": "string",
"amount": 0
},
"shippingPrice": {
"currencyCode": "string",
"amount": 0
},
"points": {
"pointsNumber": 0,
"pointsMonetaryValue": {
"currencyCode": "string",
"amount": 0
}
}
}
],
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
}