Relative Content

Tag Archive for node.jsshopify-api

Calling POST request to create new order on shopify always response 200 instead of 201 Created

When I call in postman with body like below
{“order”:{“line_items”:[{“variant_id”:45350427099363,”quantity”:1,”price”:20,”title”:”Testing 321″,”name”:””}],”customer”:{“first_name”:”tin”,”last_name”:”lo”,”email”:”[email protected]”},”billing_address”:{“first_name”:”tin”,”last_name”:”lo”,”address1″:”39b “,”phone”:”53079023″,”city”:”sham sh”,”country”:”hong “,”province”:””,”zip”:”0000″},”shipping_address”:{“first_name”:”tin”,”last_name”:”lo”,”address1″:”39b “,”phone”:”53079023″,”city”:”sham sh”,”country”:”hong “,”province”:””,”zip”:”0000″},”email”:”[email protected]”,”financial_status”:”paid”}}
The response always 200 with the body is list orders insteads of 201 Created and my bodyenter image description here