Stripe.Params.V2.Commerce.ProductCatalog.ImportCreateParams
(tiger_stripe v0.4.0)
Copy Markdown
View Source
Parameters for import create.
Summary
Types
@type t() :: %Stripe.Params.V2.Commerce.ProductCatalog.ImportCreateParams{ feed_type: term(), metadata: term(), mode: term() }
feed_type- The type of catalog data to import. Possible values:inventory,pricing,product,promotion.metadata- Additional information about the import in a structured format.mode- The strategy for handling existing catalog data during import. Possible values:replace,upsert.