Is there any way to extract particular refnums from different object resource?
Summary:
Hello,
I am testing and trying to write a REST API call to get particular refnums for order release / order movements / shipment.
Lets say for a shipment there are 10 refnums but I want only two of them, is it possible?
For below example, I want to fetch only BOL_NUMBER and TRACKING_NUMBER, how can I fetch only these and nothing else?
Thanks and regards,
Aditya
Content (please ensure you mask any confidential information):
JSON:
{
"refnums": {
"hasMore": false,
"limit": 25,
"count": 11,
"offset": 0,
"items": [
{
"shipmentRefnumQualGid": "GLOG",
"shipmentRefnumValue": "ABC.2637621",
"domainName": "ABC",
"insertDate": {
"value": "2023-07-05T11:21:23-04:00"
},
"links": [
{
"rel": "self",
"href": "otm_url"
0