Skip to content

Commit

Permalink
API changes to Product
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpoulter committed Jul 7, 2022
1 parent 60db3f2 commit 95fe962
Showing 1 changed file with 43 additions and 2 deletions.
45 changes: 43 additions & 2 deletions src/Resources/TwoDotZero/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -327,12 +327,53 @@ class Product extends DataTransferObject
* @var mixed|null
*/
public $ecwid_enabled_webstore;



/**
* **undocumented**.
*
* @var mixed|null
*/
public $product_suppliers;

/**
* **undocumented**.
*
* @var mixed|null
*/
public $weight;

/**
* **undocumented**.
*
* @var mixed|null
*/
public $weight_unit;

/**
* **undocumented**.
*
* @var mixed|null
*/
public $length;

/**
* **undocumented**.
*
* @var mixed|null
*/
public $width;

/**
* **undocumented**.
*
* @var mixed|null
*/
public $height;

/**
* **undocumented**.
*
* @var mixed|null
*/
public $dimensions_unit;
}

0 comments on commit 95fe962

Please sign in to comment.