Skip to content

Instantly share code, notes, and snippets.

@fditrapani
Created November 27, 2014 14:53
Show Gist options
  • Save fditrapani/6c279f09e0b4b1310577 to your computer and use it in GitHub Desktop.
Save fditrapani/6c279f09e0b4b1310577 to your computer and use it in GitHub Desktop.
// Convert product JSON information into an array
$products = json_decode($products['response'], TRUE);
// Get the ID of the first product
$product_id = $products['products'][0]['id'];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment