-
I currently have the task of migrating from the old commercetools-php-sdk to the new commercetools-sdk-php-v2 in a project.
I'm not sure if some methods have been deliberately removed or are simply m…
-
according to Zoe's designs for the new megamenu.
lets try to design a new structure that allows the needed nesting and data.
-
**Describe the bug**
If a scope has a leading and trailing double quote, because you have more than one scope entry, the setScope function does not strip the leading and trailing double quote.
**T…
-
**Is your feature request related to a problem? Please describe.**
Cannot update to an installable set of dependencies when upgrading to Laravel 9 and any version of the SDK.
The [SDK depends on…
-
**Describe the bug**
If i get a order and want it to expand, no error is showing and no expansion is coming uo
**To Reproduce**
$commercetoolsOrder = $this->apiRoot
->orders(…
-
**Describe the bug**
When I read the messages from the messages endpoint, I get a list of messages but cant differentiate them, because `getType` always returns `null` although the `MessageModel` has…
-
**Describe the bug**
fieldDefinitions() function for most of the resource object is missing self::OPTIONAL => true, due to which calling unsetting any value gives error.
**To Reproduce**
Create a…
-
**Describe the bug**
Trying to delete a custom type I get an error that the `version` is missing, but I don't see a way to provide it.
**To Reproduce**
`projectApiRoot.types().withKey("test").d…
-
https://github.com/commercetools/commercetools-sdk-php-v2/blob/e99921c205a6e33d4b9b25831f072b907a179583/lib/commercetools-api/src/Client/Resource/ByProjectKeyInStoreKeyByStoreKeyLoginPost.php#L58
B…
-
**Is your feature request related to a problem? Please describe.**
We would like to have this primarily for handling multiple payments on a cart/order.
If a cart has multiple payments, most likely…