module Shiphawk::Api::Notifications

Items API

@see shiphawk.com/api-docs

The following API actions provide the CRUD interface to managing items.

Public Instance Methods

catalog_sale_create(options) click to toggle source
# File lib/shiphawk/api/notifications.rb, line 12
def catalog_sale_create options
  post_request catalog_sale_path, options
end