Stripe.Resources.V2.Commerce.ProductCatalogImport (tiger_stripe v0.4.0)

Copy Markdown View Source

Product Catalog Import

The ProductCatalogImport object tracks the long-running background process that handles uploading, processing and validation.

Summary

Types

t()

@type t() :: %Stripe.Resources.V2.Commerce.ProductCatalogImport{
  created: term(),
  feed_type: term(),
  id: term(),
  livemode: term(),
  metadata: term(),
  mode: term(),
  object: term(),
  status: term(),
  status_details: term()
}
  • created - The time this ProductCatalogImport was created. Format: date-time.
  • feed_type - The type of feed data being imported into the product catalog. Possible values: inventory, pricing, product, promotion.
  • id - The unique identifier for this ProductCatalogImport.
  • livemode - Has the value true if the object exists in live mode or the value false if the object exists in test mode.
  • metadata - Additional information about the object in a structured format.
  • mode - The import strategy for handling existing catalog data. Possible values: replace, upsert.
  • object - String representing the object's type. Objects of the same type share the same value of the object field. Possible values: v2.commerce.product_catalog_import.
  • status - The current status of this ProductCatalogImport. Possible values: awaiting_upload, failed, processing, succeeded, succeeded_with_errors.
  • status_details - Details about the current import status.

Functions

object_name()