

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
While using the webservices, I have been able to create a cart, add an item to the cart, and submit the cart. However, I have not been able to add the user options that might be associated with the item. The web service guide does not really cover this well or at all. Can anyone provide an simple example so I can get a better understanding of syntax if using SOAP and the ServiceCatalogAPI WSDL and the AddItemToCartViaOrder method? Any help would be appreciated.
Accepted Solutions


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Basicaly the data is stored in a xml format.
What I usually do is create one request using the Web/Client interface and check the pattern in the svc.options inside svcCartItem record. Then it's just a matter of change the values 🙂
Good luck!
Breno Abreu
If you feel this was helpful please click the KUDOS! thumb below!


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Basicaly the data is stored in a xml format.
What I usually do is create one request using the Web/Client interface and check the pattern in the svc.options inside svcCartItem record. Then it's just a matter of change the values 🙂
Good luck!
Breno Abreu
If you feel this was helpful please click the KUDOS! thumb below!