PHP

Amazon MCF getFulfillmentPreview ‘Value NotEligibleForExport for parameter Item is invalid.’

Amazon MCF getFulfillmentPreview ‘Value NotEligibleForExport for parameter Item is invalid.’

January 12th, 2024

While attempting to submit an MCF order, I started encountering the following response from the SP-API: Value NotEligibleForExport for parameter [More…]

NetSuite PHP Toolkit – Get Internal ID from SKU

NetSuite PHP Toolkit – Get Internal ID from SKU

June 15th, 2023

I’ve been working a lot with NetSuite’s PHP Toolkit. While NetSuite works with “internal ids”, most merchants likely work with [More…]

NetSuite PHP Toolkit: Get Item By Internal ID

NetSuite PHP Toolkit: Get Item By Internal ID

March 20th, 2023

The NetSuite PHP Toolkit is surprisingly fully featured but not very well documented. This will be the first of several [More…]

PDO/PHP Batch Inserting Records to Improve Speed

PDO/PHP Batch Inserting Records to Improve Speed

January 25th, 2023

While making a remittance checker I was running into issues with the huge amount of records coming in that needed [More…]

Magento 2 Get RMA By ID Programatically

Magento 2 Get RMA By ID Programatically

July 20th, 2021

Since using RMA’s in Magento 2 is an Enterprise-only feature, there is not much information out there on what classes [More…]

Magento 2 Get Product ID From RMA Item Programatically

Magento 2 Get Product ID From RMA Item Programatically

July 15th, 2021

Since RMA’s are only a feature of Magento EE, there’s not much information out there about creating custom modules to [More…]

Magento 1 Get First, Last, or Middle Name Returning Null

Magento 1 Get First, Last, or Middle Name Returning Null

July 2nd, 2020

While creating an extension to create pdf shipping labels in Magento 1, I ran into an issue where I wasn’t [More…]

San Diego COVID-19 Daily Cases

San Diego COVID-19 Daily Cases

June 2nd, 2020

Once again building off of an earlier project, I decided to make use of all the historical data to create [More…]

Magento 2 Programmatic Redirect Without Custom Controller

Magento 2 Programmatic Redirect Without Custom Controller

May 29th, 2020

While creating a custom program for my work, I attempted to figure out if there was a way to create [More…]

San Diego County COVID-19 Cases by City Interactive Map

San Diego County COVID-19 Cases by City Interactive Map

April 6th, 2020

Using data from an earlier project, I created a map with Leaflet.js and OpenStreetMap. Just like before, the data is [More…]
San Diego County COVID-19 Cases by City

San Diego County COVID-19 Cases by City

April 5th, 2020

Using data scraped from the pdf that the county uploads ~daily here is the latest data on case numbers for [More…]
PHP SOAP Client creating an array of items of the same tag.

PHP SOAP Client creating an array of items of the same tag.

August 1st, 2019

I really shouldn’t be writing a post about SOAP in 2019, but sadly there are still some use cases that [More…]