/**
  *
  * @param Product $product
  * @param array $options
  * @return CodeList
  */
 public static function createBatchOrder(Product $product, array $options = array())
 {
     return Client::getInstance()->create($product->getBuyHref(), new CodeList(), $options);
 }