Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 898 Bytes

File metadata and controls

16 lines (11 loc) · 898 Bytes

com.ultracart.admin.v2.Model.BulkJobRequest

Properties

Name Type Description Notes
Operation string Mutation mode - insert (create only) or upsert (create or update). Defaults to insert. This is always a mutation verb — the bulk surface writes only and has no read / query mode. upsert is currently supported for customer only. [optional]
S3Key string The s3_key returned by the upload-url endpoint [optional]
WebhookSecret string Optional shared secret echoed in the completion POST's Authorization header [optional]
WebhookUrl string Optional URL to POST once, on completion [optional]

[Back to Model list] [Back to API list] [Back to README]