You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We apologize for the late response. As this issue is related to the Weebly API rather than the PHP client itself, we would prefer if you emailed these kinds of questions to [email protected]. We will be happy to help you there!
I'm trying to create add a new product to my store:
PUT /v1/user/sites/SITE_ID/store/products/PRODUCT_ID
Updates an existing product.
**skus should be an array of product skus. See Product Sku below for more details.
price
andproduct_type
are required.If I just embed an array inside the array of parameters do you expect that will work?
I'm getting this error: [message] => One or more skus are invalid.
If you can explain what needs to be done I'll make the changes test and give it back.
The text was updated successfully, but these errors were encountered: