Can One Retrieve Gift Certificates Using Api

Can one retrieve Gift Certificates using API.

Some of our clients prefer Gift Certificates snail mailed to them. They currently do not show in the order product API call. So no way for us to identify them.

I have checked code of the Gidt Certificates module. Unfortunately it does not contain any features related with Cs-cart API

Writing a new POS, in house this time. I have been able to do almost everything through the API, but not being able to access Gift Certificates will be an issue. :-(

@Ed, you should be able to do it by simply creating a my_changes schema for gift certificates and write a small function that will retreive the GC's related to an order (and you can further filter by delivery type).

Please also find useful information here

http://docs.cs-cart.com/4.5.x/developer_guide/addons/api_extending.html