Skip to content

Cant update custom meta via curl #15

Open
@russwittmann

Description

@russwittmann

Currently I'm trying to update my site meta using curl if I try this:
curl -X PUT https://dev.domain.com/wc-api/v3/products/241074 -u key:secret -H "Content-Type: application/json" -d '{"product":{"meta": {"my_availability":"S"}}}'
and it doesn't work, although a regular update works
curl -X PUT https://dev.domain.com/wc-api/v3/products/241074 -u key:secret -H "Content-Type: application/json" -d '{"product":{"regular_price": "9000.00"}}' of a normal woo field, I'm so close but I just can't get it, any help is appreciated

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions