Skip to content

feat: addProductsToArticleGroup API call#13

Open
roydejong wants to merge 1 commit intomplus-software:masterfrom
SoftwarePunt:addProductsToArticleGroup
Open

feat: addProductsToArticleGroup API call#13
roydejong wants to merge 1 commit intomplus-software:masterfrom
SoftwarePunt:addProductsToArticleGroup

Conversation

@roydejong
Copy link

This adds support for the addProductsToArticleGroup API call.

Example:

<?php

/**
 * @var $client MplusQAPIclient
 */
$response = $client->addProductsToArticleGroup(1234, [1, 2, 3, 4]);

var_dump($response);
// boolean true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant