submitOrderForNonPCITargets

post

/ccadmin/v1/webhook/submitOrderForNonPCITargets

The details of an order, triggered when an order is submitted in Oracle Commerce Cloud. The body for this webhook does not include payment details.

Request

Supported Media Types
  • application/json
Body Parameter
Root Schema : non_pci_order_request
Nested Schema : order
Nested Schema : site
Type: object
Nested Schema : commerceItems
Type: array
The commerce items (sometimes referred to as "line items") represent which actual skus are included in thef order in what quantity, and related information. Please see caution in description of update order. Existing commerce items are matched to input data by externalId, followed by id, followed by catalogRefId. The elements in the commerceItem are instances of CommerceItemImpl.
Nested Schema : priceInfo
Type: object
Pricing information, an instance of OrderPriceInfo.
Nested Schema : profile
Type: object
Basic profile information. (read-only)
Nested Schema : shippingGroups
Type: array
Shipping groups represent shipments and include commerceItemRelationships that represent which commerce items in what quantity are included in the shipment. Shipping groups in a request are matched to existing shipping groups by id, followed by description, followed by (for hardgoodShippingGroups) shippingMethod + address.
Nested Schema : taxPriceInfo
Type: object
The tax pricing details for the order.
Nested Schema : items
Type: object
Nested Schema : commerceItems
Type: array
Nested Schema : externalData
Type: array
External data to be associated with a commerce item, provided by a third party system.
Nested Schema : externalPriceDetails
Type: object
Details about external pricing
Nested Schema : priceInfo
Type: object
Details about pricing.
Nested Schema : items
Nested Schema : commerceItems
Type: array
Nested Schema : externalData
Type: array
External data to be associated with a commerce item, provided by a configurator system.
Nested Schema : externalPriceDetails
Type: object
Details about external pricing
Nested Schema : items
Nested Schema : commerceItems
Type: array
Nested Schema : externalData
Type: array
External data to be associated with a commerce item, provided by a configurator system.
Nested Schema : externalPriceDetails
Type: object
Details about external pricing
Nested Schema : items
Nested Schema : commerceItems
Type: array
Nested Schema : externalData
Type: array
External data to be associated with a commerce item, provided by a configurator system.
Nested Schema : externalPriceDetails
Type: object
Details about external pricing
Nested Schema : items
Nested Schema : commerceItems
Type: array
Nested Schema : externalData
Type: array
External data to be associated with a commerce item, provided by a configurator system.
Nested Schema : externalPriceDetails
Type: object
Details about external pricing
Nested Schema : items
Nested Schema : commerceItems
Type: array
Nested Schema : externalData
Type: array
External data to be associated with a commerce item, provided by a configurator system.
Nested Schema : externalPriceDetails
Type: object
Details about external pricing
Nested Schema : items
Nested Schema : commerceItems
Type: array
Nested Schema : externalData
Type: array
External data to be associated with a commerce item, provided by a configurator system.
Nested Schema : externalPriceDetails
Type: object
Details about external pricing
Nested Schema : items
Nested Schema : commerceItems
Type: array
Nested Schema : externalData
Type: array
External data to be associated with a commerce item, provided by a configurator system.
Nested Schema : externalPriceDetails
Type: object
Details about external pricing
Nested Schema : items
Nested Schema : commerceItems
Type: array
Nested Schema : externalData
Type: array
External data to be associated with a commerce item, provided by a configurator system.
Nested Schema : externalPriceDetails
Type: object
Details about external pricing
Nested Schema : items
Nested Schema : commerceItems
Type: array
Nested Schema : externalData
Type: array
External data to be associated with a commerce item, provided by a configurator system.
Nested Schema : externalPriceDetails
Type: object
Details about external pricing
Nested Schema : items
Nested Schema : commerceItems
Type: array
Nested Schema : externalData
Type: array
External data to be associated with a commerce item, provided by a configurator system.
Nested Schema : externalPriceDetails
Type: object
Details about external pricing
Nested Schema : items
Type: object
Nested Schema : values
Type: object
The array of values associated with an externalData item.
Nested Schema : items
Type: object
Nested Schema : values
Type: object
The array of values associated with an externalData item.
Nested Schema : items
Type: object
Nested Schema : values
Type: object
The array of values associated with an externalData item.
Nested Schema : items
Type: object
Nested Schema : values
Type: object
The array of values associated with an externalData item.
Nested Schema : items
Type: object
Nested Schema : values
Type: object
The array of values associated with an externalData item.
Nested Schema : items
Type: object
Nested Schema : values
Type: object
The array of values associated with an externalData item.
Nested Schema : items
Type: object
Nested Schema : values
Type: object
The array of values associated with an externalData item.
Nested Schema : items
Type: object
Nested Schema : values
Type: object
The array of values associated with an externalData item.
Nested Schema : items
Type: object
Nested Schema : values
Type: object
The array of values associated with an externalData item.
Nested Schema : items
Type: object
Nested Schema : values
Type: object
The array of values associated with an externalData item.
Nested Schema : items
Nested Schema : values
Type: object
The map values associated with an externalData item.
Nested Schema : currentPriceDetailsSorted
Type: array
The current price details.
Nested Schema : items
Type: object
Nested Schema : range
Type: object
Represents which specific items are covered by this price info.
Nested Schema : loyaltyPrograms
Type: array
Loyalty Programs Information
Nested Schema : shippingAddress
Type: object
Default shipping address
Nested Schema : items
Type: object
Nested Schema : items
Type: object
Nested Schema : commerceItemRelationships
Type: array
The commerce item relationships are instances of ShippingGroupCommerceItemRelationship that represent how many of which commerce items are included in the order. Please see caution in description of update order. Existing commerce items relationships are matched to input data by id, followed by commerceItemId, followed by commerceItemExternalId.
Nested Schema : handlingInstructions
Type: array
Handling instructions. Currently read-only.
Nested Schema : priceInfo
Type: object
The pricing details about this shipping group.
Nested Schema : shippingAddress
Type: object
The shipping address for this shipping group.
Nested Schema : specialInstructions
Type: array
Special instructions for the shipping group. Keys and values are strings.
Nested Schema : items
Type: object
Nested Schema : externalData
Type: array
External data to be associated with a commerce item, provided by a third party system.
Nested Schema : range
Type: object
The range covered by these commerce items
Nested Schema : items
Nested Schema : values
Type: object
The map values associated with an externalData item.

Response

Supported Media Types
  • application/json
200 Response
No response is returned as this is an event webhook
Body
Root Schema : emptyResponse