This error code will be returned, for example, if you attempt to make an API call to an allocate endpoint and provide the same shipment reference more than once in the payload:

  {
  "shipments": [
    "sp_10014418679662051328667654221112",
    "sp_10014418679662051328667654221112"
  ]
}