laravel-google-merchant-api icon indicating copy to clipboard operation
laravel-google-merchant-api copied to clipboard

A sweet Laravel implementation of Google Merchant API for Google Shopping.

Results 11 laravel-google-merchant-api issues
Sort by recently updated
recently updated
newest added

ProductApi::merchant([ 'merchant_id' => config('laravel-google-merchant-api.merchants.moirei.merchant_id'), 'client_credentials_path' => config('laravel-google-merchant-api.merchants.moirei.client_credentials_path') ])->delete(function($product){ $product->offerId(2); })->then(function($response){ echo 'Product deleted'; })->otherwise(function($response){ echo 'Delete failed'; })->catch(function($e){ echo($e->getResponse()->getBody()->getContents()); }); this is going on Delete Failed, but it is also...

I just configured everything, but when I try to get products it returns error like above. "vendor/moirei/laravel-google-merchant-api/src/Api/AbstractApi.php:263" I checked my `client_credentials_path` and its reachable from any controllers. What could be...

I didn't understand how to update a product. Would you please write an example to update a product availability in google merchant? Can it be something like : ``` $attributes...

Hi, Do you have a plan for supporting the Method: products.custombatch ? Ref: https://developers.google.com/shopping-content/reference/rest/v2.1/products/custombatch

Hello, The latest version isn't tagged so packagist is defaulting to 1.1.4, which doesn't support Illuminate v9. Thanks for your package.

Client error: `POST https://www.googleapis.com/content/v2/12308080/products` resulted in a `400 Bad Request` response: { "error": { "code": 400, "message": "[customAttribute[0].type] Required parameter: customAttribute[0].type", (truncated...) """

I got this error while making insert call to the API Client error: `POST https://www.googleapis.com/content/v2.1//products` resulted in a `404 Not Found` response: Not Found