Page 1 of 1

How to develop REST service using broadleaf

Posted: Mon Feb 11, 2013 6:47 am
by ANITHA
hi..

pls tell me how to develop REST services using broadleAF!!
REPLY ASAP

Re: How to develop REST service using broadleaf

Posted: Mon Feb 11, 2013 8:27 am
by lmikula
You can find detailed info in the getting started documentation: http://docs.broadleafcommerce.org/current/REST-Tutorials.html

Re: How to develop REST service using broadleaf

Posted: Sun Feb 17, 2013 12:45 am
by pokemon007
I'm extending RESTful service to support our mobile site and apps and everything seems working fine even integrated with Authorize.NET DPM. I'm at the last piece, getting order confirmation. I noticed that OrderWrapper doesn't contain order number which serves kind of confirmation number. Is this left out on purpose? Why? Or is there another module that I can use to put into response? I couldn't find it. Otherwise, I'll need to extend it to include this property myself.

Thank you!

-Charlie

Re: How to develop REST service using broadleaf

Posted: Sun Feb 17, 2013 9:56 am
by phillipuniverse
Hm I'm not sure of any specific reason that is left out. Extending OrderWrapper is pretty easy (tutorial in the docs) so I would recommend doing that.