riezahughes/ccp-php

A wrapper for the XML API of cloud commerce pro. For use in PHP.

v0.9.9 2020-10-30 16:08 UTC

This package is auto-updated.

Last update: 2024-04-29 04:15:16 UTC


README

Using a generator, this has broken down the cloud commerce pro wsdl into usable classes in php. While this is primarily to save myself some time, it's also open for anyone else who wants to pitch in. I am slowly working my way through the important calls in order to keep this as simple as possible.

It's also available through composer, and usable in projects. I don't recommend using this in any production environment as this is still heavilly WIP.

composer install riezahughes/ccp-php

Current functions that work:

PRODUCT WSDL -

  • getProductByManufacturerSKU

  • getProductByID

  • getProductByBarcode

  • getProductByExternalProductID currently not working.

  • getProductImages

ORDER WSDL -

  • getOrderDetailsByReference

CUSTOMER WSDL -

  • AddCustomer

I will work through the rest when i have time.