• Resolved kare93

    (@kare93)


    Hello woo team,

    I faced an issue with sychronization between ERP platform and woocommerce. Our ERP colleague can update everything on our products, except for product attributes.

    We have made debug to check, like change to default wordpress theme or deactivate all plugins and make POST, but system never update anything in product attributes and it doesn’t return us any error.

    POST is like -> `https://greenmall.gr/wp-json/wc/v3/products/53506/variations/53507?consumer_key=ck_0c4eb377610c09944d8cc4a91539506acad012e5&consumer_secret=cs_1d2cd5a32f3b0cdf97e11887ba6c74308ce704fc&per_page=100&page=1

    {
    “attributes”: [
    {
    “id”: 2,
    “option”: “Πρ?σινο”
    }
    ],
    “regular_price”: “6.6”,
    “stock_quantity”: “5”,
    “stock_status”: “instock”,
    “manage_stock”: true,
    “weight”: “1000.0000”,
    “sale_price”: “”,
    “on_sale”: “false”
    }`

    Can you please help?
    Tell me if you need to login to admin panel.
    Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘API issue’ is closed to new replies.