Advertisement
Guest User

Untitled

a guest
Aug 26th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.29 KB | None | 0 0
  1. 2016-08-26T11:47:14+00:00 DEBUG (7): Array
  2. (
  3.     [0] => stdClass Object
  4.         (
  5.             [name] => AkeneoProductName
  6.             [description] => description
  7.             [short_description] => Product short description
  8.             [weight] => 10
  9.             [sku] => akeneoproductname
  10.             [type] => 10
  11.             [category_ids] => Array
  12.                 (
  13.                     [0] => 1
  14.                 )
  15.  
  16.             [status] => 1
  17.             [visibility] => 1
  18.             [qty] => 13
  19.             [price] => 100
  20.             [tax_class_id] => 1
  21.             [is_in_stock] => 1
  22.         )
  23.  
  24.     [1] => stdClass Object
  25.         (
  26.             [name] => Akeneo
  27.             [description] => desc
  28.             [short_description] => short description
  29.             [weight] => 123
  30.             [sku] => akeneo
  31.             [type] => 10
  32.             [category_ids] => Array
  33.                 (
  34.                     [0] => 2
  35.                 )
  36.  
  37.             [status] => 1
  38.             [visibility] => 1
  39.             [qty] => 13
  40.             [price] => 100
  41.             [tax_class_id] => 1
  42.             [is_in_stock] => 1
  43.         )
  44.  
  45. )
  46.  
  47. 2016-08-26T11:47:14+00:00 DEBUG (7): Array
  48. (
  49.     [0] => Array
  50.         (
  51.             [product_id] =>
  52.             [response_message] => OK
  53.         )
  54.  
  55. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement