How to Create Products in WooCommerce using Rest API

Поделиться
HTML-код
  • Опубликовано: 17 окт 2024

Комментарии • 33

  • @ExcelConstruct
    @ExcelConstruct Год назад +1

    Perfectly explained mate... you have a new subscriber👍

    • @finegap
      @finegap  Год назад

      Thanks and welcome

  • @mrbrain2k
    @mrbrain2k 29 дней назад

    Top! Thank you!

    • @finegap
      @finegap  28 дней назад

      Our pleasure! & dont forget to subscribe me :)

  • @Abdelrahman-Adil
    @Abdelrahman-Adil 8 месяцев назад

    Hey, thank you so much. I hope to see a lot of new videos soon, you are really helpful.
    could I ask you something
    I have my own website. my problem is the image on my shop its very large i can't resize them at all. I am trying many thing 😢

    • @finegap
      @finegap  8 месяцев назад

      yes, why no you give them custom size?

  • @yongliangan3239
    @yongliangan3239 9 месяцев назад

    Thank you ! Solved my problem!

    • @finegap
      @finegap  9 месяцев назад

      You are welcome and don't forget to subscribe me

  • @chrisder1814
    @chrisder1814 2 месяца назад

    hello regarding the use of a country I had ideas but I don't know how to achieve them, first of all I had an idea for SEO automation
    can you tell me what you think about it?

    • @finegap
      @finegap  2 месяца назад

      sure you can discuss with me in whatsapp!

    • @chrisder1814
      @chrisder1814 2 месяца назад

      ​@@finegapHello I wrote to you on FB, is it good for you? I am David David

    • @chrisder1814
      @chrisder1814 2 месяца назад

      @@finegap not shure to understand well
      could I read a tutorial
      so I can post from google sheet to woo using make
      or
      using a google sheet pluggin installed on my woo
      with your ethod I don't have to install any pluggin?

  • @OptimusGrand
    @OptimusGrand Год назад

    Hi..i need a help...is there any way to get the order details of only current logged in user?using wc apis

  • @nabilhosny1731
    @nabilhosny1731 Год назад

    thank you, But if I want send product from woocommerce store directly to external woocommerce store without insominia or postman, you didn't say how, could you help

    • @finegap
      @finegap  Год назад

      you have to create API for getting woocommerce products outside from wordperss
      ruclips.net/video/C-mf85f9aJg/видео.html

  • @tanerahmed4105
    @tanerahmed4105 Год назад

    Thank you!

    • @finegap
      @finegap  Год назад

      Welcome and don't forget to subscribe me, thanks

  • @jesuszunigaamador3226
    @jesuszunigaamador3226 Год назад +2

    I have this error:
    Fatal error: Uncaught Automattic\WooCommerce\HttpClient\HttpClientException: cURL Error: SSL certificate problem
    and I have not been able to solve it, do you have any idea how?

    • @finegap
      @finegap  Год назад

      It seems it is the SSl problem

    • @migben
      @migben Год назад +1

      You need add new param as SSL not verify.

    • @bernardwiid6676
      @bernardwiid6676 Год назад

      Will it work the same way if my site is live and on a server

  • @jonaquiro12
    @jonaquiro12 8 месяцев назад

    Hola. Necesito dar de alta productos con talles incluidos. Para eso estoy usando el siguiente json:
    {
    "name": "Producto Talle 3",
    "type": "variable",
    "regular_price": "29.99",
    "description": "Descripción del producto",
    "short_description": "Descripción corta",
    "categories": [
    {
    "id": 1
    }
    ],
    "attributes": [
    {
    "id": 3,
    "name": "Talle",
    "position": 1,
    "visible": true,
    "variation": true,
    "options": ["S", "M", "L"]
    }
    ]
    }
    y en el front me da el error "This product is currently out of stock and unavailable."
    que estoy haciendo mal?
    Muchas gracias.

    • @finegap
      @finegap  8 месяцев назад

      no estas agregando stock del producto

  • @jaiderariza1292
    @jaiderariza1292 4 месяца назад

    does it work on localhost:8080?

    • @finegap
      @finegap  4 месяца назад

      I hope but never tried

  • @muneebahmad8772
    @muneebahmad8772 2 месяца назад

    how to add bulk products?

    • @finegap
      @finegap  2 месяца назад

      use froeach or for loops etc.

  • @dumitrualin5156
    @dumitrualin5156 Год назад

    how to implement this in CodeIgniter 4?

    • @finegap
      @finegap  Год назад

      you have to use rest api of wordpress to create product in codeignetor

    • @finegap
      @finegap  Год назад

      woocommerce.github.io/woocommerce-rest-api-docs/#introduction

  • @Danteboy-q9h
    @Danteboy-q9h 10 месяцев назад

    how to create multiple products

    • @finegap
      @finegap  10 месяцев назад

      use the loop like foreach.

    • @mals62
      @mals62 9 месяцев назад

      do you have the code available?@@finegap