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(id)
get(id :: integer) :: Shipstation.Client.response_type

Get product

List all matching products

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.