Posting to the Article API returns error

Daniel_Tran
New Member
2 0 0

I am trying to post blog articles to a new store. I was doing various renditions to try and isolate the issue all the way to where I simply copied and pasted the Shopify sample code but all of them return the following error

 

{
    "errors": {
        "article": "Required parameter missing or invalid"
    }
}
 
Now I am curious that even the example wasn't working (I updated all the necessary attributes with valid ones)
 
The Status code is a 400 Bad Request
 
Looking at the response is that the call actually worked but something is missing even though I followed the sample in the documentation.
Reply 1 (1)
vix
Shopify Staff
Shopify Staff
540 103 120

Hi @Daniel_Tran 

 

Can you post your API call for us to troubleshoot? I won't be able to confirm if there is a problem without seeing the call.