Upload local offer feed file and optionally trigger ingestion or validation runs
POST/shops/local-offer-feeds/:feed_id/upload
Creates a run for the specific feed and uploads feed to GCS in a offer_feeds/<feed_id>
Request
Responses
- 201
- 401
- 403
- 404
- 405
- 406
- 409
- 422
- 500
Successful Response
Error response, see code and description for details.
Possible error code values with this http status code: REQUEST_401_UNAUTHORIZED
Error response, see code and description for details.
Possible error code values with this http status code: REQUEST_403_FORBIDDEN
Error response, see code and description for details.
Possible error code values with this http status code: MODEL_NOT_FOUND
Error response, see code and description for details.
Possible error code values with this http status code: UPLOAD_FILE_SIZE_NOT_FOUND
Error response, see code and description for details.
Possible error code values with this http status code: UPLOAD_FEED_FILE_ABOVE_ALLOWED_SIZE
Error response, see code and description for details.
Possible error code values with this http status code: FEED_OWNER_HAVE_PENDING_ACTIONS, FEED_OWNER_HAS_TOO_MANY_SCHEDULED_RUNS
Error response, see code and description for details.
Possible error code values with this http status code: MULTIPLE_FILE_IN_ARCHIVE_NOT_ALLOWED, ZIP_FILE_DECOMPRESSION_ERROR, UNSUPPORTED_COMPRESSION_ERROR
Error response, see code and description for details.
Possible error code values with this http status code: PUBLISHER_CLIENT_ERROR, FILE_UPLOAD_FAILED