Oracle Retail · Schema

OrderUpdate

RetailMerchandisingOrder ManagementPricingInventoryPoint of SaleOmnichannelOracle

Properties

Name Type Description
shippingAddress object
contactEmail string
contactPhone string
View JSON Schema on GitHub

JSON Schema

oracle-retail-orderupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OrderUpdate",
  "title": "OrderUpdate",
  "type": "object",
  "properties": {
    "shippingAddress": {
      "$ref": "#/components/schemas/Address"
    },
    "contactEmail": {
      "type": "string",
      "format": "email"
    },
    "contactPhone": {
      "type": "string"
    }
  }
}