Class Name

atg.commerce.fulfillment.ShippingDroplet

Component(s)

/atg/commerce/fulfillment/droplet/ShippingDroplet

The ShippingDroplet servlet bean informs the fulfillment system when a given shipping group has shipped.

Input Parameters

orderId (Required)
The ID of the order that contains the shipped shipping group.

shippingGroupId (Required)
The ID of the shipping group that has shipped.

Output Parameters

status
This parameter is set to one of two values: ShipCallSucceeded or ShipCallFailed.

Open Parameters

output
This open parameter is rendered if the fulfillment system is informed when a given shipping group has shipped.

Example
<dsp:droplet name="ShippingDroplet">
  <dsp:param param="orderId" name="orderId"/>
  <dsp:param param="shippingGroupId" name="shippingGroupId"/>
  <dsp:oparam name="output">
    <dsp:valueof param="status">no status</dsp:valueof>
  </dsp:oparam>
</dsp:droplet>

Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved. Legal Notices