Skip to content

Instantly share code, notes, and snippets.

View binhtran04's full-sized avatar

Binh Tran binhtran04

View GitHub Profile
@binhtran04
binhtran04 / checkout.js
Created December 23, 2021 09:30 — forked from michelarteta/checkout.js
Shopify Adds Custom Attributes to Checkout
const citTag = '123456789';
const store = {
order_attributes: [
'citNumberId'
]
}
const storeOrderData = {
attributes: {