Edit in GitHubLog an issue
Copied to your clipboard
<method name="plugin.magento.sales.api.order_management.place" type="before">
<hooks>
<batch name="order_validation" order="200">
<hook name="validate_product_shipping_address" url="{env:APP_BUILDER_URL}/validate-order" priority="100" fallbackErrorMessage="Could not validate the shipping address" timeout="5000" softTimeout="1000" required="true" active="true" method="POST">
<headers>
<header name="x-gw-ims-org-id">{env:APP_BUILDER_IMS_ORG_ID}</header>
<header name="Authorization">Bearer {env:APP_BUILDER_AUTH_TOKEN}</header>
</headers>
<fields>
<field name="order.items[].sku"/>
<field name="order.addresses"/>
</fields>
</hook>
</batch>
</hooks>
</method>
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2025 Adobe. All rights reserved.