Your IP : 127.0.0.1
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Api/etc/extension_attributes.xsd">
<extension_attributes for="Magento\Sales\Api\Data\OrderInterface">
<attribute code="sendcloud_service_point_id" type="int"/>
<attribute code="sendcloud_service_point_name" type="string"/>
<attribute code="sendcloud_service_point_street" type="string"/>
<attribute code="sendcloud_service_point_house_number" type="string"/>
<attribute code="sendcloud_service_point_zip_code" type="string"/>
<attribute code="sendcloud_service_point_city" type="string"/>
<attribute code="sendcloud_service_point_country" type="string"/>
</extension_attributes>
<extension_attributes for="Magento\Checkout\Api\Data\ShippingInformationInterface">
<attribute code="sendcloud_service_point_id" type="int"/>
<attribute code="sendcloud_service_point_name" type="string"/>
<attribute code="sendcloud_service_point_street" type="string"/>
<attribute code="sendcloud_service_point_house_number" type="string"/>
<attribute code="sendcloud_service_point_zip_code" type="string"/>
<attribute code="sendcloud_service_point_city" type="string"/>
<attribute code="sendcloud_service_point_country" type="string"/>
</extension_attributes>
</config>