Retrieves fee information for job products including Job Packs and Volume Plans Specifically information that does not relate to purchasing a specfic listing
{
"JobPacks": [
{
"Id": 123,
"Size": 123,
"Price": 123.0,
"Duration": "ABC",
"AddOns": [
{
"Name": "ABC",
"Price": 123.0
},
{
"Name": "ABC",
"Price": 123.0
}
],
"RequiresExtendedStatus": false
},
{
"Id": 123,
"Size": 123,
"Price": 123.0,
"Duration": "ABC",
"AddOns": [
{
"Name": "ABC",
"Price": 123.0
},
{
"Name": "ABC",
"Price": 123.0
}
],
"RequiresExtendedStatus": false
}
],
"VolumePlans": [
{
"Id": 123,
"Size": 123,
"Price": 123.0,
"Duration": "ABC",
"AddOns": [
{
"Name": "ABC",
"Price": 123.0
},
{
"Name": "ABC",
"Price": 123.0
}
],
"FreeListings": 123
},
{
"Id": 123,
"Size": 123,
"Price": 123.0,
"Duration": "ABC",
"AddOns": [
{
"Name": "ABC",
"Price": 123.0
},
{
"Name": "ABC",
"Price": 123.0
}
],
"FreeListings": 123
}
]
}