rocket
Meet
Merchant API
- the official successor to the Content API for Shopping.
updateObtén las últimas novedades
sobre las nuevas funciones, las correcciones de errores y las actualizaciones de versiones de la API de Merchant.
point_of_sale
Aprende a administrar tu empresa y tus productos en Google, y a obtener acceso programático a datos, estadísticas y capacidades únicas a gran escala.
Comienza a usar la API de Merchant hoy mismo
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Resumen
Las cuentas de Merchant Center almacenan la información de los productos de las campañas de Shopping.
La información de los productos se sube a tu cuenta del comerciante a través de los feeds de productos.
Puedes crear feeds de productos que suben varios productos a la vez en
Merchant Center o a través de Content API for Shopping. Content API for Shopping también te permite subir y actualizar productos individuales.
Tanto con las cargas del feed como de la API, los productos subidos recientemente están sujetos a verificaciones de calidad
de los datos, que pueden tardar hasta 72 horas en resolverse. Mientras tanto, estos productos tendrán
el estado pending. Consulta la página Definiciones de los estados de los productos para obtener más información.
Si ya tienes información de los productos en una plataforma de comercio electrónico, tal vez puedas conectarla a Merchant Center y hacer que la información se comparta automáticamente. Consulta con el proveedor de la plataforma de comercio electrónico para ver si existen conectores que permitan compartir la información del producto con Merchant
Center.
Todos los productos deben cumplir con las especificaciones de datos de productos. Lee las especificaciones para comprender qué atributos de producto se deben proporcionar para que un producto sea válido. Algunos tipos de productos requieren atributos diferentes a los de otros.
Pasos manuales
Si es la primera vez que creas un feed, es posible que tardemos varios intentos en resolver todos los errores. Consulte la Comunidad de anunciantes de Google para obtener ayuda.
Puedes usar Content API for Shopping para subir información de productos de forma masiva mediante feeds y enviar información individual de los productos.
Solo puedes automatizar los feeds programados.
Usa el servicio datafeeds para crear, actualizar y borrar feeds registrados.
Usa el recurso products para subir y actualizar productos individuales.
Los errores del producto se indican con un mensaje de estado HTTP que no es 2xx y el cuerpo de la respuesta contiene más información.
Incluso los productos subidos correctamente pueden mostrar advertencias que debes examinar para mejorar tus datos de orgullo. Consulta la guía de errores comunes para obtener más información.
Puedes usar el servicio productstatuses para ver el estado de los productos en tu cuenta.
Los productos individuales que se suben a través de Content API for Shopping vencen después de 30 días o en la fecha de vencimiento establecida de forma manual, lo que ocurra primero.
Para evitar que los productos venzan, debes actualizarlos o volver a insertarlos. Es importante programar una actualización periódica del extremo products de Content API for Shopping.
[null,null,["Última actualización: 2025-08-31 (UTC)"],[[["\u003cp\u003eMerchant Center accounts store product information for Shopping campaigns, which is uploaded via product feeds or the Content API.\u003c/p\u003e\n"],["\u003cp\u003eGoogle strongly recommends using the Content API for Shopping for its flexibility and scalability over manual feed uploads.\u003c/p\u003e\n"],["\u003cp\u003eProducts uploaded through any method undergo data quality checks and may take up to 72 hours to resolve before becoming active.\u003c/p\u003e\n"],["\u003cp\u003eAll products must adhere to the Product data specification, which outlines the required attributes for different product types.\u003c/p\u003e\n"],["\u003cp\u003eThe Content API for Shopping offers methods for bulk uploads via feeds and individual product updates, requiring regular refreshes to prevent product expiration.\u003c/p\u003e\n"]]],[],null,["# Create a feed\n\nSummary\n-------\n\nMerchant Center accounts store the product information for Shopping campaigns.\nYou upload product information to your merchant account through product feeds.\nYou can create product feeds that upload multiple products at a time in\nthe [Merchant Center](https://merchants.google.com) or through the [Content API for Shopping](/shopping-content/guides/products/products-api). The Content API\nfor Shopping also lets you upload and update individual products.\n| **Objective:** We strongly recommend you use the Content API for Shopping. The Content API is much more flexible and scalable than the manual steps.\n\nWith both feed and API uploads, newly uploaded products are subject to data\nquality checks that may take up to 72 hours to resolve. These products will have\nthe `pending` status in the meantime. See the [Product status definitions](//support.google.com/merchants/answer/160491) page\nto learn more.\n\nIf you already have product information in an eCommerce platform, you may be\nable to connect that eCommerce platform to the Merchant Center and have the\ninformation shared automatically. Check with your eCommerce platform provider to\nsee if any connectors exist for sharing product information with the Merchant\nCenter.\n\nAll products must adhere to the [Product data specification](//support.google.com/merchants/answer/188494). Read\nthrough the specification to understand what product attributes must be provided\nfor a product to be valid. Some types of products require different attributes\nthan others.\n\nManual steps\n------------\n\nIf this if your first time creating a feed, it may take a few tries to\nresolve all the errors. See the [Google Advertiser Community](//www.en.advertisercommunity.com/t5/Google-Shopping-and-Merchant/bd-p/google-shopping) for help.\n\n1. See [About feeds](//support.google.com/merchants/answer/188478) and [File formats for product data](//support.google.com/merchants/answer/160567) to plan the structure of your feed.\n2. Follow the steps in [Upload a feed](//support.google.com/merchants/answer/188477).\n\nAutomatic steps\n---------------\n\nYou can use the Content API for Shopping to bulk upload product information\nthrough feeds and to send individual product information.\n\nYou can only automate scheduled feeds.\n\n- Use the [`datafeeds`](/shopping-content/reference/rest/v2.1/datafeeds) service to create, update, and delete registered feeds.\n- Use the [`products`](/shopping-content/reference/rest/v2.1/products) resource to upload and update individual products.\n\n See the [Product data specification](//support.google.com/merchants/answer/188494) to learn which fields are required\n for your specific product.\n\n Use [`products.insert`](/shopping-content/reference/rest/v2.1/products/insert) to upload product information. If you're sending\n multiple products at once, see [Sending batch requests](/shopping-content/guides/how-tos/batch).\n\n Product errors are signaled with a non-2xx HTTP status message, and\n the body of the response contains more information.\n\n Even successfully uploaded products may return warnings that you\n should examine to improve your proudct data. See the [common errors](/shopping-content/guides/how-tos/common-errors) guide\n for more information.\n\n You can use the [`productstatuses`](/shopping-content/reference/rest/v2.1/productstatuses) service to see the status of products on\n you account.\n\n Individual products uploaded through the Content API for Shopping\n expire either after 30 days or on their manually set expiration date,\n whichever comes first.\n\n In order to keep products from expiring, they must be updated or\n re-inserted. It's important to schedule a regularly occurring refresh to the\n Content API for Shopping's [`products`](/shopping-content/reference/rest/v2.1/products) endpoint."]]