module Veeqo

Allocations Resources related to the allocations in the API. docs.veeqo.apiary.io/#reference/allocations/allocation-collection/create-a-new-allocation

Channels Resources related to the channels in the API. docs.veeqo.apiary.io/#reference/stores/store-collection/list-all-stores

Company Metadata that describes the Company. docs.veeqo.apiary.io/#reference/company/company/view-company-detail

customers Resources related to the customers in the API. docs.veeqo.apiary.io/#reference/customers/customer-collection/list-all-customers

DeliveryMethods Resources related to the DeliveryMethods in the API. docs.veeqo.apiary.io/#reference/delivery-methods/delivery-methods-collection/list-all-delivery-methods

Orders Resources related to the orders in the API. docs.veeqo.apiary.io/#reference/orders/order-collection

Products Resources related to the products in the API. docs.veeqo.apiary.io/#reference/products/product-collection/list-all-products

PurchaseOrder Resources related to the purchase order in the API. docs.veeqo.apiary.io/#reference/purchase-orders/purchase-order-collection/list-all-purchase-orders

Shipments Resources related to the shipments in the API. docs.veeqo.apiary.io/#reference/shipments/shipment-collection/create-a-shipment

Stock Entries Resources related to the stock entries in the API. docs.veeqo.apiary.io/#reference/stock-entries/stock-entry

Suppliers Resources related to the suppliers in the API. docs.veeqo.apiary.io/#reference/suppliers/supplier-collection

Tags Resources related to the tags in the API. docs.veeqo.apiary.io/#reference/tags/tag-collection

Warehouses Resources related to the Warehouses in the API. docs.veeqo.apiary.io/#reference/warehouses/warehouse-collection

Constants

VERSION

Attributes

api[R]
config[R]

Public Class Methods

configure() { |h| ... } click to toggle source
# File lib/veeqo.rb, line 22
def configure
  @config = Veeqo::Config.new.tap { |h| yield(h) }
  @api = Veeqo::Connection.build(@config)
end