Skip to content

Impossible to add meta_data to line_items #332

@boussarilatif

Description

@boussarilatif

I am trying to add additional attributes to the line_items before a purchase.
But after the request is done I don't have the information sent in the meta_data attribute
I use woocommerce rest api

//EXAMPLE OF INPUT
{ ...ordersAttributes, line_items: [{ product_id: 12, meta_data: [ { key: 'Size', value: 121 } ] }] }

//EXAMPLE OF OUTPUT
{ ...ordersAttributes, line_items: [{ product_id: 12, meta_data: [] }] }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions