Skip to content

Tags: SevenSpikes/shopify-api-java-wrapper

Tags

v0.2.19

Toggle v0.2.19's commit message
Add product_exists field to shopify Order.LineItem

v0.2.18

Toggle v0.2.18's commit message
Add processed_at field to the order

processed_at gives more relevant information for order's timestamp because created_at can be based on time when the orders are imported to the store

v0.2.17

Toggle v0.2.17's commit message
Update the pom version

v0.2.16

Toggle v0.2.16's commit message
Update pom version

v0.2.15

Toggle v0.2.15's commit message
Merge branch 'master' of github.com:SevenSpikes/shopify-api-java-wrapper

# Conflicts:
#	pom.xml

v0.2.14

Toggle v0.2.14's commit message
Update pom version

v0.2.13

Toggle v0.2.13's commit message
Implement endpoints to create, cancel, activate and get recurring app…

…lication charge

v0.2.12

Toggle v0.2.12's commit message
Add the images property to the product. Add the position property to …

…the images.

v0.2.11

Toggle v0.2.11's commit message
SimpleDateFormat is not thread safe so we should create a new instanc…

…e every time.

v0.2.10

Toggle v0.2.10's commit message
Retrieve orders with all statuses from shopify