Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.48 KB | None | 0 0
  1. <?php
  2.     $response = $api->updateStock(
  3.       array(
  4.         array(
  5.           'id' => 414021,
  6.           'fields' => array(
  7.             array(
  8.               'id' => 121,
  9.               'value' => array(
  10.                 array(
  11.                   // insert, delete
  12.                   'mode'        => 'insert',
  13.                   'attach_type' => 'customer',
  14.                   'attach_id'   => 556066
  15.                 )
  16.               )
  17.             )
  18.           )
  19.         )
  20.       )
  21.     );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement