Shipment update with Country of Origin via shipmentTransactionRequests API
Summary:
HI All,
We have enabled Inventory tracking by COO. But while updating shipment with COO from Below API we are getting error __FLEX_Context is not in list of values. But "INV_STRIPING_ATTRIBUTES" DFF is not editable so not sure what the context value is.
URL: fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests
Payload:
{
"ActionCode": "ShipmentUpdate",
"shipments": [
{
"Shipment": "62905632",
"shipmentDFF": [
{
"__FLEX_Context": "GDOO",
"countryOfOriginCode_Display": "US"
}
]
}
]
}
Is there any other way to update Shipment line with COO?
Regards,
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
26A
Code Snippet (add any code snippets that support your topic, if applicable):