My Oracle Support Banner

Not Update To Update Dynamic Properties For Order Containing Virtual Shipping Gup (Doc ID 2827024.1)

Last updated on DECEMBER 07, 2022

Applies to:

Oracle Commerce Cloud Service - Version 21.3.10 and later
Information in this document applies to any platform.

Symptoms


When attempting to update an dynamic properties of an order with Virtual Shipping Group  with PUT :/ccadmin/v1/orders/[Order_id]

request - payload
{
  "[custom_property]": "[value]"
}
,
the following error occurs.

ERROR
-----------------------
{
  "errorCode": "00000000",
  "message": "Order update failed",
  "errors": [
  {
  "errorCode": "28315",
  "message": "Missing required property: shippingGroups[0].shippingAddress.country",
  "status": "400"
  },
  {
  "errorCode": "28315",
  "message": "Missing required property: shippingGroups[0].shippingAddress.city",
  "status": "400"
  },
  {
  "errorCode": "28315",
  "message": "Missing required property: shippingGroups[0].shippingAddress.address1",
  "status": "400"
  },
  {
  "errorCode": "28315",
  "message": "Missing required property: shippingGroups[0].shippingAddress.postalCode",
  "status": "400"
  },
  {
  "errorCode": "28315",
  "message": "Missing required property: shippingGroups[0].shippingAddress.state",
  "status": "400"
  }
  ],
  "status": "400"
}



Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.