Skip to content

Commit

Permalink
[nightly] generate types against bigcommerce/docs@2663adc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 11, 2024
1 parent 6e6c74c commit 7fa0e67
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/generated/product-variants_catalog.v3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ export interface components {
productVariant_Base: {
/**
* Format: double
* @description The cost price of the variant. Not affected by Price List prices.
* @description The cost price of the variant. It is not affected by Price List prices. This value displays as null in the control panel when `cost_price` equals zero.
*/
cost_price?: number | null;
/**
Expand Down Expand Up @@ -362,7 +362,7 @@ export interface components {
productVariant_Post: ({
/**
* Format: double
* @description The cost price of the variant. Not affected by Price List prices.
* @description The cost price of the variant. It is not affected by Price List prices. This value displays as null in the control panel when `cost_price` equals zero.
*/
cost_price?: number | null;
/**
Expand Down Expand Up @@ -1674,7 +1674,7 @@ export interface operations {
data?: ({
/**
* Format: double
* @description The cost price of the variant. Not affected by Price List prices.
* @description The cost price of the variant. It is not affected by Price List prices. This value displays as null in the control panel when `cost_price` equals zero.
*/
cost_price?: number;
/**
Expand Down Expand Up @@ -1816,7 +1816,7 @@ export interface operations {
"application/json": ({
/**
* Format: double
* @description The cost price of the variant. Not affected by Price List prices.
* @description The cost price of the variant. It is not affected by Price List prices. This value displays as null in the control panel when `cost_price` equals zero.
* @example 40
*/
cost_price?: number;
Expand Down Expand Up @@ -1912,7 +1912,7 @@ export interface operations {
data?: ({
/**
* Format: double
* @description The cost price of the variant. Not affected by Price List prices.
* @description The cost price of the variant. It is not affected by Price List prices. This value displays as null in the control panel when `cost_price` equals zero.
*/
cost_price?: number;
/**
Expand Down

0 comments on commit 7fa0e67

Please sign in to comment.