neolifeporium api code example

Example 1: Neolifeporium api

HTTP/1.x 403 Forbidden Date: Wed, 18 Decr 2019 11:01:36 GMT {"statusCode":403,"error":"Forbidden","message":"User is not authorized to access this resource"}

Example 2: Neolifeporium api

curl "https://api.neolifeporium.com/orders" -H "x-api-key:XyxYxyXyxYxyXyxYxyXyxYxyXyxYxyXyx"

Example 3: Neolifeporium api

{
                          "products": [
                          {
                            "rrp": "2.99",
                            "option_ids": [
                            "12345",
                            "12346"
                            ],
                            "condition": "0",
                            "categoryId": "12345",
                            "disabled": false,
                            "featured": false,
                            "offer_price": 1.99,
                            "tax_rate": 1,
                            "tags": [],
                            "is_option_stock": false,
                            "hidden": false,
                            "formId": "-1",
                            "updatedon": "2019-10-16T11:03:20.137Z",
                            "id": "12345",
                            "name": "Product One",
                            "image": "product_one.png",
                            "price": 1.99,
                            "sku": "PROD1",
                            "created": "2010-03-31T15:18:47.78Z",
                            "stock": 4,
                            "rating": "75.0",
                            "weight": "0.0g",
                            "shipping": "-1.0",
                            "hits": 0,
                            "sold": 15,
                            "stars": "4.0",
                            "google_online": false,
                            "supplierId": "-1",
                            "brandId": "-1",
                            "offer": true
                          }
                          ]
                        }

Tags:

Misc Example