Markdown

Is good

Really useful

To highlight code, other important text or add links brinkcommerce.com


Unordered list

  • Item 1
  • Item 2
  • Item 3
    • Item 3a
    • Item 3b
    • Item 3c

Ordered list

  1. Step 1
  2. Step 2
  3. Step 3
    1. Step 3.1
    2. Step 3.2
    3. Step 3.3

List in list

  1. Step 1
  2. Step 2
  3. Step 3
    • Item 3a
    • Item 3b
    • Item 3c

Maybe some cool code snippet:

curl --request POST \
  --url https://api.${env}.brinkcommerce.com/productv1/products \
  --header 'x-api-key: ${api-key}' \
  --data '{
    "id": "product-id",
    "name": "Black socks",
    "type": "product",
    "category": "Socks"
  }'
Hint

Add some useful tips that can be good to know

Important

Or some really important message!

Reminder

Maybe just a reminder that can me good to know

Note

Or just a note that should not me overlooked

Read more

Link to other pages with prev and next articles. Only internal links are allowed

Add more useful links