issues
search
commercetools
/
commercetools-php-sdk
The e-commerce SDK from commercetools for PHP.
https://docs.commercetools.com/sdk/php-sdk#php-sdk-v1
MIT License
43
stars
22
forks
source link
support new endpoint: ProductSelection
#691
Closed
barbara79
closed
2 years ago
barbara79
commented
2 years ago
code and add tests that cover the created code. Your code should be warning-free.
[ ] tests existing
stick to PSR-2 and and don't reformat existing code.
[ ] code style check successful
Still missing:
[ ] in-store/product-selection-assignments
[ ] products/{id}/product-selections
[ ] products/key=key/product-selections
[ ] StoreAddProductSelectionAction, StoreChangeProductSelectionAction, StoreRemoveProductSelectionAction, StoreSetProductSelectionsAction
[ ] ProductSelectionCreatedMessage, ProductSelectionDeletedMessage, ProductSelectionProductAddedMessage, ProductSelectionProductRemovedMessage, StoreProductSelectionsChangedMessage
[ ] to modify StoreCreateMessage
barbara79
commented
2 years ago
working on it in a separated branch
Still missing: