RazV3R

Results 1 issues of RazV3R

I have tested with these and they worked print_r( $client->products->get() ); print_r( $client->products->get( $product_id ) ); print_r( $client->products->create( array( 'title' => 'Test Product', 'type' => 'simple', 'regular_price' => '9.99', 'description'...