Shipstation v0.3.6 Shipstation.Product
Manage Products hosted on your account
Summary
Functions
Get product
List all matching products
Updates an existing product. This call does not currently support partial updates - the entire product must be provided in order for the update to work as expected
Functions
Get product
List all matching products
list(product_filter)
list(filter :: Shipstation.Structs.ProductFilter.t) :: Shipstation.Client.response_type
update(product_id, product)
update(product_id :: integer, product :: Shipstation.Structs.Product.t) :: Shipstation.Client.response_type
Updates an existing product. This call does not currently support partial updates - the entire product must be provided in order for the update to work as expected.