Skip to content

Instantly share code, notes, and snippets.

@dimitriipro
Created September 12, 2017 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dimitriipro/0a782c4301fc725465bc0363178c035f to your computer and use it in GitHub Desktop.
Save dimitriipro/0a782c4301fc725465bc0363178c035f to your computer and use it in GitHub Desktop.
Битрикс добавить остаток на склад.
<?
$arFieldsSklad = Array(
"PRODUCT_ID" => $PRODUCT_ID,
"STORE_ID" => 1,
"AMOUNT" => 10,
);
CCatalogStoreProduct::Add($arFieldsSklad);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment