Skip to content

Releases: jeppos/shopify-php-sdk

Version 0.1

04 Nov 14:02
Compare
Choose a tag to compare

This release has support for,

  • Products
    • Receive a single Product
    • Receive a list of all Products
    • Receive a count of all Products
    • Create a new Product
    • Modify an existing Product
    • Remove a Product from the database
  • Collects
    • Receive a single Collect
    • Receive a list of all Collects
    • Receive a count of all Collects
    • Create a new Collect
    • Remove a Collect from the database
  • Custom collections
    • Receive a single CustomCollection
    • Receive a list of all CustomCollections
    • Receive a count of all CustomCollections
    • Create a new CustomCollection
    • Modify an existing CustomCollection
    • Remove a CustomCollection from the database
  • Product images
    • Receive a single Product Image
    • Receive a list of all Product Images
    • Receive a count of all Product Images
    • Create a new Product Image
    • Modify an existing Product Image
    • Remove a Product Image from the database
  • Product variants
    • Receive a single Product Variant
    • Receive a list of all Product Variants
    • Receive a count of all Product Variants
    • Create a new Product Variant
    • Modify an existing Product Variant
    • Remove a Product Variant from the database