Configure the Picked Up Items webhook

The Picked Up Items event webhook sends information to one or more external systems when .a shopper completes an in-store pick up.

Commerce invokes the webhook when an order’s InStorePickupShippingGroup state is changed to NO_PENDING_ACTION.

The following properties are sent in the JSON request body of the webhook:

  • Meta-data for the shippingGroups object that contains the items
  • All components of the order object. See Order Submit request example for a sample JSON representation of an order in a webhook body.

To send this data to the external system, you configure the webhook by specifying the URL, username, and password for accessing the system. (See Use Webhooks for more information.)