1. Goods
SFL API Docs
  • Introduction
  • Authentication
  • Error Handling
  • Goods
    • Get Goods
      GET
    • List Goods
      GET
  1. Goods

Get Goods

GET
https://apisfl.amjakastudio.co.th/v1/goods/{G_CODE}

Request

Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Path Params

Responses

🟢200Success
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://apisfl.amjakastudio.co.th/v1/goods/Y24-61319-9931' \
--header 'Authorization: Basic <encoded-value>'
Response Response Example
{
    "object": "goods",
    "id": "Y24-61319-9931",
    "livemode": true,
    "location": "/goods/Y24-61319-9931",
    "data": {
        "itemId": "13841",
        "db": "ERPSPB",
        "goodId": "63957215",
        "goodCode": "Y24-61319-9931",
        "itemNameEn": "BOA S3-SNAP LEFT DIAL W/ LACE BLK/BLK",
        "itemNameTh": "อะไหล่รองเท้า BOA S3-SNAP LEFT DIAL W/ LACE BLACK/BLACK",
        "level": {
            "type": "ACCESSORIES",
            "category": "2024",
            "group": "BOA",
            "brand": "SPECIALIZED",
            "pattern": "S3-SNAP",
            "class": "-",
            "design": "-",
            "color": "BLACK/BLACK",
            "size": "-"
        },
        "listPrice": 910,
        "finalPrice": 910,
        "stocks": 11,
        "photos": [
            "https://www.sportforlife.co.th/assets/images/erp_product/_thumb/ERPSPB_63957215__1730084210.png"
        ]
    }
}
Previous
Error Handling
Next
List Goods
Built with