Developer forum

Forum » Integration » "Customer price group" in price request to BC

"Customer price group" in price request to BC

Jonas Krarup Dam
Reply

Hi,

in the documentation for integration framework (https://doc.dynamicweb.com/documentation-9/integration/integration-framework-2/requests-responses#sideNavTitle1-2-10) there is a note :
"Please note that the salesCode parameter can also take a Customer Price Group code as a value, retrieving group-specific prices instead of customer-specific prices."

does anyone know what the full request is for this?

We have tried 
<GetEcomData><tables><ProductPrices type="all" salesType="Customer Price Group " salesCode="PriceGroupID" setLanguage="NOR" setCurrency="NOK"/></tables></GetEcomData>

but that doesn't seem to work. 

what should the salesType be for this request?

Thanks, Jonas


Replies

 
Dmitriy Benyuk Dynamicweb Employee
Dmitriy Benyuk
Reply
This post has been marked as an answer

Hi Jonas,
Hope you are well! :)
your request has an additional whitespace in the end of the salesType="Customer Price Group " parameter, so try to change the request to be like that:
<GetEcomData><tables><ProductPrices type="all" salesType="Customer Price Group" salesCode="Group1" setLanguage="NOR" setCurrency="NOK"/></tables></GetEcomData>

With best regards, Dmitrij

Votes for this answer: 1
 
Jonas Krarup Dam
Reply

Hey Dmitriy,

I hope you are well too :-)

I was so close - thank you for the reply :-) 

 

Regards, Jonas

 
Jonas Krarup Dam
Reply

Hey Dmitriy,

I hope you are well too :-)

I was so close - thank you for the reply :-) 

 

Regards, Jonas

 
Jonas Krarup Dam
Reply

Hey Dmitriy,

I hope you are well too :-)

I was so close - thank you for the reply :-) 

 

Regards, Jonas

 

You must be logged in to post in the forum