• Resolved jammerw

    (@jammerw)


    Hi not sure if anyone can help me.

    I have installed a clean version of wordpress and added woocommerce to it.This is the only plugin install to avoid any conflicts.
    I am wanting to use the printify APi https://app.printify.com/ to fulfuill my print on demand products.

    On the printifiy website you connect to your woocommerce store then you create your product on he printify site and publish it to my woocommerce store.

    The issue I am having is that when I publish my product to my store (through Rest API) all the product details, variants, pricing etc get created but no images are uploaded to my store.

    Anyone shed any light on this? I have been in touch with the printify developers and they seem to think it may be a woocommerce issue?

    Thanks in advance guys

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Joel Williams

    (@joelwills)

    Automattic Happiness Engineer

    Hi there!

    Take a look at the Product Image Properties section of this:

    https://woocommerce.github.io/woocommerce-rest-api-docs/?shell#product-properties

    The API can set the image URL for the product image but it won’t actually upload any image from anywhere. It’s best if the image is already uploaded to your Media Library and then the image URL of it entered into your API create request.

    Joel Williams

    (@joelwills)

    Automattic Happiness Engineer

    Hi there!

    There hasn’t been a reply for a while so I’m going to close this ticket.

    If you’re still having problems please open a new ticket, thanks!

    blackexcellenceonfire

    (@blackexcellenceonfire)

    Hey so,

    I downloaded WooCommerce and Printify and I’m seeming to have a similar issue as the gentleman above but I’m not following or understanding what needs to be done.

    They sent me this code and said this is the problem:

    {noformat}
    HTTP Error 401: Unauthorized
    {“code”:”woocommerce_rest_authentication_error”,”message”:”Invalid signature – provided signature does
    not match.”,”data”:{“status”:401}}
    {noformat}

    Can you tell me what I should do and what exactly this means?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Rest API Images & Updates’ is closed to new replies.