• Resolved michaelkesh

    (@michaelkesh)


    We are sending variable products with variations via woocommerce rest api to our woocommerce store. It works properly when sending any item that has under 50 variations. Somewhere it is limiting to 50 product variations for each item but woocommerce support said there is no limit. Is this something in the rest api ? How can I change this limit to a higher number. When I import those items that have too many variations a blank item is created instead.

Viewing 1 replies (of 1 total)
  • Plugin Support Shameem R. a11n

    (@shameemreza)

    Hi @michaelkesh,

    The issue you’re experiencing with the product variations limit might be related to your server’s settings rather than the WooCommerce REST API itself. By default, WooCommerce REST API doesn’t impose a limit on the number of product variations.

    If this is the case, you might need to adjust the max_input_vars in your PHP settings. This setting controls how many variables can be sent in a single request. Increasing this limit might solve your issue.

    If you are uncomfortable changing these settings, I recommend contacting your hosting provider or developer for assistance.

    Also, remember to send the variations in batches if you have a large number of them. This can help to avoid server timeouts or memory issues.

    I hope this information helps. Please let me know if you have any other questions.

Viewing 1 replies (of 1 total)
  • The topic ‘limited product variations via API’ is closed to new replies.