randmar-api-client 1.375.0 → 1.377.0
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.
|
@@ -2124,6 +2124,8 @@ export type PostV4ResellerByRouteResellerIdProductAndRandmarSkuShopifyProductPag
|
|
|
2124
2124
|
randmarSku: string;
|
|
2125
2125
|
/** The Shopify store host name (typically `*.myshopify.com`). */
|
|
2126
2126
|
shopifyHostName?: string;
|
|
2127
|
+
/** Optional flag to force picture generation for the product page (Reserved for SuperAdmin). */
|
|
2128
|
+
forcePictureGeneration?: boolean;
|
|
2127
2129
|
};
|
|
2128
2130
|
export type PutV4ResellerByRouteResellerIdProductAndRandmarSkuRequisitionApiResponse = unknown;
|
|
2129
2131
|
export type PutV4ResellerByRouteResellerIdProductAndRandmarSkuRequisitionApiArg = {
|
package/dist/store/randmarApi.js
CHANGED