Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

188
Vistas
Creating multiple metafields with different key showing Error

I want to Create multiple Meta fields with different key but it displaying me following error:

'metafield' => 'expected Array to be a Hash',

This is my code:

    $prodcut_variant = array(

    'metafield'=>array(
       array('namespace'=>'orbital_response',
             'key'=>'Os Purchases',
             'value'=>'0',
             'value_type'=>integer,),
       array('namespace'=>'orbital_response',
             'key'=>'Stock Status',
             'value'=>'C',
             'value_type'=>integer,)

));

$request_update = $shopify('POST /admin/products/{#ID}/metafields.json',array(),$prodcut_variant);
about 4 years ago · Santiago Trujillo
2 Respuestas
Responde la pregunta

0

If you are adding metafields with a new record you can pass an array of metafields. Otherwise you have to create them one at a time at the url '/admin/variant/#id/metafields.json

Your value 'C' is not an integer. I suspect the quoted '0' won't go through either. It is likely these that are throwing the first error. Do you mean 0 or 0xC?

about 4 years ago · Santiago Trujillo Denunciar

0

Remove the comma from key

'value_type'=>integer,),

like as

'value_type'=>integer),
about 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda