Tag

Magento 2

23 posts tagged Magento 2

Clear tag
3 min read

HowTo: Create a custom Payment Method in Magento 2

Recently I was tasked with creating a custom payment method for a project. While doing some research I discovered that there are two ways to create a payment method in Magento 2. The legacy …

2 min read

HowTo: Create a REST API Call in Magento 2

These code snippets will show you how to ask the Magento REST API and retrieve some data. In this example I will query the Magento REST API to retrieve all products updated since 2018-10-09 …

3 min read

HowTo: Create a Shipping Method in Magento 2

A while ago I needed a flat, custom shipping method with a rate that depended on some of our own business rules. The native flat rate was not flexible enough, so I built a small custom …

2 min read

HowTo: Create Extension Attributes in Magento 2

Extension attributes are one of those Magento 2 concepts that sound complicated but click the moment you use them once. They let you add data to an existing entity (an order, a customer, a …