Jump to content

Prestashop 1.7.2 Webservice request


Marco Torcolacci

Recommended Posts

Hi everyone, how do I know the combination of a product in a bundle prododuct in the webservice?
I only see the id and the quantity of the product (but not the combination set by backoffice):
This is a problem for me. 

Thanks

<product_bundle nodeType="product" api="products">
	<product>
	<id><![CDATA[14]]></id>
	<quantity><![CDATA[1]]></quantity>
	</product>
	<product>
	<id><![CDATA[22]]></id>
	<quantity><![CDATA[1]]></quantity>
	</product>
</product_bundle>
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...