Problems to send product

Good morning, everyone.

I’m trying to send a product to the platform, however when sending an error is returned reporting missing parameters, when checking the documentation we are sending all the mandatory information

Message: “Required parameter missing or invalid”

URL requisition: myshopify.com/admin/api/2023-01/products.json

Could you help me in this case?

Hi, @MyNaty-SDP . Thanks for reaching out to the Shopify Community.

Is this the first product you’ve tried to add to your store or do you have other products already? When you are adding your product into your store, does it have variants? Without being able to look in your store it’s hard to say exactly what is going on, but I did find this post about the same error when adding a product into your store. You’ll want to make sure you have the price fields filled out and your necessary variants added.

If you are still seeing this issue, please reach out to our support team here. Write the error in the chat box > Click “I still need help” > Then follow the prompts to be connected to a Shopify Support agent.

Hi Kitana,

The product contains variations and we are sending the price in all variations, below is the product data in JSON that is being sent:

{“product”:{“title”:“Espanador De P\u00f3 Microfibra Macio Com Cabo Extensor”,“vendor”:“Majestic”,“body_html”:“\r\nMarca: Majestic\r\nEAN: 6950460323635\r\nPeso: 0.45kg\r\nMedidas da Embalagem (a x l x p): 80x140x600mm\r\n\r\nCaracter\u00edsticas:\r\n Ganhe tempo e seguran\u00e7a durante a limpeza da casa!\r\nO Espanador de microfibra \u00e9 excelente na captura da poeira, n\u00e3o deixa penugem e com seu cabo extensor alcan\u00e7a \u00e1reas distantes como o teto sem precisar de escadas.\r\nO espanador \u00e9 formado por diversos esp\u00edculos de microfibra que otimizam o alcance dos cantos.\r\n\u00c9 lav\u00e1vel, basta remover a capa de microfibra.\r\n\r\nDIMENS\u00d5ES E CARACTER\u00cdSTICAS DO PRODUTO:\r\nMaterial: Cabo de metal; Base de espuma; Capa de microfibra.\r\nDimens\u00f5es: \u00c1rea do espanador 30cm; Tamanho total: 58cm a 96cm.\r\n\r\nEMBALAGEM CONT\u00c9M:\r\n01un de Espanador de microfibra com extensor.\r\n”,“description”:null,“product_type”:“Dom\u00e9sticas”,“published”:true,“status”:“active”,“tags”:“”,“images”:,“availableForSale”:true,“variants”:[{“barcode”:“6950460323635”,“price”:29.99,“sku”:“40634-LARANJA”,“weight”:0.45,“weight_unit”:“kg”,“inventory_quantity”:18,“inventory_management”:“shopify”,“option1”:“Laranja”},{“barcode”:“6950460323635”,“price”:29.99,“sku”:“40634-ROXO”,“weight”:0.45,“weight_unit”:“kg”,“inventory_quantity”:90,“inventory_management”:“shopify”,“option1”:“Roxo”},{“barcode”:“6950460323635”,“price”:29.99,“sku”:“40634-ROSA”,“weight”:0.45,“weight_unit”:“kg”,“inventory_quantity”:67,“inventory_management”:“shopify”,“option1”:“Rosa”},{“barcode”:“6950460323635”,“price”:29.99,“sku”:“40634-AZUL”,“weight”:0.45,“weight_unit”:“kg”,“inventory_quantity”:60,“inventory_management”:“shopify”,“option1”:“Azul”},{“barcode”:“6950460323635”,“price”:29.99,“sku”:“40634-VERDE”,“weight”:0.45,“weight_unit”:“kg”,“inventory_quantity”:68,“inventory_management”:“shopify”,“option1”:“Verde”}],“options”:[{“name”:“Cor”,“values”:[“Laranja”,“Roxo”,“Rosa”,“Azul”,“Verde”]}]}}