Skip to content

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