Retrieve specific items by ID
{
'authentication' : {
'apiKey' : 'jjns7519v1v3ns6xU162'
},
'filters' : {
'id' : ['00000000-0000-0000-0000-000000000000', '12345678-1234-1234-1234-123456781234']
}
}
Most complete request (just to give you the format of each parameter)
{
'authentication' : {
'apiKey' : 'jjns7519v1v3ns6xU162'
},
'filters' : {
'id': ['00000000-0000-0000-0000-000000000000', '12345678-1234-1234-1234-123456781234'],
'url' : ['mystore1.commerscale.com','mystore2.commerscale.com'],
'redirecturl' : ['mystore1.commerscale.com','mystore2.commerscale.com'],
'dnsconfigured' : 'false',
'resale' : 'false',
'default' : 'false',
'createdon_min' : '2015-01-01',
'createdon_max' : '2042-01-01'
},
'pagination' : {
'pageNumber' : '1',
'pageSize' : '1000'
}
}