Hi, can we do Dynamicweb connector request directly from code? We want to make a price request like below and skip the live integration price request.
The connector request is normally encrypted with a key, how do we do this from code?
<GetEcomData ExternalUserId="C00046" AccessUserCustomerNumber="C00018">
<tables>
<Products type="filter">
<Product>
<ProductId>2130936</ProductId>
<ProductVariantId />
<ProductNumber>2130936</ProductNumber>
<ProductIdentifier></ProductIdentifier>
<CurrencyCode>SEK</CurrencyCode>
<Quantity>1</Quantity>
</Product>
</Products>
</tables>
</GetEcomData>