@congminh1254/shopee-sdk 0.8.0 → 0.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/schemas/product.d.ts +2 -0
- package/package.json +1 -1
package/lib/schemas/product.d.ts
CHANGED
|
@@ -714,6 +714,8 @@ export interface ModelInfo {
|
|
|
714
714
|
dimension?: ModelDimension;
|
|
715
715
|
/** Whether model is fulfillment by shopee */
|
|
716
716
|
is_fulfillment_by_shopee?: boolean;
|
|
717
|
+
/** Name of the model */
|
|
718
|
+
model_name?: string;
|
|
717
719
|
}
|
|
718
720
|
/**
|
|
719
721
|
* Standardized variation option
|