Stock2Shop DTOs, Factories and Interfaces
See this description.
A channel, or Sales Channel, is a shopping cart (e.g. Shopify, Magento etc..), market place or B2B platform for selling products and processing orders.
The channel factory (/src/Channel) defines a common interface used to communicate with the channel.
git clone https://github.com/stock2shop/share.git
cd share
composer install
./vendor/bin/phpunit
To view a list of "high level" JSON representations of DTOs, look in the mocks directory.